* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    word-break: break-all;
}

html {
    font-size: 48px;
}

body {
    position: relative;
    line-height: 1;
    color: #333333;
    font-size: 15px;
    max-width: 750px;
    margin: 0 auto;
}

body, input, select, button, textarea {
    font-size: 15px;
    font-family: "微软雅黑", "microsoft yahei", Arial, Helvetica, sans-serif;
}

input[type=text],
input[type=checkbox],
input[type=password],
input[type=radio],
input:focus {
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    border: 0;
    background: none;
    outline-offset: 0;
    padding: 0;
}

textarea {
    outline: none;
    resize: none;
    border: 0;
}

i {
    font-style: normal;
}

ul, li {
    list-style-type: none;
}

a, a:link {
    text-decoration: none;
    color: #666666;
}

.bgWhite {
    background: #FFFFFF;
}

.bodybg {
    background: #F5F7F8;
}

.paddingbot0 {
    padding-bottom: 0;
}

.ovone {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pice {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
}

.ovthree {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.margin20 {
    margin-top: 20px;
}

.hide {
    display: none !important;
}

.hr10 {
    display: block;
    height: 0.1rem;
    width: 100%;
    background-color: #F5F7F8;
}

.hr20 {
    display: block;
    height: 0.2rem;
    width: 100%;
    background-color: #F5F7F8;
}

.hr30 {
    display: block;
    height: 0.3rem;
    width: 100%;
    background-color: #F5F7F8;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 501;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
}

.paginate_area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.3rem;
    margin-bottom: 0.4rem;
}

.paginate_area .page_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.72rem;
    height: 0.72rem;
    border: 1px solid #DBDFE5;
    cursor: pointer;
    border-radius: 2px;
    box-sizing: border-box;
}

.paginate_area .page_icon img {
    width: 0.32rem;
    height: 0.32rem;
    display: block;
}

.paginate_area .page_second {
    display: flex;
    align-items: center;
    margin-left: 0.2rem;
}

.paginate_area .page_second a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0.72rem;
    height: 0.72rem;
    border: 1px solid #DBDFE5;
    background: #FFFFFF;
    border-radius: 2px;
    margin-right: 0.2rem;
    font-size: 0.32rem;
    cursor: pointer;
    padding: 0 2px;
    border-radius: 2px;
    color: #666666;
    box-sizing: border-box;
}

.paginate_area .page_second .active {
    color: #FFFFFF;
}

.page_opacity {
    opacity: 0.4;
}

::-webkit-scrollbar {
    display: none;
}

.bottom_nav {
    width: 100%;
    max-width: 768px;
    display: block;
    position: fixed;
    background: #FFF;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 31;
    box-shadow: 0 0 10px 0 hsla(0, 6%, 58%, .4);
    height: 48px;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 8px;
}

.bottom_nav a {
    display: block;
    text-align: center;
    padding: 0px 5px;
    flex: 1;
    color: #555;
    font-size: 10px;
    padding: 6px 0px 2px;
}

.bottom_nav .bottom_nav_icon {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0px auto;
    margin-bottom: 3px;
}

.bottom_nav .bottom_nav_item1 {
    color: #e13b29;
}

.bottom_nav .bottom_nav_item1 .bottom_nav_icon {
    background: url(../images/sc.png) no-repeat right bottom;
    background-size: 95%;
}

.bottom_nav .bottom_nav_item .bottom_nav_icon {
    background: url(../images/home.png) no-repeat right bottom;
    background-size: 95%;
}

.bottom_nav .bottom_nav_item2 .bottom_nav_icon {
    background: url(../images/st.png) no-repeat right bottom;
    background-size: 95%;
}

.bottom_nav .bottom_nav_item3 .bottom_nav_icon {
    background: url(../images/icon.png) no-repeat right bottom;
    background-size: 95%;
}

.bottom_nav .bottom_nav_item4 .bottom_nav_icon {
    background: url(../images/member.png) no-repeat right bottom;
    background-size: 95%;
}

.main_footer {
    padding-top: 0.35rem;
    padding-bottom: 0.3rem;
    background: #F5F7F8;
    margin-bottom: 1.5rem;
}

.main_footer .main_bottom_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.15rem;
}

.main_footer .main_bottom_icon img {
    width: 1.24rem;
    height: 0.47rem;
    margin: 0 0.05rem;
}

.main_footer .friend_link {
    text-align: center;
    font-size: 0.24rem;
    color: #8A8A8A;
    line-height: 2;
}

.main_footer .friend_link a {
    color: #8A8A8A;
}

.main_footer_fixed {
    margin-top: 1.4rem;
}

#answer_cont{
    box-sizing: border-box;
    padding: 8px;
    background: #F5F8FB;
    border-radius: 5px;
    margin-top: 15px;
    display: none;
}

.item_bottomlb{
    box-sizing: border-box;
    padding: 8px;
    background: #F5F8FB;
    border-radius: 5px;
    margin-top: 15px;
    width: 100%;
    line-height: 25px;
}

.wjylItem{
    height: 550px;
    overflow: hidden;
    margin-bottom: 10px;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #6C63FF 0%, #5A55CA 100%);
    color: white !important;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(108, 99, 255, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: 90%;
}

.download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(108, 99, 255, 0.5);
}

.download-btn:active {
    transform: translateY(1px);
    box-shadow: 0 3px 15px rgba(108, 99, 255, 0.4);
}

.download-btn .icon {
    margin-right: 10px;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.download-btn:hover .icon {
    transform: translateY(2px);
}

.download-btn::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, white 0%, transparent 70%);
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.5s, transform 0.5s;
}

.download-btn:active::before {
    opacity: 0.3;
    transform: scale(2);
    transition: opacity 0s, transform 0s;
}

.Attit{
    font-size: 15px;
}