﻿html, body, form {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

/*重写a链接样式*/
a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

    a, a:hover, a:active, a:visited, a:link, a:focus {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-tap-highlight-color: transparent;
        outline: none;
        /*background: none;*/
        text-decoration: none;
    }

form {
    display: flex;
    flex-direction: column;
}

.main-box {
    width: 100%;
    height: calc(100% - 80px);
    overflow-x: hidden;
    overflow-y: auto;
}

/*轮播广告*/
.swiper-container {
    height: auto;
    width: 100%;
    padding: 0px;
    flex-grow: 0;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.swiper-wrapper {
    height: auto;
}

.img-full {
    width: 100%;
}

.menu_box {
    padding: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .menu_box > * {
        width: calc(calc(100% / 5) - 10px);
        height: auto;
        margin: 15px 5px 10px 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: black;
        border: none;
        background: #fff;
        padding: 0px;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-tap-highlight-color: transparent;
    }

    .menu_box img {
        width: 75%;
        margin-bottom: 5px;
    }

    .menu_box span {
        font-size: 0.9rem;
    }

.notice_box {
    margin: 10px;
    width: calc(100% - 20px);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 0px;
    background-color: rgb(249,249,249);
    border-radius: 50px;
    overflow: hidden;
}

.notice_new {
    background: linear-gradient(to bottom, #EF8325, #B55D17);
    color: white;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    width: 140px;
    height: 30px;
    flex-grow: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-left: 15px;
    margin-right: 5px;
}

.notice_box img {
    width: 20px;
    height: 20px;
    flex-grow: 0;
}

.img_noticejt {
    margin: 0px 10px 0px 5px;
}

.overflow_ellipsis {
    flex-grow: 1;
    height: 30px;
    line-height: 30px;
}

.activity_box {
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.activity_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
}

.activity_left {
    font-size: 20px;
}

.activity_right>a {
    outline: none;
    text-decoration: none;
    font-size: 14px;
    color:#6f6c6c;
}

    .activity_right img {
        top: 2px;
        position: relative;
    }


.activity_box > iframe {
    width: 100%;
    border: none;
    height: calc(50vw - 15px);
}

.activity_centent {
    display: flex;
    flex-direction: column;
}

.activity_centent > div:first-child {
    margin-bottom: 10px;
}
.activity_centent img {
    width: 100%;
    height: 100%;
}

.footer-box {
    height: 60px;
    flex-grow: 0;
}

/*.cus-tabbar {
    padding-bottom:20px;
}*/