.ant-tooltip-inner {
    padding: 22px 25px 10px 25px !important;
}
.package-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.package-container .product-detail-loading {
    height: 338px;
    width: 338px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.package-container .product-detail-loading .ant-spin-dot,
.package-container .product-detail-loading .anticon,
.package-container .product-detail-loading .anticon-loading {
    width: unset;
    height: unset;
}
.package-container .package-wrap {
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    background: #fafbfd;
    text-align: center;
    border-radius: 4px;
    margin: 55px 0 0 0;
}
.package-container .package-wrap .package-content {
    width: 344px;
    position: relative;
    background: #fff;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #e4eaf0;
    box-shadow: 0 2px 6px rgba(234, 238, 246, 0.6);
    cursor: pointer;
}
.package-container .package-wrap .package-content .radio {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    top: 22px;
    left: 17px;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-plan-uncheck.svg) 50% no-repeat;
    background-size: contain;
}
.package-container .package-wrap .package-content .radio.light {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-plan-checked.svg) 50% no-repeat;
}
.package-container .package-wrap .package-content .question {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 22px;
    right: 27px;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-gray-tips.svg) 50% no-repeat;
    background-size: contain;
}
.package-container .package-wrap .package-content .save-percent {
    margin-top: -23px;
    height: 46px;
    display: flex;
    justify-content: center;
}
.package-container .package-wrap .package-content .save-percent .normal {
    margin: 0;
    padding: 0 8px;
    height: 46px;
    line-height: 42px;
    font-size: 16px;
    width: 120px;
    background-size: cover;
    color: #fff;
}
.package-container .package-wrap .package-content .save-percent .big-show {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-save-percent-big.svg) 50% no-repeat;
}
.package-container .package-wrap .package-content .save-percent .middle-show,
.package-container .package-wrap .package-content .save-percent .small-show {
    color: #383e44;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-save-gray-percent.svg) 50% no-repeat;
}
.package-container .package-wrap .package-content .save-percent .selected {
    height: 46px;
    line-height: 42px;
    font-size: 16px;
    width: 120px;
    background-size: cover;
}
.package-container .package-wrap .package-content .package-info {
    margin-top: 60px;
    padding: 0 18px;
}
.package-container .package-wrap .package-content .package-info .title {
	font-family: 'IRANSans';
    font-size: 21px;
    font-weight: 500;
    line-height: 29px;
    color: #383e44;
    margin-bottom: 8px;
}
.package-container .package-wrap .package-content .package-info .description {
    font-size: 16px;
    color: #a5b1bf;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 24px;
}
.package-container .package-wrap .package-content .package-info .price-content {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.package-container .package-wrap .package-content .package-info .price-content .price {
	font-family: 'Open Sans';
    color: #383e44;
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
}
.package-container .package-wrap .package-content .package-info .price-content .price:before {
    font-weight: 400;
    position: relative;
    content: "$";
    vertical-align: top;
    top: -12px;
    left: -8px;
    font-size: 20px;
    color: #768392;
}
.package-container .package-wrap .package-content .package-info .price-content .right {
    display: flex;
    flex-direction: column;
}
.package-container .package-wrap .package-content .package-info .price-content .right .coupon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -35px;
}
.package-container .package-wrap .package-content .package-info .price-content .right .coupon-box .coupon-none {
    margin-top: -15px;
    width: 65px;
    height: 45px;
    justify-content: center;
    display: flex;
    align-items: center;
    transform: rotate(-22deg);
    -o-transform: rotate(-22deg);
    -webkit-transform: rotate(-22deg);
    -moz-transform: rotate(-22deg);
    background: 50% no-repeat;
    background-size: contain;
}
.package-container .package-wrap .package-content .package-info .price-content .right .coupon-box .coupon-none span {
    padding: 1px 0 1px 6px;
    font-size: 13px;
    color: #fff;
    margin-left: 5px;
    font-weight: 800;
}
.package-container .package-wrap .package-content .package-info .price-content .right .coupon-box .coupon-label {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/bg-lable-coupon.svg) 50% no-repeat;
}
.package-container .package-wrap .package-content .package-info .price-content .right .length-more-than-three {
    margin-left: 120px;
}
.package-container .package-wrap .package-content .package-info .price-content span {
    font-size: 16px;
    margin-right: 7px;
}
.package-container .package-wrap .package-content .package-info .one-time-pack-price-content {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.package-container .package-wrap .package-content .package-info .one-time-pack-price-content .price {
    color: #383e44;
    font-weight: 700;
    font-size: 48px;
    line-height: 46px;
}
.package-container .package-wrap .package-content .package-info .one-time-pack-price-content .price:before {
    font-weight: 400;
    position: relative;
    content: "$";
    vertical-align: top;
    top: -10px;
    left: -8px;
    font-size: 20px;
    color: #768392;
}
.package-container .package-wrap .package-content .package-info .one-time-pack-price-content .coupon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 90px;
    margin-bottom: -18px;
}
.package-container .package-wrap .package-content .package-info .one-time-pack-price-content .coupon-box .coupon-none {
    margin: 0;
    width: 65px;
    height: 45px;
    justify-content: center;
    display: flex;
    align-items: center;
    transform: rotate(-22deg);
    -o-transform: rotate(-22deg);
    -webkit-transform: rotate(-22deg);
    -moz-transform: rotate(-22deg);
    background: 50% no-repeat;
    background-size: contain;
}
.package-container .package-wrap .package-content .package-info .one-time-pack-price-content .coupon-box .coupon-none span {
    padding: 1px 0 1px 6px;
    font-size: 13px;
    color: #fff;
    margin-left: 5px;
    font-weight: 800;
}
.package-container .package-wrap .package-content .package-info .one-time-pack-price-content .length-more-than-three {
    margin-left: 120px;
}
.package-container .package-wrap .package-content .package-info .coupon-box-price {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    justify-content: center;
    color: #9da3b9;
}
.package-container .package-wrap .package-content .package-info .coupon-box-price p {
    padding: 0 4px;
    margin: 0;
    text-decoration: line-through;
}
.package-container .package-wrap .package-content .package-info .select {
    padding-top: 0.1067rem;
}
.package-container .package-wrap .package-content .package-info .select .package-content {
    position: relative;
    width: 7.8667rem;
    margin: 0 auto;
}
.package-container .package-wrap .package-content .package-info .select .package-content .content {
    display: flex;
    width: 100%;
    height: 1.1733rem;
    padding: 0 0.4267rem;
    border: 1px solid #e6ebf0;
    border-radius: 0.1067rem;
    background: #fff;
    margin-top: 0.5333rem;
    color: #383e44;
    font-size: 0.3733rem;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.package-container .package-wrap .package-content .package-info .select .package-content .content i {
    display: inline-block;
    content: "";
    width: 0.2667rem;
    height: 0.1787rem;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/triangle.svg) 50% no-repeat;
    background-size: contain;
    transition: all 0.3s;
}
.package-container .package-wrap .package-content .package-info .select .package-content .content i.on {
    transform: rotate(180deg);
}
.package-container .package-wrap .package-content .package-info .select .package-content .select-list {
    position: absolute;
    width: 7.8667rem;
    top: 1.26rem;
    left: 0;
    margin: 0;
    padding: 0.1333rem 0;
    border: 1px solid #e4eaf0;
    background: #fff;
    transition: all 0.3s;
    transform: scaleY(0);
    opacity: 0;
    transform-origin: 0 0 0;
    z-index: 99;
}
.package-container .package-wrap .package-content .package-info .select .package-content .select-list.on {
    transform: scaleY(1);
    opacity: 1;
}
.package-container .package-wrap .package-content .package-info .select .package-content .select-list li {
    list-style: none;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #fff;
    font-size: 0.2133rem;
    color: #383e44;
}
.package-container .package-wrap .package-content .package-info .select .package-content .select-list li:nth-child(2n) {
    background: #f3f5f7;
}
.package-container .package-wrap .package-content .package-info .select .price {
    display: flex;
    font-size: 0.3733rem;
    justify-content: center;
    margin-top: 0.2667rem;
    padding: 0.64rem 0;
}
.package-container .package-wrap .package-content .package-info .select .price .before {
    margin-right: 0.1067rem;
    color: #c3ccd9;
    text-decoration: line-through;
}
.package-container .package-wrap .package-content .package-info .select .price .after {
    text-align: left;
    font-size: 16px;
    padding: 0;
    color: #768392;
}
.package-container .package-wrap .package-content .recommand-wrap {
    margin-top: 22px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.package-container .package-wrap .package-content .recommand-wrap .recommand {
    display: flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    height: 28px;
    line-height: 20px;
    padding: 0 16px;
    font-size: 14px;
    color: #fc5d60;
    background: rgba(252, 93, 96, 0.1);
    border-radius: 16px;
}
.package-container .package-wrap .package-content .recommand-wrap .one-time-pack-recommand {
    margin-top: 30px;
}
.package-container .package-wrap .package-content .recommand-wrap .price {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    margin-top: 10px;
}
.package-container .package-wrap .package-content .recommand-wrap .price .before {
    margin-right: 5px;
    color: #c3ccd9;
    text-decoration: line-through;
}
.package-container .package-wrap .package-content .recommand-wrap .price .after {
    text-align: left;
    font-size: 16px;
    padding: 0;
    color: #768392;
}
.package-container .package-wrap .package-content:hover {
    box-shadow: 0 12px 36px #dce2ed;
}
/*.package-container .package-wrap .select-package {
    border: 2px solid #3963ef;
}*/
.package-container .package-wrap .recommend-package {
    width: 446px !important;
}
.package-container .package-wrap .tips {
    width: 338px;
    padding: 20px 0;
    text-align: left;
    box-sizing: border-box;
    background-color: #f4f5f7;
    border: 1px solid #e4eaf0;
    border-radius: 4px;
}
.package-container .package-wrap .tips ul {
    margin-bottom: 0;
}
.package-container .package-wrap .tips ul li {
    line-height: 20px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #768392;
}
.package-container .package-wrap .da-tips {
    width: 344px;
    padding: 20px 24px;
    margin-top: 15px;
    text-align: left;
    box-sizing: border-box;
    background-color: #edeef1;
    border: 1px solid #bcc1ce;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    justify-content: space-between;
}
.package-container .package-wrap .da-tips .tips-left {
    display: flex;
    flex-direction: row;
}
.package-container .package-wrap .da-tips .tips-left .try-plan {
    width: 19px;
    height: 19px;
    margin: 5px 8px 0 0;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-auto-uncheck.svg) 50% no-repeat;
}
.package-container .package-wrap .da-tips .tips-left .try-plan.checked {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-auto-checked.svg) 50% no-repeat;
}
.package-container .package-wrap .da-tips .tips-left .da-tips-content {
    display: flex;
    flex-direction: column;
}
.package-container .package-wrap .da-tips .tips-left .da-tips-content li {
    list-style-type: none;
    line-height: 20px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #768392;
}
.package-container .package-wrap .da-tips .tips-left .da-tips-content .first-li {
    font-size: 18px;
    display: flex;
    flex-direction: row;
}
.package-container .package-wrap .da-tips .tips-left .da-tips-content .first-li .question {
    width: 18px;
    height: 18px;
    margin-left: 8px;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-gray-tips.svg) 50% no-repeat;
    background-size: contain;
}
.package-container .package-wrap .da-tips .try-price {
    color: #383e44;
    font-weight: 700;
    font-size: 22px;
    line-height: 56px;
    margin-left: 33px;
}
.package-container .package-wrap .da-tips .try-price:before {
    font-weight: 400;
    position: relative;
    content: "$";
    vertical-align: top;
    top: -4px;
    left: -4px;
    font-size: 14px;
    color: #768392;
}
.package-container .package-wrap .da-tips:hover {
    border-color: #3963ef;
}
.package-container .package-wrap .da-tips-checked {
    border-color: #3963ef;
    background-color: #e3f1ff;
}
.package-container-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.package-container-mobile .product-detail-loading {
    height: 6.453rem;
    width: 8.933rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.package-container-mobile .product-detail-loading .ant-spin-dot,
.package-container-mobile .product-detail-loading .anticon,
.package-container-mobile .product-detail-loading .anticon-loading {
    width: unset;
    height: unset;
}
.package-container-mobile .package-wrap {
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    background: #fafbfd;
    text-align: center;
    border-radius: 0.107rem;
    margin: 1.093rem 0 0 0;
}
.package-container-mobile .package-wrap .package-content {
    position: relative;
    background: #fff;
    text-align: center;
    border-radius: 0.107rem;
    border: 1px solid #e4eaf0;
    box-shadow: 0 0.04rem 0.16rem rgba(234, 238, 246, 0.6);
    cursor: pointer;
}
.package-container-mobile .package-wrap .package-content .radio {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 0.533rem;
    left: 0.533rem;
    display: inline-block;
    width: 0.587rem;
    height: 0.587rem;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-plan-uncheck.svg) 50% no-repeat;
    background-size: contain;
}
.package-container-mobile .package-wrap .package-content .radio.light {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-plan-checked.svg) 50% no-repeat;
}
.package-container-mobile .package-wrap .package-content .question {
    position: absolute;
    width: 0.533rem;
    height: 0.533rem;
    top: 0.533rem;
    right: 0.533rem;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-gray-tips.svg) 50% no-repeat;
    background-size: contain;
}
.package-container-mobile .package-wrap .package-content .save-percent {
    margin-top: -0.56rem;
    height: 1.12rem;
    display: flex;
    justify-content: center;
}
.package-container-mobile .package-wrap .package-content .save-percent .normal {
    margin: 0;
    height: 1.12rem;
    line-height: 0.973rem;
    font-size: 0.373rem;
    width: 2.933rem;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.package-container-mobile .package-wrap .package-content .save-percent .big-show {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-save-percent-big.svg) 50% no-repeat;
}
.package-container-mobile .package-wrap .package-content .save-percent .middle-show,
.package-container-mobile .package-wrap .package-content .save-percent .small-show {
    color: #383e44;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-save-gray-percent.svg) 50% no-repeat;
}
.package-container-mobile .package-wrap .package-content .save-percent .selected {
    height: 1.12rem;
    line-height: 0.973rem;
    font-size: 0.373rem;
    background-size: cover;
}
.package-container-mobile .package-wrap .package-content .package-info {
    margin-top: 1rem;
    padding: 0 18px;
}
.package-container-mobile .package-wrap .package-content .package-info .title {
    font-size: 0.533rem;
    font-weight: 500;
    height: 0.747rem;
    line-height: 0.747rem;
    color: #383e44;
    margin-bottom: 0.16rem;
}
.package-container-mobile .package-wrap .package-content .package-info .description {
    font-size: 0.373rem;
    color: #a5b1bf;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 0.533rem;
    height: 0.533rem;
}
.package-container-mobile .package-wrap .package-content .package-info .price-content {
    margin: 0.64rem 0;
    height: 1.493rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.package-container-mobile .package-wrap .package-content .package-info .price-content span {
    font-size: 0.4rem;
    margin-right: 0.15rem;
}
.package-container-mobile .package-wrap .package-content .package-info .price-content .price {
    color: #383e44;
    font-weight: 700;
    font-size: 1.0667rem;
    margin-top: 0.2rem;
}
.package-container-mobile .package-wrap .package-content .package-info .price-content .price:before {
    font-weight: 400;
    position: relative;
    content: "$";
    vertical-align: top;
    top: 0.1533rem;
    left: -0.1333rem;
    font-size: 0.48rem;
    color: #768392;
}
.package-container-mobile .package-wrap .package-content .package-info .price-content .right {
    display: flex;
    flex-direction: column;
}
.package-container-mobile .package-wrap .package-content .package-info .price-content .right .coupon-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.package-container-mobile .package-wrap .package-content .package-info .price-content .right .coupon-box .coupon-none {
    margin: 0 0 0.25rem -0.55rem;
    height: 1.2rem;
    justify-content: center;
    display: flex;
    align-items: center;
    transform: rotate(-22deg);
    -o-transform: rotate(-22deg);
    -webkit-transform: rotate(-22deg);
    -moz-transform: rotate(-22deg);
    background: 50% no-repeat;
    background-size: contain;
}
.package-container-mobile .package-wrap .package-content .package-info .price-content .right .coupon-box .coupon-none span {
    padding: 0.027rem 0 0.027rem 0.16rem;
    font-size: 0.347rem;
    color: #fff;
    margin-left: 0.133rem;
    font-weight: 800;
}
.package-container-mobile .package-wrap .package-content .package-info .price-content .right .coupon-box .coupon-label {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/bg-lable-coupon.svg) 50% no-repeat;
}
.package-container-mobile .package-wrap .package-content .package-info .price-content .right .length-more-than-three {
    margin-left: 3.2rem;
}
.package-container-mobile .package-wrap .package-content .package-info .select {
    padding-top: 0.1067rem;
}
.package-container-mobile .package-wrap .package-content .package-info .select .package-content {
    position: relative;
    width: 7.8667rem;
    margin: 0 auto;
}
.package-container-mobile .package-wrap .package-content .package-info .select .package-content .content {
    display: flex;
    width: 100%;
    height: 1.1733rem;
    padding: 0 0.4267rem;
    border: 1px solid #e6ebf0;
    border-radius: 0.1067rem;
    background: #fff;
    margin-top: 0.5333rem;
    color: #383e44;
    font-size: 0.3733rem;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.package-container-mobile .package-wrap .package-content .package-info .select .package-content .content i {
    display: inline-block;
    content: "";
    width: 0.2667rem;
    height: 0.1787rem;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/triangle.svg) 50% no-repeat;
    background-size: contain;
    transition: all 0.3s;
}
.package-container-mobile .package-wrap .package-content .package-info .select .package-content .content i.on {
    transform: rotate(180deg);
}
.package-container-mobile .package-wrap .package-content .package-info .select .package-content .select-list {
    position: absolute;
    width: 7.8667rem;
    top: 1.26rem;
    left: 0;
    margin: 0;
    padding: 0.1333rem 0;
    border: 1px solid #e4eaf0;
    background: #fff;
    transition: all 0.3s;
    transform: scaleY(0);
    opacity: 0;
    transform-origin: 0 0 0;
    z-index: 99;
}
.package-container-mobile .package-wrap .package-content .package-info .select .package-content .select-list.on {
    transform: scaleY(1);
    opacity: 1;
}
.package-container-mobile .package-wrap .package-content .package-info .select .package-content .select-list li {
    list-style: none;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #fff;
    font-size: 0.2133rem;
    color: #383e44;
}
.package-container-mobile .package-wrap .package-content .package-info .select .package-content .select-list li:nth-child(2n) {
    background: #f3f5f7;
}
.package-container-mobile .package-wrap .package-content .package-info .select .price {
    display: flex;
    font-size: 0.3733rem;
    justify-content: center;
    margin-top: 0.2667rem;
    padding: 0.64rem 0;
}
.package-container-mobile .package-wrap .package-content .package-info .select .price .before {
    margin-right: 0.1067rem;
    color: #c3ccd9;
    text-decoration: line-through;
}
.package-container-mobile .package-wrap .package-content .package-info .select .price .after {
    text-align: left;
    font-size: 16px;
    padding: 0;
    color: #768392;
}
.package-container-mobile .package-wrap .package-content .recommand-wrap {
    margin-bottom: 0.853rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.package-container-mobile .package-wrap .package-content .recommand-wrap .recommand {
    display: flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    height: 0.533rem;
    line-height: 0.533rem;
    font-size: 0.373rem;
    color: #fc5d60;
    background: rgba(252, 93, 96, 0.1);
    border-radius: 16px;
}
.package-container-mobile .package-wrap .package-content .recommand-wrap .one-time-pack-recommand {
    margin-top: 30px;
}
.package-container-mobile .package-wrap .package-content .recommand-wrap .price {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    margin-top: 10px;
}
.package-container-mobile .package-wrap .package-content .recommand-wrap .price .before {
    margin-right: 5px;
    color: #c3ccd9;
    text-decoration: line-through;
}
.package-container-mobile .package-wrap .package-content .recommand-wrap .price .after {
    text-align: left;
    font-size: 16px;
    padding: 0;
    color: #768392;
}
.package-container-mobile .package-wrap .package-content:hover {
    box-shadow: 0 12px 36px #dce2ed;
}
.package-container-mobile .package-wrap .select-package {
    border: 0.027rem solid #3963ef;
}
.package-container-mobile .package-wrap .tips {
    width: 8.933rem;
    padding: 20px 0;
    text-align: left;
    box-sizing: border-box;
    background-color: #f4f5f7;
    border: 1px solid #e4eaf0;
    border-radius: 4px;
}
.package-container-mobile .package-wrap .tips ul {
    margin-bottom: 0;
}
.package-container-mobile .package-wrap .tips ul li {
    line-height: 20px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #768392;
}
.package-container-mobile .package-wrap .da-tips {
    width: 8.933rem;
    padding: 0.48rem 0.533rem;
    margin-top: 0.267rem;
    text-align: left;
    box-sizing: border-box;
    background-color: #edeef1;
    border: 0.027rem solid #bcc1ce;
    border-radius: 0.107rem;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
}
.package-container-mobile .package-wrap .da-tips .tips-left {
    display: flex;
    flex-direction: row;
}
.package-container-mobile .package-wrap .da-tips .tips-left .try-plan {
    width: 0.48rem;
    height: 0.48rem;
    margin: 0.133rem 0.267rem 0 0;
    display: inline-block;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-auto-uncheck.svg) 50% no-repeat;
    background-size: contain;
}
.package-container-mobile .package-wrap .da-tips .tips-left .try-plan.checked {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-auto-checked.svg) 50% no-repeat;
}
.package-container-mobile .package-wrap .da-tips .tips-left .da-tips-content {
    display: flex;
    flex-direction: column;
}
.package-container-mobile .package-wrap .da-tips .tips-left .da-tips-content li {
    list-style-type: none;
    line-height: 0.493rem;
    margin-top: 0.16rem;
    font-size: 0.347rem;
    font-weight: 400;
    color: #768392;
}
.package-container-mobile .package-wrap .da-tips .tips-left .da-tips-content .first-li {
    font-size: 0.427rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.package-container-mobile .package-wrap .da-tips .tips-left .da-tips-content .first-li .question {
    width: 0.533rem;
    height: 0.533rem;
    margin-left: 0.267rem;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-gray-tips.svg) 50% no-repeat;
    background-size: contain;
}
.package-container-mobile .package-wrap .da-tips .try-price {
    color: #383e44;
    font-weight: 700;
    font-size: 0.64rem;
    line-height: 0.64rem;
    margin-left: 0.16rem;
}
.package-container-mobile .package-wrap .da-tips .try-price:before {
    font-weight: 400;
    position: relative;
    content: "$";
    vertical-align: top;
    top: -0.107rem;
    left: -0.107rem;
    font-size: 0.36rem;
    color: #768392;
}
.package-container-mobile .package-wrap .da-tips-checked {
    border-color: #3963ef;
    background-color: #e3f1ff;
}
.ant-tooltip-inner {
    padding: 0.4rem 0.35rem 0.1rem 0.35rem;
}
.ant-tooltip-inner p {
    text-align: center;
}
.ant-tooltip-arrow {
    border-bottom-color: rgba(118, 131, 146, 0.95) !important;
    right: 29px;
}
.pay-order-wrap {
    width: 100%;
    min-height: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    align-items: center;
    overflow: auto;
}
.pay-order-wrap .loading {
    position: absolute;
    display: flex;
    top: 36vh;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    height: unset;
    align-items: unset;
}
.pay-order-wrap .pay-order-pc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pay-order-wrap .pay-order-pc .introduce-container {
    width: 100%;
    height: 416px;
    background-image: url(/theme/Muse/images/bg-intro.svg);
}
.pay-order-wrap .pay-order-pc section.step {
    width: 1080px;
    margin-top: 98px;
}
.pay-order-wrap .pay-order-pc section.step .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 36px;
    line-height: 50px;
    color: #383e44;
}
.pay-order-wrap .pay-order-pc section.step .header .cycle-switch {
    height: 48px;
}
.pay-order-wrap .pay-order-pc section.step .header .selected-bg {
    right: 2px;
    text-align: center;
    font-size: 16px;
    float: right;
    height: 44px;
    border-radius: 40px;
    padding: 0 28px;
    color: #138cff;
    background-color: #138cff;
    z-index: 0;
    bottom: 46px;
    position: relative;
    transition-property: right, width;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    -webkit-transition-property: right, width;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
}
.pay-order-wrap .pay-order-pc section.step .header .cycle-content {
    position: relative;
    border: 2px solid #e4eaf0;
    border-radius: 40px;
    height: 48px;
    display: flex;
    flex-direction: row;
    z-index: 1;
    align-items: center;
}
.pay-order-wrap .pay-order-pc section.step .header .cycle-content a {
    font-size: 16px;
    padding: 0 28px;
    z-index: 1;
    color: #383e44;
}
.pay-order-wrap .pay-order-pc section.step .header .header-index {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 36px;
    font-size: 24px;
    line-height: 39px;
    text-align: center;
    border-radius: 18px;
    background: #383e44;
    color: #fff;
    margin-left: 20px;
}
.pay-order-wrap .pay-order-pc section.step .header .header-left {
    display: flex;
    align-items: center;
}
.pay-order-wrap .pay-order-pc section.step .header .coupon-box {
    height: 40px;
    width: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    background: rgba(19, 140, 255, 0.16);
    cursor: pointer;
}
.pay-order-wrap .pay-order-pc section.step .header .coupon-box .p-add {
    font-size: 15px;
    line-height: 15px;
    color: #3963ef;
    margin: 0;
    padding: 0 23px 0 17px;
}
.pay-order-wrap .pay-order-pc section.step .header .coupon-box .i-add-coupon {
    width: 40px;
    height: 40px;
    margin-right: -0.5px;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-add.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-pc section.step .header .coupon-box .i-add-coupon:hover {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-add-hover.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-pc section.step .header .coupon-box .i-use-coupon {
    width: 40px;
    height: 40px;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-use.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-pc section.step .header .coupon-box .i-use-coupon:hover {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-use-hover.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-pc section.step .header .add-coupon {
    width: 240px;
    border: 1px solid #dee2e8;
    background: #fff;
}
.pay-order-wrap .pay-order-pc section.step .header .add-coupon .ant-input {
    border-width: 0;
    width: 179px;
    margin: 0 4px;
    border-radius: 10px;
}
.pay-order-wrap .pay-order-pc section.step .header .add-coupon .ant-input:focus {
    border-color: #fff;
    border-right-width: 0 !important;
    outline: 0;
    box-shadow: none;
}
.pay-order-wrap .pay-order-pc section.step .header .add-coupon .ant-input:hover {
    border-color: #fff;
    border-right-width: 0 !important;
}
.pay-order-wrap .pay-order-pc section.step .header .add-coupon:hover {
    border-color: rgba(19, 140, 255, 0.1);
    box-shadow: 0 0 0 1px rgba(19, 140, 255, 0.6);
}
.pay-order-wrap .pay-order-pc section.step .header .add-coupon .i-add-coupon {
    margin-right: -1px;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-cancel.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-pc section.step .header .add-coupon .i-add-coupon:hover {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-cancel-hover.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-pc section.step .header .use-coupon .ant-input {
    width: 139px;
}
.pay-order-wrap .pay-order-pc section.step .header .use-coupon-success {
    background: rgba(62, 198, 141, 0.16);
}
.pay-order-wrap .pay-order-pc section.step .header .use-coupon-success .p-add {
    color: #3ec68d;
}
.pay-order-wrap .pay-order-pc section.step .header .use-coupon-success .i-add-coupon {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-success.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-pc section.step .header .use-coupon-success .i-add-coupon:hover {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-success-hover.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-pc section.step .header .use-coupon-failure {
    background: rgba(252, 93, 96, 0.16);
}
.pay-order-wrap .pay-order-pc section.step .header .use-coupon-failure .p-add {
    color: #fc5d60;
}
.pay-order-wrap .pay-order-pc section.step .header .use-coupon-failure .i-add-coupon {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-invalid.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-pc section.step .header .use-coupon-failure .i-add-coupon:hover {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-invalid-hover.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-pc section.step.step1 {
    padding-bottom: 80px;
}
.pay-order-wrap .pay-order-pc section.step.step3 {
    margin-bottom: 158px;
    margin-top: 80px;
}
.pay-order-wrap .pay-order-pc .email-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 80px 0;
}
.pay-order-wrap .pay-order-pc .email-section section.step2 {
    width: 1080px;
}
.pay-order-wrap .pay-order-pc .email-section section.step2 .header {
    display: flex;
    align-items: center;
    font-size: 36px;
    line-height: 50px;
    color: #383e44;
}
.pay-order-wrap .pay-order-pc .email-section section.step2 .header .header-index {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 36px;
    font-size: 24px;
    line-height: 39px;
    text-align: center;
    border-radius: 18px;
    background: #383e44;
    color: #fff;
    margin-left: 20px;
}
.pay-order-wrap .pay-order-pc .email-section section.step2 .email-section-content {
    margin-top: 36px;
    display: flex;
}
.pay-order-wrap .pay-order-pc .email-section section.step2 .email-section-content .content-right-box {
    flex-direction: column;
    margin-left: 100px;
    display: flex;
}
.pay-order-wrap .pay-order-pc .email-section section.step2 .email-section-content .content-right-box .ant-input {
    margin: 20px 0;
    width: 347px;
    height: 48px;
}
.pay-order-wrap .pay-order-pc .email-section section.step2 .email-section-content .content-right-box .ant-input:focus {
    border-color: #3963ef;
    outline: 0;
    box-shadow: none;
}
.pay-order-wrap .pay-order-pc .email-section section.step2 .email-section-content .content-right-box .ant-input:hover {
    border-color: #3963ef;
}
.pay-order-wrap .pay-order-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pay-order-wrap .pay-order-mobile .introduce-container-mobile {
    width: 100%;
    height: 11.627rem;
    background-image: url(/theme/Muse/images/bg-intro.svg);
}
.pay-order-wrap .pay-order-mobile section.step {
    width: 100%;
    padding: 1.067rem 0.533rem;
}
.pay-order-wrap .pay-order-mobile section.step .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 0.64rem;
    line-height: 50px;
    color: #383e44;
}
.pay-order-wrap .pay-order-mobile section.step .header .header-index {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.693rem;
    width: 0.693rem;
    font-size: 0.427rem;
    line-height: 39px;
    text-align: center;
    border-radius: 50%;
    background: #383e44;
    color: #fff;
    margin-right: 0.267rem;
}
.pay-order-wrap .pay-order-mobile section.step .header .header-left {
    display: flex;
    align-items: center;
}
.pay-order-wrap .pay-order-mobile section.step .header .coupon-box {
    height: 40px;
    width: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    background: rgba(19, 140, 255, 0.16);
    cursor: pointer;
}
.pay-order-wrap .pay-order-mobile section.step .header .coupon-box .p-add {
    font-size: 15px;
    line-height: 15px;
    color: #3963ef;
    margin: 0;
    padding: 0 23px 0 17px;
}
.pay-order-wrap .pay-order-mobile section.step .header .coupon-box .i-add-coupon {
    width: 40px;
    height: 40px;
    margin-right: -0.5px;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-add.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-mobile section.step .header .coupon-box .i-add-coupon:hover {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-add-hover.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-mobile section.step .header .coupon-box .i-use-coupon {
    width: 40px;
    height: 40px;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-use.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-mobile section.step .header .coupon-box .i-use-coupon:hover {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-use-hover.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-mobile section.step .header .add-coupon {
    width: 240px;
    border: 1px solid #dee2e8;
    background: #fff;
}
.pay-order-wrap .pay-order-mobile section.step .header .add-coupon .ant-input {
    border-width: 0;
    width: 179px;
    margin: 0 4px;
    border-radius: 10px;
}
.pay-order-wrap .pay-order-mobile section.step .header .add-coupon .ant-input:focus {
    border-color: #fff;
    border-right-width: 0 !important;
    outline: 0;
    box-shadow: none;
}
.pay-order-wrap .pay-order-mobile section.step .header .add-coupon .ant-input:hover {
    border-color: #fff;
    border-right-width: 0 !important;
}
.pay-order-wrap .pay-order-mobile section.step .header .add-coupon:hover {
    border-color: rgba(19, 140, 255, 0.1);
    box-shadow: 0 0 0 1px rgba(19, 140, 255, 0.6);
}
.pay-order-wrap .pay-order-mobile section.step .header .add-coupon .i-add-coupon {
    margin-right: -1px;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-cancel.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-mobile section.step .header .add-coupon .i-add-coupon:hover {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-cancel-hover.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-mobile section.step .header .use-coupon .ant-input {
    width: 139px;
}
.pay-order-wrap .pay-order-mobile section.step .header .use-coupon-success {
    background: rgba(62, 198, 141, 0.16);
}
.pay-order-wrap .pay-order-mobile section.step .header .use-coupon-success .p-add {
    color: #3ec68d;
}
.pay-order-wrap .pay-order-mobile section.step .header .use-coupon-success .i-add-coupon {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-success.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-mobile section.step .header .use-coupon-success .i-add-coupon:hover {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-success-hover.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-mobile section.step .header .use-coupon-failure {
    background: rgba(252, 93, 96, 0.16);
}
.pay-order-wrap .pay-order-mobile section.step .header .use-coupon-failure .p-add {
    color: #fc5d60;
}
.pay-order-wrap .pay-order-mobile section.step .header .use-coupon-failure .i-add-coupon {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-invalid.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-mobile section.step .header .use-coupon-failure .i-add-coupon:hover {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-invalid-hover.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-mobile section.step .coupon-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pay-order-wrap .pay-order-mobile section.step .coupon-container .coupon-box {
    height: 1.067rem;
    width: 6.667rem;
    margin-top: 0.853rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.533rem;
    background: rgba(19, 140, 255, 0.16);
    cursor: pointer;
}
.pay-order-wrap .pay-order-mobile section.step .coupon-container .coupon-box .p-add {
    font-size: 0.413rem;
    line-height: 0.587rem;
    color: #3963ef;
    margin: 0;
    padding: 0 0.493rem 0 0.533rem;
}
.pay-order-wrap .pay-order-mobile section.step .coupon-container .coupon-box .i-add-coupon {
    width: 1.067rem;
    height: 1.067rem;
    margin-right: -0.013rem;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-add.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-mobile section.step .coupon-container .coupon-box .i-add-coupon:hover {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-add-hover.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-mobile section.step .coupon-container .coupon-box .i-use-coupon {
    width: 1.067rem;
    height: 1.067rem;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-use.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-mobile section.step .coupon-container .coupon-box .i-use-coupon:hover {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-use-hover.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-mobile section.step .coupon-container .add-coupon {
    width: 6.667rem;
    height: 1.067rem;
    border: 0.013rem solid #dee2e8;
    background: #fff;
}
.pay-order-wrap .pay-order-mobile section.step .coupon-container .add-coupon .ant-input {
    border-width: 0;
    width: 5rem;
    margin: 0 0.107rem;
    border-radius: 0.533rem;
    font-size: 0.413rem;
}
.pay-order-wrap .pay-order-mobile section.step .coupon-container .add-coupon .ant-input:focus {
    border-color: #fff;
    border-right-width: 0 !important;
    outline: 0;
    box-shadow: none;
}
.pay-order-wrap .pay-order-mobile section.step .coupon-container .add-coupon .ant-input:hover {
    border-color: #fff;
    border-right-width: 0 !important;
}
.pay-order-wrap .pay-order-mobile section.step .coupon-container .add-coupon:hover {
    border-color: rgba(19, 140, 255, 0.1);
    box-shadow: 0 0 0 1px rgba(19, 140, 255, 0.6);
}
.pay-order-wrap .pay-order-mobile section.step .coupon-container .add-coupon .i-add-coupon {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-cancel.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-mobile section.step .coupon-container .add-coupon .i-add-coupon:hover {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-cancel-hover.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-mobile section.step .coupon-container .use-coupon .ant-input {
    width: 4rem;
}
.pay-order-wrap .pay-order-mobile section.step .coupon-container .use-coupon-success {
    background: rgba(62, 198, 141, 0.16);
}
.pay-order-wrap .pay-order-mobile section.step .coupon-container .use-coupon-success .p-add {
    color: #3ec68d;
}
.pay-order-wrap .pay-order-mobile section.step .coupon-container .use-coupon-success .i-add-coupon {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-success.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-mobile section.step .coupon-container .use-coupon-success .i-add-coupon:hover {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-success-hover.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-mobile section.step .coupon-container .use-coupon-failure {
    background: rgba(252, 93, 96, 0.16);
}
.pay-order-wrap .pay-order-mobile section.step .coupon-container .use-coupon-failure .p-add {
    color: #fc5d60;
}
.pay-order-wrap .pay-order-mobile section.step .coupon-container .use-coupon-failure .i-add-coupon {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-invalid.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-mobile section.step .coupon-container .use-coupon-failure .i-add-coupon:hover {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-coupon-invalid-hover.svg) 50% no-repeat;
}
.pay-order-wrap .pay-order-mobile section.step.step3 {
    padding-top: 1.333rem;
    padding-bottom: 1.2rem;
}
.pay-order-wrap .pay-order-mobile .email_section-inapp {
    background-color: unset !important;
    padding-top: 0.693rem !important;
}
.pay-order-wrap .pay-order-mobile .email_section-inapp .email-section-content {
    box-shadow: 0 0.027rem 0.08rem rgba(234, 238, 246, 0.6);
}
.pay-order-wrap .pay-order-mobile .email-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 1.333rem 0.533rem;
}
.pay-order-wrap .pay-order-mobile .email-section section.step2 {
    width: 100%;
}
.pay-order-wrap .pay-order-mobile .email-section section.step2 .header {
    display: flex;
    align-items: center;
    font-size: 0.64rem;
    line-height: 0.893rem;
    color: #383e44;
}
.pay-order-wrap .pay-order-mobile .email-section section.step2 .header .header-index {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.693rem;
    width: 0.693rem;
    font-size: 0.427rem;
    line-height: 0.6rem;
    text-align: center;
    border-radius: 50%;
    background: #383e44;
    color: #fff;
    margin-right: 0.267rem;
}
.pay-order-wrap .pay-order-mobile .email-section section.step2 .email-section-content {
    margin-top: 0.533rem;
    display: flex;
    flex-direction: column;
}
.pay-order-wrap .pay-order-mobile .email-section section.step2 .email-section-content .content-right-box {
    flex-direction: column;
    display: flex;
}
.pay-order-wrap .pay-order-mobile .email-section section.step2 .email-section-content .content-right-box .content-title {
    margin: 0.853rem 0 0.32rem 0;
    font-size: 0.373rem;
}
.pay-order-wrap .pay-order-mobile .email-section section.step2 .email-section-content .content-right-box .ant-input {
    margin-bottom: 0.32rem;
    width: 100%;
    height: 1.173rem;
    font-size: 0.373rem;
}
.pay-order-wrap .pay-order-mobile .email-section section.step2 .email-section-content .content-right-box .ant-input:focus {
    border-color: #3963ef;
    outline: 0;
    box-shadow: none;
}
.pay-order-wrap .pay-order-mobile .email-section section.step2 .email-section-content .content-right-box .ant-input:hover {
    border-color: #3963ef;
}
.pay-order-wrap .pay-order-mobile .email-section section.step2 .email-section-content .content-right-box .bottom-tips {
    line-height: 0.533rem;
    font-size: 0.32rem;
}
.pay-order-wrap .pay-order-mobile .inapp-step1 {
    padding: 0.64rem 0.533rem;
}
.pay-order-wrap .pay-order-mobile .inapp-step1 .step-container {
    padding: 0.693rem 0.533rem;
    background-image: linear-gradient(to bottom right, #4b7af8, #4147f0);
    border-radius: 0.32rem;
    display: flex;
    flex-direction: row;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 32px rgba(10, 36, 160, 0.3);
}
.pay-order-wrap .pay-order-mobile .inapp-step1 .step-container .text-container {
    display: flex;
    flex-direction: column;
}
.pay-order-wrap .pay-order-mobile .inapp-step1 .step-container .text-container .title {
    font-size: 0.48rem;
    font-width: 500;
    line-height: 0.667rem;
    margin-bottom: 0.107rem;
}
.pay-order-wrap .pay-order-mobile .inapp-step1 .step-container .text-container .content {
    display: list-item;
    margin-left: 0.467rem;
    font-size: 0.32rem;
    font-weight: 400;
    line-height: 0.453rem;
    margin-top: 0.213rem;
}
.pay-order-wrap .pay-order-mobile .inapp-step1 .step-container .price-container {
    height: 1.2rem;
    display: flex;
}
.pay-order-wrap .pay-order-mobile .inapp-step1 .step-container .price-container .dollar-symbol {
    font-size: 0.48rem;
    font-weight: 400;
    line-height: 0.667rem;
    margin-right: 0.293rem;
    margin-top: 0.2rem;
}
.pay-order-wrap .pay-order-mobile .inapp-step1 .step-container .price-container .price {
    font-size: 0.853rem;
    font-weight: 500;
    line-height: 1.2rem;
}
.pay-order-wrap .pay-order-mobile .inapp-coupon {
    background-color: #fff;
}
.pay-order-wrap .pay-order-mobile .inapp-coupon .coupon-input {
    height: 1.173rem;
}
.introduce-content {
    width: 1080px;
    margin: 80px auto;
}
.introduce-content h1 {
    color: #fff;
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 24px;
}
.introduce-content .detail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 24px;
}
.introduce-content .detail p {
    font-weight: 400;
    text-indent: -24px;
    width: 420px;
    margin-bottom: 16px;
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 18px;
    line-height: 28px;
    height: 56px;
    text-align: right;
    word-wrap: break-word;
}
.introduce-content .detail p:before {
    position: relative;
    display: inline-block;
    content: "";
    width: 12px;
    height: 9px;
    margin-left: 12.5px;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/hook.svg) 50% no-repeat;
    background-size: contain;
}
.introduce-content .detail .i-refund {
    margin-top: -70px;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-refund.svg) 50% no-repeat;
    background-size: contain;
    width: 100px;
    height: 77px;
    display: inline-block;
}
.introduce {
    margin: 1.067rem 0.533rem;
}
.introduce h1 {
    padding-right: 2.4rem;
    font-size: 0.64rem;
    line-height: 0.8933rem;
    font-weight: 500;
    color: #fff;
}
.introduce p {
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 0.3733rem;
    line-height: 0.5867rem;
    text-indent: -0.5rem;
    margin: 0 0 0.32rem 0.5333rem;
    text-align: left;
    word-wrap: break-word;
}
.introduce p:before {
    position: relative;
    display: inline-block;
    content: "";
    width: 0.3067rem;
    height: 0.2267rem;
    margin-right: 0.2267rem;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/hook.svg) 50% no-repeat;
    background-size: contain;
}
.introduce p:last-child {
    padding-bottom: 1rem;
}
.ant-tooltip-inner {
    background-color: rgba(118, 131, 146, 0.95);
    padding: 10px !important;
}
.create-account-box {
    width: 450px;
    height: 338px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 6px rgba(234, 238, 246, 0.6);
}
.create-account-box div {
    display: flex;
    flex-direction: column;
}
.create-account-box .header-selected:after {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-plan-checked.svg) 50% no-repeat;
    background-size: contain;
    cursor: pointer;
    content: "";
}
.create-account-box .header-title {
    font-size: 18px;
    font-weight: 500;
    color: #616577;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.create-account-box .header-tip {
    border-radius: 4px;
    background-color: #f5f6f8;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 400;
}
.create-account-box .client-header {
    height: 32px;
    flex-direction: row;
    justify-content: space-between;
}
.create-account-box .client-info {
    margin-top: 16px;
}
.create-account-box .all-tips {
    padding-left: 15px;
    margin-bottom: 0;
}
.create-account-box .all-tips .input_tips {
    margin-top: 8px;
    color: #9da3b9;
    font-size: 14px;
}
.create-account-box .email-client {
    padding: 32px;
    border-radius: 4px;
    border: 1px solid #e4eaf0;
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 249px;
    cursor: pointer;
}
.create-account-box .email-client .client-info .email-input {
    width: 386px;
    height: 48px;
    margin-bottom: 12px;
}
.create-account-box .email-client .client-info .tips-container {
    max-height: 84px;
}
.create-account-box .email-client .client-info .tips-container .tips-msg {
    font-size: 0.06rem;
    font-weight: 400;
    color: #616577;
    display: flex;
    align-items: center;
}
.create-account-box .email-client .client-info .tips-container .tips-msg:before {
    content: "";
    background-size: contain;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
}
.create-account-box .email-client .client-info .tips-container .error-msg {
    color: #fc5d60;
}
.create-account-box .email-client .client-info .tips-container .error-msg:before {
    content: "";
    background-size: contain;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
}
.create-account-box .chosen-email-client {
    height: 100%;
    border-left: 3px solid #3963ef;
    box-shadow: 0 2px 6px rgba(234, 238, 246, 0.4);
}
.create-account-box .chosen-email-client .header-title {
    color: #3963ef;
}
.create-account-box .email-client-bg:hover {
    background-color: #f8fafc;
}
.create-account-box .anonymous-client {
    padding: 29px 32px;
    border-radius: 4px;
    border: 1px solid #e4eaf0;
    z-index: 0;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 100%;
}
.create-account-box .anonymous-client .client-info .btn-container {
    width: 386px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dee2e8;
    border-radius: 4px;
    margin-bottom: 12px;
}
.create-account-box .anonymous-client .client-info .btn-container .use-btn {
    background-color: #3963ef;
    width: -moz-fit-content;
    width: fit-content;
    padding: 11px 24px;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 16px;
    font-weight: 400;
}
.create-account-box .anonymous-client .client-info .addr-container {
    border: 1px solid #dee2e8;
    border-radius: 4px;
    position: relative;
    flex-direction: column;
    background-color: #f9fafb;
    height: 100px;
}
.create-account-box .anonymous-client .client-info .addr-container .user-address {
    padding: 16px 20px;
    width: 100%;
    height: 50%;
    color: #9da3b9;
    font-size: 14px;
    font-weight: 400;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.create-account-box .anonymous-client .client-info .addr-container .copy-tips {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: hsla(0, 0%, 100%, 0.7);
    color: #3963ef;
    font-size: 16px;
    opacity: 0;
}
.create-account-box .anonymous-client .client-info .addr-container .copy-tips:hover {
    opacity: 1;
}
.create-account-box .anonymous-client .client-info .addr-container .addr-footer {
    flex-direction: row;
    width: 100%;
    height: 50%;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #3963ef;
    border-top: 1px solid #dee2e8;
}
.create-account-box .anonymous-client .client-info .addr-container .addr-footer span {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.create-account-box .anonymous-client .client-info .addr-container .addr-footer .download-span {
    border-right: 1px solid #dee2e8;
}
.create-account-box .anonymous-client .client-info .addr-container .addr-footer .download-span:before {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-download.svg) 50% no-repeat;
    background-size: contain;
    content: "";
}
.create-account-box .anonymous-client .client-info .addr-container .addr-footer .drag-bg {
    position: absolute;
    opacity: 0.1;
    top: 50px;
    left: 190px;
    width: 190px;
    height: 48px;
}
.create-account-box .anonymous-client .client-info .addr-container .addr-footer .favorite-span:before {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-favorite.svg) 50% no-repeat;
    background-size: contain;
    content: "";
}
.create-account-box .anonymous-client .client-info .all-tips {
    margin-bottom: 0;
}
.create-account-box .anonymous-client .client-info .all-tips .input_tips1 {
    margin-top: 0;
    color: #9da3b9;
    font-size: 14px;
}
.create-account-box .anonymous-client .client-info .all-tips .input_tips1:last-child {
    margin-bottom: -13px;
}
.create-account-box .anonymous-client .client-info .all-tips .input_tips {
    margin-top: 20px;
}
.create-account-box .chosen-anonymous-client {
    display: flex;
    justify-content: flex-end;
    box-shadow: 0 -2px 6px rgba(234, 238, 246, 0.4);
    border-left: 3px solid #3963ef;
}
.create-account-box .chosen-anonymous-client .header-title {
    color: #3963ef;
}
.create-account-box .anonymous-client-bg:hover {
    background-color: #f8fafc;
}
.create-account-box-mobile {
    width: 8.933rem;
    height: 6.973rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0.027rem 0.08rem rgba(234, 238, 246, 0.6);
}
.create-account-box-mobile div {
    display: flex;
    flex-direction: column;
}
.create-account-box-mobile .header-selected:after {
    display: block;
    width: 0.427rem;
    height: 0.427rem;
    margin-left: 0.2rem;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-plan-checked.svg) 50% no-repeat;
    background-size: contain;
    cursor: pointer;
    content: "";
}
.create-account-box-mobile .header-title {
    font-size: 0.427rem;
    font-weight: 500;
    color: #616577;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.create-account-box-mobile .header-tip {
    border-radius: 0.107rem;
    background-color: #f5f6f8;
    padding: 0.133rem 0.32rem;
    font-size: 0.32rem;
    font-weight: 400;
}
.create-account-box-mobile .client-header {
    height: 0.693rem;
    flex-direction: row;
    justify-content: space-between;
}
.create-account-box-mobile .client-info {
    margin-top: 0.413rem;
}
.create-account-box-mobile .all-tips {
    padding-left: 0.427rem;
    margin-bottom: 0;
}
.create-account-box-mobile .all-tips .input_tips {
    margin-top: 0.213rem;
    color: #9da3b9;
    font-size: 0.32rem;
}
.create-account-box-mobile .email-client {
    padding: 0.573rem 0.533rem;
    border-radius: 0.053rem;
    border: 1px solid #e4eaf0;
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 5.307rem;
}
.create-account-box-mobile .email-client .client-info .email-input {
    width: 7.867rem;
    height: 1.173rem;
    margin-bottom: 0.16rem;
}
.create-account-box-mobile .email-client .client-info .tips-container {
    max-height: 1.813rem;
}
.create-account-box-mobile .email-client .client-info .tips-container .tips-msg {
    font-size: 0.373rem;
    font-weight: 400;
    color: #616577;
    display: flex;
    align-items: center;
}
.create-account-box-mobile .email-client .client-info .tips-container .tips-msg:before {
    content: "";
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-bind-email-success.svg) 50% no-repeat;
    background-size: contain;
    display: inline-block;
    width: 0.333rem;
    height: 0.333rem;
    margin-right: 0.173rem;
}
.create-account-box-mobile .email-client .client-info .tips-container .error-msg {
    color: #fc5d60;
}
.create-account-box-mobile .email-client .client-info .tips-container .error-msg:before {
    content: "";
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-bind-email-error.svg) 50% no-repeat;
    background-size: contain;
    display: inline-block;
    width: 0.333rem;
    height: 0.333rem;
    margin-right: 0.173rem;
}
.create-account-box-mobile .chosen-email-client {
    border-left: 0.053rem solid #3963ef;
    box-shadow: 0 0.027rem 0.08rem rgba(234, 238, 246, 0.4);
}
.create-account-box-mobile .chosen-email-client .header-title {
    color: #3963ef;
}
.create-account-box-mobile .anonymous-client {
    padding: 0.48rem;
    border-radius: 0.053rem;
    border: 1px solid #e4eaf0;
    z-index: 0;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 100%;
}
.create-account-box-mobile .anonymous-client .client-info {
    margin-top: 0.32rem;
}
.create-account-box-mobile .anonymous-client .client-info .btn-container {
    width: 7.867rem;
    height: 2.453rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dee2e8;
    border-radius: 0.107rem;
}
.create-account-box-mobile .anonymous-client .client-info .btn-container .use-btn {
    background-color: #3963ef;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.24rem 0.533rem;
    height: 1.067rem;
    font-size: 0.427rem;
    font-weight: 400;
}
.create-account-box-mobile .anonymous-client .client-info .addr-container {
    border: 1px solid #dee2e8;
    border-radius: 0.107rem;
    position: relative;
    flex-direction: column;
    background-color: #f9fafb;
    height: 2.453rem;
}
.create-account-box-mobile .anonymous-client .client-info .addr-container .user-address {
    padding: 0.32rem 0.427rem;
    width: 100%;
    height: 50%;
    color: #9da3b9;
    font-size: 0.373rem;
    font-weight: 400;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.create-account-box-mobile .anonymous-client .client-info .addr-container .copy-tips {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: hsla(0, 0%, 100%, 0.7);
    color: #3963ef;
    font-size: 0.427rem;
    opacity: 0;
}
.create-account-box-mobile .anonymous-client .client-info .addr-container .copy-tips:hover {
    opacity: 1;
}
.create-account-box-mobile .anonymous-client .client-info .addr-container .addr-footer {
    flex-direction: row;
    width: 100%;
    height: 50%;
    background-color: #fff;
    border-bottom-left-radius: 0.107rem;
    border-bottom-right-radius: 0.107rem;
    color: #3963ef;
    border-top: 1px solid #dee2e8;
}
.create-account-box-mobile .anonymous-client .client-info .addr-container .addr-footer span {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.create-account-box-mobile .anonymous-client .client-info .addr-container .addr-footer .download-span {
    border-right: 1px solid #dee2e8;
    font-size: 0.373rem;
}
.create-account-box-mobile .anonymous-client .client-info .addr-container .addr-footer .download-span:before {
    width: 0.533rem;
    height: 0.533rem;
    margin-right: 0.107rem;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-download.svg) 50% no-repeat;
    background-size: contain;
    content: "";
}
.create-account-box-mobile .anonymous-client .client-info .addr-container .addr-footer .download-span-mobile:before {
    width: 0.533rem;
    height: 0.533rem;
    margin-right: 0.107rem;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-copy-address.svg) 50% no-repeat;
    background-size: contain;
    content: "";
}
.create-account-box-mobile .anonymous-client .client-info .addr-container .addr-footer .favorite-span {
    font-size: 0.373rem;
}
.create-account-box-mobile .anonymous-client .client-info .addr-container .addr-footer .favorite-span:before {
    width: 0.533rem;
    height: 0.533rem;
    margin-right: 0.107rem;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-favorite.svg) 50% no-repeat;
    background-size: contain;
    content: "";
}
.create-account-box-mobile .anonymous-client .client-info .all-tips {
    margin-bottom: 0;
}
.create-account-box-mobile .anonymous-client .client-info .all-tips .input_tips1 {
    margin-top: 0.18rem;
    color: #9da3b9;
    font-size: 0.32rem;
}
.create-account-box-mobile .anonymous-client .client-info .all-tips .input_tips1:last-child {
    margin-top: 0;
    margin-bottom: -0.269rem;
}
.create-account-box-mobile .anonymous-client .client-info .all-tips .input_tips {
    margin-top: 0.373rem;
}
.create-account-box-mobile .chosen-anonymous-client {
    display: flex;
    justify-content: flex-end;
    box-shadow: 0 -0.027rem 0.08rem rgba(234, 238, 246, 0.4);
    border-left: 0.053rem solid #3963ef;
}
.create-account-box-mobile .chosen-anonymous-client .header-title {
    color: #3963ef;
}
.pay-content {
    display: flex;
    flex-direction: row;
    margin-top: 36px;
}
.pay-content .pay-method {
    height: -moz-fit-content;
    height: fit-content;
    width: 232px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e6ebf0;
    box-sizing: border-box;
}
.pay-content .pay-method .method {
    height: 110px;
    width: 230px;
    background-color: #fff;
}
.pay-content .pay-method .method:first-child .choose {
    border-top: none;
}
.pay-content .pay-method .method:first-child .choose p {
    margin-top: 0;
}
.pay-content .pay-method .method .choose {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #e7e9ed;
}
.pay-content .pay-method .method .choose .pay-radio {
    margin: 24px 24px 0 0;
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    border: 2px solid #e6ebf0;
    box-sizing: border-box;
}
.pay-content .pay-method .method .choose .pay-radio i {
    width: 24px;
}
.pay-content .pay-method .method .choose .pay-radio.light {
    background: #138cff;
    border-color: #138cff;
}
.pay-content .pay-method .method .choose .pay-radio.light i {
    display: inline-block;
    content: "";
    height: 12px;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/hook-white.svg) 50% no-repeat;
    background-size: contain;
}
.pay-content .pay-method .method .choose .pay-detail {
    margin: 28px 0 0 20px;
}
.pay-content .pay-method .method .choose .pay-detail .pay-logo {
    text-align: center;
}
.pay-content .pay-method .method .choose .pay-detail .pay-logo img {
    display: inline-block;
    height: 40px;
    margin-right: 6px;
    background: no-repeat 50%;
    background-size: contain;
}
.pay-content .pay-method .method .choose .pay-detail .method-name {
    margin: 12px 0 0 0;
    color: #383e44;
    font-size: 16px;
    line-height: 22px;
}
.pay-content .pay-method .method-selected,
.pay-content .pay-method .method:hover {
    background-color: #e7f3ff;
}
.pay-content .package-list {
    position: relative;
    top: -24px;
    border-radius: 4px;
    width: 510px;
    margin-left: 47px;
    padding: 40px 40px 26px 40px;
    border: 1px solid #e7e9ed;
    background-color: #fff;
}
.pay-content .package-list .list-item {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.pay-content .package-list .list-item p {
    color: #768392;
    margin-bottom: 16px;
}
.pay-content .package-list .list-item p.reduce {
    color: #3ec68d;
}
.pay-content .package-list .list-item p .reduce-tips {
    color: #138cff;
}
.pay-content .package-list .list-item .auto-renew-uncheck {
    display: inline-block;
    height: 18px;
    width: 18px;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-auto-uncheck.svg) 50% no-repeat;
    background-size: contain;
}
.pay-content .package-list .list-item .auto-renew-checked {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-auto-checked.svg) 50% no-repeat;
}
.pay-content .package-list .list-item .radio-group .ant-radio-wrapper:last-child {
    margin-right: 0;
}
.pay-content .package-list .list-item .radio-group .ant-radio-wrapper:last-child span:last-child {
    padding-right: 0;
}
.pay-content .package-list .sub-cycle-list-box {
    position: absolute;
    right: 0;
    margin-right: 30px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pay-content .package-list .sub-cycle-list-box .cycle-title-box {
    display: flex;
    margin-bottom: 10px;
    flex-direction: row;
}
.pay-content .package-list .sub-cycle-list-box .cycle-title-box p {
    margin: 0 5px 0 0;
    font-size: 14px;
    line-height: 14px;
    color: #768392;
}
.pay-content .package-list .sub-cycle-list-box .cycle-title-box .up-icon {
    transform: rotate(-180deg);
}
.pay-content .package-list .sub-cycle-list-box .cycle-title-box .down-icon {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/icon-gray-down.svg) 50% no-repeat;
    background-size: contain;
    transition: transform 0.2s linear;
}
.pay-content .package-list .sub-cycle-list-box .show-cursor {
    cursor: pointer;
}
.pay-content .package-list .sub-cycle-list-box .cycle-list-box {
    width: 90px;
    height: -moz-fit-content;
    height: fit-content;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 4px 10px #020e3e;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}
.pay-content .package-list .sub-cycle-list-box .cycle-list-box .popover-arrow {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 14px;
    height: 14px;
    background-color: #fff;
    transform: rotate(135deg);
    margin-top: -50px;
    margin-bottom: -50px;
    z-index: 4;
}
.pay-content .package-list .sub-cycle-list-box .cycle-list-box .cycle-content-box {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    flex-direction: column;
    margin-top: 85px;
    z-index: 5;
}
.pay-content .package-list .sub-cycle-list-box .cycle-list-box .cycle-content-box p {
    width: 100%;
    height: 40px;
    padding: 13px 0;
    margin: 0;
    color: #383e44;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    align-content: center;
    cursor: pointer;
}
.pay-content .package-list .sub-cycle-list-box .cycle-list-box .cycle-content-box p:hover {
    background-color: #f2f6fa;
}
.pay-content .package-list .sub-cycle-list-box .cycle-list-box .cycle-content-box p:first-child {
    border-radius: 5px 5px 0 0;
}
.pay-content .package-list .sub-cycle-list-box .cycle-list-box .cycle-content-box p:last-child {
    border-radius: 0 0 5px 5px;
}
.pay-content .package-list .sub-cycle-list-box:hover .cycle-content-box {
    display: flex;
}
.pay-content .package-list .sub-cycle-list-box:hover .down-icon {
    transform: rotate(-180deg);
}
.pay-content .package-list .pay-line {
    height: 1px;
    background-color: #e6ebf0;
    margin-bottom: 16px;
}
.pay-content .package-list .total {
    display: flex;
    justify-content: space-between;
    font-size: 21px;
    font-weight: 500;
    color: #383e44;
}
.pay-content .package-list .total p {
    font-size: 24px;
    font-weight: 700;
}
.pay-content .package-list .disable-order {
    cursor: not-allowed;
    background-color: #3963ef;
}
.pay-content .package-list .ant-btn-primary {
    background-color: #3963ef;
    border-color: #3963ef;
}
.pay-content .package-list .submit-btn {
    margin-bottom: 12px;
    width: 100%;
    margin-top: 16px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #3963ef;
}
.pay-content .package-list .submit-btn i {
    margin-top: 3px;
    display: inline-block;
    height: 36px;
    width: 35px;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/shield.svg) 50% no-repeat;
    background-size: contain;
}
.pay-content .package-list .submit-btn i svg {
    display: none;
}
.pay-content .package-list .submit-btn span {
    font-size: 18px;
    margin-right: 34px;
}
.pay-content .package-list .submit-btn-disabled i {
    margin-top: 3px;
    display: inline-block;
    height: 36px;
    width: 35px;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/shield_disabled.svg) 50% no-repeat;
    background-size: contain;
}
.pay-content .package-list .submit-btn-disabled i svg {
    display: none;
}
.pay-content .package-list .submit-btn-loading i {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    background: none;
}
.pay-content .package-list .submit-btn-loading i svg {
    display: block;
}
.pay-content .package-list .error-tip {
    color: #fc5d60;
    font-size: 14px;
    visibility: visible;
}
.pay-content .package-list .error-tip:before {
    position: relative;
    display: inline-block;
    content: "";
    width: 15.28px;
    height: 13.49px;
    margin-right: 7.4px;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/submit-error.svg) 50% no-repeat;
    background-size: contain;
}
.pay-content .package-list .login-tips {
    color: #616577;
    display: flex;
    align-items: center;
}
.pay-content .package-list .login-tips:before {
    position: relative;
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 7.4px;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-bind-email-success.svg) 50% no-repeat;
    background-size: contain;
}
.pay-content .package-list .error {
    visibility: hidden;
}
.pay-content .package-list .foot-tips {
    margin-top: 44px;
    margin-bottom: 15px;
}
.pay-content .package-list .foot-tips ul {
    margin: 0 0 0 16px;
    padding: 0;
}
.pay-content .package-list .foot-tips ul li {
    line-height: 34px;
    color: #a5b1bf;
    font-size: 14px;
}
.pay-content .package-list .foot-tips ul li span {
    color: #3963ef;
    cursor: pointer;
}
.pay-content .popover-arrow {
    border-top: 1px solid #e7e9ed;
    border-right: 1px solid #e7e9ed;
    position: relative;
    top: 46px;
    width: 24px;
    height: 24px;
    z-index: 1000;
    background-color: #fff;
    transform: rotate(45deg);
   /* margin-left: 35px;*/
}
.pay-content .safe-tips {
    margin-right: 74px;
    width: 350px;
}
.pay-content .safe-tips .safe-logo {
    height: 133px;
    width: 295px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #e6ebf0;
    border-radius: 4px;
}
.pay-content .safe-tips .safe-logo .norton {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/norton.svg) 50% no-repeat;
    background-size: contain;
    width: 102px;
    display: inline-block;
    height: 40px;
}
.pay-content .safe-tips p {
    margin-top: 36px;
    font-size: 21px;
    font-weight: 400;
}
.pay-content .safe-tips .features {
    padding-left: 25px;
}
.pay-content .safe-tips .features p {
    text-indent: -25px;
    color: #768392;
    margin: 16px 0;
    font-size: 16px;
    line-height: 22px;
}
.pay-content .safe-tips .features p:before {
    position: relative;
    display: inline-block;
    content: "";
    width: 12px;
    height: 9px;
    margin-left: 12.5px;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/hook.svg) 50% no-repeat;
    background-size: contain;
}
.pay-content-mobile .safe-logo {
    margin-top: -0.667rem;
    height: 1.867rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}
.pay-content-mobile .safe-logo .norton {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/norton.svg) 50% no-repeat;
    background-size: contain;
    width: 2.693rem;
    display: inline-block;
    height: 1.067rem;
}
.pay-content-mobile .pay-method {
    width: 100%;
    margin-top: 0.5333rem;
    padding: 0;
    box-sizing: border-box;
}
.pay-content-mobile .pay-method .method {
    padding: 0 0.533rem;
    background: #fff;
    border-radius: 0.1067rem;
    border: 0.0267rem solid #e6ebf0;
}
.pay-content-mobile .pay-method .method .choose {
    position: relative;
    display: flex;
    align-items: center;
    height: 1.56rem;
}
.pay-content-mobile .pay-method .method .choose p {
    width: 2.4333rem;
    margin: 0;
    padding: 0;
    color: #383e44;
    font-size: 0.4267rem;
    line-height: 0.6rem;
}
.pay-content-mobile .pay-method .method .choose .pay-logo i {
    display: inline-block;
    width: 1.347rem;
    height: 0.467rem;
}
.pay-content-mobile .pay-method .method .choose .radio {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0.5rem;
    right: 0;
    width: 0.5867rem;
    height: 0.5867rem;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-auto-uncheck.svg) 50% no-repeat;
}
.pay-content-mobile .pay-method .method .choose .radio.light {
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-auto-checked.svg) 50% no-repeat;
}
.pay-content-mobile .pay-method .method .pay-info .package-list {
    margin: 0 0 0.48rem 0;
    border-bottom: 1px solid #e7e9ed;
    border-top: 1px solid #e7e9ed;
}
.pay-content-mobile .pay-method .method .pay-info .package-list .list-item {
    display: flex;
    justify-content: space-between;
    font-size: 0.3733rem;
    color: #768392;
}
.pay-content-mobile .pay-method .method .pay-info .package-list .list-item:first-child {
    margin-top: 0.5rem;
}
.pay-content-mobile .pay-method .method .pay-info .package-list .list-item p {
    margin-top: 0;
}
.pay-content-mobile .pay-method .method .pay-info .package-list .list-item p.reduce {
    color: #3ec68d;
}
.pay-content-mobile .pay-method .method .pay-info .package-list .list-item .auto-renew-uncheck {
    display: inline-block;
    height: 0.587rem;
    width: 0.587rem;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-auto-uncheck.svg) 50% no-repeat;
}
.pay-content-mobile .pay-method .method .pay-info .package-list .list-item .auto-renew-checked {
    height: 0.587rem;
    width: 0.587rem;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-auto-checked.svg) 50% no-repeat;
}
.pay-content-mobile .pay-method .method .pay-info .package-list .list-item .sub-cycle-list-box {
    position: absolute;
    right: 0.667rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pay-content-mobile .pay-method .method .pay-info .package-list .list-item .sub-cycle-list-box .cycle-title-box {
    display: flex;
    margin-bottom: 0.267rem;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 0.4rem;
}
.pay-content-mobile .pay-method .method .pay-info .package-list .list-item .sub-cycle-list-box .cycle-title-box p {
    margin: 0;
    font-size: 0.373rem;
    line-height: 0.373rem;
    color: #768392;
}
.pay-content-mobile .pay-method .method .pay-info .package-list .list-item .sub-cycle-list-box .cycle-title-box .up-icon {
    transform: rotate(-180deg);
}
.pay-content-mobile .pay-method .method .pay-info .package-list .list-item .sub-cycle-list-box .cycle-title-box .down-icon {
    display: inline-block;
    content: "";
    width: 0.32rem;
    height: 0.32rem;
    margin-left: 0.133rem;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/icon-gray-down.svg) 50% no-repeat;
    background-size: contain;
    transition: transform 0.2s linear;
}
.pay-content-mobile .pay-method .method .pay-info .package-list .list-item .sub-cycle-list-box .show-cursor {
    cursor: pointer;
}
.pay-content-mobile .pay-method .method .pay-info .package-list .list-item .sub-cycle-list-box .cycle-list-box {
    width: 2rem;
    height: -moz-fit-content;
    height: fit-content;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0.107rem 0.24rem #020e3e;
    display: none;
    flex-direction: column;
    border-radius: 0.107rem;
    justify-content: center;
    align-items: center;
}
.pay-content-mobile .pay-method .method .pay-info .package-list .list-item .sub-cycle-list-box .cycle-list-box .popover-arrow {
    opacity: 1;
    border-bottom: 0.027rem solid #fff;
    border-left: 0.027rem solid #fff;
    width: 0.373rem;
    height: 0.373rem;
    background-color: #fff;
    transform: rotate(135deg);
    margin-top: -0.2rem;
    z-index: 4;
}
.pay-content-mobile .pay-method .method .pay-info .package-list .list-item .sub-cycle-list-box .cycle-list-box .cycle-content-box {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    margin-top: -0.15rem;
    z-index: 5;
}
.pay-content-mobile .pay-method .method .pay-info .package-list .list-item .sub-cycle-list-box .cycle-list-box .cycle-content-box p {
    width: 100%;
    height: 1.067rem;
    padding: 0.347rem 0;
    margin: 0;
    color: #383e44;
    font-size: 0.373rem;
    line-height: 0.533rem;
    text-align: center;
    align-content: center;
    cursor: pointer;
}
.pay-content-mobile .pay-method .method .pay-info .package-list .list-item .sub-cycle-list-box .cycle-list-box .cycle-content-box p:hover {
    background-color: #f2f6fa;
}
.pay-content-mobile .pay-method .method .pay-info .package-list .list-item .sub-cycle-list-box .cycle-list-box .cycle-content-box p:first-child {
    border-radius: 0.107rem 0.107rem 0 0;
}
.pay-content-mobile .pay-method .method .pay-info .package-list .list-item .sub-cycle-list-box .cycle-list-box .cycle-content-box p:last-child {
    border-radius: 0 0 0.107rem 0.107rem;
}
.pay-content-mobile .pay-method .method .pay-info .package-list .list-item .sub-cycle-list-box:hover .cycle-list-box {
    display: flex;
}
.pay-content-mobile .pay-method .method .pay-info .package-list .list-item .sub-cycle-list-box:hover .down-icon {
    transform: rotate(-180deg);
}
.pay-content-mobile .pay-method .method .pay-info .package-list .total {
    display: flex;
    justify-content: space-between;
    font-size: 0.5333rem;
    color: #383e44;
    font-weight: 500;
}
.pay-content-mobile .pay-method .method .pay-info .package-list .total p {
    font-size: 24px;
    font-weight: 700;
}
.pay-content-mobile .pay-method .method .pay-info .footer {
    padding-bottom: 0.5333rem;
    font-size: 0.373rem;
    color: #383e44;
}
.pay-content-mobile .pay-method .method .pay-info .footer p {
    line-height: 0.4rem;
    margin: 0;
}
.pay-content-mobile .pay-method .method .pay-info .footer span {
    color: #3963ef;
}
.pay-content-mobile .pay-method .unselected + .unselected {
    margin-top: 10px;
}
.pay-content-mobile .submit {
    margin: 0.867rem 0 1.067rem 0;
}
.pay-content-mobile .submit .protocol {
    display: flex;
    font-size: 0.3733rem;
}
.pay-content-mobile .submit .protocol .checkbox {
    display: flex;
    width: 0.373rem;
    height: 0.3733rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.0533rem;
    border: 0.0267rem solid #e6ebf0;
    box-sizing: border-box;
    background: #fff;
}
.pay-content-mobile .submit .protocol .checkbox i {
    display: inline-block;
    content: "";
    width: 0.1867rem;
    height: 0.16rem;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/hook-white.svg) 50% no-repeat;
    background-size: contain;
}
.pay-content-mobile .submit .protocol .checkbox.light {
    background: #3963ef;
    border-color: #3963ef;
}
.pay-content-mobile .submit .protocol p {
    margin: 0 0.2133rem;
    color: #383e44;
    line-height: 0.433rem;
}
.pay-content-mobile .submit .protocol span {
    color: #3963ef;
    line-height: 0.433rem;
}
.pay-content-mobile .submit .disable-order {
    cursor: not-allowed;
    background-color: #3963ef;
}
.pay-content-mobile .submit .ant-btn-primary {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.pay-content-mobile .submit .ant-btn-primary,
.pay-content-mobile .submit .ant-btn-primary:focus,
.pay-content-mobile .submit .ant-btn-primary:hover {
    color: #fff;
    background-color: #3963ef;
    border-color: #3963ef;
}
.pay-content-mobile .submit .submit-btn {
    width: 100%;
    height: 1.173rem;
    background: #3963ef;
    align-items: center;
    color: #fff;
    font-size: 0.48rem;
    margin-top: 0.32rem;
    border-radius: 0.1067rem;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.pay-content-mobile .submit .submit-btn i {
    margin-top: 3px;
    display: inline-block;
    height: 36px;
    width: 35px;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/shield.svg) 50% no-repeat;
    background-size: contain;
}
.pay-content-mobile .submit .submit-btn i svg {
    display: none;
}
.pay-content-mobile .submit .submit-btn span {
    font-size: 0.48rem;
    margin-right: 0.48rem;
}
.pay-content-mobile .submit .submit-btn-loading i {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    background: none;
}
.pay-content-mobile .submit .submit-btn-loading i svg {
    display: block;
}
.pay-content-mobile .submit .error-tip {
    color: #fc5d60;
    font-size: 0.373rem;
    margin-top: 0.56rem;
    visibility: visible;
    text-align: left;
    word-wrap: break-word;
    text-indent: -0.3rem;
    margin-left: 0.3rem;
}
.pay-content-mobile .submit .error-tip:before {
    position: relative;
    display: inline-block;
    content: "";
    width: 0.32rem;
    height: 0.28rem;
    margin-right: 0.173rem;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/submit-error.svg) 50% no-repeat;
    background-size: contain;
}
.pay-content-mobile .submit .error-tip a,
.pay-content-mobile .submit .error-tip span {
    margin-left: 0.28rem;
}
.pay-content-mobile .submit .login-tips {
    font-size: 0.373rem;
    font-weight: 400;
    color: #616577;
    display: flex;
    align-items: center;
    margin: 0.373rem 0 0 0;
}
.pay-content-mobile .submit .login-tips:before {
    content: "";
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/ic-bind-email-success.svg) 50% no-repeat;
    background-size: contain;
    display: inline-block;
    width: 0.333rem;
    height: 0.333rem;
    margin-right: 0.173rem;
}
.pay-content-mobile .submit .error {
    visibility: hidden;
}
.pay-content-mobile .bottom-features {
    width: 100%;
}
.pay-content-mobile .bottom-features p {
    font-size: 0.48rem;
    font-weight: 500;
    margin: 0 0 0.16rem 0;
}
.pay-content-mobile .bottom-features .features p {
    color: #768392;
    font-size: 0.373rem;
    line-height: 0.533rem;
    text-indent: -0.5rem;
    margin: 0.32rem 0 0.32rem 0.5333rem;
    text-align: left;
    word-wrap: break-word;
    padding: 0;
}
.pay-content-mobile .bottom-features .features p:before {
    position: relative;
    display: inline-block;
    content: "";
    width: 0.3067rem;
    height: 0.2267rem;
    margin-right: 0.2267rem;
    background: url(https://cdn.jsdelivr.net/gh/UnPanel/unpanel-assets@v1.0.1/home/hook.svg) 50% no-repeat;
    background-size: contain;
}
.pay-content-mobile .bottom-features .features p:last-child {
    margin-bottom: 0;
}
.email-section  {
    display: none !important;
}
section.step.step3 {
    display: none !important;
}
.header-index {
    display: none !important;
}
.radio {
    display: none !important;
}
.radio.light {
    display: none !important;
}