body {
    /*font-family: 'Noto Sans SC';*/
    font-family: '微軟正黑體';
    background-color: #DAE0E8;
    /*background: linear-gradient(rgba(218, 224, 232, 0.8), rgba(240, 240, 240, 0.8));*/
    /*margin-bottom: 50px;*/
    word-break: break-word;
}

.lightBlueBg {
    background-color: #41A4FF !important;
}

.orangeRedBg {
    background-color: #F15E49 !important;
}

.grayBg {
    background-color: #a0aec0 !important;
}
.gray {
    color: #7E807F !important;
    opacity: 1;
}
.lightBlue {
    color: #41A4FF !important;
    opacity: 1;
}

.purpleBlue{
    color: #3951FB;
}

.green{
    color: #19B43F;
}

.red {
    color: red;
}

.darkRed{
    color:#C32525;
}

.black {
    color:black;
}

.white {
    color: white;
}

.outerContainer {
    max-width: 800px;
    margin: 0px auto;
    margin-bottom: 50px;
}

.footerBar {
    background: #FCFCFF;
    border: 1px solid #DAE0E8;
    position: fixed;
    bottom: 0px;
    height: 50px;
    max-width: 800px;
    width: 100%;
    text-align: center;
    z-index: 999;
}

.footerItem {
    text-align: center;
    padding-top: 1.6px;
    cursor: pointer;
    width: 23%;
    display: inline-block;
}

.footerItem img {
    width: 20px;
    height: 20px;
}

.footerItem div {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #4FAAFF;
}

.footerItemM {
    text-align: center;
    padding-top: 1.6px;
    cursor: pointer;
    width: 18%;
    display: inline-block;
}

.footerItemM img {
    width: 20px;
    height: 20px;
}

.footerItemM div {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #4FAAFF;
}

.infoBlock {
    background: #FFFEFD;
    padding: 20px;
    margin-bottom: 5px;
    position: relative;
}

.carouselBlock {
    margin-bottom: 5px;
    background-color: white;
}

.headerText {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 52px;
    display: flex;
    align-items: center;
    letter-spacing: 0.07em;
    color: #152838;
}

.subHeaderText {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    color: #152838;
}

.modalFooterCustom {
    background: #41A4FF;
    height: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: #FFFEFD;
    border-radius: 0px 0px 5px 5px;
}

/***********************查詢結果************************/
.ststusText {
    /*查詢成功*/
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    align-items: center;
    letter-spacing: 0.04em;
    color: #309600;
}

.statusIcon {
    /*查詢成功icon*/
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-top: -5px;
}

.queryText {
    /*查詢字串*/
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #1E4366;
    margin-top: 20px;
    word-break: break-word;
}
.realText {
    font-size: 16px;
}
.clickActivity {
    /*position: absolute;
    top: 0px;
    right: 10px;*/
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
    .clickActivity a {
        cursor: pointer;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 29px;
        text-decoration: none !important;
    }
.topRightBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 29px;
    text-decoration: none !important;
}
.traceCodeTitle {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #1E4366;
    margin-top: 20px;
}

.traceCodeText {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #152838;
}

.prodLeft {
    width: calc(100% - 160px);
    display: inline-block;
    vertical-align: top;
}

.prodInfoBlock {
    margin-top: 20px;
}

.prodInfoTitle {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #152838;
}
.prodInfoText {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #1E4366;
    word-break: break-word;
}

.prodRight {
    width: 150px;
    display: inline-block;
    text-align: center;
}

.prodRight img {    
    max-width: 150px;
    max-height: 150px;
}

/***********************熱門推薦************************/
.prodList {
    width: 100%;
    height: 172px;
    overflow: scroll;
}

.prodItem {
    width: 120px;
    height: 172px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}
.prodItemTest {
    width: 120px;
    height: 172px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.prodImg {
    width: 120px;
    height: 120px;
    text-align: center;
    vertical-align: middle;
    background: #FFFEFD;
    border: 1px solid #F0F3F6;
    box-sizing: border-box;
}
.prodImg img {
    max-width: 120px;
    max-height: 120px;
}

.prodName {
    width: 120px;
    height: 52px;
    background: #F0F3F7;
    padding-top: 2px;
    padding-left: 3px;
    text-align: center;
}

/***********************最新活動************************/
.activityBlock {
    width: 100%;
    height: 100%;
    margin-bottom: 5px;
    position: relative;
}

.activityBlock img {
    width: 100%;
    height: 100%;
}

.activityMask {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 68px;
    padding: 20px 20px 20px 20px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.95) 35.42%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(-180deg);
}

.activityMaskText {
    position: absolute;
    bottom: 2px;
    width: 100%;
    height: 34px;
    padding: 20px 20px 20px 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #1E4366;
}

.activityTitle {
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #1E4366;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
}

/***********************活動內頁************************/
.activityBtnBlock {
    background-color: white;
    padding: 5px 5px 5px 5px;
    width:100%;
    height:50px;
}

.activityBtn {
    background: #4FAAFF;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #FFFEFD;
    width: 100%;
    height: 100%;
    cursor:pointer;
}

.right {
    float: right;
}
.left {
    float: left;
}

.pointer {
    cursor: pointer;
    word-break: break-word;
}

.none-margin {
    margin-bottom: 0;
}

.middle-left {
    display: table-cell;
    vertical-align: middle;
    height: inherit;
    width: inherit;
    text-align: left;
}

.middle-right {
    display: table-cell;
    vertical-align: middle;
    height: inherit;
    width: inherit;
    text-align: right;
}

a, a:hover {
    text-decoration: none;
}

.smallBox{
    display:inline-block;
    width:150px;
}

.activityStampOuter {
    width: 60px;
    height: 60px;
    position: absolute;
    right: -2px;
    bottom: 30px;
    border-radius: 50%;
    border: 3px solid #000000;
    background-color: white;
    transform: rotate(337deg);
}

.activityStampInner {
    width: 52px;
    height: 52px;
    position: absolute;
    right: 1px;
    top: 1px;
    border-radius: 27px;
    border: 0.5px solid #000000;
}

.activityStampDeep {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 57px;
    border: 0.5px solid #000000;
}

.activityStampBar {
    width: 85px;
    height: 20px;
    background-color: #000000;
    position: absolute;
    top: 15px;
    left: -17px;
}

.activityStampBarBorder {
    font-size: 9pt;
    font-weight: 900;
    color: white;
    line-height: 1;
    text-align: center;
    border: 1.3px solid white;
    width: 81px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 2px;
}

.activityStar {
    font-size: 8pt;
    color: #000000;
    position: absolute;
}

.as1 {
    top: -11px;
    left: -4px;
}

.as2 {
    top: -15px;
    left: 8px;
}

.as3 {
    top: -12px;
    left: 20px;
}

.as4 {
    bottom: -10px;
    left: 21px;
}

.as5 {
    bottom: -14px;
    left: 10px;
}

.as6 {
    bottom: -10px;
    left: -3px;
}

.activityDardRedBd {
    border-color: #bd0000;
    color: #bd0000;
}

.activityDardRedBg {
    background-color: #bd0000;
}

.activityDardGreenBd {
    border-color: #356939;
    color: #356939;
}

.activityDardGreenBg {
    background-color: #356939;
}

.activityDardGrayBd {
    border-color: gray;
    color: gray;
}

.activityDardGrayBg {
    background-color: gray;
}

.noData {
    margin-top: 10px;
    text-align: center;
    font-size: 14pt;
    font-weight: 900;
}