body {
    display: flex;
    align-items: center !important;
}

.box {
    width: 100%;
    padding: 1.8rem;
    box-sizing: border-box;
    height: auto;
}

.big-title {
    width: 100%;
    text-align: center;
    color: #47E473;
    font-weight: bolder;
    font-size: 1.2rem;
}

.sml-title {
    width: 100%;
    margin-top: 0.5rem;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}

input {
    width: 100%;
    height: 52px;
    border: none;
    background: #f1f1f1 !important;
    border-radius: .65rem;
    margin-top: 1rem;
    text-indent: 1rem;
    font-size: .5rem;
}

.btn-box {
    width: 100%;
    height: 2rem;
    display: flex;
    justify-content: center;
}

.btn-box button {
    height: 2rem;
    width: 150px;
    border-radius: 16px;
    background: #35a6f1;
    border: none !important;
    margin-top: 1.8rem;
    display: flex;
    justify-content: center;
    line-height: 2rem;
    color: #fff;
}

#show-err {
    width: 100%;
    color: #ff595b;
    text-align: center;
    margin-top: .5rem;
    font-size: 12px;
    padding: 0 2.2rem;
    box-sizing: border-box;
    word-break: keep-all;
}

.btn-box button img {
    height: .8rem;
    align-self: center;
}

.drawer {
    width: 100%;
    height: 10rem;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
}

#mainput {
    text-indent: 100px;
}

.pyqwzg {
    position: relative;
}

.spg {
    position: absolute;
    top: 35px;
    left: 15px;
}

.spg img {
    width: 28px;
    height: 28px;
    border-radius: 30px;
    float: left;
}

.spg b {
    font-size: 16px;
    font-weight: bold;
    margin-top: 2px;
    float: left;
    margin-left: 10px;
}

footer {
    display: none !important;
}

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: -46px;
    background: black;
    z-index: 99;
    opacity: 0.1;
    display: none;
}

.drawer {
    width: 100%;
    height: 11.5rem;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    box-sizing: border-box;
    display: flex;    /* flex布局 */
    align-items: center; /* 垂直居中 */
    display: none;
}

.yoyo {
    width: 100%;
    height: auto;
    padding: 10px 30px;
    background: #f1f1f1 !important;
    vertical-align: middle;
}
.spg_ img {
    width: 28px;
    height: 28px;
    border-radius: 30px;
    float: left;
}

.spg_ b{
    float: left;
    margin-top: 3px;
    margin-left: 10px;
    font-size: 16px;
}

.Singapore {
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}
.headeh {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    font-size: 16px;
    color: #01B0B3;
}


.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: -46px;
    background: black;
    z-index: 99;
    opacity: 0.2;
    display: none;
}

.tmd-ques {
    width: 100%;
    height: 12rem;
    position: fixed;
    z-index: 120;
    bottom: 50%;
    top: 35%;
    box-sizing: border-box;
    padding: 1rem;
    display: none;
}

.tmd-model {
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    text-align: center;
    box-sizing: border-box;
    padding: 1rem;
    background: #fff;
    text-align: center;
    box-shadow: 2px 2px 20px 1px rgba(0, 0, 0, 0.2);
}

.tmd-title {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #ff595b;
}

.reason {
    width: 100%;
    height: 5rem;
    box-sizing: border-box;
    padding: 1rem;
    color: #757575;
    word-break: normal;
    overflow-wrap: break-word;
    text-align: center;
}

.tmd-btn-box .divtt {
    width: 48%;
    padding: .5rem;
    height: 2rem;
    background: #f1f1f1;
    box-sizing: border-box;
    border-radius: .5rem;
    font-size: 15px;
    display: block;
}

.btn-ok {
    background: #01B0B3 !important;
    color: #fff;
}