
.title-box {
    width: 690px;
    text-align: center;
    margin: 50px auto 0;
}
.query-box {
    width: 693px;
    margin: 15px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    transition: height 0.3s;
}
.query-box h1 {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
}
.query-desc {
    font-size: 16px;
    color: rgb(0,0,0,0.65);
    margin-top: 16px;
    line-height: 20px;
    text-align: center;
}
.email-box,
.order-num-box {
    margin-top: 25px;
}
.email-input,
.order-num-input {
    width: 400px;
    padding-left: 10px;
    height: 48px;
    line-height: 48px;
    border: 1px solid rgb(235,235,235);
    border-radius: 4px;
    font-size: 16px;
}
.email-input:focus,
.order-num-input:focus {
    border-color: rgb(0,112,213);
}
.email-input::placeholder, 
.order-num-input::placeholder {
    color: rgb(185,185,185);
    font-size: 14px;
}
.check-button {
    width: 186px;
    height: 44px;
    margin: 30px auto 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0,112,213);
    border: 1px solid rgb(0,112,213);
    border-radius: 30px;
    color: white;
    cursor: pointer;
}
.check-button:hover {
    background-color: rgb(36,144,227);
}
.care_refresh {
    margin-top: 15px;
    font-size: 12px;
}
.care_refresh a {
    color: rgb(0,112,213);
    font-weight: bold;
    text-decoration: underline;
    font-size: 1.1em;
}
.query-result-box {
    width: 800px;
    margin: 20px auto 0;
    padding-top: 0px;
    border-top: 0px solid rgb(235,235,235);
}

.change-btn {
    padding: 8px 20px;
    background-color: rgb(0,112,213);
    border: 1px solid rgb(0,112,213);
    color: white;
    border-radius: 25px;
    margin-top: 15px;
    cursor: pointer;
    transition: background-color 0.25s;
}
.change-btn:hover {
    background-color: rgb(36,144,227);
}

.activate-service-box,
.expand-service-box {
    width: 100%;
    margin-top: 30px;
    display: none;
}
.activate-service-btn,
.expand-service-btn {
    width: 100%;
    height: 38px;
    background-color: rgb(0,112,213);
    border: 1px solid rgb(0,112,213);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.25s;
}
.activate-service-btn:hover,
.expand-service-btn:hover {
    background-color: rgb(36,144,227);
}
.operation-notice {
    width:100%;
    font-size:12px;
    color:rgb(0,0,0,0.65);
    margin-top:5px;
}

.product-info {
    margin: 0 auto;
    width: 390px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.product-title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}
.purchase-date-box {
    font-size: 16px;
    margin-top: 8px;
}
.replacement-times-box,
.history-box {
    width: 100%;
}
.insurance-info {
    width: 800px;
    margin: 30px auto;
    border-top: 1px solid rgb(235,235,235);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.insurance-info h2 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 30px;
}
.insurance-info  .info-list {
    width: 100%;
    margin-top: 15px;
}
.insurance-info .info-list > li {
    width: 100%;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.insurance-info-key,
.insurance-info-val {
    font-size: 16px;
    color: rgba(0,0,0,0.65);
    width: 50%;
    text-align: left;
    text-transform: capitalize;
}

.error-message {
    color: red;
    font-size: 12px;
    width: 400px;
    margin-left: 108px;
    margin-top: 15px;
    font-weight: bold;
    display: none;
}

.more-service {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid rgb(235,235,235);
}
.more-service h2 {
    margin-bottom: 25px;
}
.more-service-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.more-service-item {
    width: 49%;
    height: 80px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: rgb(245,245,245);
    margin-bottom: 15px;
    border-radius: 3px;
}
.icon-box {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.service-name {
    font-size: 16px;
}

.tracking-url {
    color: rgb(0,112,213);
}
.tracking-url:after {
    content: "\F105";
    margin-left: 3px;
}
.tracking-url:hover{
    text-decoration: underline;
}