body {
    color: #404040;
    background-color: #fafafa;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    color: #737373;
}

.text-orange {
    color: #f26b00;
}

.text-gray400 {
    color: #a3a3a3;
}

.text-gray500 {
    color: #737373;
}

.text-F56C6C {
    color: #f56c6c;
}

.text-gray200 {
    color: #e5e5e5;
}

.text-409EFF {
    color: #409eff;
}

.fs-13 {
    font-size: 13px;
}

.btn-orange {
    background-color: #f26b00;
    color: #fff;
}

.btn-orange:hover {
    background-color: #f38900;
    color: #fff;
}

.btn-w {
    background-color: #fff;
    color: #fff;
}

.btn-Textorange {
    color: #f26b00;
}

.btn-Textorange:hover {
    color: #f38900;
}

.btn-F56C6C {
    background-color: #f56c6c;
    color: #fff;
}

.btn-F56C6C:hover {
    background-color: #f89898;
    color: #fff;
}

.btn-primary500 {
    color: #269de9;
}

.Border-b {
    border-bottom: 1px solid #92cef3;
}

.h-38 {
    height: 38px;
}

.btn-primary500:hover {
    color: #f3ba09;
}

.bg-secondary50 {
    background-color: #fdf7e1;
}

.bg-gray50 {
    background-color: #fafafa;
}

.bg-F0F9EB {
    background-color: #f0f9eb;
}

.bg-E4F3FB {
    background-color: #e4f3fb;
}

.borderR8 {
    border-radius: 18px;
}

.UlDisc {
    list-style-type: disc;
}

.BorderRadius8 {
    border-radius: 8px;
}

.CategoryImportant {
    background-color: #fdf7e1;
    color: #f38900;
    font-size: 12px;
    padding: 4px 6px;
    border-radius: 3px;
}

.WebsiteAnnouncement {
    background-color: #e4f3fb;
    color: #036db8;
    font-size: 12px;
    padding: 4px 6px;
    border-radius: 3px;
}

.NewAnnouncement {
    background-color: #e95200;
    color: #fff;
    font-size: 12px;
    padding: 4px 6px;
    border-radius: 3px;
}

.bg-fafafa {
    background-color: #fafafa;
}

.TopLogo {
    height: auto;
}
.TopLogo img {
    width: 92%;
    height: auto;
}

.NavBar {
    background-color: #fefbf1;
    height: 80px;
}
.h-80 {
    height: 80px;
}

ul.drop-down-menu {
    margin-left: 60px;
    position: relative;
    z-index: 998;
}

.MbUserIn {
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #a3a3a3;
    background-color: #fff;
}

.MbUserIn:hover {
    background-color: #e0e0e0;
}

ul.drop-down-menu li {
    position: relative;
    margin-left: 1rem;
}

ul.drop-down-menu > li:last-child {
    border-right: none;
}

ul.drop-down-menu > li {
    float: left;
}

ul.drop-down-menu a {
    color: #404040;
    display: block;
    padding: 6px 16px;
    text-decoration: none;
    line-height: 40px;
}

ul.drop-down-menu a:hover {
    color: #404040;
}

ul.drop-down-menu li:hover > a {
    color: #5c5c5c;
}

ul.drop-down-menu ul {
    background-color: #fff;
    padding: 10px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    top: 47px;
    min-width: 200px;
    box-shadow: 0px 0px 12px #e0e0e0;
}

ul.drop-down-menu ul:after {
    border: solid transparent;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-width: 0px 8px 8px 8px;
    border-bottom-color: #fff;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}

ul.drop-down-menu ul li {
    margin: 0;
}

ul.drop-down-menu ul li a {
    padding: 0px 16px;
}

ul.drop-down-menu ul li:hover {
    background-color: #fefbf1;
}

ul.drop-down-menu ul li:last-child {
    border-bottom: none;
}

ul.drop-down-menu ul ul {
    z-index: 999;
    top: 10px;
    left: 90%;
}

ul.drop-down-menu ul {
    display: none;
}

.ThemeBg {
    width: 100%;
    background-image: url("../images/ThemeBgPc.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-bottom: 20%;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
@media (max-width: 991.98px) {
    .ThemeBg {
        background-image: url("../images/ThemeBgMb.jpg");
        padding-bottom: 60%;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }
    .NavBarMbClick {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }
    .TitleEng {
        font-size: 16px;
        margin-top: 6px;
    }
}

.MenuMbBox {
    display: none;
}

.DisplayPcNone {
    display: none;
}

.MenuMbXx {
    display: none;
}

@media (max-width: 991.98px) {
    .TopLogo {
        display: block;
        width: 100px;
        height: auto;
    }
    .TopLogo img {
        width: 96%;
    }
    .DisplayPcNone {
        display: block;
    }
    .MenuMbBox {
        display: block;
    }
    .MenuMb {
        width: 36px;
        height: 36px;
        font-size: 28px;
        border: 0;
        background-color: #fefbf1;
    }
    .NavMenu {
        display: none;
    }
    .MenuMbXx {
        display: none;
    }
    .memberBtn {
        display: none;
    }
    ul.drop-down-menu {
        margin: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        position: absolute;
        background-color: #fefbf1;
    }
    ul.drop-down-menu > li {
        float: none;
        margin: 16px;
        padding: 6px 0;
        border-bottom: 1px solid #d4d4d4;
        position: relative;
    }
    .ArrowDown:after {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url("../images/arrow-down.png");
        position: absolute;
        top: 20px;
        right: 16px;
    }
    ul.drop-down-menu ul {
        background-color: #fff;
        padding: 10px 0;
        border-radius: 6px;
        position: relative;
        z-index: 9999;
        top: 0;
        width: 100%;
        box-shadow: none;
    }
    ul.drop-down-menu ul:after {
        border: 0;
    }
    ul.drop-down-menu ul li {
        list-style-type: disc;
        margin-left: 34px;
        color: #737373;
    }
    ul.drop-down-menu ul li a {
        color: #737373;
    }
}

.ALoggingin {
    position: relative;
}

.CartQuantity {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #f56c6c;
    color: #fff;
    border: 2px solid #fefbf1;
    position: absolute;
    top: -9px;
    right: -9px;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
}

.smbox-pc {
    box-shadow: 0px 0px 12px #e0e0e0;
}

.SCCalxulatorbox {
    position: relative;
    top: -100px;
}

.box-top {
    position: relative;
    top: -100px;
}

.SCCalxulator {
    width: 90%;
    padding: 20px;
    border-radius: 16px;
    background-color: #fff;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 12px #e0e0e0;
}

.w-45 {
    width: 45%;
}
.w-55 {
    width: 55%;
}

.TopBox {
    width: 60px;
    height: 2px;
    background-color: #f26b00;
}

@media (max-width: 991.98px) {
    .SCCalxulatorbox {
        position: relative;
        top: -170px;
    }
    .SCCalxulator {
        width: 94%;
    }
    .w-45 {
        width: 100%;
    }
    .w-55 {
        width: 100%;
    }
    .ALoggingin {
        position: absolute;
        right: 60px;
    }
}

.TpBox {
    min-height: 190px;
    border: 4px dashed #f5c428;
    border-radius: 16px;
    padding: 16px;
}

.TpBox img {
    width: 140px;
    height: auto;
}

@media (max-width: 991.98px) {
    .TpBox img {
        width: 100%;
        height: auto;
    }
}

.NewsBox a {
    text-decoration: none;
    color: #171717;
}

.NewsBox a:hover {
    color: #f26b00;
}

.NewsBoxItem {
    border: 1px solid #d4d4d4;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.footer {
    background-color: #d0dde7;
    padding: 3rem 0;
}
@media (max-width: 991.98px) {
    .footer {
        padding-bottom: 100px;
    }
}

.footerLogo {
    width: 160px;
    height: auto;
}

.footer a {
    color: #525252;
    text-decoration: none;
    font-size: 15px;
}

.footer a:hover {
    color: #a3a3a3;
}

.footer li {
    margin-top: 6px;
}

.VerificationCodeBox {
    position: relative;
}

.VerificationCodeImg {
    width: auto;
    height: 39px;
    position: relative;
    left: -5px;
}

.VerificationCodeImg img {
    width: auto;
    height: 100%;
}

.VCIcon {
    position: relative;
    display: block;
    width: 39px;
    height: 39px;
    line-height: 32px;
    background-color: #fff;
    text-align: center;
    border-top: 1px solid #a3a3a3;
    border-right: 1px solid #a3a3a3;
    border-bottom: 1px solid #a3a3a3;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    left: -5px;
}

.btnLong {
    width: 40%;
}
@media (max-width: 991.98px) {
    .btnLong {
        width: 100%;
    }
}

.MbBottomNavNot {
    width: 58%;
    height: 70px;
    background-color: #e4ebf0;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    border-radius: 35px;
    overflow: hidden;
    z-index: 998;
}
.MbBottomNavBoxNot {
    display: flex;
    margin: 0 30px;
}

.MbBottomNavBoxNot .Item {
    width: 50%;
    height: 70px;
    margin: 0 2px;
    font-size: 14px;
}

.MbBottomNavBoxNot .Item i {
    font-size: 1.3rem;
}

.MbBottomNavBoxNot .Item a {
    display: block;
    padding-top: 8px;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.CartNumberBox {
    position: relative;
}

.CartNumber {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #f56c6c;
    color: #fff;
    border: 2px solid #fefbf1;
    position: absolute;
    top: 5px;
    right: 14px;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
}

.CartNumberMb {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #f56c6c;
    color: #fff;
    border: 2px solid #e5ebef;
    position: absolute;
    top: 5px;
    right: 14px;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
}

.MbBottomNav {
    width: 92%;
    height: 70px;
    background-color: #e4ebf0;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    border-radius: 35px;
    overflow: hidden;
    z-index: 998;
}

.MbBottomNavBox {
    display: flex;
    margin: 0 30px;
}

.MbBottomNavBox .Item {
    width: 25%;
    height: 70px;
    margin: 0 2px;
    font-size: 14px;
    /* background-color: #c3ebca; */
}

.MbBottomNavBox .Item i {
    font-size: 1.3rem;
}

.MbBottomNavBox .Item a {
    display: block;
    padding-top: 8px;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.scolltop {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    text-align: center;
    background-color: #bbcad5;
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 260px;
    /* top: 20px; */
    right: 100px;
    font-size: 26px;
    color: #036db8;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.5s linear;
    box-shadow: 0px 0px 12px #e0e0e0;
}

.scolltop:hover {
    opacity: 1;
}

.wPc75 {
    width: 75%;
}

.wPc60 {
    width: 60%;
}

.wPc40 {
    width: 40%;
}

@media (max-width: 991.98px) {
    .scolltop {
        bottom: 100px;
        right: 15px;
    }
    .wPc75 {
        width: 100%;
    }
    .wPc60 {
        width: 100%;
    }

    .wPc40 {
        width: 100%;
    }
}

.PaginaionBox a {
    color: #737373;
    display: block;
    width: 32px;
    height: 32px;
    background-color: #fff;
    font-size: 14px;
    margin: 0 4px;
    text-decoration: none;
    text-align: center;
    line-height: 32px;
    border-radius: 2px;
}

.PaginaionBox a:hover {
    color: #fff;
    background-color: #036db8;
}

.PaginaionBox .active a {
    color: #fff;
    background-color: #036db8;
}

.PaginaionBox .active a:hover {
    color: #fff;
    background-color: #036db8;
}

.BoxContent {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
}

.NextPageBtn {
    height: 36px;
    position: relative;
    border-bottom: 2px solid #e4e7ed;
}

.NextPageBtn .Item {
    padding: 0ch 16px;
}

.NextPageBtn a {
    text-decoration: none;
    color: #606266;
}

.NextPageBtn a.active {
    color: #036db8;
    display: block;
    padding-bottom: 10px;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #036db8;
}

.Commentary {
    min-height: 156px;
    background-color: #fdf7e1;
    border-radius: 8px;
    padding: 16px;
}

.Commentary p {
    font-size: 14px;
}

.MBSecondaryMenu {
    display: none;
    z-index: 11;
}

@media (max-width: 991.98px) {
    .MBSecondaryMenu {
        display: block;
        position: absolute;
        top: -2px;
        right: 0;
    }
    .MBSecondaryMenuBtn {
        /* position: absolute; */
        border: 0;
        font-size: 26px;
        background-color: #fafafa;
    }
    .MBSecondaryMenuMenu {
        display: none;
        background-color: #fff;
        border: 1px solid #d4d4d4;
        border-radius: 8px;
        padding: 16px 6px;
        position: absolute;
        top: 2px;
        right: 56px;
    }
    .MBSecondaryMenuMenu a {
        padding: 8px 20px;
    }
}

.TheArrival-1 {
    width: 217px;
    height: 44px;
    line-height: 44px;
    padding-left: 16px;
    background-image: url("../images/Group33782.png");
    background-repeat: no-repeat;
}

.TheArrival-2 {
    width: 298px;
}

.TheArrival-3 {
    width: 435px;
    height: 44px;
    padding-left: 16px;
    line-height: 44px;
    background-image: url("../images/Group33784.png");
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
    .TheArrival-1 {
        font-size: 14px;
    }
    .TheArrival-2 {
        width: 100%;
        margin: 16px 0;
    }
    .TheArrival-3 {
        width: 100%;
        font-size: 13px;
        background-image: url("../images/Group33784.png");
        background-repeat: no-repeat;
        background-position: right top;
    }
}

.prohibitbox {
    width: 100%;
    height: 100%;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: cover;
}
.prohibitimg {
    width: 30%;
    height: auto;
}
.prohibittext {
    width: 70%;
    height: auto;
}

.EmbargoImg {
    border-radius: 8px;
}

.Embargo-1 {
    background-image: url("../images/embarg-1-1.jpg");
}
.Embargo-2 {
    background-image: url("../images/embargo-2-1.jpg");
}
.Embargo-3 {
    background-image: url("../images/embargo-3-1.jpg");
}
.Embargo-4 {
    background-image: url("../images/embargo-4-1.jpg");
}
.Embargo-5 {
    background-image: url("../images/embargo-5-1.jpg");
}
.Embargo-6 {
    background-image: url("../images/embargo-6-1.jpg");
}
.Embargo-7 {
    background-image: url("../images/embargo-7-1.jpg");
}
.Embargo-8 {
    background-image: url("../images/embargo-8-1.jpg");
}
.Embargo-9 {
    background-image: url("../images/embargo-9-1.jpg");
}
.Embargo-10 {
    background-image: url("../images/embargo-10-1.jpg");
}
.Embargo-11 {
    background-image: url("../images/embargo-11-1.jpg");
}
.Embargo-12 {
    background-image: url("../images/embargo-12-1.jpg");
}
.Embargo-13 {
    background-image: url("../images/embargo-13-1.jpg");
}
.Embargo-14 {
    background-image: url("../images/embargo-14-1.jpg");
}
.Embargo-15 {
    background-image: url("../images/embargo-15-1.jpg");
}

.weghtBox {
    background-color: #fdf7e1;
    border-radius: 8px;
    padding: 1rem;
}

.weghtBoxItem {
    height: 100%;
    border-left: 2px solid #f26b00;
    padding-left: 1rem;
}

.w-30 {
    width: 30%;
}

@media (max-width: 991.98px) {
    .w-30 {
        width: 52%;
    }
}

.QaBox button {
    border: 0;
    background-color: #fff;
    width: 100%;
    text-align: left;
}
.QaBox button:hover {
    color: #f26b00;
}

.DplayNone {
    display: none;
}

.QaContent {
    display: none;
    padding-top: 6px;
}
.QaContent.action {
    display: block;
}

.UnverifiedBox {
    display: block;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    line-height: 36px;
}
/* 000000 */
.PackBox {
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    width: 100%;
    height: 100%;
}
.PositionRelative {
    position: relative;
}
.PositionAbsolute {
    position: absolute;
}
.LargeSpacing {
    padding: 20px 8px;
}
.InternalSpacing {
    padding: 16px;
}
/* 000000 */
.PackBoxIcon {
    right: 2px;
    top: -4px;
}

@media (max-width: 991.98px) {
    .PackBoxIcon {
        right: 4px;
        top: -26px;
    }
}

.PackBoxBgc {
    background-color: #fdf7e1;
}
.PackBoxCenter {
    background-color: #fff;
    border-radius: 8px;
    display: none;
}

.StatusFlowChartBox {
    background-color: #fafafa;
    border-radius: 8px;
    padding: 1rem;
}

.StatusFlowChartItem {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    font-size: 26px;
    line-height: 54px;
}

.NoFinish {
    color: #e5e5e5;
    border: 3px solid #e5e5e5;
}

.NoFinish.action {
    color: #036db8;
    border: 3px solid #036db8;
}

.StatusFlowChartLine {
    width: 3px;
    height: 60px;
    margin-left: 26px;
}

.NoLine {
    background-color: #e5e5e5;
}

.NoLine.action {
    background-color: #036db8;
}

.StatusFlowChartText {
    color: #e5e5e5;
}

.StatusFlowChartText.action {
    color: #036db8;
}

.OverAuto {
    overflow: auto;
}

.popoA1 {
    position: relative;
}
.popoA2 {
    position: relative;
}

@media (max-width: 991.98px) {
    .OverAutoW {
        width: 700px;
    }
    .OverAutoW11 {
        width: 800px;
    }
    .popoA2 {
        position: absolute;
        top: -5px;
        left: 0px;
    }
    .btn100 {
        width: 100%;
    }
}

.PackBoxBtn {
    cursor: pointer;
}

.foundOrderBtn {
    cursor: pointer;
}

.CenPackCenter {
    padding-top: 12px;
}

.CenterPackAll {
    padding: 16px;
    background-color: #fafafa;
}

.CenterPackBox {
    background-color: #fff;
    border-bottom: 2px solid #d4d4d4;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    padding: 24px 8px 12px 8px;
}

.CenPackCenter {
    padding-bottom: 10px;
    display: none;
}

.widthA1 {
    width: 132px;
}

@media (max-width: 991.98px) {
    .CenterPackAll {
        padding: 6px;
    }
    .widthA1 {
        width: 170px;
    }
}

.ShipmentBox {
    background-color: #fafafa;
    padding: 1rem;
}

.ShippMethodBox {
    padding: 20px;
    border-radius: 8px;
    border-bottom: 1px solid #d4d4d4;
}

.ShippMethodBtn {
    cursor: pointer;
}

.FoundOrderBox {
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    /* padding: 8px; */
}

.padding5rem {
    padding: 12px;
}

.padding5remA {
    padding: 8px;
}

.padding5remB {
    padding: 16px;
}

.FoundOrderCenter {
    background-color: #fff;
    border-radius: 8px;
    margin-top: 4px;
    display: none;
}

.FoundOrderIPosition {
    position: relative;
}

.FoundOrderIPAbsolute {
    position: absolute;
    right: 0px;
}

.FoundOrderI1 {
    position: relative;
}
.FoundOrderI2 {
    position: absolute;
    right: 0px;
    top: 50%;
    transform:translateY(-50%);
    /* left: 200px; */
}
.FoundOrderI3 {
    position: relative;
}
.FoundOrderI4 {
    position: relative;
}
.FoundOrderI5 {
    position: relative;
}

.AchieveOrderI1 {
    position: relative;
}
.AchieveOrderI2 {
    position: relative;
}
@media (max-width: 991.98px) {
    .FoundOrderI1 {
        display: block;
        width: 100%;
    }

    .FoundOrderI2 {
        position: absolute;
        right: 0;
        top: -134px;
    }
    .FoundOrderI3 {
        position: absolute;
        right: 0;
        top: -100px;
    }
    .FoundOrderI4 {
        position: absolute;
        right: 0;
        top: 0px;
    }
    .FoundOrderI5 {
        position: absolute;
        right: 0;
        top: -30px;
    }
    .AchieveOrderI2 {
        position: absolute;
        right: 0;
        top: -134px;
    }
}

.ItemBtnUp {
    border: 0;
    color: #404040;
    background-color: rgba(255, 255, 255, 0);
}

.ItemBtnDown {
    border: 0;
    color: #404040;
    background-color: rgba(255, 255, 255, 0);
}

.FoundOrderProcess {
    width: 100%;
    /* height: 620px; */
    /* overflow: auto; */
    background-color: #fafafa;
    border-radius: 8px;
    padding: 1rem;
}

/* 圓圈 */
.FoundProcessItem {
    background-color: #e5e5e5;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    z-index: 9;
}
.FoundProcessItem.action {
    background-color: #036db8;
}
/* 線 */
.FoundProcessLine {
    width: 3px;
    height: 60px;
    background-color: #e5e5e5;
}
.FoundProcessLine.action {
    background-color: #036db8;
}
/* 文字 */
.FoundProcessText {
    color: #e5e5e5;
    position: relative;
    margin-top: -6px;
}
.FoundProcessText.action {
    color: #036db8;
}

.bg-036DB8 {
    background-color: #036db8;
}
.bg-E5E5E5 {
    background-color: #e5e5e5;
}
.text-E5E5E5 {
    color: #e5e5e5;
}

.prelative {
    position: relative;
}

.FOrderBtn {
    width: 144px;
}
@media (max-width: 991.98px) {
    .FOrderBtn {
        width: 100%;
    }
    .AdddressTableW {
        min-width: 960px;
    }
}

.TableTop th {
    border: 0;
    padding: 12px 10px;
}

.TableBody {
    border-top: 4px solid #fff;
}

.TableBody td {
    /* border-top: 3px solid #fff; */
    padding: 10px;
    vertical-align: middle;
}

.RadiosCheck {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    padding: 16px;
}

.PintsItem {
    width: 11.5%;
    margin: 0.5%;
    height: 43px;
}
/* .PintsItem:first-child {
    margin-left: 0;
} */

.points-radio input[type="radio"] {
    display: none;
}

.points-radio input[type="radio"] + label {
    width: 100%;
    height: 100%;
    border: 1px solid #036db8;
    color: #036db8;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
}

.points-radio input[type="radio"]:checked + label {
    background-color: #e4f3fb;
}

.PintsAdd {
    padding: 4px;
    background-color: #036db8;
    color: #fff;
    border-radius: 4px;
    margin-left: 4px;
}

@media (max-width: 991.98px) {
    .PintsItem {
        width: 48%;
        margin: 1%;
    }
}

.UlListDecimal li {
    list-style-type: decimal;
    margin-left: 24px;
}

.UlListLower li {
    list-style-type: lower-alpha;
    margin-left: 24px;
}

.ChangePasswoedBtn {
    cursor: pointer;
}

.ChangePasswoedBody {
    display: none;
}

.BankInfoBody {
    display: none;
}

.height-360 {
    height: 360px;
}

.list-decimal {
	padding-left: 25px;
}

.list-decimal li ul {
	padding-left: 25px;
}

.list-decimal li {
	list-style-type: decimal;
}

.lh-28 {
	line-height: 28px;
}

.PointsPayment {
    margin: 0 .3rem;
}

.PointsPayment div {
    padding: .7rem 0;
    border-bottom: 1px solid #d4d4d4;
}