/* 基础样式 */
.pl_list {
     margin-top: .3rem;
     position: relative;
}

.pl_list h2 {
    padding: .4rem .38rem .3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    margin-bottom: 0;
}

.analyzer {
    border-top: solid .3rem #ebebeb;
}

.pl_list.analyzer:first-of-type {
    border-top: none !important;
    margin-top: 0
}

.pl_list h2 strong {
    color: #4878e4; /* 主色调（紫色） */
}

.pl_list h2 span {
    color: #4c95c3; /* 辅助色（粉色） */
    background: #dcf2f4; /* 浅背景色（浅紫） */
    font-size: .375rem;
    font-weight: normal;
    line-height: .65rem;
    display: inline-block;
    padding: 0 .2rem;
    border-radius: .1rem;
    margin-left:.15rem;
}

.pl_list h2 .score {
    font-weight: normal;
    color: #fb4973; /* 强调色（红色） */
    padding: 0 .2rem;
    line-height: .6rem;
    border-radius: .4rem;
    margin-top: .2rem;
    float: right;
    font-size: .3rem;
}

.pl_list h2 .score i {
    font-size: .45rem;
    font-weight: 700;
    margin-right: .05rem;
}

.pl_list h2 small {
    font-weight: normal;
    color: #9C27B0; /* 主色调（紫色） */
    background: #E1BEE7; /* 中等背景色（中紫） */
    padding: 0 .2rem;
    font-size: .3rem;
    line-height: .6rem;
    border-radius: .4rem;
    margin-top: .2rem;
}

.pl_list h2 small i {
    background: url(../images/astrolabe_pair/arrow_T.png) no-repeat center;
    background-size: .3rem;
    width: .3rem;
    height: .3rem;
    margin-left: .1rem;
    padding: 0;
    vertical-align: middle;
    margin-top: -.08rem;
    transform: rotateX(180deg);
}

.pl_list h2 small.active i {
    transform: rotateX(0deg);
}

.pl_list.show_all .expandBox {
    display: none;
}

.pl_list .expandBox {
    text-align: center;
    padding: .25rem .1rem 0;
    margin: 0 .3rem;
    border-radius: .2rem;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(.1rem);
    -webkit-backdrop-filter: blur(.1rem);
    box-shadow: 0 -.1rem .3rem .2rem rgba(255, 255, 255, 1);
}

.pl_list .expandBox::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #ffffff91;
    box-shadow: inset 0 0 .3rem .2rem rgba(255, 255, 255, 1);
}

.pl_list .expandBox span {
    display: block;
    /* margin-bottom: .05rem; */
    color: #0f4a52; /* 深文字色（深紫） */
    background: linear-gradient(180deg, #e8f3f5de 50%, #e8f3f500); /* 深背景色（深紫） */
    border-radius: .2rem;
    padding: .4rem .5rem .3rem;
    font-size: .375rem;
}
.pl_list .expandBox strong {
    background: linear-gradient(180deg, #6eb8e8, #4b97ac); /* 渐变色（亮粉到紫色） */
    display: block;
    height: 1rem;
    border-radius: 1rem;
    text-align: center;
    line-height: 1rem;
    margin: .4rem auto 0;
    color: #FFFFFF; /* 浅文字色 */
    padding: 0 .6rem;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .25);
    font-weight: normal;
    font-size: .4rem;
    width: 2.5rem;
}

.pl_list .expandBox strong i {
    background: url(../images/arrow_more3.png) no-repeat center;
    width: .4rem;
    height: .4rem;
    background-size: 85%;
    margin-right: .1rem;
    display: inline-block;
    vertical-align: middle;
}
.pl_list.lock .expandBox strong i{background-image: url(../images/icon_lock.png);margin-top: -0.1rem;}

.pl_list.aminate {
    transition: height 0.3s ease;
    height: 6rem;
}

.pl_info {
    margin: 0 .4rem;
    overflow: hidden;
    position: relative;
}

.pl_info.show {
    display: block;
}

.pl_list.show_all .pl_info {
    height: auto;
}

.pl_info .pl_con {
    line-height: .8rem;
    font-size: .425rem;
    text-align: justify;
    padding: .25rem 0;
}

.pl_info p strong {
    color: #33abbc;
}

.pl_info .des {
    text-align: justify;
    background: #fff7ec;
    color: #df8e24;
    font-size: .375rem;
    padding: .2rem .35rem;
    border-radius: .2rem;
    line-height: .45rem;
}
.pl_info .des div {
    margin-top: .15rem;
}

.pl_info .calcProcess {
    text-align: justify;
    font-size: .375rem;
    line-height: 1.8;
    display: none;
    margin-top: .2rem;
}

.pl_info .calcProcess .processType {
    padding: .2rem .35rem;
    border-radius: .2rem;
}

.pl_info .calcProcess .processPositive {
    background: #f5e8ec; /* 积极背景色（浅绿） */
    color: #d54141; /* 积极文字色（深绿） */
    margin-bottom: .1rem;
}

.pl_info .calcProcess .processNegative {
    background: #ebf3ff; /* 消极背景色（浅红） */
    color: #287ac6; /* 消极文字色（深红） */
}

.pl_info .calcProcess label {
    font-weight: bold;
}

.pay_layer {
    display: none;
}

.layer {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.pay_box {
    background: #fff;
    border-radius: .4rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    width: 8rem;
    z-index: 1;
}

.pay_box .tit {
    padding: 0 .45rem;
    line-height: 1.2rem;
    border-bottom: 1px solid #eee;
    font-size: .4rem;
    font-weight: bold;
}

.pay_box .tit i {
    background: url(../images/icon_cancel.png) no-repeat 0 0;
    background-size: .5rem;
    width: .5rem;
    height: .5rem;
    float: right;
    margin-top: .35rem;
}

.pay_box .con {
    padding: .2rem .45rem .45rem;
}

.pay_box .con p {
    font-size: .34rem;
    text-align: justify;
    line-height: .55rem;
}

.pay_box .con dl {
    background: #f1f1f1;
    font-size: .34rem;
    padding: .1rem .3rem;
    border-radius: .2rem;
    margin-top: .2rem;
    line-height: .7rem;
    color: #555;
    margin-bottom: .3rem;
}

.pay_box .con dl span {
    color: #333;
    font-weight: bold;
}

.pay_box .con dl span.f_red {
    color: #f00;
    font-size: .5rem;
}

.pay_box .con dl span.f_red i {
    font-size: .32rem;
}

.pay_box .con .pay_btn {
    display: block;
    width: 100%;
    margin-top: .2rem;
    color: #fff;
    height: 1.2rem;
    border-radius: 1.2rem;
    font-size: .4rem;
}

.pay_box .con .pay_btn i {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: .5rem;
    height: .5rem;
    display: inline-block;
    margin-right: .15rem;
    vertical-align: middle;
    margin-top: -.1rem;
}

.pay_box .con .pay_btn.wx_pay {
    background: #30b640;
}

.pay_box .con .pay_btn.zfb_pay {
    background: #1faae7;
}

.pay_box .con .pay_btn.wx_pay i {
    background-image: url(../images/icon_wxpay.png);
}

.pay_box .con .pay_btn.zfb_pay i {
    background-image: url(../images/icon_zfbpay.png);
}

/*查看订单*/
.link_order {
    display: none;
    position: absolute;
    right: 0;
    width: 1rem;
    background: #be5b7b;
    border-radius: .2rem 0 0 .2rem;
    color: #fff;
    font-size: .36rem;
    text-align: center;
    line-height: .42rem;
    box-sizing: border-box;
    padding: .3rem .2rem;
    top: 9.5rem;
}