.ckbx_box {
    position: absolute;
    right: 1.4rem;
    bottom: 0.1rem;
    z-index: 666;
    width: 1rem;
}

.ckbx_box a {
    display: block;
    width: 100%;
    height: 100%;
}

.ckbx_box img {
    width: 100%;
    height: 100%;
}

.container {
    height: 7rem;
}

.login-other-img {
    width: 0.2rem;
    height: 0.2rem;
  }
  .login-other-img-active {
    width: 0.2rem;
    height: 0.2rem;
    display: none;
  }

.login-box {
    position: absolute;
    top: 18%;
    right: 3%;
    width: 3.2rem;
    box-shadow: 0px 0px 0.1rem 0px rgba(0, 0, 0, 0.5);
    border-radius: 0.06rem;
    background: rgba(255, 255, 255, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF, endColorstr=#E5FFFFFF);
    z-index: 666;
    box-sizing: border-box;
}

.login-btn {
    width: 1.5rem;
    display: inline-block;
    text-align: left;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.16rem;
    font-weight: 500;
    color: #CB3432;
    letter-spacing: 2px;
}


.login-other-btn a {
    font-size: 0.16rem;
    font-weight: 400;
    height: 0.3rem;
    line-height: 0.3rem;
    color: #333333;
    letter-spacing: 1px;
}

.business-img-active {
    display: none;
}

.login-other-btn {
    display: flex;
    align-items: center;
    padding: 0.2rem 0.15rem 0.2rem;
    font-size: 0;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #FFFFFF;
}

.login-other-btn:hover {
    position: relative;
    padding: 0.13rem 0.15rem 0.13rem;
    margin: 0.07rem 0;
    margin-right: -0.1rem;
    border-radius: 0.06rem 0.06rem 0.02rem 0.06rem;
    border-bottom: 0;
    background: linear-gradient(120.93deg, #3359FF 0%, #6D45FF 60.82%, #D62133 100%);
}

.login-other-btn:hover::after {
    content: '';
    position: absolute;
    bottom: -0.18rem;
    right: 0;
    width: 0;
    height: 0;
    border-top: 0.1rem solid transparent;
    border-left: 0.1rem solid transparent;
    border-bottom: 0.1rem solid #811B1B;
    transform: rotate(180deg);
}

.login-other-btn:hover a {
    color: #fff;
}

.login-box-code {
    display: flex;
    align-items: center;
    padding: 0.2rem 0.15rem 0.2rem;
}

.login-box-code img {
    width: 0.88rem;
    height: 0.83rem;
}

.login-box-code div {
    display: flex;
    flex-direction: column;
    margin-left: 0.06rem;
}

.login-box-code div span {
    font-size: 0.2rem;
    line-height: 0.3rem;
}

.section {
    position: relative;
    width: 100%;
    height: 100%;
}

.nav-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.nav-fixed {
    position: fixed;
    top: 0.5rem;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
}


/* 轮播图 */
.slideBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 0.15rem;
    overflow: hidden;
    position: absolute;
    right: 0.05rem;
    bottom: 0.05rem;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 0.02rem;
    width: 0.15rem;
    height: 0.15rem;
    line-height: 0.14rem;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd li a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.slideBox .bd img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 轮播图 end */

/*消息通知*/
.message {
    position: absolute;
    bottom: 1.83rem;
    left: 50%;
    margin-left: -7.75rem;
    width: 15.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #ffffff;
    background-image: url("news.png");
    background-size: 15.5rem 0.5rem;
}

.msg-icon {
    float: left;
    width: 0.25rem;
    height: 0.24rem;
    margin: 0.13rem 0.24rem 0.13rem 0.75rem;
    vertical-align: middle;
}

.message .bd {
    float: left;
}

.msg {
    display: inline-block;
}

.msg-title {
    float: left;
    color: #ffffff;
    font-size: 0.16rem;
    width: 1.95rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0.3rem;
}

.msg-pub-date {
    display: inline-block;
    color: #ffffff;
    font-size: 0.16rem;
    margin-right: 0.7rem;
    line-height: 0.50rem;
}

.more {
    margin-right: 0.6rem;
    float: right;
    font-size: 0.16rem;
    height: 0.5rem;
    line-height: 0.5rem;
    box-sizing: border-box;
}

.more-icon {
    position: relative;
    top: 0.02rem;
    width: 0.22rem;
}

.more-txt {
    display: inline-block;
    color: #FFFFFF;
    font-size: 0.16rem;
}

/*消息通知 end*/
/*业务模块*/
.business-module {
    position: absolute;
    width: 100%;
    height: 1.45rem;
    left: 0;
    right: 0;
    bottom: -0.5rem;
    z-index: 99;
    box-sizing: border-box;
}

.business-module-wrapper {
    display: flex;
    height: 1.45rem;
    border-radius: 0.12rem;
    text-align: center;
    background: radial-gradient(5.57% 53.79% at 50% 45.51724137931035%, rgba(255, 255, 255, 0) 0%, rgba(221, 234, 237, 0.32) 100%);
    box-shadow: inset 0rem 0rem 0.1rem rgba(255, 255, 255, 1), 0.02rem 0.05rem 0.11rem rgba(161, 158, 158, 0.3);
    backdrop-filter: blur(0.04rem);
}


.business {
    flex: 1;
    position: relative;
    display: inline-block;
    height: 1.45rem;
    text-align: center;
}

.business:hover {
    transition: all 0.3s ease;
    height: 1.7rem;
    border-radius: 0.12rem;
    transform: translateY(-20px);
    background: linear-gradient(66deg, #3359FF 0%, #6D45FF 63.59%, #D62133 100%);
}

.business:hover .business-title {
    transition: all 0.3s ease;
    color: #FFFFFF;
    font-size: 0.26rem;
}

.business a {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.business a img {
    width: 0.5rem;
    height: 0.5rem;
}

.business-title {
    display: block;
    font-size: 0.22rem;
    color: #333333;
    margin-top: 0.16rem;
}

/*end*/
.business-margin70 {
    margin: 0 0.7rem;
}

.business-margin107 {
    margin-left: 1.07rem;
}

.business-margin114 {
    margin-left: 1.14rem;
}

.business-margin159 {
    margin-left: 1.59rem;
}

.business-margin260 {
    margin-left: 2.6rem;
}

.business-line-right70:after {
    right: -0.7rem;
}

.business-line-right87:after {
    right: -0.87rem;
}

.business-margin87 {
    margin: 0 0.87rem;
}

.business-margin83 {
    margin: 0 0.83rem;
}

.business-margin50 {
    margin: 0 0.5rem;
}

.business-line-right50:after {
    right: -0.50rem;
}

/*修改full page导航栏*/
#fp-nav {
    position: absolute;
    left: 0.95rem;
    top: 4.95rem;
    width: 0.34rem;
    height: 2.5rem;
    border-radius: 0.17rem;
    overflow: hidden;
}

#fp-nav ul {
    height: 100%;
}

#fp-nav ul li {
    position: relative;
    width: 0.16rem;
    height: 0.16rem;
    margin: 0.23rem 0.08rem;
}

/* #fp-nav ul li:after {
    position: absolute;
    content: '';
    left: 0.09rem;
    bottom: -0.23rem;
    width: 0.01rem;
    height: 0.20rem;
    display: inline-block;
    background: rgba(225, 255, 255, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
}*/

#fp-nav ul li:first-child+li+li+li+li+li:after {
    display: none;
}

#fp-nav ul li a {
    width: 0.16rem;
    height: 0.16rem;
    display: inline-block;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}

#fp-nav ul li a span {
    background: transparent;
}

#fp-nav ul li a.active {
    border: 1px solid #E40210;
    background: #E40210;
}

.section-bg-img, .section-bg-img1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.section-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-bg-img1 img {
    width: 100%;
    height: 100%;
}

/* section footer */

/*栏目页面大标题*/
.section-tit {
    position: absolute;
    top: 2.7rem;
    left: 2.6rem;
}

.section-name {
    position: absolute;
    top: 4.15rem;
    left: 2.6rem;
    width: 3.65rem;
    height: 0.74rem;
    background-size: 3.65rem 0.74rem !important;
}

.gryw-tit {
    width: 10.89rem;
    height: 1.12rem;
    background: url('gryw-tit.png') no-repeat;
    background-size: 10.89rem 1.12rem;
}

.gryw-name {
    background: url('gryw-name.png') no-repeat;
}

.gsyw-tit {
    width: 8.88rem;
    height: 1.12rem;
    background: url('gsyw-tit.png') no-repeat;
    background-size: 8.88rem 1.12rem;
}

.gsyw-name {
    background: url('gsyw-name.png') no-repeat;
}

.tsjr-tit {
    width: 13.8rem;
    height: 1.12rem;
    background: url('tsjr-tit.png') no-repeat;
    background-size: 13.8rem 1.12rem;
}

.tsjr-name {
    background: url('tsjr-name.png') no-repeat;
}

.tzzgx-tit {
    width: 12.7rem;
    height: 1.12rem;
    background: url('tzzgx-tit.png') no-repeat;
    background-size: 12.7rem 1.12rem;
}

.tzzgx-name {
    background: url('tzzgx-name.png') no-repeat;
}

.section-wrapper {
    width: 100%;
    height: 100%;
}

.section-business-module {
    position: absolute;
    width: 14rem;
    bottom: 0.2rem;
    height: 1.15rem;
    background: rgba(204, 51, 51, 0.89);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5CC3333, endColorstr=#E5CC3333);
    padding-top: 0.26rem;
    box-sizing: border-box;
}

.section-business-module-blue {
    background: rgba(0, 51, 102, 0.89) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5003366, endColorstr=#e5003366) !important;
}

.section-business-module-wrapper {
    width: 100%;
    height: 100%;
    text-align: center;
}

.section-business {
    float: left;
    position: relative;
    height: 100%;
    text-align: center;
}

.section-business a {
    display: inline-block;
}

.section-business a img {
    width: 0.45rem;
    height: 0.41rem;
}

.section-line {
    position: absolute;
    height: 0.1rem;
    width: 14rem;
    margin: 0 auto;
    bottom: 0;
    background: rgba(204, 51, 51, 0.89);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5CC3333, endColorstr=#E5CC3333);
}

/* 播放器部分 */
.layer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 1.44rem;
    height: 1.25rem;
    z-index: 99;
}

.layer .player1 {
    width: 0.4rem;
    height: 0.4rem;
    margin-top: 0.42rem;
    cursor: pointer;
}

.video-modal {
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.pause-video {
    position: absolute;
    top: 0.20rem;
    right: 0.2rem;
    z-index: 999;
}

.pause-video img {
    width: 0.2rem;
    height: 0.2rem;
    cursor: pointer;
}

/*每页内的大标题*/
.section-slogan {
    position: absolute;
    top: 5.25rem;
}

.section-slgan-title {
    margin-top: 0.53rem;
}

.section-slgan-desc p {
    font-size: 0.21rem;
    font-weight: 400;
    color: #FFFFFF;
    width: 6.56rem;
    height: 0.87rem;
    margin: 0;
}

.footer {
    width: 100%;
    height: 4.53rem;
    background-color: #757575;
}

.section-slogan-img img {
    width: 10.89rem;
    height: 1.12rem;
}

.section-slgan-title img {
    width: 3.65rem;
    height: 0.74rem;
}


.gyjy-desc {
    position: absolute;
    top: 1.89rem;
    left: 50%;
    transform: translateX(-50%);
    width: 13.93rem;
}

.message-wrapper {
    display: flex;
    margin-top: 0.8rem;
    margin-bottom: 0.2rem;
}

.message-wrapper-left {
    width: 48%;
    margin-right: 4%;
}

.message-wrapper-left-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.28rem 0;
    border-bottom: 0.02rem solid #E1D4D5;
    position: relative;
    margin-bottom: 0.5rem;
}

.message-wrapper-left-title::before {
    content: '';
    width: 0.24rem;
    height: 0.05rem;
    background-color: #D43030;
    position: absolute;
    bottom: -0.03rem;
    left: 0;
}

.message-wrapper-left-title span {
    font-size: 0.36rem;
    font-weight: 600;
    letter-spacing: 0rem;
    line-height: 0.52rem;
    color: rgba(51, 51, 51, 1);
}

.message-wrapper-title-more {
    display: flex;
    align-items: center;
}

.message-wrapper-title-more img {
    width: 0.4rem;
    margin-right: 0.12rem;
}

.message-wrapper-title-more a {
    font-size: 0.18rem;
    font-weight: 400;
    letter-spacing: 0rem;
    line-height: 0.26rem;
    color: rgba(212, 48, 48, 1);
}

.message-wrapper-left-content ul li {
    margin-top: 0.2rem;
}

.message-wrapper-left-content ul img {
    width: 2.3rem;
    height: 1.49rem;
    border-radius: 0.08rem;
}

.message-wrapper-left-content ul a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.message-wrapper-left-content-text {
    width: calc(100% - 2.6rem);
    margin-left: 0.3rem;
    display: flex;
    flex-direction: column;
}

.message-wrapper-left-content-text span:nth-of-type(1) {
    font-size: 0.18rem;
    font-weight: 600;
    line-height: 0.26rem;
    color: rgba(51, 51, 51, 1);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.message-wrapper-left-content-text span:nth-of-type(2) {
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 0.2rem;
    color: rgba(153, 153, 153, 1);
    margin: 0.13rem 0 0.21rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 定义显示的最大行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.message-wrapper-left-content-text span:nth-of-type(3) {
    font-size: 0.18rem;
    font-weight: 400;
    line-height: 0.21rem;
    color: rgba(212, 48, 48, 1);
}

.message-wrapper-right {
    width: 48%;
}

.message-wrapper-right-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.28rem 0;
    border-bottom: 0.02rem solid #E1D4D5;
    position: relative;
    margin-bottom: 0.5rem;
}

.message-wrapper-right-title::before {
    content: '';
    width: 0.24rem;
    height: 0.05rem;
    background-color: #D43030;
    position: absolute;
    bottom: -0.03rem;
    left: 0;
}

.message-wrapper-right-title span {
    font-size: 0.36rem;
    font-weight: 400;
    letter-spacing: 0rem;
    line-height: 0.52rem;
    color: rgba(51, 51, 51, 1);
}

.message-wrapper-left-title-content span:last-of-type {
    margin-left: 0.1rem;
}

.message-wrapper-left-title-content .active {
    background: linear-gradient(90deg, rgba(85, 107, 250, 1) 0%, rgba(123, 93, 248, 1) 51%, rgba(204, 65, 99, 1) 100%);
    background-clip: text;
	-webkit-background-clip: text;
    color: transparent;
}

.more-2 {
    display: none;
}
.content-item-2 {
    display: none;
}

.message-wrapper-right-title-more a {
    font-size: 0.18rem;
    font-weight: 400;
    letter-spacing: 0rem;
    line-height: 0.26rem;
    color: rgba(212, 48, 48, 1);
}

.message-wrapper-right-content ul a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0.2rem 0.1rem;
    border-bottom: 0.02rem solid #E1D4D5;
	box-sizing: border-box;
}

.message-wrapper-right-content-text {
    font-size: 0.18rem;
    font-weight: 600;
    line-height: 0.26rem;
    color: rgba(51, 51, 51, 1);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.message-wrapper-right-content-text::before {
    display: inline-block;
    content: '';
    width: 0.07rem;
    height: 0.07rem;
    background: #BA0500;
    border-radius: 50%;
    margin-right: 0.08rem;
    vertical-align: middle;
}

.message-wrapper-right-content ul a:hover {
    transition: all 0.3s ease;
    background: linear-gradient(120.93deg, #3359FF 0%, #6D45FF 60.82%, #D62133 100%);
}

.message-wrapper-right-content ul a:hover .message-wrapper-right-content-text {
    transition: all 0.3s ease;
    font-size: 0.22rem;
    color: rgba(255, 255, 255, 1);
}

.message-wrapper-right-content ul a:hover .message-wrapper-right-content-text::before {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 1);
    margin-left: 0.2rem;
}

/* text支付便利部分css---------------------------------------------------------------------------------------------------1 */
.title_left {
    position: relative;
    font-size: 0.36rem;
    font-weight: 400;
    letter-spacing: 0rem;
    line-height: 0.52rem;
    color: rgba(51, 51, 51, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.28rem 0;
    border-bottom: 0.02rem solid #E1D4D5;
    position: relative;
}

.title_left::before {
    content: '';
    width: 0.24rem;
    height: 0.05rem;
    background-color: #D43030;
    position: absolute;
    bottom: -0.03rem;
    left: 0;
}

.right_content ul a {
    display: block;
    width: calc(33.33% - 0.07rem);
}