@font-face {
    font-family: 'iconfont';
    src: url("../font/iconfont.woff2?t=1750584445064") format("woff2"), url("../font/iconfont.woff?t=1750584445064") format("woff"), url("../font/iconfont.ttf?t=1750584445064") format("truetype");
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: #f8f8f8;
}

.star-container {
    position: relative;
    display: inline-block;
    width: .32rem;
    height: .45rem;
    cursor: pointer;
}

.star-container .star-background {
    position: absolute;
    color: #ddd;
    font-family: 'iconfont';
}

.star-container .star-background::before {
    content: '\e63b';
    font-size: .34rem;
}

.star-container .star-foreground {
    position: absolute;
    color: #ffd700;
    overflow: hidden;
    white-space: nowrap;
    /* clip-path: inset(0 15% 0 0); */
}

.star-container .star-foreground::before {
    content: '\e63b';
    font-family: 'iconfont';
    font-size: .34rem;
}

.star-container .star-foreground.full {
    clip-path: none;
}

.header {
    height: 0.89rem;
    background-color: #f8f8f8;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 2;
}

.header .left {
    position: absolute;
    left: 0.27rem;
    top: 50%;
    height: 0.25rem;
    width: 0.15rem;
    transform: translateY(-50%);
}

.header .left .iconfont {
    font-size: .3rem;
}

.header .mid {
    font-weight: bold;
}

.header .right {
    position: absolute;
    right: 0.27rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    color: #ed5454;
    font-size: .28rem;
    align-items: center;
}

.header .right .iconfont {
    font-size: .25rem;
    color: #ed5454;
    margin-right: .1rem;
}

.headerpianzi {
    position: sticky;
    left: 0;
    top: 0;
}

.header2 {
    width: 100%;
    z-index: 2;
}

.header2 .mid {
    flex: 1;
    padding-left: 0.72rem;
}

.header2 .right {
    width: 2.98rem;
    height: 0.58rem;
    background-color: #f1f1f1;
    border-radius: 0.1rem;
    margin-right: .25rem;
    display: flex;
    align-items: center;
    margin-left: .8rem;
    padding: 0 .1rem;
}

.header2 .right i {
    margin-right: .1rem;
}

.header2 .right input {
    background: none;
    border: none;
    outline: none;
    font-size: .23rem;
}

.indexheader {
    background-color: #2470eb;
    padding: .3rem;
    color: #fff;
    width: 100%;
    z-index: 2;
}

.indexheader .logo {
    display: flex;
    align-items: center;
    margin-bottom: .42rem;
}

.indexheader .logo .logol {
    font-size: .38rem;
    font-weight: bold;
    padding-right: .25rem;
    margin-right: .25rem;
    border-right: 1px solid #fff;
    line-height: 1;
}

.indexheader .logo .logor {
    display: flex;
    align-items: center;
}

.indexheader .logo .logor .logorl {
    color: #ed5454;
    margin-right: .05rem;
}

.indexheader .logo .logor .logorl .iconfont {
    font-size: .38rem;
}

.indexheader .logo .logor .logorm {
    font-size: .27rem;
    margin-right: .15rem;
}

.indexheader .logo .logor .logorm a {
    color: #fff;
}

.indexheader .logo .logor .logorr {
    width: 0.81rem;
    height: 0.27rem;
    background-color: #ed5454;
    border-radius: .05rem;
    font-size: .16rem;
    top: 0.02rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    position: relative;
}

.indexheader .logo .logor .logorr::before {
    content: '\e67e';
    font-family: 'iconfont';
    font-size: .14rem;
    color: #ed5454;
    left: -0.11rem;
    position: absolute;
    top: 50%;
    line-height: 1;
    transform: translateY(-50%);
}

.indexheader .search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .6rem;
}

.indexheader .search .left {
    display: flex;
    align-items: center;
    width: 4.86rem;
    height: 0.64rem;
    background-image: linear-gradient(#1853bf, #1853bf), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-radius: 0.1rem;
    padding: 0 .15rem;
}

.indexheader .search .left .leftl {
    color: rgba(255, 255, 255, 0.5);
    margin-right: .1rem;
}

.indexheader .search .left .leftr {
    flex: 1;
}

.indexheader .search .left .leftr input {
    width: 100%;
    background: none;
    color: #fff;
    outline: none;
    border: none;
    font-size: .26rem;
}

.indexheader .search .left .leftr input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.indexheader .search .right {
    width: 1.86rem;
    height: 0.65rem;
    background-color: #1853bf;
    border-radius: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e1ecff;
    font-size: .26rem;
}

.indexheader .navlist {
    display: flex;
    justify-content: space-between;
}

.indexheader .navlist .item {
    width: 25%;
    text-align: center;
    color: #fff;
}

.indexheader .navlist .item .t {
    margin-bottom: .2rem;
}

.indexheader .navlist .item .t .iconfont {
    font-size: .55rem;
    color: #e1ecff;
}

.indexheader .navlist .item .b {
    font-size: .26rem;
}

.qyb {
    padding: .3rem .3rem;
}

.qyb .top {
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
    justify-content: space-between;
}

.qyb .top .l {
    font-size: .33rem;
    color: #333;
    font-weight: bold;
}

.qyb .top .r {
    font-size: .2.8rem;
    color: #333;
    display: flex;
    align-items: center;
}

.qyb .top .r i {
    font-size: .28rem;
    display: block;
    line-height: 1;
    margin-left: .1rem;
}

.qyb .mid {
    display: flex;
    overflow-x: auto;
    padding-bottom: .1rem;
}

.qyb .mid .item {
    min-width: 2.84rem;
    background-color: #ffffff;
    border-radius: 0.13rem;
    margin-right: .15rem;
    overflow: hidden;
}

.qyb .mid .item .itemt {
    width: 100%;
    height: 2.86rem;
    overflow: hidden;
}

.qyb .mid .item .itemb {
    padding: .2rem .15rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 1.6rem;
}

.qyb .mid .item .itemb .t1 {
    font-size: .27rem;
    color: #000;
    line-height: 1.5;
    margin-bottom: .2rem;
}

.qyb .mid .item .itemb .t2 {
    font-size: .31rem;
    color: #ed5454;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qyb .mid .item .itemb .t2 .t2r {
    font-size: .21rem;
    color: #999;
    padding-top: .03rem;
}

.qyb .mid .item .itemb .t2 span {
    font-size: .18rem;
}

.ad {
    width: 7rem;
    margin: 0 auto;
    margin-bottom: .5rem;
}

.ptlist {
    padding: 0 .3rem;
    margin-bottom: .68rem;
}

.ptlist .top {
    display: flex;
    overflow-x: auto;
    align-items: flex-end;
    padding-bottom: .3rem;
}

.ptlist .top .item {
    font-size: .27rem;
    color: #333;
    min-width: 1rem;
    margin-right: .3rem;
}

.ptlist .top .on {
    font-weight: bold;
    font-size: .33rem;
    min-width: 1rem;
}

.ptlist .bot {
    background-color: #fff;
    border-radius: .13rem;
    overflow: hidden;
    padding: 0 .3rem;
}

.ptlist .bot .item {
    display: flex;
    align-items: center;
    height: 1.93rem;
    border-bottom: 1px solid #e6e6e6;
}

.ptlist .bot .item .l {
    width: 1.21rem;
    height: 1.2rem;
    background-color: #08c195;
    border-radius: 0.26rem;
    overflow: hidden;
    margin-right: .27rem;
}

.ptlist .bot .item .m {
    flex: 1;
}

.ptlist .bot .item .m .t1 {
    font-size: .3rem;
    color: #333;
    font-weight: bold;
    margin-bottom: .15rem;
}

.ptlist .bot .item .m .t1 .iconfont {
    font-weight: normal;
    color: #1296db;
    font-size: .31rem;
}

.ptlist .bot .item .m .t2 {
    font-size: .22rem;
    color: #999;
    margin-bottom: .2rem;
}

.ptlist .bot .item .m .t3 {
    display: flex;
    align-items: flex-start;
}

.ptlist .bot .item .m .t3 .t3l {
    font-size: .22rem;
    color: #000;
    margin-right: .1rem;
    padding-top: .05rem;
}

.ptlist .bot .item .m .t3 .t3r {
    height: .35rem;
}

.ptlist .bot .item .m .t3 .t3m {
    font-size: .23rem;
    color: #dedede;
    padding-top: .04rem;
}

.ptlist .bot .item .r .t1 {
    font-size: .5rem;
    font-weight: bold;
    color: #ed5454;
    margin-bottom: .17rem;
}

.ptlist .bot .item .r .t1 span {
    font-size: .22rem;
    font-weight: normal;
}

.ptlist .bot .item .r .t2 {
    font-size: .21rem;
    color: #999;
}

.ptlist .bot .item:last-child {
    border: none;
}

.newslist {
    padding: 0 .3rem;
}

.newslist .top {
    font-size: .33rem;
    color: #333;
    font-weight: bold;
    margin-bottom: .25rem;
}

.newslist .mid {
    background-color: #fff;
    border-radius: .13rem;
    padding: 0 .3rem;
    padding-bottom: .2rem;
    margin-bottom: .4rem;
}

.newslist .mid .tabt {
    height: 1rem;
    border-bottom: 1px solid #c9c9c9;
    display: flex;
    align-items: center;
    padding-top: .1rem;
    margin-bottom: .2rem;
}

.newslist .mid .tabt .item {
    font-size: .26rem;
    color: #666;
    margin-right: .4rem;
}

.newslist .mid .tabt .on {
    color: #ed5454;
    font-weight: bold;
}

.newslist .mid .tabb a {
    display: flex;
    align-items: center;
    color: #333333;
    line-height: 1.2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: .2rem;
    width: 80%;
}

.newslist .bot {
    width: 5.28rem;
    height: 0.78rem;
    background-color: #2470eb;
    border-radius: 0.13rem;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .27rem;
    margin-bottom: .5rem;
}

.footer {
    padding-bottom: .5rem;
    color: #444;
}

.footer .top {
    text-align: center;
    font-size: .23rem;
    margin-bottom: .18rem;
}

.footer .mid {
    font-size: .23rem;
    color: #ccc;
    text-align: center;
    margin-bottom: .4rem;
}

.footer .mid a {
    margin: 0 .1rem;
    color: #444;
    font-size: .23rem;
}

.footer .bot .t {
    font-size: .23rem;
    text-align: center;
    margin-bottom: .18rem;
}

.footer .bot .b {
    width: 1.92rem;
    margin: 0 auto;
}

@keyframes danmuSlide {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.danmu-item {
    min-width: 4.19rem;
    height: 0.56rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0.28rem;
    padding: 0 0.1rem;
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 0.2rem;
    animation: danmuSlide 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.danmu-item .iconfont {
    font-family: 'iconfont';
    margin-right: 0.15rem;
    font-size: 0.4rem;
    line-height: 1;
    display: flex;
    align-items: center;
    position: relative;
    top: .02rem;
    background-color: #ed5454;
    border-radius: 50%;
    overflow: hidden;
}

.danmu-item span {
    font-size: .22rem;
    position: relative;
    top: .02rem;
}

.tc {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

.tc .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7rem;
    background-color: #fff;
    border-radius: 0.13rem;
    padding: .35rem 0;
}

.tc .popup .top {
    font-size: .33rem;
    color: #333;
    font-weight: bold;
    margin-bottom: .64rem;
    text-align: center;
}

.tc .popup .close {
    position: absolute;
    top: .35rem;
    right: .35rem;
}

.tc .popup .close i {
    font-size: .4rem;
}

.tc .popup .mid {
    display: flex;
    justify-content: center;
    margin-bottom: .3rem;
}

.tc .popup .mid .item {
    font-size: .33rem;
    font-weight: bold;
    margin: 0 .2rem;
    color: #333;
}

.tc .popup .mid .on {
    color: #2470eb;
}

.tc .popup .lable {
    width: 4.01rem;
    height: 0.77rem;
    background-color: #f1f1f1;
    border-radius: 0.1rem;
    margin: 0 auto;
    margin-bottom: .1rem;
}

.tc .popup .lable input {
    background: none;
    border: none;
    width: 4.01rem;
    height: 0.77rem;
    padding: 0 .2rem;
    font-size: .27rem;
}

.tc .popup .lable2 {
    text-align: right;
    color: #2470eb;
    font-size: .27rem;
    width: 4.01rem;
    margin: 0 auto;
    padding: .23rem 0;
}

.tc .popup .lable3 {
    width: 3.19rem;
    height: 0.79rem;
    background-color: #2470eb;
    border-radius: 0.13rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: .26rem;
    margin-bottom: .56rem;
    font-size: .29rem;
}

.tc .popup .read {
    text-align: center;
    font-size: .21rem;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tc .popup .read input {
    margin-right: .1rem;
}

.tc .popup .read a {
    color: #2470eb;
    font-size: .21rem;
}

.ptlist2 {
    padding: .12rem .25rem;
    padding-bottom: 0;
    margin-bottom: 0;
}

.ptlist2 .title {
    display: flex;
    align-items: center;
    padding-top: .2rem;
}

.ptlist2 .title .l {
    font-size: .33rem;
    color: #333333;
    font-weight: bold;
    flex: 1;
}

.ptlist2 .title .r {
    font-size: .23rem;
    color: #999999;
}

.ptlist2 .search {
    width: 6.98rem;
    height: 0.66rem;
    background-color: #f4f4f4;
    border-radius: 0.13rem;
    margin-bottom: .4rem;
}

.ptlist2 .search input {
    width: 6.98rem;
    height: 0.66rem;
    background: none;
    border: none;
    padding: 0 .2rem;
    font-size: .27rem;
    text-align: center;
}

.ptlist2 .px {
    display: flex;
    align-items: center;
    padding-top: .2rem;
    border-top: 1px solid #dedede;
}

.ptlist2 .px .l {
    font-size: .24rem;
    color: #666666;
    flex: 1;
}

.ptlist2 .px .r {
    display: flex;
    align-items: center;
}

.ptlist2 .px .r .li {
    font-size: .24rem;
    color: #666666;
    margin-left: .3rem;
}

.ptlist2 .px .r .on {
    color: #ed5454;
}

.more {
    border-top: 1px solid #eeeeee;
    font-size: .23rem;
    color: #999;
    text-align: center;
    padding-top: .35rem;
    padding-bottom: .35rem;
}

.ptdetail {
    padding: 0 .25rem;
}

.ptdetail .card .top {
    display: flex;
    align-items: center;
    height: 1.93rem;
}

.ptdetail .card .top .l {
    width: 1.21rem;
    height: 1.2rem;
    background-color: #08c195;
    border-radius: 0.26rem;
    overflow: hidden;
    margin-right: .27rem;
}

.ptdetail .card .top .m {
    flex: 1;
}

.ptdetail .card .top .m .t1 {
    font-size: .3rem;
    color: #333;
    font-weight: bold;
    margin-bottom: .15rem;
}

.ptdetail .card .top .m .t1 .iconfont {
    font-weight: normal;
    color: #1296db;
    font-size: .31rem;
}

.ptdetail .card .top .m .t2 {
    font-size: .22rem;
    color: #999;
    margin-bottom: .2rem;
}

.ptdetail .card .top .m .t3 {
    display: flex;
    align-items: flex-start;
}

.ptdetail .card .top .m .t3 .t3l {
    font-size: .22rem;
    color: #000;
    margin-right: .1rem;
    padding-top: .05rem;
}

.ptdetail .card .top .m .t3 .t3r {
    height: .35rem;
}

.ptdetail .card .top .m .t3 .t3m {
    font-size: .23rem;
    color: #dedede;
    padding-top: .04rem;
}

.ptdetail .card .top .r .t1 {
    font-size: .5rem;
    font-weight: bold;
    color: #ed5454;
    margin-bottom: .17rem;
}

.ptdetail .card .top .r .t1 span {
    font-size: .22rem;
    font-weight: normal;
}

.ptdetail .card .top .r .t2 {
    font-size: .21rem;
    color: #999;
}

.ptdetail .card .mid {
    display: flex;
    padding-left: 1.5rem;
    justify-content: space-between;
    padding-bottom: .4rem;
}

.ptdetail .card .mid .item {
    width: 1.61rem;
    height: 0.56rem;
    background-color: #2470eb;
    border-radius: 0.28rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .15rem;
}

.ptdetail .card .mid .item .l {
    position: relative;
    top: .03rem;
    margin-right: .05rem;
}

.ptdetail .card .mid .item .l i {
    font-size: .3rem;
}

.ptdetail .card .mid .item .r {
    flex: 1;
    text-align: center;
    font-size: .24rem;
    color: #eee;
}

.ptdetail .card .mid .item:nth-child(2) {
    background-color: #ed5454;
}

.ptdetail .card .mid .item:nth-child(3) {
    background-color: #28a95f;
}

.ptdetail .card .bot {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    display: flex;
    align-items: center;
    padding: .18rem 0;
}

.ptdetail .card .bot .l {
    color: #ed5454;
    font-size: .24rem;
    margin-right: .24rem;
}

.ptdetail .card .bot .m {
    font-size: .23rem;
    color: #ed5454;
    flex: 1;
}

.ptdetail .card .bot .m span {
    font-weight: bold;
}

.ptdetail .card .bot .r {
    font-size: .23rem;
    color: #333;
}

.ptdetail .report {
    padding: .33rem 0;
    border-bottom: 1px solid #dfdfdf;
}

.ptdetail .report .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .4rem;
}

.ptdetail .report .top .l {
    font-size: .33rem;
    font-weight: bold;
    color: #333333;
}

.ptdetail .report .top .r {
    font-size: .19rem;
    color: #333;
}

.ptdetail .report .mid {
    display: flex;
    margin-bottom: .4rem;
}

.ptdetail .report .mid .item {
    width: 25%;
    text-align: center;
    border-right: 1px solid #e0e0e0;
}

.ptdetail .report .mid .item .t {
    font-size: .21rem;
    color: #666666;
    margin-bottom: .2rem;
}

.ptdetail .report .mid .item .b {
    font-size: .3rem;
    font-weight: bold;
    color: #333;
}

.ptdetail .report .mid .item .red {
    color: #ed5454;
}

.ptdetail .report .mid .item:last-child {
    border-right: none;
}

.ptdetail .report .bot {
    background-color: #f0f0f0;
    border-radius: 0.06rem;
    padding: .15rem .3rem;
    margin-bottom: .3rem;
}

.ptdetail .report .bot .t {
    font-size: .21rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: .12rem;
}

.ptdetail .report .bot .b {
    font-size: .21rem;
    color: #333;
    line-height: 1.5;
}

.ptdetail .report .tj .t {
    font-size: .3rem;
    font-weight: bold;
    color: #333;
    margin-bottom: .25rem;
}

.ptdetail .report .tj .b {
    background: url("../images/dz.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: .74rem;
    color: #fff;
    display: flex;
    align-items: center;
}

.ptdetail .report .tj .b .li {
    width: 50%;
    justify-content: space-between;
    display: flex;
    padding: 0 .3rem;
}

.ptdetail .report .tj .b .li .text {
    font-size: .24rem;
    position: relative;
    top: .04rem;
}

.ptdetail .report .tj .b .li .lil {
    padding-left: .1rem;
    font-weight: bold;
    font-size: .26rem;
}

.ptdetail .report .tj .b .li .lil::after {
    content: '+1';
    position: absolute;
    left: 0;
    top: -0.3;
    color: #08c195;
    font-size: .5rem;
    opacity: 0;
    transform: all .3s;
}

.ptdetail .report .tj .b .li .lir {
    padding-right: .0rem;
    font-weight: bold;
    font-size: .26rem;
    position: relative;
}

.ptdetail .report .tj .b .li .lir i {
    margin-left: .1rem;
    transform: rotateZ(180deg) rotateY(180deg);
    display: inline-block;
}

.ptdetail .report .tj .b .li .lir::after {
    content: '+1';
    position: absolute;
    right: 0;
    top: -0.3;
    color: #08c195;
    font-size: .5rem;
    opacity: 0;
    transform: all .3s;
}

.ptdetail .report .tj .b .on .lil {
    transform: scale(1.1);
    transition: all .3s;
}

.ptdetail .report .tj .b .on .lil::after {
    animation: move 0.5s linear 1 alternate forwards;
}

.ptdetail .report .tj .b .on .lir {
    transform: scale(1.1);
    transition: all .3s;
}

.ptdetail .report .tj .b .on .lir::after {
    animation: move 0.5s linear 1 alternate forwards;
}

@keyframes move {
    0% {
        display: block;
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    100% {
        display: none;
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.ptdetail .ptpic {
    padding: .33rem 0;
    border-bottom: 1px solid #dfdfdf;
}

.ptdetail .ptpic .top {
    font-size: .33rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: .3rem;
}

.ptdetail .ptpic .bot {
    display: flex;
    overflow-x: auto;
}

.ptdetail .ptpic .bot .item {
    min-width: 3.6rem;
    margin-right: .2rem;
}

.ptdetail .pingjia {
    padding: .33rem 0;
    border-bottom: 1px solid #dfdfdf;
}

.ptdetail .pingjia .top {
    margin-bottom: .4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ptdetail .pingjia .top .l {
    font-size: .33rem;
    color: #333333;
    font-weight: bold;
}

.ptdetail .pingjia .top .r {
    font-size: .3rem;
    color: #2470eb;
}

.ptdetail .pingjia .mid {
    display: flex;
    overflow-x: auto;
    margin-bottom: .3rem;
}

.ptdetail .pingjia .mid .item {
    min-width: 5.9rem;
    background-color: #f6f6f6;
    border-radius: 0.32rem;
    padding: .25rem;
    margin-right: .13rem;
    display: flex;
}

.ptdetail .pingjia .mid .item .l {
    width: 0.88rem;
    height: 0.88rem;
    background-color: #e9e9e9;
    border-radius: 0.19rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .35rem;
    color: #ed5454;
    margin-right: .18rem;
}

.ptdetail .pingjia .mid .item .r {
    flex: 1;
}

.ptdetail .pingjia .mid .item .r .t1 {
    font-size: .27rem;
    color: #ed5454;
    margin-bottom: .19rem;
}

.ptdetail .pingjia .mid .item .r .t3 {
    display: flex;
    align-items: flex-start;
    margin-bottom: .17rem;
}

.ptdetail .pingjia .mid .item .r .t3 .t3l {
    font-size: .22rem;
    color: #000;
    margin-right: .1rem;
    padding-top: .05rem;
}

.ptdetail .pingjia .mid .item .r .t3 .t3r {
    height: .35rem;
}

.ptdetail .pingjia .mid .item .r .t3 .t3m {
    font-size: .23rem;
    color: #dedede;
    padding-top: .04rem;
}

.ptdetail .pingjia .mid .item .r .t4 {
    font-size: .28rem;
    color: #333;
    line-height: .4rem;
    margin-bottom: .2rem;
}

.ptdetail .pingjia .mid .item .r .t5 {
    font-size: .23rem;
    color: #b1b1b1;
}

.ptdetail .pingjia .bot {
    width: 2.83rem;
    height: 0.78rem;
    background-color: #f6f6f6;
    border-radius: 0.38rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #2470eb;
    font-size: .26rem;
}

.ptdetail .jbinfo {
    padding: .33rem 0;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 0;
}

.ptdetail .jbinfo .top {
    font-size: .33rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: .3rem;
}

.ptdetail .jbinfo .bot .item {
    display: flex;
    border-bottom: 1px solid #eeeeee;
    padding: .25rem 0;
}

.ptdetail .jbinfo .bot .item .l {
    min-width: 2.36rem;
    font-size: .26rem;
    color: #333333;
    line-height: 1.6;
}

.ptdetail .jbinfo .bot .item .r {
    font-size: .26rem;
    color: #000;
    line-height: 1.6;
    flex: 1;
}

.ptdetail .jbinfo .bot .item:last-child {
    border-bottom: none;
}

.ptdetail .ptinfo {
    padding: .33rem 0;
    border-bottom: 1px solid #dfdfdf;
}

.ptdetail .ptinfo .top {
    font-size: .33rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: .3rem;
}

.ptdetail .ptinfo .bot div {
    line-height: .48rem;
    font-size: .26rem;
    color: #333333;
}

.ptlist3 .bot {
    padding: 0;
}

.tc2 .ewm,
.tc3 .ewm {
    padding-bottom: .5rem;
}

.tc2 .ewm .t,
.tc3 .ewm .t {
    text-align: center;
    font-size: .28rem;
    color: #999;
    line-height: 1.6;
    margin-bottom: .3rem;
}

.tc2 .ewm .b,
.tc3 .ewm .b {
    width: 4rem;
    margin: 0 auto;
}

.tc4 .login {
    padding: .3rem;
}

.tc4 .login .textarea {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: .24rem;
}

.tc4 .login .textarea textarea {
    width: 100%;
    border: none;
    height: 2.39rem;
    font-size: .28rem;
}

.tc4 .login .upload {
    width: 1.23rem;
    height: 1.23rem;
    border: solid 0.01rem #d4d4d4;
    color: #999999;
    font-size: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .25rem;
    position: relative;
}

.tc4 .login .upload input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tc4 .login .pf {
    display: flex;
    align-items: center;
    margin-bottom: .23rem;
}

.tc4 .login .pf .pfl {
    display: flex;
    align-items: center;
    flex: 1;
}

.tc4 .login .pf .pfl .t3l {
    font-size: .28rem;
    color: #333333;
    margin-right: .2rem;
    padding-bottom: .08rem;
}

.tc4 .login .pf .pfl .t3r .star-container {
    position: relative;
    display: inline-block;
    width: .6rem;
    height: .6rem;
    cursor: pointer;
}

.tc4 .login .pf .pfl .t3r .star-container .star-background {
    position: absolute;
    color: #ddd;
    font-family: 'iconfont';
}

.tc4 .login .pf .pfl .t3r .star-container .star-background::before {
    content: '\e63b';
    font-size: .54rem;
}

.tc4 .login .pf .pfl .t3r .star-container .star-foreground {
    position: absolute;
    color: #ffd700;
    overflow: hidden;
    white-space: nowrap;
    clip-path: inset(0 8% 0 0);
}

.tc4 .login .pf .pfl .t3r .star-container .star-foreground::before {
    content: '\e63b';
    font-family: 'iconfont';
    font-size: .54rem;
}

.tc4 .login .pf .pfl .t3r .star-container .star-foreground.full {
    clip-path: none;
}

.tc4 .login .pf .pfr .t1 {
    font-size: .5rem;
    font-weight: bold;
    color: #ed5454;
    margin-bottom: .1rem;
}

.tc4 .login .pf .pfr .t1 span {
    font-size: .22rem;
    font-weight: normal;
}

.tc4 .login .pf .pfr .t2 {
    font-size: .21rem;
    color: #999;
}

.tc4 .login .read {
    font-size: .28rem;
    color: #666666;
}

.tc4 .login .lable3 {
    margin-bottom: .14rem;
}

.tc4 .login .tips {
    text-align: center;
    font-size: .23rem;
    color: #afafaf;
}

.allpingjia .pingjia {
    border: none;
    padding-bottom: 0;
}

.allpingjia .pingjia .top2 .r {
    display: flex;
}

.allpingjia .pingjia .top2 .r .li {
    font-size: .24rem;
    color: #666666;
    margin-left: .2rem;
}

.allpingjia .pingjia .top2 .r .on {
    color: #ed5454;
}

.allpingjia .pingjia .mid {
    overflow: auto;
    display: block;
    margin-bottom: 0;
}

.allpingjia .pingjia .mid .item {
    margin-bottom: .35rem;
}

.allpingjia .pingjia .mid .item .l i {
    font-size: .4rem;
}

.allpingjia .pingjia .mid .item .r .pic {
    display: flex;
    margin-bottom: .3rem;
}

.allpingjia .pingjia .mid .item .r .pic .li {
    width: 2.36rem;
    margin-right: .2rem;
}

.allpingjia .pianzi .mid .item {
    background-color: #fff;
}

.allpingjia .pianzi .mid .item .r {
    padding-top: .1rem;
}

.allpingjia .pianzi .mid .item .r .t1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.allpingjia .pianzi .mid .item .r .t1 .t1l .t1lt {
    font-size: .30rem;
    color: #333333;
    margin-bottom: .13rem;
    font-weight: bold;
}

.allpingjia .pianzi .mid .item .r .t1 .t1l .t1lb {
    font-size: .24rem;
    color: #ed5454;
}

.allpingjia .pianzi .mid .item .r .t1 .t1r {
    width: .8rem;
    height: 0.27rem;
    background-color: #ed5454;
    border-radius: .05rem;
    font-size: .16rem;
    top: 0.02rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    position: relative;
    color: #fff;
}

.allpingjia .pianzi .mid .item .r .t1 .t1r::after {
    content: '\e67e';
    font-family: 'iconfont';
    font-size: .14rem;
    color: #ed5454;
    left: -0.1rem;
    position: absolute;
    top: 50%;
    line-height: 1;
    transform: translateY(-50%);
}

.allpingjia .pianzi .mid .item .r .t5 {
    display: flex;
    justify-content: space-between;
    margin-bottom: .25rem;
}

.allpingjia .pianzi .mid .item .r .t5 span {
    font-size: .22rem;
    position: relative;
}

.allpingjia .pianzi .mid .item .r .t5 span::after {
    content: '+1';
    position: absolute;
    right: 0;
    top: -0.3rem;
    color: #ed5454;
    font-size: .4rem;
    opacity: 0;
    transform: all .3s;
}

.allpingjia .pianzi .mid .item .r .t5 span i {
    font-size: .27rem;
    margin-left: .05rem;
}

.allpingjia .pianzi .mid .item .r .t5 .on {
    color: #000;
}

.allpingjia .pianzi .mid .item .r .t5 .on::after {
    animation: move 0.5s linear 1 alternate forwards;
}

.allpingjia .pianzi .mid .item .r .t5 .on i {
    color: #ed5454;
}

.allpingjia .pianzi .mid .item .r .t6 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 0.63rem;
    background-color: #f8f8f8;
    border-radius: 0.31rem;
    padding: 0 .3rem;
    margin-bottom: .3rem;
}

.allpingjia .pianzi .mid .item .r .t6 .t6l {
    flex: 1;
}

.allpingjia .pianzi .mid .item .r .t6 .t6l input {
    font-size: .23rem;
}

.allpingjia .pianzi .mid .item .r .t6 .t6r {
    font-size: .23rem;
    color: #333333;
    border-left: 1px solid #c6c6c6;
    padding-left: .15rem;
}

.allpingjia .pianzi .mid .item .r .t7 .li {
    font-size: .23rem;
    margin-bottom: .2rem;
    color: #333;
}

.allpingjia .pianzi .mid .item .r .pic {
    flex-wrap: wrap;
    margin-bottom: 0;
    justify-content: space-between;
}

.allpingjia .pianzi .mid .item .r .pic .li {
    margin-bottom: .25rem;
    width: 2.55rem;
    margin-right: 0;
}

.allpingjia .pianzi .mid .item .r .pic2 .li {
    width: 1.69rem;
}

.allpingjia .pianzidetail2 {
    padding-bottom: .5rem;
}

.allpingjia .pianzidetail2 .mid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.allpingjia .pianzidetail2 .mid .item {
    min-width: 3.42rem;
    width: 3.36rem;
    padding: .3rem;
    display: block;
    margin-right: 0;
    margin-bottom: .18rem;
}

.allpingjia .pianzidetail2 .mid .item .t1 {
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
}

.allpingjia .pianzidetail2 .mid .item .t1 .t1ll {
    width: 0.88rem;
    height: 0.88rem;
    background-color: #e9e9e9;
    border-radius: 0.19rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .35rem;
    color: #ed5454;
    margin-right: .18rem;
}

.allpingjia .pianzidetail2 .mid .item .t1 .t1l .t1lt {
    font-size: .29rem;
    color: #333333;
    margin-bottom: .13rem;
}

.allpingjia .pianzidetail2 .mid .item .t1 .t1l .t1lb {
    font-size: .24rem;
    color: #ed5454;
}

.allpingjia .pianzidetail2 .mid .item .t4 {
    font-size: .28rem;
    color: #333333;
    line-height: .4rem;
    margin-bottom: .3rem;
    -webkit-line-clamp: 4;
}

.allpingjia .pianzidetail2 .mid .item .t8 {
    text-align: center;
    font-size: .27rem;
    color: #2470eb;
    display: block;
}

.allpingjia .search {
    background-color: #ffffff;
    border-radius: 0.13rem;
    padding: .1rem;
}

.allpingjia .search input {
    width: 100%;
    height: 0.65rem;
    padding: 0 .2rem;
    font-size: .27rem;
    text-align: center;
}

.tc5 .login .lable3 {
    background-color: #ed5454;
}

.tc5 .login .tousu {
    display: flex;
    margin-top: .3rem;
    margin-bottom: .7rem;
    align-items: center;
}

.tc5 .login .tousu .l {
    font-size: .27rem;
    margin-right: .2rem;
}

.tc5 .login .tousu .r {
    width: 3.76rem;
    height: 0.71rem;
    background-color: #f5f5f5;
    border-radius: 0.06rem;
    display: flex;
    align-items: center;
    padding: 0 .15rem;
}

.tc5 .login .tousu .r input {
    flex: 1;
    font-size: .27rem;
}

.pianzidetail {
    background-color: #fff;
    padding: .4rem;
}

.pianzidetail .top {
    margin-bottom: .29rem;
}

.pianzidetail .top .t {
    font-size: .23rem;
    text-align: center;
    color: #999;
    margin-bottom: .2rem;
}

.pianzidetail .top .b {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pianzidetail .top .b .bl {
    width: 0.34rem;
    height: 0.34rem;
    background-color: #e9e9e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .14rem;
    color: #ed5454;
    margin-right: .08rem;
}

.pianzidetail .top .b .br {
    font-size: .24rem;
    color: #ed5454;
}

.pianzidetail .bot .t4 {
    font-size: .28rem;
    color: #333333;
    line-height: .4rem;
    margin-bottom: .3rem;
}

.pianzidetail .bot .t5 {
    display: flex;
    justify-content: space-between;
    margin-bottom: .25rem;
    color: #b1b1b1;
    font-size: .23rem;
}

.pianzidetail .bot .t5 span {
    font-size: .22rem;
}

.pianzidetail .bot .t5 span i {
    font-size: .27rem;
    margin-left: .05rem;
}

.pianzidetail .bot .t5 .on {
    color: #000;
}

.pianzidetail .bot .t5 .on i {
    color: #ed5454;
}

.pianzidetail .bot .t6 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 0.63rem;
    background-color: #f8f8f8;
    border-radius: 0.31rem;
    padding: 0 .3rem;
    margin-bottom: .3rem;
}

.pianzidetail .bot .t6 .t6l {
    flex: 1;
}

.pianzidetail .bot .t6 .t6l input {
    font-size: .23rem;
}

.pianzidetail .bot .t6 .t6r {
    font-size: .23rem;
    color: #333333;
    border-left: 1px solid #c6c6c6;
    padding-left: .15rem;
}

.pianzidetail .bot .t7 .li {
    font-size: .23rem;
    margin-bottom: .2rem;
    color: #333;
}

.pianzidetail .bot .pic {
    flex-wrap: wrap;
    margin-bottom: 0;
    justify-content: space-between;
}

.pianzidetail .bot .pic .li {
    margin: 0 auto;
    margin-bottom: .25rem;
    width: 5.38rem;
}

.qyblist .search {
    padding: .2rem .4rem;
    margin-bottom: .1rem;
}

.qyblist .search input {
    width: 100%;
    height: .66rem;
    background-color: #f4f4f4;
    text-align: center;
    border-radius: .13rem;
    font-size: .27rem;
}

.qyblist .ptlist {
    margin-bottom: 0;
}

.qyblist .ptlist .top {
    border-bottom: 1px solid #dedede;
}

.qyblist .qyb {
    padding-top: .3rem;
}

.qyblist .qyb .top .l {
    font-size: .27rem;
    color: #333333;
    font-weight: normal;
}

.qyblist .qyb .top .r {
    display: flex;
    align-items: center;
}

.qyblist .qyb .top .r .li {
    font-size: .24rem;
    color: #666666;
    margin-left: .3rem;
}

.qyblist .qyb .top .r .on {
    color: #ed5454;
}

.qyblist .qyb .mid {
    flex-wrap: wrap;
    justify-content: space-between;
}

.qyblist .qyb .mid .item {
    width: 3.36rem;
    margin-right: 0;
    margin-bottom: .46rem;
}

.qyblist .qyb .mid .item .itemt {
    position: relative;
}

.qyblist .qyb .mid .item .itemt .null {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.21rem;
    height: 1.21rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .23rem;
    border-radius: 50%;
    margin: 0 auto;
}

.qyblist .qyb .mid .item .itemb .t2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qyblist .qyb .mid .item .itemb .t2 .t2r {
    font-size: .21rem;
    color: #999;
    padding-top: .03rem;
}

.qyblist .more {
    border-top: none;
}

.qybdetail {
    padding: 0 .3rem;
    padding-bottom: 0.5rem;
}

.qybdetail .qyb {
    padding: .45rem 0;
}

.qybdetail .qyb .top .l {
    font-weight: bold;
    font-size: .33rem;
}

.qybdetail .title {
    border-bottom: 1px solid #eeeeee;
    padding: .2rem 0;
}

.qybdetail .title .t {
    font-size: .33rem;
    padding: 0 .2rem;
    margin-bottom: .2rem;
}

.qybdetail .title .m {
    display: flex;
    padding: 0 .2rem;
    margin-bottom: .3rem;
    align-items: center;
}

.qybdetail .title .m .ml {
    font-size: .36rem;
    font-weight: bold;
    color: #ed5454;
    flex: 1;
    display: flex;
    align-items: center;
}

.qybdetail .title .m .ml .i1 {
    font-size: .24rem;
    font-weight: normal;
}

.qybdetail .title .m .ml .i2 {
    font-size: .23rem;
    color: #dedede;
    text-decoration: line-through;
    margin: 0 .05rem;
    margin-right: .2rem;
}

.qybdetail .title .m .ml .i3 {
    height: 0.43rem;
    border: solid 0.01rem #ed5454;
    font-size: .21rem;
    color: #ed5454;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: .43rem;
    padding: 0 .2rem;
}

.qybdetail .title .m .mr {
    font-size: .21rem;
    padding-top: .08rem;
}

.qybdetail .title .b {
    height: 0.69rem;
    background-color: #fffcfc;
    border-radius: 0.06rem;
    border: solid 1px #ed5454;
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
}

.qybdetail .title .b .bl {
    width: 2.27rem;
    height: 0.68rem;
    background-color: #ed5454;
    border: solid 0.01rem #ed5454;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .27rem;
}

.qybdetail .title .b .br {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .3rem;
}

.qybdetail .title .b .br .brl {
    font-size: .28rem;
    color: #ed5454;
}

.qybdetail .title .b .br .brr {
    font-size: .24rem;
    color: #ed5454;
}

.qybdetail .title .b2 {
    display: flex;
}

.qybdetail .title .b2 .b2l {
    font-size: .26rem;
    width: 1.7rem;
    font-weight: bold;
}

.qybdetail .title .b2 .b2r {
    font-size: .26rem;
    line-height: 1.4;
}

.qybdetail .jbinfo {
    padding: .33rem 0;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 0;
}

.qybdetail .jbinfo .top {
    font-size: .33rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: .3rem;
}

.qybdetail .jbinfo .bot .item {
    display: flex;
    border-bottom: 1px solid #eeeeee;
    padding: .25rem 0;
}

.qybdetail .jbinfo .bot .item .l {
    min-width: 2.36rem;
    font-size: .26rem;
    color: #333333;
    line-height: 1.6;
}

.qybdetail .jbinfo .bot .item .r {
    font-size: .26rem;
    color: #000;
    line-height: 1.6;
    flex: 1;
}

.qybdetail .jbinfo .bot .item:last-child {
    border-bottom: none;
}

.qybdetail .ptinfo {
    padding: .33rem 0;
    border-bottom: 1px solid #eeeeee;
}

.qybdetail .ptinfo .top {
    font-size: .33rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: .3rem;
}

.qybdetail .ptinfo .bot div {
    line-height: .48rem;
    font-size: .26rem;
    color: #333333;
}

.qybdetail .qybfooter {
    height: 1.2rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .3rem;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -0.05rem 0.1rem 0 rgba(0, 0, 0, 0.1);
}

.qybdetail .qybfooter .l {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.qybdetail .qybfooter .l .lt {
    color: #ed5454;
    font-size: .39rem;
    margin-bottom: .05rem;
}

.qybdetail .qybfooter .l .lb {
    font-size: .21rem;
    color: #ed5454;
}

.qybdetail .qybfooter .r {
    font-size: .26rem;
    color: #fff;
    background-color: #ed5454;
    width: 4.7rem;
    height: .7rem;
    border-radius: .35rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tc6 .paytype .top {
    margin-bottom: .28rem;
}

.tc6 .paytype .pay1 {
    font-size: .27rem;
    color: #666666;
    text-align: center;
    margin-bottom: .3rem;
}

.tc6 .paytype .pay2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 .2rem;
    padding: 0 .5rem;
    border-bottom: 1px solid #cdcdcd;
}

.tc6 .paytype .pay2 .li {
    height: 0.68rem;
    background-color: #f4f4f4;
    border-radius: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .2rem;
    font-size: .28rem;
    color: #999999;
    margin-bottom: .2rem;
    margin-right: .2rem;
}

.tc6 .paytype .pay2 .on {
    background-color: #2470eb;
    color: #fff;
}

.tc6 .paytype .pay3 {
    padding: 2rem 0;
    text-align: center;
    padding-bottom: 0;
}

.tc6 .paytype .pay3 .t {
    font-size: .27rem;
    color: #666;
    margin-bottom: .2rem;
}

.tc6 .paytype .pay3 .b {
    font-size: .58rem;
    color: #ed5454;
    margin-bottom: 2rem;
}

.tc6 .paytype .pay3 .b span {
    font-size: .34rem;
}

.tc6 .paytype .pay4 .t {
    border: 1px solid #dfdfdf;
    width: 4.11rem;
    margin: .3rem auto;
}

.tc6 .paytype .pay4 .t .tt {
    display: flex;
    margin-bottom: .2rem;
}

.tc6 .paytype .pay4 .t .tt .btn {
    width: 50%;
    height: .54rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
    font-size: .24rem;
    color: #666666;
    border-bottom: 1px solid #dfdfdf;
}

.tc6 .paytype .pay4 .t .tt .btn:first-child {
    border-right: 1px solid #dfdfdf;
}

.tc6 .paytype .pay4 .t .tm {
    text-align: center;
    font-size: .3rem;
    color: #333;
    margin-bottom: .2rem;
}

.tc6 .paytype .pay4 .t .tm2 {
    margin: 0 auto;
    width: 2.5rem;
    margin-bottom: .2rem;
}

.tc6 .paytype .pay4 .t .tm3 {
    font-size: .26rem;
    color: #ed5454;
    text-align: center;
    margin-bottom: .12rem;
}

.tc6 .paytype .pay4 .t .tb {
    font-size: .24rem;
    color: #bababa;
    text-align: center;
    padding-bottom: .15rem;
}

.tc6 .paytype .pay4 .b {
    width: 100%;
    display: flex;
    justify-content: center;
}

.tc6 .paytype .pay4 .b input {
    width: 3.19rem;
    height: 0.77rem;
    background-color: #f1f1f1;
    border-radius: 0.06rem;
    margin: 0 auto;
    padding: 0 .2rem;
    text-align: center;
    font-size: .26rem;
}

.tc6 .paytype .tips {
    text-align: center;
    font-size: .24rem;
    color: #bababa;
}

.tc6 .paytype .lable3 {
    margin-bottom: .3rem;
}

.orderdetail {
    padding: 5vh 1rem;
}

.orderdetail .orderstatus {
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: .6rem;
}

.orderdetail .orderstatus .top {
    margin-bottom: .3rem;
}

.orderdetail .orderstatus .top i {
    font-size: 1.28rem;
}

.orderdetail .orderstatus .mid .t1 {
    font-size: .27rem;
    font-weight: bold;
    color: #333;
    margin-bottom: .16rem;
}

.orderdetail .orderstatus .mid .t2 {
    font-size: .23rem;
    color: #afafaf;
    margin-bottom: .25rem;
}

.orderdetail .orderstatus .mid .t4 {
    color: #2470eb;
    font-size: .27rem;
    margin-bottom: .2rem;
    display: block;
}

.orderdetail .orderstatus .bot .t1 {
    font-size: .27rem;
    color: #ed5454;
    font-weight: bold;
    margin-bottom: .3rem;
}

.orderdetail .orderstatus .bot .t2 {
    font-size: .24rem;
    color: #000;
    text-align: left;
    padding: 0 .5rem;
    margin-bottom: .2rem;
}

.orderdetail .orderstatus .bot .t3 {
    width: 1.15rem;
    height: 0.54rem;
    background-color: #353535;
    border-radius: 0.06rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .23rem;
    margin: 0 auto;
    margin-bottom: .2rem;
}

.orderdetail .orderstatus1 .top i {
    color: #ed5454;
}

.orderdetail .orderstatus2 .top i {
    color: #cdcdcd;
    font-size: 1.6rem;
}

.orderdetail .orderstatus3 .top i {
    color: #2470eb;
}

.orderdetail .orderinfo .top .t1 {
    font-size: .24rem;
    color: #666666;
    text-align: center;
    margin-bottom: .13rem;
}

.orderdetail .orderinfo .mid .t {
    font-size: .27rem;
    font-weight: bold;
    text-align: center;
    margin-top: .4rem;
    margin-bottom: .24rem;
}

.orderdetail .orderinfo .mid .m {
    width: 2.38rem;
    margin: 0 auto;
    margin-bottom: .2rem;
}

.orderdetail .orderinfo .mid .b {
    text-align: center;
    font-size: .24rem;
}

.copy-feedback {
    position: fixed;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    background: #28a95f;
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: all 0.3s ease;
}

.copy-feedback.show {
    bottom: 35%;
    opacity: 1;
}

.copy-feedback.error {
    background: #ff4444;
}

.news {
    padding-top: 0 !important;
    padding-bottom: 0;
}

.news .top4 {
    display: flex;
}

.news .top4 .l {
    font-size: .24rem;
    color: #666;
    padding: .3rem 0;
    padding-top: .2rem;
}

.news .top4 .r {
    overflow-x: scroll;
    flex: 1;
    padding: .3rem 0;
    padding-top: .2rem;
    padding-left: .5rem;
    display: flex;
}

.news .top4 .r .li {
    min-width: 1.2rem;
    margin-right: .2rem;
    margin-left: 0 !important;
    font-size: .24rem;
    color: #666;
}

.news .top4 .r .on {
    color: #ed5454;
}

.news .newslist2 .item {
    display: flex;
    color: #333;
    padding-bottom: .25rem;
    margin-bottom: .25rem;
    border-bottom: 1px solid #e4e4e4;
}

.news .newslist2 .item .l {
    width: 1.23rem;
    height: 1.23rem;
    background-color: #f3f3f3;
    border-radius: 0.19rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .32rem;
    color: #000;
    font-weight: bold;
    margin-right: .2rem;
    text-align: center;
    line-height: 1.3;
}

.news .newslist2 .item .r {
    flex: 1;
}

.news .newslist2 .item .r .t1 {
    font-size: .33rem;
    font-weight: bold;
    color: #333;
    margin-bottom: .12rem;
    line-height: 1.3;
}

.news .newslist2 .item .r .t2 {
    font-size: .23rem;
    color: #999999;
}

.newsdetail {
    padding: .3rem;
}

.newsdetail .top {
    text-align: center;
    margin-bottom: .6rem;
}

.newsdetail .top .t1 {
    font-size: .44rem;
    font-weight: bold;
    color: #333;
    margin-bottom: .2rem;
}

.newsdetail .top .t2 {
    font-size: .23rem;
    color: #999999;
}

.newsdetail .mid {
    margin-bottom: .6rem;
}

.newsdetail .bot {
    margin-bottom: .6rem;
}

.newsdetail .bot span {
    font-size: .24rem;
    color: #333333;
    margin-right: .3rem;
}

.newsdetail .prev {
    background-color: #fafafa;
    border-radius: 0.06rem;
    padding: .2rem .3rem;
    font-size: .24rem;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .7rem;
}

.newsdetail .prev .left {
    display: block;
    width: 2.75rem;
}

.newsdetail .prev .left .t {
    font-size: .23rem;
    color: #999999;
    margin-bottom: .25rem;
}

.newsdetail .prev .left .b {
    font-size: .24rem;
    color: #333333;
    line-height: 1.4;
}

.newsdetail .prev .right {
    width: 2.75rem;
    text-align: right;
}

.newsdetail .prev .right .t {
    font-size: .23rem;
    color: #999999;
    margin-bottom: .25rem;
}

.newsdetail .prev .right .b {
    font-size: .24rem;
    color: #333333;
    line-height: 1.4;
}

.newsdetail .ewm .t {
    font-size: .23rem;
    color: #999999;
    text-align: center;
    margin-bottom: .1rem;
}

.newsdetail .ewm .b {
    width: 2rem;
    margin: 0 auto;
}

.vipcenter {
    padding: .3rem;
}

.vipcenter .viplist .item {
    display: flex;
    background-color: #fff;
    margin-bottom: .15rem;
    border-radius: .12rem;
    padding: .2rem;
    align-items: center;
}

.vipcenter .viplist .item .l {
    width: .88rem;
    height: .88rem;
    background-color: #e9e9e9;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .35rem;
    color: #ed5454;
    margin-right: .2rem;
}

.vipcenter .viplist .item .l i {
    font-size: .35rem;
}

.vipcenter .viplist .item .m {
    flex: 1;
}

.vipcenter .viplist .item .m .t1 {
    font-size: .33rem;
    font-weight: bold;
    margin-bottom: .12rem;
}

.vipcenter .viplist .item .m .t2 {
    font-size: .24rem;
    color: #999999;
}

.vipcenter .viplist .item .r i {
    font-size: .35rem;
    color: #999;
}

.vipcenter .viplist .item2 {
    display: flex;
    background-color: #fff;
    margin-bottom: .15rem;
    border-radius: .12rem;
    padding: .3rem .2rem;
    align-items: center;
}

.vipcenter .viplist .item2 .l {
    font-size: .27rem;
    flex: 1;
}

.vipcenter .viplist .item2 .m {
    flex: 1;
    text-align: right;
    font-size: .27rem;
    color: #ed5454;
}

.vipcenter .viplist .item2 .r i {
    font-size: .35rem;
    color: #999;
}

.vipcenter .orderlist {
    background-color: #fff;
    border-radius: .13rem;
    padding: 0 .2rem;
}

.vipcenter .orderlist .top {
    display: flex;
    align-items: center;
    height: .9rem;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: .3rem;
}

.vipcenter .orderlist .top .l {
    font-size: .27rem;
    color: #000;
    flex: 1;
}

.vipcenter .orderlist .top .r {
    display: flex;
}

.vipcenter .orderlist .top .r .li {
    color: #999999;
    font-size: .24rem;
    margin-left: .4rem;
}

.vipcenter .orderlist .top .r .on {
    color: #2470eb;
}

.vipcenter .orderlist .bot .item {
    display: flex;
    align-items: center;
    padding-bottom: .3rem;
    margin-bottom: .3rem;
    border-bottom: 1px solid #eaeaea;
    color: #333;
}

.vipcenter .orderlist .bot .item .l {
    width: 1.93rem;
    height: 1.93rem;
    overflow: hidden;
    margin-right: .2rem;
}

.vipcenter .orderlist .bot .item .r {
    flex: 1;
}

.vipcenter .orderlist .bot .item .r .t1 {
    font-size: .27rem;
    margin-bottom: .12rem;
}

.vipcenter .orderlist .bot .item .r .t2 {
    font-size: .22rem;
    color: #999999;
    margin-bottom: .1rem;
}

.vipcenter .orderlist .bot .item .r .t3 {
    display: flex;
    align-items: center;
    margin-top: .2rem;
    justify-content: space-between;
}

.vipcenter .orderlist .bot .item .r .t3 .t3l {
    flex: 1;
    color: #ed5454;
    font-size: .36rem;
}

.vipcenter .orderlist .bot .item .r .t3 .t3l span {
    font-size: .21rem;
}

.vipcenter .orderlist .bot .item .r .t3 .t3r {
    width: 1.53rem;
    height: 0.53rem;
    background-color: #2470eb;
    border-radius: 0.06rem;
    font-size: .23rem;
    color: #fff;
    text-align: center;
    line-height: 0.53rem;
}

.vipcenter .orderlist .bot .item .r .t3 .red {
    background-color: #ed5454;
}

.vipcenter .orderlist .bot .item .r .t3 .gray {
    background-color: #d6d6d6;
}

.vipcenter .orderlist .bot .item:last-of-type {
    border: none;
}

.tc .wszh .ava .t {
    width: .88rem;
    height: .88rem;
    background-color: #e9e9e9;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .35rem;
    color: #ed5454;
    margin: 0 auto;
    margin-bottom: .16rem;
}

.tc .wszh .ava .t i {
    font-size: .35rem;
}

.tc .wszh .ava .b {
    text-align: center;
    font-size: .33rem;
    font-weight: bold;
    margin-bottom: .56rem;
}

.tc .wszh .lable3 {
    margin-top: .5rem;
}

.tc .kefu .kefuewm {
    width: 3.89rem;
    margin: 0 auto;
    text-align: center;
    padding-bottom: .3rem;
}

.tc .kefu .kefuewm .t {
    font-size: .33rem;
    color: #999999;
    line-height: 1.5;
    margin-bottom: .2rem;
}

.tc .yhq .yhqbox {
    padding-bottom: .8rem;
}

.tc .yhq .yhqbox .t {
    text-align: center;
    font-size: .27rem;
    color: #333333;
    margin-bottom: 1rem;
}

.tc .yhq .yhqbox .b {
    width: 5.96rem;
    height: 1.26rem;
    background-color: #fffcfc;
    border-radius: 0.06rem;
    border: solid 0.01rem #ed5454;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.tc .yhq .yhqbox .b .bl {
    width: 2.6rem;
    height: 1.26rem;
    background-color: #ed5454;
    border: solid 0.01rem #ed5454;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
}

.tc .yhq .yhqbox .b .br {
    flex: 1;
    text-align: center;
    font-size: .36rem;
    font-weight: bold;
    color: #ed5454;
}

.tc .pj .pjbox {
    padding: 0 .35rem;
    height: 50vh;
    overflow-y: auto;
}

.tc .pj .pjbox .item {
    width: 100%;
    background-color: #f6f6f6;
    border-radius: 0.32rem;
    padding: .25rem;
    margin-right: .13rem;
    display: flex;
    margin-bottom: .2rem;
}

.tc .pj .pjbox .item .l {
    width: 0.88rem;
    height: 0.88rem;
    background-color: #e9e9e9;
    border-radius: 0.19rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .35rem;
    color: #ed5454;
    margin-right: .18rem;
}

.tc .pj .pjbox .item .r {
    flex: 1;
}

.tc .pj .pjbox .item .r .t1 {
    font-size: .31rem;
    color: #333;
    margin-bottom: .1rem;
    font-weight: bold;
}

.tc .pj .pjbox .item .r .t3 {
    display: flex;
    align-items: flex-start;
    margin-bottom: .17rem;
}

.tc .pj .pjbox .item .r .t3 .t3l {
    font-size: .22rem;
    color: #000;
    margin-right: .1rem;
    padding-top: .05rem;
}

.tc .pj .pjbox .item .r .t3 .t3r {
    height: .35rem;
}

.tc .pj .pjbox .item .r .t3 .t3m {
    font-size: .23rem;
    color: #dedede;
    padding-top: .04rem;
}

.tc .pj .pjbox .item .r .t4 {
    font-size: .26rem;
    color: #333;
    line-height: .4rem;
    margin-bottom: .2rem;
}

.tc .pj .pjbox .item .r .t5 {
    font-size: .23rem;
    color: #b1b1b1;
}

.tc .pj .pjbox .item .r .del {
    text-align: right;
    font-size: .27rem;
    color: #2470eb;
}

.tc .pj .pjbox .item .r .del i {
    margin-right: .1rem;
}

.tc8 .website .t {
    text-align: center;
    font-size: .28rem;
    margin-bottom: .1rem;
    color: #666;
}

.tc8 .website .m {
    text-align: center;
    font-size: .28rem;
    margin-bottom: .7rem;
    color: #666;
}

.tc8 .website .b {
    display: flex;
    justify-content: center;
    padding-bottom: .5rem;
}

.tc8 .website .b .btn {
    width: 1.5rem;
    height: .6rem;
    border-radius: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
    color: #fff;
    background-color: #ed5454;
    margin: 0 .2rem;
}

.tc8 .website .b .btnr {
    background-color: #1853bf;
}

.image-zoom-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.3s;
}

.image-zoom-container img {
    max-width: 90%;
    max-height: 80vh;
    object-fit: contain;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 24px;
}

.searchwarpper {
    padding: 0.25rem;
    background-color: #fff;
    padding-bottom: 0.5rem;
}

.searchwarpper .search {
    width: 7rem;
    height: 0.64rem;
    background-color: #f5f5f5;
    border-radius: 0.32rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 0.2rem;
    margin-bottom: 0.29rem;
}

.searchwarpper .search .l {
    margin-right: 0.15rem;
}

.searchwarpper .search .r {
    flex: 1;
}

.searchwarpper .search .r input {
    font-size: 0.24rem;
    width: 100%;
}

.searchwarpper .search1 {
    margin-bottom: 0.2rem;
}

.searchwarpper .search1 .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}

.searchwarpper .search1 .top .l {
    font-size: 0.28rem;
    font-weight: bold;
    color: #333333;
}

.searchwarpper .search1 .top .r {
    font-size: 0.24rem;
    color: #666666;
}

.searchwarpper .search1 .bot {
    display: flex;
    flex-wrap: wrap;
}

.searchwarpper .search1 .bot .li {
    padding: 0 0.25rem;
    font-size: 0.24rem;
    height: 0.46rem;
    background-color: #f5f5f5;
    border-radius: 0.23rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.15rem;
    margin-bottom: 0.2rem;
    color: #333;
}

.searchwarpper .newslist {
    padding: 0;
    padding-top: 0.2rem;
}

.searchwarpper .newslist .mid {
    padding: 0;
}

.searchwarpper .newslist .mid .tabb a {
    font-size: .24rem;
    color: #333;
}



.oneline{
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;  
    }
    
    
    .twoline{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }