/*$.alert弹框样式引入*/
.btn-primary {
    background-color: #33589E;
    border: 1px solid #33589E;
}

.modal.message .modal-body {
    text-align: center;
    padding: 30px
}

.modal.message .modal-body h3 {
    margin: 16px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5
}

.modal.message .modal-body .description {
    color: #999
}

.modal.message .modal-body .icon {
    line-height: 1
}

.modal.message .btn-cntr {
    margin-top: 24px
}

.modal.message .btn-cntr>.btn+.btn {
    margin-left: 8px
}

.primary .modal-body .icon {
    color: #1890ff
}

.success .modal-body .icon {
    color: #52c41a
}

.warning .modal-body .icon {
    color: #faad14
}

.danger .modal-body .icon {
    color: #f5222d
}

.modal.loading .modal-body {
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-header {
    position: relative
}

.modal-header>.modal-tool {
    position: absolute;
    right: 0;
    top: 0
}

.modal-header>.modal-tool>.max {
    background: transparent;
    border: 0;
    outline: 0;
    color: #999;
    padding: 0 6px;
    height: 40px;
    display: inline-block;
    line-height: 1
}

.modal-header>.modal-tool>.max:focus,.modal-header>.modal-tool>.max:hover {
    color: #333
}

.modal-header>.modal-tool>.close {
    position: static;
    padding: 0;
    color: #999;
    opacity: 1;
    width: 40px;
    height: 37px
}

.modal-header>.modal-tool>.close:focus,.modal-header>.modal-tool>.close:hover {
    color: #333
}

.modal-header>.modal-tool>.close span {
    display: block
}

.modal-content-max {
    height: 100%;
    max-height: calc(100% - 32px)
}

.modal.modal-sm .modal-header {
    padding: 8px 16px
}

.modal.modal-sm .modal-body {
    padding: 16px
}


/*会员专区banner图*/
.member-2025-banner-container{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 7.09rem;
    min-width: 1120px;
    position: relative;
}

.member-2025-banner-container > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.member-2025-banner-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #074798;
    opacity: 0.41;
    z-index: 1;
}

.member-2025-banner-text{
    font-size: 0.38rem;
    font-weight: bold;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    width: 100%;
    color: #FFFFFF;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    top: 0.58rem;
    z-index: 2;
}

.member-2025-card-container{
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: space-between;
    position: absolute;
    top: 1.65rem;
    width: 14rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

/*会员专区banner图-功能描述*/
.member-2025-function-desc-card{
    width: 4.19rem;
    height: 4.51rem;
    color: #FFFFFF;
    background: url("../img/member2025/member2025functionDescBackground.png");
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.member-2025-function-desc-card:hover {
    box-shadow: 0 0 0 0.04rem rgba(0, 0, 0, 0.16);
}

.member-2025-function-desc-title{
    font-size: 0.24rem;
    font-weight: bold;
    width: 100%;
    margin: 0.37rem auto 0.47rem;
    text-align: center;
}

.member-2025-function-desc-list > ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0.28rem;
}

.member-2025-function-desc-list > ul > li {
    font-size: 0.16rem;
    position: relative;
    padding-left: 0.37rem;
    margin-bottom: 0.28rem;
    line-height: 1.5;
}

.member-2025-function-desc-list > ul > li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0.24rem;
    height: 0.24rem;
    background: url("../img/member2025/member2025functionDescBadge.png") no-repeat;
    background-size: contain;
}


/*会员专区banner图-会籍状态快速查询*/
.member-2025-validity-query-card{
    width: 4.19rem;
    height: 4.51rem;
    color: #444444;
    background-color: rgba(255, 255, 255, 0.9);
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.member-2025-validity-query-card:hover {
    box-shadow: 0 0 0 0.04rem rgba(0, 0, 0, 0.16);
}


.member-2025-validity-query-title{
    font-size: 0.24rem;
    font-weight: bold;
    width: 100%;
    margin: 0.37rem auto 0.45rem;
    text-align: center;
}

.member-2025-validity-query-text{
    font-size: 0.16rem;
    margin: 0 auto;
    text-align: center;
}

.member-2025-validity-query-input-div{
    width: 100%;
    margin: 0.75rem auto 0.33rem;
    text-align: center;
}

.member-2025-validity-query-input-div>input{
    padding: 0.11rem 0.15rem;
    line-height: 0.38rem;
    font-size: 0.16rem;
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #6B6B6B;
    width: 3.33rem;
    height: 0.43rem;
    background: #FFFFFF;
    border-radius: 0.05rem;
    opacity: 1;
    border: 0.01rem solid rgba(112, 112, 112, 0.5);
}

.member-2025-validity-query-input-div>input::placeholder{
    color: #6B6B6B;
    opacity: 0.5;
}

.member-2025-validity-query-button-div {
    width: 100%;
    margin: 0.33rem auto 0;
    text-align: center;
}

.member-2025-validity-query-button-div > button {
    width: 1.07rem;
    height: 0.40rem;
    font-size: 0.14rem;
    line-height: 0.32rem;
    background: #074798;
    color: #fff;
    text-align: center;
    border: 0.02rem solid #074798;
    border-radius: 0.14rem;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
    cursor: pointer;
    outline: none;
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.member-2025-validity-query-button-div > button:hover {
    color: #074798;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    border: 0.02rem solid #074798;
    z-index: 1;
}


/*会员专区banner图-会员缴费*/
.member-2025-member-paid-card{
    width: 4.19rem;
    height: 4.51rem;
    color: #444444;
    background-color: rgba(255, 255, 255, 0.9);
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.member-2025-member-paid-card:hover {
    box-shadow: 0 0 0 0.04rem rgba(0, 0, 0, 0.16);
}

.member-2025-member-paid-title{
    font-size: 0.24rem;
    font-weight: bold;
    width: 100%;
    margin: 0.37rem auto 0.45rem;
    text-align: center;
}

.member-2025-member-paid-text{
    font-size: 0.16rem;
    margin: 0 auto;
    text-align: center;
}

.member-2025-member-paid-button-div {
    width: 100%;
    margin: 0.41rem auto 0;
    text-align: center;
}

.member-2025-member-paid-button-div > button {
    width: 1.07rem;
    height: 0.40rem;
    font-size: 0.14rem;
    line-height: 0.32rem;
    background: #074798;
    color: #fff;
    text-align: center;
    border: 0.02rem solid #074798;
    border-radius: 0.14rem;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
    cursor: pointer;
    outline: none;
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.member-2025-member-paid-button-div > button:hover {
    color: #074798;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    border: 0.02rem solid #074798;
    z-index: 1;
}

/*欢迎加入*/
.member-2025-welcome-container{
    position: relative;
    width: 100%;
    height: 8.02rem;
    min-width: 1120px;
}
.member-2025-welcome-container>img{
    height: 100%;
    width: 100%;
}

.member-2025-welcome-card{
    margin: 0.54rem auto 0;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.member-2025-welcome-title{
    height: 1.17rem;
    font-size: 0.38rem;
    font-weight: bold;
    color: #074798;
    margin-bottom: 0.39rem;
}

.member-2025-welcome-introduction{
    height: 0.6rem;
    line-height: 0.3rem;
    font-size: 0.16rem;
    color: #666666;
}

.member-2025-welcome-desc{
    position: absolute;
    margin-top: 2.18rem;
}

.member-2025-welcome-desc-title{
    margin-bottom: 0.21rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #074798;
    height: 0.32rem;
}

.member-2025-welcome-desc-unit{
    margin-bottom: 0.41rem;
    width: 6.67rem;
    height: 0.51rem;
    font-size: 0.16rem;
    color: #666666;
}

.member-2025-welcome-desc-per{
    width: 6.67rem;
    height: 0.51rem;
    font-size: 0.16rem;
    color: #666666;
}

/*会员权益*/
.member-2025-equity-container{
    text-align: center;
}

.member-2025-equity-title{
    font-size: 0.38rem;
    font-weight: bold;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #074798;
    margin-top: 0.76rem;
    margin-bottom: 0.78rem;
}

.member-2025-equity-card-div{
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: space-between;
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.member-2025-equity-card{
    width: 4.33rem;
    height: 4.33rem;
    background-color: #F9F9F9;
}

.member-2025-equity-card:hover{
    background-color: #FFFFFF;
    color: #000000;
    border-bottom: 0.03rem solid transparent;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
}

.member-2025-equity-card-title{
    display: inline-block;
    margin: 0.26rem auto 0.27rem;
    padding-bottom: 0.11rem;
    text-align: center;
    font-size: 0.24rem;
    font-weight: bold;
    width: 1.34rem;
    border-bottom: 0.05rem solid #074798;
}

.member-2025-equity-card-desc{
    width: 3.71rem;
    line-height: 0.335rem;
    text-align: left;
    margin-left: 0.4rem;
    margin-right: 0.22rem;
}

.member-2025-equity-card-desc>ul{
    padding: 0;
    margin: 0 auto 0.4rem;
    font-size: 0.16rem;
}

.member-2025-equity-card-desc-file{
    color: black;
    font-weight: bolder;
    font-size: 0.16rem;
}

.member-2025-equity-card-desc-file:hover{
    color: #074798;
    border-bottom: 0.01rem solid #074798;
}

/*入会流程*/
.member-2025-process-title{
    text-align: center;
    font-size: 0.38rem;
    font-weight: bold;
    color: #074798;
    margin-top: 0.86rem;
    margin-bottom: 0.73rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.member-2025-process-unit-card{
    position: relative;
    height: 9rem;
}

.member-2025-process-unit-card-background{
    position: absolute;
    width: 3.24rem;
    height: 8.27rem;
    left: 0;
    top: 0;
}

.member-2025-process-unit-card-background>img{
    width: 100%;
    height: 100%;
}

.member-2025-process-unit-card-img{
    width: 6.65rem;
    height: 7.10rem;
    position: absolute;
    left: 0;
    top: 0.54rem;
    overflow: hidden;
}

.member-2025-process-unit-card-img>img{
    width: 100%;
    height: 100%;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.member-2025-process-unit-card-img >img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    opacity: 1;
}

.member-2025-process-unit-card-right-area{
    position: absolute;
    top: 0;
    right: 0;
    height: 7.33rem;
    width: 6.58rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
}
.member-2025-process-unit-card-right-area-title{
    height: 0.54rem;
    width: 1.93rem;
    background-color: #074798;
    margin-bottom: 0.33rem;
    padding-left: 0.23rem;
    padding-top: 0.15rem;
    font-size: 0.18rem;
    color: #FFFFFF;
}

.member-2025-process-unit-card-right-area-desc{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 6.21rem;
    margin-bottom: 0.25rem;
}

.member-2025-process-unit-card-right-area-num{
    width: 0.33rem;
    height: 0.30rem;
    margin-bottom: 0.06rem;
}

.member-2025-process-unit-card-right-area-num>img{
    width: 100%;
    height: 100%;
}

.member-2025-process-unit-card-right-area-text{
    color: #707070;
    font-size: 0.16rem;
    line-height: 0.30rem;
}


.member-2025-process-unit-card-right-area-text>a{
    color: #707070;
}

.member-2025-process-unit-card-right-area-text>a:hover{
    color: #074798;
    border-bottom: 0.01rem solid #074798;
}


.member-2025-process-unit-card-right-area-bottom-desc{
    font-size: 0.16rem;
    color: #707070;
    line-height: 0.3rem;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
}

.member-2025-process-unit-card-right-area-contact{
    width: 6.67rem;
    height: 0.94rem;
    background: #F9F9F9;
    padding-top: 0.18rem;
    padding-left: 0.05rem;
    font-size: 0.16rem;
    color: #707070;
}

.member-2025-process-per-card{
    position: relative;
    height: 4.87rem;
    margin-bottom: 0.84rem;
}

.member-2025-process-per-card-left-area{
    position: absolute;
    width: 5.92rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.member-2025-process-per-card-left-area-title{
    height: 0.54rem;
    width: 1.93rem;
    background-color: #074798;
    margin-bottom: 0.5rem;
    padding-left: 0.22rem;
    padding-top: 0.14rem;
    font-size: 0.18rem;
    color: #FFFFFF;
}

.member-2025-process-per-card-left-area-desc{
    font-size: 0.16rem;
    color: #707070 ;
    margin-bottom: 0.52rem;
    line-height: 0.3rem;
}


.member-2025-process-per-card-left-area-button-div > button {
    width: 1.07rem;
    height: 0.40rem;
    font-size: 0.14rem;
    line-height: 0.32rem;
    background: #EF5510 ;
    color: #fff;
    text-align: center;
    border: 0.02rem solid #EF5510;
    border-radius: 0.14rem;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
    cursor: pointer;
    outline: none;
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.member-2025-process-per-card-left-area-button-div > button:hover {
    color: #EF5510 ;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    border: 0.02rem solid #EF5510 ;
    z-index: 1;
}

.member-2025-process-per-card-left-area-contact{
    padding-left: 0.1rem; /*根据设计稿调整*/
    font-size: 0.16rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    width: 5.92rem;
    height: 0.55rem;
    line-height: 0.55rem;
    background: #F9F9F9;
    margin-top: 0.67rem;
}

.member-2025-process-per-card-img{
    position: absolute;
    bottom: 0.42rem;
    right: 0;
    width: 6.67rem;
    height: 4.45rem;
    z-index: 2;
    overflow: hidden;
}

.member-2025-process-per-card-img>img{
    width: 100%;
    height: 100%;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.member-2025-process-per-card-img >img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    opacity: 1;
}


.member-2025-process-per-card-background{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 7.35rem;
    height: 1.82rem;
    background: #F9F9F9;
    z-index: 1;
}
/*会员需求*/

.member-2025-demand-container{
    height: 7.87rem;
    position: relative;
    margin-bottom: 1.2rem;
}

.member-2025-demand-container > img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 3.35rem;
    object-fit: cover;
    display: block;
}

.member-2025-demand-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.35rem;
    background-color: #074798;
    opacity: 0.41;
    z-index: 1;
}

.member-2025-demand-card{
    position: absolute;
    top: 2.41rem;
    z-index: 2;
    width: 14rem;
    height: 5.46rem;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0.03rem 0.03rem 0.2rem 0.01rem rgba(214, 212, 212, 0.16);
}

.member-2025-demand-success{
    padding-top: 0.97rem;
    position: absolute;
    top: 2.41rem;
    z-index: 2;
    width: 14rem;
    height: 5.46rem;
    text-align: center;
    background-color: #FFFFFF;
}

.member-2025-demand-card>textarea{
    padding: 0.2rem 0.32rem;
    margin: 0.97rem auto 0.14rem;
    line-height: 0.25rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
    width: 12.72rem;
    height: 1.53rem;
    resize: none;
    overflow: auto;
    background: #FFFFFF;
    border-radius: 0.04rem;
    opacity: 1;
    border: 0.01rem solid #ECEBF0;
}

.member-2025-demand-card>input{
    padding: 0.2rem 0.32rem;
    margin: 0 auto 0.2rem;
    line-height: 0.25rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
    width: 12.72rem;
    height: 0.60rem;
    background: #FFFFFF;
    border-radius: 0.04rem;
    opacity: 1;
    border: 0.01rem solid #ECEBF0;
}


.member-2025-demand-submit{
    margin-top: 0.26rem;
    text-align: center;
    width: 14rem;
}

.member-2025-demand-submit > button {
    width: 1.27rem;
    height: 0.43rem;
    font-size: 0.18rem;
    line-height: 0.22rem;
    background: #074798;
    color: #fff;
    text-align: center;
    border: 0.02rem solid #074798;
    border-radius: 0.17rem;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
    cursor: pointer;
    outline: none;
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.member-2025-demand-submit > button:hover {
    color: #074798;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    border: 0.02rem solid #074798;
    z-index: 1;
}

.member-2025-demand-message {
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    color: red;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: bolder;
}

.member-2025-demand-card .error_input {
    border-color: red;
}

.member-2025-demand-success-img{
    text-align: center;
    height: 1.88rem;
}

.member-2025-demand-success-img>img{
    height: 1.88rem;
}

.member-2025-demand-success-shadow{
    text-align: center;
    margin: 0.21rem auto 0;
    width: 1.64rem;
    height: 0.12rem;
    background: #CBCBCB;
    opacity: 0.49;
    border: 0.01rem solid #707070;
    filter: blur(0.087rem);
}

.member-2025-demand-success-title{
    text-align: center;
    margin: 0.43rem auto 0;
    height: 0.25rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
}

.member-2025-demand-success-describe{
    text-align: center;
    margin: 0.14rem auto 1.03rem;
    height: 0.22rem;
    font-size: 0.16rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
}

/*联系我们*/
.member-2025-contact-container{
    width: 100%;
    height: 5.96rem;
    position: relative;
    background-color: #F9F9F9;
    margin-bottom: 0.84rem;
}

.member-2025-contact-blue-background{
    width: 16.60rem;
    height: 2.32rem;
    background: #074798;
    position: absolute;
    bottom: 1rem;
    right: 0;
}

.member-2025-contact-card{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.member-2025-contact-top-card{
    width: 8.7rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.member-2025-contact-top-card-title{
    width: 1.6rem;
    font-weight: bold;
    font-size: 0.38rem;
    color: #074798;
    line-height: 0.5rem;
    padding-top: 0.07rem;
    margin-top: 0.76rem;
    border-top: 0.1rem solid #074798;;
}

.member-2025-contact-top-card-text{
    font-size: 0.16rem;
    color: #666666;
    margin-top: 0.22rem;
}


.member-2025-contact-top-card-desc-div{
    margin-top: 1.51rem;
    margin-left: 0.55rem;
    width: 9.18rem;
    height: 0.84rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: column;
}

.member-2025-contact-top-card-desc-unit{
    color: #FFFFFF;
    font-size: 0.18rem;
    z-index: 3;
}

.member-2025-contact-top-card-desc-per{
    color: #FFFFFF;
    font-size: 0.18rem;
    z-index: 3;
}


.member-2025-contact-character{
    margin-top: 0.14rem;
    width: 3.93rem;
    height: 4.82rem;
    z-index: 2;
}

.member-2025-contact-character>img{
    width: 100%;
    height: 100%;
}

