* {
    margin: 0;
    padding: 0;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.5);
}

#loading img {
    width: 10%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2001;
}

#root {
    display: block;
}

#fail,
#succeed,
#search {
    display: none;
}

.top-bg {
    width: 100%;
    height: 10.40625rem;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 2.5rem;
}

.top-bg .top-img {
    width: 100%;
    height: 181px;
    background-image: url('../images/top-bg.webp');
    background-repeat: no-repeat;
    background-size: 100%;
}

.top-title {
    font-size: 1.03125rem;
    color: #FFFFFF;
    line-height: 1.5625rem;
    /*margin-left: 1.34375rem;*/
    text-align: center;
    margin-top: 10px;
}

.top-msg {
    width: 92%;
    height: 7.1875rem;
    background-color: #FFFFFF;
    border-radius: 0.625rem;
    box-shadow: 0 0.15625rem 0.46875rem #cccccc;
    position: absolute;
    bottom: -1.5625rem;
    padding: 1.25rem 4%;
    box-sizing: border-box;
    margin: 1.25rem 4% 0;
}

.top-msg-phone,
.top-msg-name {
    font-size: 0.9375rem;
    color: #333333;
    line-height: 40px;
    font-weight: normal;
}

.main-bg {
    width: 92%;
    /* height: 515px; */
    background-color: #FFFFFF;
    border-radius: 0.625rem;
    box-shadow: 0 0.15625rem 0.46875rem #cccccc;
    margin: 0 auto 160px;
    padding: 1.25rem 0;
    box-sizing: border-box;
}

.main-up {
    width: 90%;
    margin: auto;
}

.main-up-up {
    height: 8.125rem;
    display: flex;
    justify-content: space-between;
}

.main-up-date,
.main-up-amount {
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.main-up-date-title,
.main-up-amount-title {
    font-size: 0.90625rem;
    font-weight: bold;
    color: #999999;
    line-height: 1.0625rem;
}

.main-up-date-content {
    color: #18AC83;
}

.main-up-amount-content {
    color: #18AC83;
}

.main-up-date-content,
.main-up-amount-content {
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 0.625rem;
    font-weight: 800;
    font-size: 21px;
}

.main-up-amount-new {
    font-size: 1.8125rem;
    font-weight: bold;
    color: #18AC83;
    line-height: 2.25rem;
    background: linear-gradient(312deg, #18AC83 0%, #18AC83 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-up-amount-old {
    font-weight: 400;
    color: #AAAAAA;
    line-height: 1.25rem;
    text-decoration: line-through;
}

.circle-wire {
    /*display: inline-block;*/
    /*border-left: 0.125rem solid #aaa;*/
    /*width: 0.03125rem;*/
    /*height: 6rem;*/
    /*margin-top: 1.5rem;*/
    display: inline-block;
    border-left: 1px solid #aaa;
    width: 0.03125rem;
    height: 60px;
    margin-top: 35px;
}

.main-up-date-time {
    font-size: 1.5625rem;
    font-weight: bold;
    color: #18AC83;
    line-height: 1.84375rem;
    background: linear-gradient(145deg, #18AC83 0%, #18AC83 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-up-down {
    width: 90%;
    margin: auto;
    padding-bottom: 0.625rem;
    box-sizing: border-box;
    border-bottom: 0.125rem dashed rgba(203, 203, 203, 0.5);
}

.main-up-down-content {
    display: flex;
    justify-content: space-between;
}

.main-up-down-title {
    font-size: 0.84375rem;
    font-weight: 400;
    line-height: 1.875rem;
    color: #999999;
}

.main-up-down-text {
    font-size: 1.03125rem;
    color: #000000;
    line-height: 1.875rem;
}

.main-down {
    width: 90%;
    margin: auto;
}

.main-down-box {
    width: 90%;
    margin: auto;
    padding: 0.625rem 0;
    box-sizing: border-box;
}

.main-down-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main-down-title {
    font-size: 0.78125rem;
    font-weight: 400;
    color: #AAAAAA;
    line-height: 1.875rem;
}

.main-down-text {
    font-size: 0.78125rem;
    color: #1E1E26;
    line-height: 1.875rem;
}

.agreement {
    width: 92%;
    /*margin: 0.9375rem auto 6.25rem;*/
}

.agreement p {
    font-size: 0.71875rem;
    font-weight: 400;
    color: #999999;
    line-height: 1.3125rem;
}

.agreement p a {
    color: #37393D;
    text-decoration: none;
}

.btn {
    width: 100%;
    padding: 0 10% 20px;
    box-sizing: border-box;
    /*min-height: 80px;*/
    height: 180px;
    margin: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn button {
    display: block;
    width: 94%;
    background: #1ACF14;
    border-radius: 0.53125rem;
    margin: 20px auto 0;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    border: none;
}

.btn .download-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.download-box .corner-mark {
    width: 110px;
    background-color: #FF3D3D;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 10px;
    zoom: 0.8;
    position: absolute;
    top: 0;
    color: #ffffff;
}

.corner-mark .arrow {
    width: 0;
    height: 0;
    border-top: 8px solid #FF3D3D;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    bottom: -15px;
    left: 20%;
}

.download-box .download {
    width: 94%;
    height: 50px;
    border-radius: 0.53125rem;
    margin: 20px auto 0;
    line-height: 2.5rem;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    border: none;
    background: #18AC83;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-box .tips {
    font-size: 12px;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.download-box .tips span {
    text-wrap: none;
}

.top {
    width: 100%;
    height: 3.65625rem;
    background: #37393D;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top p,
.top span {
    font-size: 1.03125rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5625rem;
    margin-left: 1.5625rem;
}

.top span {
    display: inline-block;
    margin-right: 1.5625rem;
}

.state {
    width: 100%;
    height: calc(100vh - 3.65625rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.state i {
    width: 7.8125rem;
    height: 7.8125rem;
    display: inline-block;
    margin-bottom: 0.6875rem;
}

.state i img {
    width: 100%;
}

.state p {
    font-size: 0.96875rem;
    font-weight: bold;
    color: #1E1E26;
    line-height: 0.78125rem;
    margin: 0.9375rem 0;
}

.state span {
    width: 65%;
    text-align: center;
    display: block;
    font-size: 0.78125rem;
    font-weight: 400;
    color: #999999;
    line-height: 1.25rem;
}


.bottom-pop-up-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
}

.bottom-pop-up {
    width: 100%;
    min-height: 287px;
    background: #ffffff;
    border-radius: 39px 39px 0 0;
    position: absolute;
    bottom: 0;
    padding: 23px 44px;
    box-sizing: border-box;
}

.product-grid {
    display: flex;
    align-items: center;
    position: relative;
}

.product-logo {
    width: 66px;
    height: 66px;
    position: absolute;
    left: 0;
}

.product-col {
    flex: 1;
}

.title {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    text-align: center;
}

.repayment-amount {
    font-weight: bold;
    font-size: 18px;
    color: #18AC83;
    line-height: 22px;
    text-align: center;
    margin-top: 12px;
}

.horizontal-lint {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    margin: 24px 0 9px;
}

.sub-tips {
    background: #feefef;
    border-radius: 7px;
    font-weight: 400;
    font-size: 12px;
    color: #ff1e1e;
    line-height: 15px;
    text-align: left;
    font-style: normal;
    padding: 7px 14px;
    box-sizing: border-box;
    display: none;
}

.content-box {
    display: flex;
    flex-direction: column;
}

.content-box .item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 17px 0 0;
}

.content-box .info-main {
    display: flex;
    justify-content: space-between;
}

.content-box .label {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 18px;
}

.content-box .value {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    text-align: left;
}

.info-main p {
    display: flex;
    align-content: center;
}

.info-main img {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    display: none;
}

.content-box .info-tips {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 15px;
    text-align: right;
    font-style: normal;
    margin-right: 26px;
    margin-top: 9px;
}

.horizontal-lint {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    margin: 24px 0 9px;
}

.content-box .horizontal-lint-dialog {
    display: none;
    margin: 20px 0 0;
}

.button-box {
    transition: background-color 1s;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    font-style: normal;
}

.repay-dialog-btn {
    background: #37393D;
    color: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-top: 28px;
}
