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

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: #2c90b4;
    color: #fff;
    padding: 8px 12px;
    border-radius: 100px;
    font-size: 12px;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    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 .left {
    display: flex;
    align-items: center;
}

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

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

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



.index_title {
    font-size: 16px;
    font-weight: bold;
    padding: 36px 0px 20px 0px;
}

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

.foolBtn {
    z-index: 100;
    bottom: 0;
    font-size: 14px;
    position: fixed;
    width: 100%;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.foolBtn>div {
    /*background-image: linear-gradient(25deg,#6960ff,#a186ff,#ceaeff,#f5d8ff);*/
    background: #fff;
    height: 63px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    font-weight: bolder;
}

.foolBtnItem {
    padding: 6px 0;
    font-size: 13px;
    text-align: center;
    color: #000;
}

.foolBtnItem img {
    width: 33%;
    display: block;
    margin: auto;

}

.index_gywm {
    font-size: 13px;
    text-align: justify;
    line-height: 25px;
    font-weight: bold;
    padding: 0 20px;
}

.index_gywm a {
    color: white;
    background: linear-gradient(to right, rgb(255, 96, 52), rgb(238, 10, 36));
    display: inline-block;
    height: 24px;
    padding: 0 4px;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    border-radius: 2px;
    font-weight: 500;
}

.index_title.v3 {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.index_title.v3::after,
.index_title.v3::before {
    width: 12px;
    height: 1px;
    background: #000;
    margin: 0 12px;
    content: "";
}

.index_title.v4 {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    color: #fff;
}

.index_title.v4::after,
.index_title.v4::before {
    width: 12px;
    height: 1px;
    background: #ffffff;
    margin: 0 12px;
    content: "";
}

.alzs_t1 {
    padding: 0 12px;
}

.alzs_t1 .item {
    height: 200px;
    box-shadow: 1px 1px 5px 1px gray;
    padding: 15px;
    margin: 10px auto;
}

.alzs_t1 .item video {
    width: 100%;
    height: 100%;
}

.foolText {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.foolText>span {
    padding: 2px 0;
}

.gywm_t1 {
    width: 100%;
    display: block;
}

.gywm_t2 {
    text-align: center;
    font-size: 24px;
}

.gywm_t3 {
    font-size: 15px;
    text-indent: 2em;
    text-align: justify;
    line-height: 26px;
}

.gywm_t4 {
    margin: 10px 0;
}

.gywm_t4 .title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 10px;
}

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

.gywm_t4 .box p:nth-child(1) {
    color: rgb(255, 0, 67);
    font-size: 20px;
    font-weight: bold;
}

.gywm_t4 .box p:nth-child(2) {
    font-size: 10px;
}

.gywm_t5 ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.gywm_t5 ul li{
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e6e6e6;
}
.gywm_t5 ul li img{
    flex: 0 0 auto;
    width: 120px;
    height: 80px;
    object-fit: cover;
}
.gywm_t5 ul li >div{
    width: 100%;
    overflow: hidden;
    padding-left: 8px;
}
.gywm_t5 ul li .text1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    margin-bottom: 8px;
}

.gywm_t5 ul li .text2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: #666;
    font-size: 10px;
}

.gywm_t5 ul li .text3{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    font-size: 10px;
}


.index_t1 {
    height: 272px;
    background-image: url("img/zz5.gif");
    background-size: contain;
    background-repeat: no-repeat;
    /* background-color: #01172c; */
    background-position: right;
    padding: 0 30px 36px 30px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.index_t1 .text1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
}

.index_t1 .text2 {
    font-size: 12px;
    color: #ccc;
    margin: 8px 0;
    line-height: 2;
}

.index_t1 .text3 {
    display: flex;
}

.index_t1 .text3 a {
    margin-right: 8px;
}

.index_t1 .text4 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(26, 26, 26, 0.4) !important;
    padding: 0 16px;
    line-height: 36px;
}

.btn1 {
    color: #fff;
    background-color: #ff6000;
    border-color: #ff6000;
    padding: 0 24px;
    display: inline-block;
    line-height: 42px;
    border-radius: 100px;
}

.btn2 {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    padding: 0 24px;
    display: inline-block;
    line-height: 42px;
    border-radius: 100px;
}

.btn3 {
    color: #fff;
    background: none;
    border: 1px solid #fff;
    padding: 0 40px;
    display: inline-block;
    line-height: 42px;
    border-radius: 100px;
}



.index_t2 {
    background: #fff;
    padding: 8px 12px;
    text-align: center;
    border-top: 12px solid #f5f5f5;
    border-bottom: 12px solid #f5f5f5;
}

.index_t2 .row {
    display: flex;
    padding: 8px 0;
}

.index_t2 a {
    width: 25%;
}

.index_t2 a img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.index_t2 p {
    color: #333;
    font-size: 13px;
    margin-top: 4px;
    white-space: nowrap;
}

.index_t3 {
    padding-left: 16px;
    margin-top: -20px;
}

.index_t3 .swiper-slide {
    width: 225px;
}

.index_t3 .item {
    background-image: url("img/p14.jpg");
    background-size: 100% 100%;
    text-align: center;
    padding: 0 12px 12px;
    position: relative;
    margin-top: 60px;

}

.index_t3 .head {
    background-image: url("img/p15.png");
    background-size: 100% 100%;
    width: 120px;
    display: flex;
    justify-content: center;
    margin: auto;
    position: relative;
    top: -25px;
}

.index_t3 .head img {
    width: 72px;
    height: 72px;
    border-radius: 100px;
    position: relative;
    top: -10px;
    background-image: url("img/p17.png");
    padding: 3px;
    background-size: 100% 100%;
}

.index_t3 .text1 {
    color: #3e3730;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: -20px;
}

.index_t3 .text2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 8px;
    margin: 0 12px;
}

.index_t3 .text2 img {
    width: 16px;
    height: 16px;
}

.index_t3 .text2 span:nth-child(2) {
    margin: 0 5px;
}

.index_t3 .text2 span:nth-child(3) {
    font-size: 18px;
    color: #ff6000;
}

.index_t3 .text3 {
    text-align: left;
    font-size: 12px;
    padding: 8px 12px 0 12px;
    margin-bottom: 8px;
    line-height: 1.7;
    color: #5e5454;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
    height: 48px;
    box-sizing: border-box;

}

.index_t3 .text3 .tag {
    background: #ffe6e6;
    color: #ff0000;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
}

.index_t3 .text4 {
    position: absolute;
    right: 0;
    top: 38px;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to left, #ff60fd, #7046ff);
    border-radius: 100px 0 0 100px;
    padding: 4px 6px;
    font-size: 12px;
    color: #fff;
}

.index_t3 .text4 img {
    width: 12px;
    margin-right: 6px;
}

.index_t3 .text5 {
    position: absolute;
    right: 0;
    top: 38px;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to left, #19b939, #30ce65);
    border-radius: 6px;
    padding: 4px 6px;
    font-size: 12px;
    color: #fff;
}



.index_t4 {
    background: #3b3b3b;
    padding: 0 40px 70px 40px;
    margin-top: 50px;
}

.index_t4 .swiper-slide {
    width: 33.333%;
}

.index_t4 .swiper-slide img {
    width: 100%;
    transition: all .3s;
    box-shadow: 0 0 10px 0 #000;
}

.index_t4 .swiper-slide-active {
    position: relative;
    z-index: 90;
}

.index_t4 .swiper-slide-active img {
    transform: scale(1.3);
}

.index_t4 .swiper-slide-prev,
.index_t4 .swiper-slide-next {
    position: relative;
    z-index: 80;
}

.index_t4 .swiper-slide-prev img,
.index_t4 .swiper-slide-next img {
    transform: scale(1.2);
}


.index_t5 {
    padding: 40px 0;
    background-image: linear-gradient(to right, #1bd07b, #1bc4cc);
}

.index_t5 .text1 {
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.index_t5 .text2 {
    display: flex;
    justify-content: center;
}

.index_t5 .text2 a {
    letter-spacing: 14px;
}

.index_t6 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.index_t6 .item {
    width: 50%;
    padding: 0 6px;
    box-sizing: border-box;
}

.index_t6 .item img {
    width: 100%;
    display: block;
}

.index_t7 {
    padding: 16px;
}

.index_t7 .text1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 16px;
}

.index_t7 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.index_t7 ul a {
    color: #000;
    display: flex;
    align-items: center;
}

.index_t7 ul li {
    margin: 12px 0;
}

.index_t7 ul a::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #007aff;
    border-radius: 100px;
    margin-right: 8px;
}



.index_t8 .swiper-slide {
    width: 70vw;
    padding-left: 12px;
}

.index_t8 .swiper-slide a {
    border: 1px solid #e6e6e6;
    padding: 12px;
    display: block;
    border-radius: 10px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
}

.index_t8 .swiper-slide a .yy_t1 {
    display: flex;
    align-items: center;
}

.index_t8 .swiper-slide a .yy_t1 img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin-right: 8px;
}

.index_t8 .swiper-slide a .yy_t1 .text1 {
    font-size: 16px;
    color: #000;
}

.index_t8 .swiper-slide a .yy_t1 .text2 {
    font-size: 13px;
    color: #8c8c8c;
    margin-top: 4px;
}

.index_t8 .swiper-slide a .yy_t2 {
    font-size: 12px;
    line-height: 16px;
    color: #b2b2b2;
    margin-top: 12px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
    height: 48px;
}



.index_hzpp {
    position: relative;
    pointer-events: none;
    margin-top: 12px;
}

.index_hzpp .swiper-slide {
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 8px 0;
    margin: 6px 0;
}

.index_hzpp img {
    width: 100%;
    display: block;
}

.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_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;
}

.alzs_t2 .item {
    margin: 20px 12px;
    border-left: 2px solid #ff6000;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    padding: 12px;
}

.alzs_t2 .item .t1 {
    display: flex;
    align-items: center;
}

.alzs_t2 .item .t1 img {
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
    border-radius: 100px;
    margin-right: 12px;
}

.alzs_t2 .item .t1 span:nth-child(2) {
    color: #3b3b3b;
    width: 100%;
}

.alzs_t2 .item .t1 span:nth-child(3) {
    color: #8c8c8c;
    flex: 0 0 auto;
}

.alzs_t2 .item .t2 {
    font-size: 16px;
    color: #000;
    margin: 18px 0 12px 0;
}

.alzs_t2 .item .t3 .tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    margin: 2px 0;
}

.alzs_t2 .item .t3 .tag.v1 {
    border: 1px solid #007aff;
    color: #007aff;
    background: #f2f9ff;
}

.alzs_t2 .item .t3 .tag.v2 {
    color: #007aff;
}

.alzs_t2 .item .t4 {
    display: flex;
    margin-top: 12px;
}

.alzs_t2 .item .t4 span:nth-child(1) {
    flex: 0 0 auto;
    margin-right: 12px;
}

.alzs_t2 .item .t4 span:nth-child(2) {
    width: 100%;
}

.alzs_t2 .item .t4 span:nth-child(3) {
    flex: 0 0 auto;
    color: #ffae00;
}

.index_t9 {
    display: flex;
    padding: 12px 0;
}

.index_t9 .col {
    flex: 1;
    text-align: center;
}

.index_t9 .col p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
}

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

.index_t10 {}

.index_t10 .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 8px 0 8px 20px;
}

.index_t10 .item .icon {
    flex: 0 0 auto;
    text-align: center;
    font-size: 15px;
    color: #3b3b3b;
    width: 48px;
}

.index_t10 .item .icon img {
    width: 24px;
    margin: auto;
}

.index_t10 .item .text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.index_t10 .item .text span {
    width: 33.3333%;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
    text-align: center;
    color: #6c6c6c;
    font-size: 13px;
    margin: 8px 0;
}

.index_t10 .item .text span:nth-child(3n) {
    border-right: none;
}

.index_t11 {
    margin-top: 20px;
    padding-left: 12px;
}

.index_t11 .swiper-slide {
    width: 286px;
    padding: 4px 12px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.index_t11 table {
    font-size: 12px;
    width: 100%;
}

.index_t11 table td {
    vertical-align: top;
    padding: 8px 0;
}

.index_t11 table .tag {
    border: 1px solid #e6e6e6;
    padding: 2px 6px;
    border-radius: 2px;
    font-size: 10px;
}

.index_t11 table .tag.v1 {
    border: 1px solid #007aff;
    color: #007aff;
}

.index_t11 table .tag.v2 {
    border: 1px solid #0cb27f;
    color: #0cb27f;
}

.index_t11 table .text1 {
    color: #f14949;
}

.index_t11 table .text3 {
    color: #8c8c8c
}


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: #2c90b4;
    color: #fff;
    padding: 8px 12px;
    border-radius: 100px;
    font-size: 12px;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    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 .left {
    display: flex;
    align-items: center;
}

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

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

.footer .right a {
    background: #2c90b4;
    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: #e90303;
}

.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-size: 12px;
    color: #8c8c8c;
}

.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_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;
}

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

.index_yg .swiper-slide {
    display: flex;
    justify-content: center;
}

.index_yg .swiper-slide .tag {
    background: #e5fff2;
    border: 1px solid #1da35e;
    color: #1da35e;
    font-size: 10px;
    padding: 0 6px;
    border-radius: 2px;
    box-sizing: border-box;
    line-height: 18px;
    margin-left: 4px;
}

.index_yg .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_yg::after {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
    z-index: 99;
}

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



.index_yg_con a {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    padding: 12px;
    margin: 12px;
    border-radius: 4px;
    display: block;
}

.index_yg_con a .yy_t1 {
    display: flex;

}

.index_yg_con a .yy_t1 img {
    width: 42px;
    height: 42px;
    border-radius: 100px;
    margin-right: 12px;
}

.index_yg_con a .yy_t1 .text1 {
    font-size: 13px;
    color: #8c8c8c;
}

.index_yg_con a .yy_t1 .text2 {
    font-size: 15px;
    color: #1da35e;
    margin-top: 4px;
}


.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_tjykf .item div {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    padding: 12px 20px 20px;
    border-radius: 4px;
}

.index_tjykf .item img {
    width: 80%;
    margin-bottom: 6px;
}

.index_tjykf .item p:nth-child(3) {
    font-size: 13px;
    color: #8c8c8c;
    margin-top: 6px;
    line-height: 20px;
    height: 40px;
}

.index_my_tjykf {
    position: relative;
    padding-bottom: 20px;
}

.index_my_tjykf .yy_t1 {
    display: flex;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    margin: 12px;
    padding: 16px 12px;
}

.index_my_tjykf .yy_t1 img {
    width: 112px;
    margin-right: 12px;
    flex: 0 0 auto;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.index_my_tjykf .yy_t1 .text1 {
    font-size: 16px;
    color: #484848;
    font-weight: bold;
}

.index_my_tjykf .yy_t1 .text2 {
    font-size: 12px;
    color: #8c8c8c;
    margin-top: 4px;
}

.index_my_tjykf .swiper-pagination-bullet {
    background: #1da35e;
}

.index_csrz {
    overflow: auto;
}

.index_csrz>div {
    white-space: nowrap;
    font-size: 0;
}

.index_csrz .col {
    width: 40%;
    padding: 2px;
    box-sizing: border-box;
    display: inline-block;
}

.index_csrz .col img {
    width: 100%;
    border-radius: 4px;
    display: block;
}

.text {
    text-align: center
}

.table_t1 {
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

.table_t1 td,
.table_t1 th {
    padding: 4px 12px;
    border-bottom: 1px solid #e6e6e6;
}

.table_t1 td:nth-child(1)，.table_t1 th:nth-child(1) {
    text-align: center;
}

.table_t1 td:nth-child(3) {
    font-size: 17px;
}

.table_t1 td img {
    width: 40px;
}

.table_t1 p:nth-child(2) {
    font-size: 13px;
    color: #8c8c8c;
}

.xnx {
    color: #FFCC00;
    font-size: 160%;
}

tr {
    text-align: center
}

.dialogue-wrapper .dialogue-support-btn {
    z-index: 999;
    position: fixed;
    display: inline-block;
    top: 50%;
    right: 0;
    margin-top: -70px;
    padding: 10px 0;
    width: 40px;
    height: 120px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, .4);
    background-color: #5d94f3;
}

.dialogue-wrapper .dialogue-support-btn .dialogue-support-icon {
    position: relative;
    display: inline-block;
    margin-bottom: -2px;
    width: 20px;
    height: 16px;
    border-radius: 4px;
    background-color: #fff;
}

.dialogue-wrapper .dialogue-support-btn .dialogue-support-icon:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -3px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #fff;
}

.dialogue-wrapper .dialogue-support-btn .dialogue-support-line {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
}

.dialogue-wrapper .dialogue-support-btn .dialogue-support-text {
    padding: 5px 0;
    letter-spacing: 4px;
    writing-mode: vertical-rl;
    -webkit-user-select: none;
}

.dialogue-wrapper .dialogue-support-btn {
    position: fixed;
}

.hot-posts .download-btn {
    display: block;
    width: 106px;
    height: 36px;
    margin: 10px auto 20px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    background-color: #0090e3;
    outline: none;
    border: none;
}

.hot-posts h2,
.hot-events h2 {
    padding: 0 10px;
    text-align: center;
    font-size: 18px;
}

.image-container {
    display: flex;
    justify-content: space-between;
    object-fit: cover;
}

.image-container img {
    width: 35%;
    height: auto;
}


.index_sp{
    position: relative;
}
.index_sp .box{
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    width: 200px;
    margin: auto;
    display: flex;
    background: rgba(255,255,255,0.5);
    border-radius: 100px;
}
.index_sp .box span{
    flex: 1;
    text-align: center;
    line-height: 32px;
    border-radius: 100px;
    color: #fff;
}
.index_sp .box span.a{
    background-image: linear-gradient(to right,#ffae00,#FFCC00);
    color: #000;
}

.index_mp4{
    display: flex;
    padding: 6px;
}
.index_mp4 > .item{
    flex: 1;
    padding: 6px;
}
.index_mp4 > .item video{
    width: 100%;
    height: 30vw;
    object-fit: cover;
    border-radius: 8px;
}

.index_mp4 video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}
.index_mp4 video::-webkit-media-controls-enclosure {
    overflow:hidden !important;
}

#app img,.app img{
    width: 33.333%;
    height: 50vw;
    object-fit: cover;
    border: 2px solid #fff;
    box-sizing: border-box;
}



