p {
    box-sizing: border-box;
    line-height: 20px;
    width: 100%;
}

.main {
    background-color: #fffcf3;
}

.main_page_background {
    width: 100%;
    height: 280px;
    background: url(../assets/images/cut_picture/homePageTopImage.png) no-repeat;
    background-size: cover;
    position: relative;
}

#text_content_1 {
    position: absolute;
    bottom: 80px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    width: 260px;
    margin-left: 10px;
}

#selectBox {
    margin-right: 2px;
    padding-top: 10px;
    position: relative;
}

#textEnterPage {
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
}

#selectBox img {
    position: absolute;
    width: 28px;
    height: 14px;
    top: 18px;
    right: 70px;
    z-index: 1;
    pointer-events: none;
}

#selectBox select {
    text-align: right;
    direction: rtl;
    border-radius: 6px;
    width: 102px;
    height: 30px;
    color: #978888;
    float: right;
    border: none;
    background-color: #fff4eb;
}

#selectBox select option {
    text-align: right;
    padding: none;
    background-color: #fff4eb;
}

.main_contaier {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 20px;
}

.iccid_container {
    z-index: 2;
    margin-top: -32px;
    width: calc(100% - 40px);
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(255, 156, 36, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    padding: 20px;
}

#logo {
    margin-bottom: 20px;
}

.input_container {
    width: calc(100% - 10px);
}

.main_contaier input {
    width: calc(100% - 20px);
    height: 36px;
    color: black;
    margin: 0 auto 10px;
    border-color: #c0c0c0;
    border-radius: 5px;
    padding: 0 10px;
}

.main_contaier input::placeholder {
    color: #c0c0c0;
    text-align: center;
}

#textMainPageTips {
    font-size: 9px;
    color: #c0c0c0;
    margin-bottom: 5px;
}

#textFindIccID {
    color: #f7683f;
    font-weight: 600;
    margin: 50px 0;
    text-decoration: underline;
}

#textSearch {
    width: 90%;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #ff9c24;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 20px;
}

.mask .module {
    position: absolute;
    width: 300px;
    top: calc(50% - var(--mHeight) / 2);
    left: calc(50% - 150px);
    border-radius: 20px;
    box-shadow: 1px 1px 10px 2px #2222225b;
    text-align: center;
    padding: 20px;
    background: url(../assets/images/cut_picture/popWindow.png) no-repeat;
    background-size: 100% 100%;
    height: 190px;
}