body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100vw;
}

html {
    overflow-x: hidden;
    overflow-y: auto;
}

p {
    margin: 0;
}

a {
    outline: none;
    text-decoration: none;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: #fff;
    padding: 6px 12px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.header .left {
    display: flex;
    align-items: center;
}

.header .left img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-right: 6px;
}

.header .left p:nth-child(2) {
    font-size: 12px;
    color: #8c8c8c;
}

.header .right a {
    background: #1d5ca3e2;
    color: #fff;
    padding: 8px 12px;
    border-radius: 100px;
    font-size: 12px;
}

.footer {

    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: #fff;
    padding: 6px 12px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.footer div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .left {
    display: flex;
    align-items: center;
}

.footer .left img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-right: 6px;
}

.footer .left p {
    font-size: 12px;
    /* color: #8c8c8c; */
}

.footer .right a {
    background: #1d5ca3e2;
    color: #fff;
    padding: 8px 12px;
    border-radius: 100px;
    font-size: 12px;
}



.swiper img {
    width: 100%;
    display: block;
    border-bottom: 1px solid #e6e6e6;
}

.index_title {
    font-size: 16px;
    font-weight: bold;
    padding: 12px 12px 8px 12px;
}

.swiper2 {
    padding: 0 12px;
}

.swiper2 a {
    display: flex;
    align-items: center;
}

.swiper2 a {
    color: #000;
    background: #f5f5f5;
    padding: 12px;
    border-radius: 4px;
    margin: 4px 0;
}

.swiper2 a img {
    width: 40px;
    height: 40px;
    margin-right: 6px;
}

.swiper2 a p:nth-child(1) {
    line-height: 18px;
}

.swiper2 a p:nth-child(2) {
    font-size: 10px;
    color: #8c8c8c;
    line-height: 12px;
    margin-top: 2px;
}

.swiper2 .swiper-slide {
    width: 160px;
}

.index_fwgm {
    padding: 0 12px;
}

.index_fwgm .box {
    display: flex;
}

.index_fwgm .box .item {
    margin: 2px 0;
}

.index_fwgm .box .item:nth-child(1) {
    width: 25%;
}

.index_fwgm .box .item:nth-child(2) {
    width: 25%;
}

.index_fwgm .box .item:nth-child(3) {
    width: 50%;
}

.index_fwgm .box .item p:nth-child(1) {
    font-size: 18px;
    line-height: 24px;
    color: #ec0b0b;
}

.index_fwgm .box .item p:nth-child(2) {
    font-size: 12px;
    line-height: 16px;
}

.index_scrk {
    padding: 12px 6px 0 6px;
}

.index_scrk_t1 {
    display: flex;
}

.index_scrk_t1 .item {
    position: relative;
    flex: 1;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    padding: 12px;
    margin: 0 6px;
    overflow: hidden;
}

.index_scrk_t1 img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 50px;
}

.index_scrk_t1 p {
    position: relative;
    z-index: 2;
}

.index_scrk_t1 p:nth-child(1) {
    font-weight: bold;
}

.index_scrk_t1 p:nth-child(2) {
    font-weight: bold;
}

.index_scrk_t2 {
    margin-top: 12px;
    display: flex;
    justify-content: space-around;
    padding: 0 6px;
}

.index_scrk_t2 a {
    color: #1da35e;
}

.index_hzpp {
    position: relative;
    pointer-events: none;
}

.index_hzpp img {
    width: 100%;
}

.index_hzpp .swiper-container .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*Ã¤Â¹â€¹Ã¥â€°ÂÃ¦ËœÂ¯ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.index_title.v2 {
    text-align: center;
    margin-top: 20px;
}

.index_hzpp::after {
    content: "";
    width: 50px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
    z-index: 99;
}

.index_hzpp::before {
    content: "";
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    z-index: 99;
}

.footer_text {
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
    color: #8c8c8c;
}

.index_kfrw {
    margin: 12px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 15px 0;
}

.index_kfrw .item {
    flex: 1;
    text-align: center;
}

.index_kfrw img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
}

.index_kfrw p {
    color: #8c8c8c;
    font-size: 13px;
    margin: 12px 0;
}

.index_kfrw a {
    font-size: 12px;
    background: #f8b51e;
    color: #fff;
    width: 60%;
    display: block;
    margin: auto;
    line-height: 25px;
    border-radius: 4px;
}

.index_rqrw {
    margin: 0;
    padding: 0;
    list-style: none;

}

.index_rqrw li {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    margin: 6px 12px;
    padding: 12px;
    border-radius: 4px;
}

.index_rqrw li .t1 {
    display: flex;
}

.index_rqrw li .t1 .title {
    width: 100%;
    font-size: 16px;
}

.index_rqrw li .t1 .pay {
    flex: 0 0 auto;
    font-size: 12px;
    color: #e25d2c;
}

.index_rqrw li .t2 {
    margin: 6px 0 12px 0;
}

.index_rqrw li .t2 .tag {
    border: 1px solid #e25d2c;
    color: #e25d2c;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 3px;
}

.index_rqrw li .t3 {
    display: flex;
}

.index_rqrw li .t3 img {
    width: 14px;
    margin-right: 4px;
}

.index_yg {
    height: 110px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.index_tjykf {
    display: flex;
    flex-wrap: wrap;
    padding: 0 6px;
}

.index_tjykf .item {
    padding: 6px;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
}

.index_rqrw li .t3 span {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    color: #8c8c8c;
}

.index_rqrw li .t3 span:nth-child(1) {
    width: 100%;
}

.index_rqrw li .t3 span:nth-child(2) {
    flex: 0 0 auto;
}

.index_rqrw li .t3 a {
    flex: 0 0 auto;
    font-size: 12px;
    background: #ff3939;
    color: #fff;
    display: block;
    margin-left: 12px;
    line-height: 25px;
    border-radius: 4px;
    width: 60px;
    text-align: center;
}

.index_rwlc {
    display: flex;
    justify-content: space-between;
    padding: 12px 32px 12px 19px;
    text-align: center;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    margin: 12px;
    border-radius: 4px;
}

.index_rwlc .item {
    width: 60px;
}

.index_rwlc .item img {
    display: block;
    width: 32px;
    height: 32px;
    margin: auto auto 8px auto;
    font-size: 14px;
}

.index_rwlc i {
    width: 0;
    height: 0;
    border-left: 6px solid #838383;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-top: 9px;
}