* {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    background: #F8F8F9;
}

a {
    text-decoration: unset;
}

li {
    list-style: none;
}

img {
    border: none;
    width: 100%;
}

.rtl {
    direction: rtl;
}

.btn {
    height: 56px;
    background: #649CFD;
    border-radius: 16px;
    width: 100%;
    text-align: center;
    line-height: 56px;
    font-weight: 600;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 15px;
}

.btn1 {
    height: 48px;
    background: #649CFD;
    border-radius: 28px;
    width: 100%;
    text-align: center;
    line-height: 48px;
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
}

.list {
    margin: 16px 16px 26px;
}

.list .item {
    padding: 14px 16px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 8px;
    font-weight: 600;
    color: rgba(29, 29, 31, 0.85);
    font-size: 15px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    word-break: break-all;
}

.list .item .arrow {
    width: 8px;
    height: 14px;
}

.rmk {
    font-size: 11px;
    color: #B9B9B9;
    margin-top: 18px;
}

.box {
    margin: 16px 16px 26px;
}

.box .title {
    color: #1D1D1F;
    font-size: 18px;
    font-weight: 600;
    word-break: break-all;
}

.box .content {
    background: #FFFFFF;
    border-radius: 16px;
    margin: 16px 0;
    padding: 16px;
}

.box .content .tw {
    margin: 0;
}

.box .content .tw .tw_title {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 16px;
}

.box .content .tw .tw_title span {
    vertical-align: middle;
    word-break: break-all;
}

.box .content .tw .tw_img {
    text-align: center;
}

.box .content .txt {
    margin: 0;
}

.box .content .txt .txt_title {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 20px;
    line-height: 24px;
    word-break: break-all;
}

.box .content .txt .txt_nb{
    margin-bottom: 0;
}

.box .content .txt .txt_title_rm {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.65);
    margin-bottom: 20px;
    word-break: break-all;
}

.box .content .txt .txt_sub_title {
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 7px;
    word-break: break-all;
}

.box .content .txt .txt_rm {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    word-break: break-all;
}

.tag {
    font-size: 24px;
    color: #f00;
}

.rmk{
    color: #999;
    font-size: 15px;
}