/*通用类*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: auto;
    -webkit-user-select: auto;
    -khtml-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.clearfix {
    clear: both;
}

/*兼容老设备的rem-px基准*/
html {
    font-size: 42.6667px;
}

@media screen and (max-width: 320px) {
    html {
        font-size: 42.6667px;
    }
}

@media screen and (min-width: 321px) and (max-width: 360px) {
    html {
        font-size: 48px;
    }
}

@media screen and (min-width: 361px) and (max-width: 375px) {
    html {
        font-size: 50px;
    }
}

@media screen and (min-width: 376px) and (max-width: 414px) {
    html {
        font-size: 55px;
    }
}

@media screen and (min-width: 415px) and (max-width: 484px) {
    html {
        font-size: 64px;
    }
}

@media screen and (min-width: 485px) and (max-width: 720px) {
    html {
        font-size: 96px;
    }
}

@media screen and (min-width: 721px) and (max-width: 768px) {
    html {
        font-size: 102px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
    html {
        font-size: 144px;
    }
}

@media screen and (min-width: 1080px) {
    html {
        font-size: 144px;
    }
}

/*新设备的rem-vw标准*/
html {
    overflow-x: hidden;
    font-size: 13.3333333333vw;
    /*一便rem.js失效，这里起作用*/
}

body {
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    margin: 0 auto;
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
    overflow-x: hidden;
    text-align: left;
    position: relative;
    font-size: 0.26rem;
    color: #333;
    background: #f7f7f7;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
input,
button,
select,
textarea,
th,
td,
pre {
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}

h1,
h2,
h3 {
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

input,
textarea,
select {
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
    font-size: 1em;
    outline: none;
    margin: 0;
    padding: 0;
}

input::-webkit-input-placeholder {
    color: #999;
}

textarea::-webkit-input-placeholder {
    color: #999;
}

input[type='button'],
input[type='text'],
input[type='search'],
input[type='submit'],
input[type='reset'],
input[type='date'],
input[type='time'],
input[type='number'] {
    -webkit-appearance: none;
}

select {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

ul,
ol {
    padding: 0;
    list-style-type: none;
}

em {
    font-style: normal;
}

input.sub,
label {
    border: none;
    cursor: pointer;
}

input,
textarea {
    font-family: Helvetica;
    outline: none;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

.p-ov1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p-ov2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.p-ov3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.p-ov4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.bg {
    background-color: #F7F7F7;
}

.line4 {
    width: 100%;
    height: 0.04rem;
}

.line10 {
    width: 100%;
    height: 0.1rem;
}

.line16 {
    width: 100%;
    height: 0.16rem;
}


.line20 {
    width: 100%;
    height: 0.2rem;
}

.line24 {
    width: 100%;
    height: 0.24rem;
}

.line26 {
    width: 100%;
    height: 0.26rem;
}

.line30 {
    width: 100%;
    height: 0.3rem;
}

.line36 {
    width: 100%;
    height: 0.36rem;
}

.line40 {
    width: 100%;
    height: 0.40rem;
}

/*p-head*/

.logo {
    width: 2.12rem;
    height: 0.72rem;
    display: block;
}

.logo img {
    width: 2.12rem;
    height: 0.72rem;
}

.p-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 0.2rem 0.2rem 0.2rem;
}

.p-head .p-logo {
    width: 2.2rem;
}

.p-head .p-logo a {
    display: block;
    color: #f6cb50;
    font-size: .36rem;
    font-weight: 700;
    line-height: 0.6rem;
}

.p-head .p-sech {
    width: 4.68rem;
    height: 0.72rem;
    border-radius: 5rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-head .p-sech input {
    width: 3.88rem;
    height: 0.72rem;
    border: none;
    outline: none;
    background: none;
    color: #acacac;
    text-indent: 0.24rem;
    font-size: 0.28rem;
    line-height: 0.72rem;
    color: #1a1a1a;
}

.p-head .p-sech input::-webkit-input-placeholder {
    color: #acacac;
}

.p-head .p-sech button {
    width: 0.72rem;
    height: 0.72rem;
    background-image: url(/static/images/search_icon.png);
    background-repeat: no-repeat;
    background-size: 0.72rem 0.72rem;
    background-color: transparent;
    border: none;
    outline: none;
}

/*banner*/
.homeSlide {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    height: 100%;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 7.1rem;
    height: 2.64rem;
    border-radius: 0.16rem;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0.05rem;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .7;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #3478f6;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}


.con {
    width: 7.5rem;
    margin: 0 auto;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

.hot-itme {
    width: 7.1rem;
    background-color: #fff;
    border-radius: 0.16rem;
    box-sizing: border-box;
}

.pt-til {
    color: #222222;
    font-size: 0.32rem;
    line-height: 0.4rem;
    display: flex;
    justify-content: space-between;
}

.pt-til b {
    position: relative;
    font-size: 0.32rem;
    line-height: 0.9rem;
    z-index: 2;
    margin-left: 0.2rem;
}

.pt-til b::before {
    position: absolute;
    bottom: 0.28rem;
    left: 0rem;
    content: "";
    display: block;
    width: 0.7rem;
    height: 0.1rem;
    border-radius: 0.08rem;
    background-image: linear-gradient(to right, #ff7700, #ffe3ca);
    z-index: -1;
}

.pt-til a {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    margin-right: 0.24rem;
}

.pt-til a .arrow {
    width: 0.1rem;
    height: 0.22rem;
    margin-left: 0.08rem;
}

.pt-til a .fuzhi {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.08rem;
}


.hot-itme .list {
    margin-left: 0.24rem;
    overflow: hidden;
}

.hot-itme .list ul {
    width: 100%;
    display: flex;
    overflow-x: scroll;
}

.hot-itme .list ul li {
    width: 1.4rem;
    margin-right: 0.2rem;
}

.hot-itme .list ul li a {
    display: block;
    width: 1.4rem;
}

.hot-itme .list ul li a img {
    width: 1.4rem;
    height: 1.88rem;
    border-radius: 0.08rem;
    overflow: hidden;
}

.hot-itme .list ul li a h4 {
    color: #1a1a1a;
    font-size: 0.28rem;
    line-height: 0.42rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.14rem;
}

.sjb-nav {
    margin-left: 0.24rem;
    overflow: hidden;
}

/* .sjb-nav::-webkit-scrollbar {
	width: 0px;
} */

.sjb-nav {
    display: flex;
    overflow-x: scroll;
}

.sjb-nav .sjb-nav-itme {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1.2rem;
    margin-right: 0.38rem;
}

.sjb-nav .sjb-nav-itme .pic img {
    width: 0.48rem;
    height: 0.48rem;
    margin-bottom: 0.16rem;
}


.sjb-nav .sjb-nav-itme h5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1.2rem;
    font-size: 0.24rem;
    padding-bottom: 0.06rem;
}

.sjb-nav .sjb-nav-itme .active {
    width: 0.16rem;
    height: 0.1rem;
}


.sort {
    display: flex;
    width: 6.62rem;
    height: 0.56rem;
    border-radius: 0.08rem;
    border: 1px solid #eee;
    margin-left: 0.24rem;
}

.sort .title {
    font-size: 0.24rem;
    width: 33.33%;
    text-align: center;
    line-height: 0.56rem;
    border-right: 1px solid #eee;
}

.sort .title.active {
    background-color: #fcefe4;
}

.sort .title:last-child {
    border-right: none;
}


.gsh-list .itme {
    width: 100%;
    padding: 0 0.24rem;
    box-sizing: border-box;
    margin-bottom: 0.2rem;

}

.gsh-list .itme a {
    width: 6.62rem;
    display: flex;
    justify-content: space-between;
}

.gsh-list .itme a img {
    width: 1.4rem;
    height: 1.88rem;
    border-radius: 0.08rem;
}

.gsh-list .itme a .itme-r {
    width: 5rem;
}

.gsh-list .itme a .itme-r h4 {
    color: #000000;
    font-size: 0.28rem;
    font-weight: 700;
    line-height: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.08rem;
}

.gsh-list .itme a .itme-r p {
    color: #999;
    font-size: 0.24rem;
    line-height: 0.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gsh-list .itme a .itme-r .tags-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.24rem;
}

.gsh-list .itme a .itme-r .tags-box em {
    background: url(/static/images/index_hot_ico.png) no-repeat;
    background-size: 0.24rem 0.24rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.24rem;
    color: #ff7700;
    text-indent: 0.28rem;
    line-height: 0.32rem;
    background-position: left center;
}


.gsh-list .itme a .itme-r .tags-box em.lan {
    background: url(/static/images/index_news_ico.png) no-repeat;
    background-size: 0.24rem 0.24rem;
    color: #0086f6;
}


.tags-box-r {
    font-size: 0;
}

.gsh-list .itme a .itme-r .tags-box-r span {
    padding: 0.06rem 0.18rem;
    background: #f7f7f7;
    border-radius: 0.04rem;
    font-size: 0.2rem;
    color: #999;
    margin-left: 0.12rem;
}

.zanwei {
    height: 0.88rem;
    width: 100%;
}

.top-nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: ;
    right: 0;
    height: 0.88rem;
    background-color: #fff;
    z-index: 996;
}

.top-nav .itme {
    width: 7.5rem;
    margin: 0 auto;
    display: flex;
}

.top-nav .itme a img {
    width: 0.88rem;
    height: 0.88rem;
}

.top-nav .itme h2 {
    font-size: 0.36rem;
    font-weight: 700;
    line-height: 0.88rem;
    width: 5.74rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searc-mgs {
    font-size: 0.28rem;
    color: #1a1a1a;
    line-height: 0.88rem;
    width: 7.5rem;
    margin: 0 auto;
    padding-left: 0.32rem;
    box-sizing: border-box;
    position: relative;
}

.searc-mgs::before {
    position: absolute;
    left: 0.2rem;
    top: 0.3rem;
    content: "";
    display: block;
    width: 0.04rem;
    height: 0.28rem;
    border-radius: 0.08rem;
    background-color: #ff7700;
}

.state {
    text-align: center;
    width: 100%;
    margin-top: 4.5rem;
}


.state img {
    width: 1.58rem;
    height: 1.02rem;
}

.state p {
    font-size: 0.24rem;
    color: #999;
    line-height: 0.72rem;
}


/* 推广详情 */

.detail {
    width: 100%;
    height: 3.46rem;
    background: url(/static/images/top_bg.png) repeat-x;
    background-size: 1px 3.46rem;
}

.back {
    width: 100%;
    height: 0.88rem;
}

.back a img {
    width: 0.88rem;
    height: 0.88rem;
    background-color: transparent;
}

.xq-book {
    width: 100%;
}

.xq-book {
    width: 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
    margin-bottom: 0.2rem;

}

.xq-book a {
    width: 7.1rem;
    display: flex;
    justify-content: space-between;
}

.xq-book a img {
    width: 1.68rem;
    height: 2.24rem;
    border-radius: 0.08rem;
}

.xq-book a .itme-r {
    width: 5.22rem;
}

.xq-book a .itme-r h4 {
    color: #000000;
    font-size: 0.28rem;
    font-weight: 700;
    line-height: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xq-book a .itme-r p {
    color: #999;
    font-size: 0.24rem;
    line-height: 0.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xq-book a .itme-r em {
    background: url(/static/images/index_hot_ico.png) no-repeat;
    background-size: 0.24rem 0.24rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.24rem;
    color: #ff7700;
    text-indent: 0.28rem;
    display: block;
    margin: 0.04rem 0 0.08rem;
    line-height: 0.28rem;
}

.xq-book a .itme-r .tags-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.14rem;
}


.xq-book a .itme-r em.lan {
    background: url(/static/images/index_news_ico.png) no-repeat;
    background-size: 0.24rem 0.24rem;
    color: #0086f6;
}

.xq-book a .itme-r .tags-box b {
    padding: 0.06rem 0.18rem;
    background: #fff;
    border-radius: 0.04rem;
    font-size: 0.2rem;
    color: #999;
    font-weight: 500;
}

.xq-book .tags-box-r {
    font-size: 0;
}

.xq-book a .itme-r .tags-box-r span {
    padding: 0.06rem 0.18rem;
    background: #fff;
    border-radius: 0.04rem;
    font-size: 0.2rem;
    color: #999;
    margin-left: 0.12rem;
}

.wdtg {
    display: flex;
    justify-content: space-between;
    padding: 0 0.2rem;
    box-sizing: border-box;
    width: 7.5rem;
    margin: 0 auto;
}

.wdtg-itme {
    width: 3.44rem;
    background: #fff;
    height: 1.06rem;
    border-radius: 0.16rem;
    padding: 0.2rem 0.24rem;
}

.wdtg-itme-wd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.wdtg-itme-wd span {
    font-size: 0.24rem;
    color: #1a1a1a;
    line-height: 0.24rem;
}

.wdtg-itme-wd img {
    width: 0.1rem;
    height: 0.22rem;
}

.wdtg-itme .num {
    font-size: 0.32rem;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0.14rem;
    line-height: 0.32rem;
}

.ly-list {
    width: 6.62rem;
    display: flex;
    justify-content: space-between;
    margin-left: 0.24rem;
}


.ly-list li {
    width: 1.5rem;
    height: 1.02rem;
    background: #fcefe4;
    border-radius: 0.08rem;
    padding-left: 0.2rem;
    box-sizing: border-box;
    line-height: 0.32rem;
}


.ly-list li p {
    font-size: 0.24rem;
    color: #666666;
    margin-top: 0.14rem;
    margin-bottom: 0.08rem;
}

.ly-list li strong {
    font-size: 0.24rem;
}

.shuiming {
    padding: 0 0.24rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #666666;
}

.shuiming .title {
    margin-bottom: 0.1rem;
    margin-top: 0.26rem;
}

.shuiming p {
    font-size: 0.24rem;
    color: #666666;
    position: relative;
    text-indent: 0.18rem;
}

.shuiming p::before {
    position: absolute;
    top: 0.14rem;
    left: 0rem;
    content: "";
    display: block;
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 0.4rem;
    background: #666;
    z-index: 1;
}

.mfyw {
    padding: 0 0.24rem;
    line-height: 0.36rem;
    font-size: 0.24rem;
    color: #666;
}

.xq-btn {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1.42rem;
    background-color: #ffffff;
    padding-top: 0.24rem;
    box-sizing: border-box;
    z-index: 500;
}

.xq-btn-itme {
    width: 7.1rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.16rem;
    font-size: 0.28rem;
    text-align: center;
    margin: 0 auto;
    text-align: center;
    background-color: #0086F6;
    color: #fff;
}

.db-gao {
    width: 100%;
    height: 1.62rem;
}

/* 我的推广 */
.tgxq-title {
    position: relative;
    font-size: 0.32rem;
    z-index: 2;
    margin-left: 0.2rem;
    padding-top: 0.26rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.12rem;
}

.tgxq-title b::before {
    position: absolute;
    bottom: 0.06rem;
    left: 0rem;
    content: "";
    display: block;
    width: 0.7rem;
    height: 0.1rem;
    border-radius: 0.08rem;
    background-image: linear-gradient(to right, #ff7700, #ffe3ca);
    z-index: -1;
}

.odd {
    width: 6.62rem;
    margin-left: 0.24rem;
    display: flex;
    justify-content: space-between;
    line-height: 0.52rem;
    font-size: 0.26rem;
    color: #1a1a1a;
}

.odd span.bz {
    width: 5.22rem;
    line-height: 0.38rem;
    padding-top: 0.08rem;
    text-align: right;
}

.odd .yx {
    color: #0086f6;
}

.odd .wx {
    color: #fb8f24;
}

.odd .tk {
    color: #fb2424;
}

.odd .ytg {
    color: #16ce34;
}

.odd .pic {
    background: url(/static/images/arrow_ico.png) no-repeat;
    background-size: 0.12rem 0.22rem;
    background-position: right center;
    font-family: Arial, Helvetica, sans-serif;
    padding-right: 0.2rem;
}


.xiantiao {
    height: 1px;
    width: 100%;
    background: #eee;
    width: 6.62rem;
    margin: 0.14rem auto;

}


.sj-list {
    width: 6.62rem;
    display: flex;
    justify-content: space-between;
    margin-left: 0.24rem;
    margin-top: 0.28rem;
}


.sj-list li {
    width: 2.08rem;
    height: 1.08rem;
    background: #fcefe4;
    border-radius: 0.08rem;
    box-sizing: border-box;
    text-align: center;
    line-height: 0.34rem;
}

.sj-list li p {
    font-size: 0.28rem;
    color: #1a1a1a;
    margin-top: 0.16rem;
    margin-bottom: 0.08rem;
    font-family: Arial, Helvetica, sans-serif;
}

.ly-list li span {
    font-size: 0.24rem;
}

/* 推广 */
.gao {
    height: 1rem;
    width: 100%;


}

.top-qbjl {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 690;
}

.top-qbjl-nav {
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.top-qbjl-nav .bt {
    display: flex;
    align-items: center;
    font-size: 0.32rem;
    font-weight: 700;
    margin-left: 0.2rem;
    color: #1a1a1a;
}

.top-qbjl-nav .bt i {
    width: 0;
    height: 0;
    border-width: 0.1rem 0.1rem 0;
    border-style: solid;
    border-color: #747576 transparent transparent;
    position: relative;
    margin-left: 0.08rem;
}


.top-qbjl-srk {
    width: 4.68rem;
    height: 0.72rem;
    border-radius: 5rem;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 0.2rem;
}

.top-qbjl-srk input {
    width: 3.88rem;
    height: 0.72rem;
    border: none;
    outline: none;
    background: none;
    color: #acacac;
    text-indent: 0.24rem;
    font-size: 0.28rem;
    line-height: 0.72rem;
    color: #1a1a1a;
}

.top-qbjl-srk input::-webkit-input-placeholder {
    color: #acacac;
}

.top-qbjl-srk button {
    width: 0.72rem;
    height: 0.72rem;
    background-image: url(/static/images/search_icon.png);
    background-repeat: no-repeat;
    background-size: 0.72rem 0.72rem;
    background-color: transparent;
}

.date {
    display: flex;
    justify-content: space-between;
    font-size: 0.28rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: #eaf5ff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 0 0.2rem;
    width: 100%;
    box-sizing: border-box;
}

.date span:nth-child(1) {
    color: #1a1a1a;
}

.date span:nth-child(2) {
    color: #999;
}


/* 我的 */
.top-mod {
    width: 100%;
    height: 3.46rem;
    background: url(/static/images/wd_top_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.user {
    width: 100%;
    padding: 0.4rem 0.2rem 0 0.36rem;
    display: flex;
}

.user-pic {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    position: relative;

}


.user-pic .tx {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    border: 2px solid #fff;
}


.user-pic .edit {
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0.06rem;
    bottom: 0;
}

.user-pic .edit img {
    width: 0.18rem;
    height: 0.18rem;
}

.user-info {
    margin-left: 0.2rem;
}

.user-info p:nth-child(1) {
    font-size: 0.34rem;
    font-weight: 700;
    color: #1a1a1a;
}

.user-info p:nth-child(2) {
    font-size: 0.24rem;
    color: #999;
    line-height: 0.32rem;
}

.user-info p:nth-child(3) {
    width: 5.52rem;
    font-size: 0.24rem;
    color: #999;
    display: flex;
    justify-content: space-between;
    line-height: 0.32rem;
}


.user-info p .qx {
    color: #1a1a1a;
    display: flex;
    align-items: center;
}


.user-info p .qx img {
    width: 0.1rem;
    height: 0.2rem;
    margin-left: 0.08rem;
}

.assets {
    width: 7.1rem;
    background-color: #fff;
    border-radius: 0.16rem;
    box-sizing: border-box;
    margin: 0 auto;
    color: #1a1a1a;
    text-align: center;
}

.assets ul {
    display: flex;
}

.assets ul li {
    width: 25%;
    position: relative;
}

.assets ul li::before {
    position: absolute;
    top: 0.36rem;
    left: 0;
    content: "";
    display: block;
    width: 1px;
    height: 0.7rem;
    background-color: #eee;
    z-index: 3;
}

.assets ul li:nth-child(1)::before {
    background-color: transparent;
}

.assets ul li a p:nth-child(1) {
    font-size: 0.32rem;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0.3rem;
    font-weight: 700;
}

.assets ul li a p:nth-child(2) {
    font-size: 0.24rem;
    margin-bottom: 0.28rem;
    margin-top: 0.1rem;
}

.wd-list {
    display: flex;
    flex-wrap: wrap;
+
}


.wd-list li {
    width: 25%;
    text-align: center;
}

.wd-list li a img {
    width: 0.36rem;
    height: 0.36rem;
}

.wd-list li a p {
    font-size: 0.28rem;
    color: #1a1a1a;
    margin-top: 0.08rem;
    margin-bottom: 0.2rem;
}


.notico_pic {
    width: 100%;
    height: 2.22rem;
}

.notico_pic img {
    width: 100%;
    height: 2.22rem;
}


.ktqx {
    display: flex;
    flex-direction: column;
}

.ktqx .inp {
    width: 6.62rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    color: #1a1a1a;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
}

.ktqx .yzm {
    width: 6.62rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    color: #1a1a1a;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ktqx .yzm input {
    width: 4.62rem;
    height: 0.76rem;
    line-height: 0.76rem;
}

.ktqx .yzm button {
    background: none;
    font-size: 0.28rem
}

.ktqx textarea {
    resize: none;
    width: 6.62rem;
    height: 5.36rem;
    line-height: 0.42rem;
    font-size: 0.28rem;
    color: #1a1a1a;
    margin: 0 auto;
    padding-top: 0.2rem;
    border-bottom: 1px solid #eee;
}

.xq-btn-itme {
    width: 7.1rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.16rem;
    font-size: 0.28rem;
    text-align: center;
    margin: 0 auto;
    text-align: center;
    background-color: #0086F6;
    color: #fff;
}

.msg {
    text-align: center;
    margin-top: 50%;
}

.msg img {
    width: 0.8rem;
    height: 0.8rem;
}

.msg p {
    font-size: 0.28rem;
    color: #1a1a1a;
    line-height: 0.72rem;
}

.text-name {
    width: 4.5rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: #F7F7F7;
    border-radius: 0.16rem;
    margin: 0.4rem auto;
    display: block;
    text-indent: 0.24rem;
}

.tznc {
    width: 100%;
    padding: 0 0.56rem;
    box-sizing: border-box;
    text-align: left;
    line-height: 0.58rem;
}

.bdtz-cg {
    display: flex;
    align-items: center;
    line-height: 0.58rem;
    font-size: 0.28rem;
    color: #ff7700;
    margin-left: 0.56rem;
}

.bdtz-cg img {
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.12rem;
}

.tswz {
    width: 100%;
    padding: 0 0.56rem;
    box-sizing: border-box;
    text-align: left;
    line-height: 0.36rem;
    font-size: 0.24rem;
    color: #999;
    margin-top: 0.1rem;
}


.wdcy-title {
    color: #222222;
    font-size: 0.32rem;
    line-height: 0.4rem;
    display: flex;
    justify-content: space-between;
}

.wdcy-title-hz {
    width: 2.36rem;
    text-align: center;
}

.wdcy-title-hz b {
    position: relative;
    font-size: 0.32rem;
    line-height: 0.9rem;
    z-index: 2;
    margin-left: 0.2rem;
    text-align: center;
    font-weight: 500;
}

.wdcy-title-hz b.active {
    font-weight: 700;
}

.wdcy-title-hz b.active::before {
    position: absolute;
    bottom: 0.06rem;
    left: 0rem;
    content: "";
    display: block;
    width: 0.7rem;
    height: 0.1rem;
    border-radius: 0.08rem;
    background-image: linear-gradient(to right, #ff7700, #ffe3ca);
    z-index: -1;
}

.wdcy-itme {
    width: 7.1rem;
    background-color: #fff;
    border-radius: 0.16rem;
    box-sizing: border-box;
    height: 1.7rem;
    padding: 0.3rem 0.24rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.wdcy-itme-l {
    width: 4.96rem;
    display: flex;
}

.wdcy-itme-l .tx {
    width: 0.96rem;
    height: 0.96rem;
    margin-right: 0.2rem;
}

.wdcy-itme-l .tx img {
    width: 0.96rem;
    height: 0.96rem;
    border-radius: 50%;
}

.wdcy-itme-l-info p:nth-child(1) {
    font-size: 0.28rem;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 0.42rem;
}

.wdcy-itme-l-info .hui {
    font-size: 0.24rem;
    color: #999;
    line-height: 0.36rem;
}

.wdcy-itme-r {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.wdcy-itme-r p {
    font-size: 0.28rem;
    color: #1a1a1a;
    font-family: Arial, Helvetica, sans-serif;
}

.wdcy-itme-r span {
    font-size: 0.24rem;
    color: #1a1a1a;
    display: block;
    width: 0.88rem;
    line-height: 0.48rem;
    text-align: center;
    background-color: #FCEFE4;
    border-radius: 0.08rem;
    color: #ff7700;
    margin-top: 0.18rem;
}

.wdcy-itme-r span.tg {
    background-color: #e8f3fc;
    color: #0086f6;
}

.wdcy-itme-r .pm {
    font-size: 0.32rem;
    color: #fb8f24;
    padding-top: 0.32rem;
}


.syjl-title {
    color: #222222;
    font-size: 0.32rem;
    line-height: 0.4rem;
    display: flex;
    justify-content: space-between;
}

.syjl-title b {
    position: relative;
    font-size: 0.32rem;
    line-height: 0.9rem;
    z-index: 2;
    margin-left: 0.2rem;
    width: 3.35rem;
    text-align: center;
    font-weight: 500;
}

.syjl-title b.active {
    font-weight: 700;
}

.syjl-title b.active::before {
    position: absolute;
    bottom: 0.28rem;
    left: 1.04rem;
    content: "";
    display: block;
    width: 0.7rem;
    height: 0.1rem;
    border-radius: 0.08rem;
    background-image: linear-gradient(to right, #ff7700, #ffe3ca);
    z-index: -1;
}

.syjl-title.tx b.active::before {
    left: 1.2rem;
}


.syjl-zijin {
    width: 7.1rem;
    background-color: #fff;
    border-radius: 0.16rem;
    box-sizing: border-box;
    margin: 0 auto;
    color: #1a1a1a;
    text-align: center;
}

.syjl-zijin ul {
    display: flex;
}

.syjl-zijin ul li {
    width: 33.33%;
    position: relative;
}

.syjl-zijin ul li::before {
    position: absolute;
    top: 0.36rem;
    left: 0;
    content: "";
    display: block;
    width: 1px;
    height: 0.7rem;
    background-color: #eee;
    z-index: 3;
}

.syjl-zijin ul li:nth-child(1)::before {
    background-color: transparent;
}

.syjl-zijin ul li a p:nth-child(1) {
    font-size: 0.32rem;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0.3rem;
    font-weight: 700;
}

.syjl-zijin ul li a p:nth-child(2) {
    font-size: 0.24rem;
    margin-bottom: 0.28rem;
    margin-top: 0.1rem;
}


.tx-btn {
    width: 3.72rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.16rem;
    font-size: 0.28rem;
    text-align: center;
    margin: 0 auto;
    text-align: center;
    background-color: #0086F6;
    color: #fff;
}

.txsq-itme {
    display: flex;
    width: 7.1rem;
    padding: 0 0.24rem;
    box-sizing: border-box;
}

.txsq-itme span {
    font-size: 0.28rem;
    color: #1a1a1a;
    margin-right: 0.2rem;
    line-height: 0.8rem;
    width: 1.36rem;
    text-align: right;
}

.txsq-itme .nun {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

.txsq-itme .qbtx {
    font-size: 0.28rem;
    color: #1a1a1a;
    line-height: 0.8rem;
    display: flex;
    justify-content: space-between;
    width: 5.12rem;
}

.txsq-itme .qbtx em:nth-child(2) {
    color: #0086f6;
}

.txsq-itme input {
    width: 5.12rem;
    font-size: 0.28rem;
    color: #1a1a1a;
    line-height: 0.8rem;
    border-bottom: 1px solid #eee;
}

.fagnshi {
    display: flex;
}

.fagnshi-wx {
    display: flex;
    align-items: center;
    line-height: 0.8rem;
    width: 1.38rem;
}

.fagnshi-wx .yuan {
    width: 0.32rem;
    height: 0.32rem;
    border: 1px solid #eee;
    border-radius: 50%;
    margin-right: 0.12rem;
}

.fagnshi-wx .yuan img {
    width: 0.32rem;
    height: 0.32rem;
}

.fagnshi-wx .yuan.active {
    border: 1px solid #0086F6;
    background-color: #0086F6;
}

.wxsm {
    font-size: 0.24rem;
    color: #666;
    line-height: 0.36rem;
    padding: 0 0.24rem;
}

.kefu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: calc(100vh - 0.88rem)
}

.kefu-info {
    text-align: center;
}

.kefu-info img {
    width: 3.42rem;
    height: 3.42rem;
    margin-bottom: 0.24rem;
    border-radius: 0.16rem;
}


.kefu-info p {
    font-size: 0.28rem;
    line-height: 0.52rem;
    color: #1a1a1a;
}

.not-itme {
    width: 100%;
    padding: 0rem 0.24rem;
}

.notico-list {
    padding: 0 0.24rem;
}

.notico-list li {
    width: 100%;
    border-bottom: 1px solid #eee;
}

.notico-list li:last-child {
    border-bottom: none;
}

.notico-list li a {
    display: flex;
    justify-content: space-between;
    line-height: 0.88rem;
}

.notico-list li a p {
    font-size: 0.28rem;
    color: #1a1a1a;
    width: 4.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notico-list li a span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.24rem;
    color: #999;
    background: url(/static/images/arrow_ico.png) no-repeat;
    background-size: 0.12rem 0.22rem;
    background-position: right center;
    width: 1.44rem;
}

.gg-title {
    display: flex;
    align-items: center;
    font-size: 0.36rem;
    line-height: 0.54rem;
    color: #1a1a1a;
    font-weight: 800;
    padding-top: 0.26rem;
}

.fabu {
    font-size: 0.24rem;
    color: #999;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.2rem;
    margin-top: 0.1rem;
}

.fabu span:nth-child(1) {
    padding-right: 0.3rem;
}

.neirong p {
    font-size: 0.3rem;
    line-height: 0.46rem;
    margin-bottom: 0.4rem;
}


.footHeight {
    height: 1.2rem;
}

footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-top: 1px solid #eee;
    height: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 666;
}

footer a {
    width: 25%;
    text-align: center;
    position: relative;
    padding-top: 0.04rem;
}

footer a .footIcon2,
footer a.current .footIcon1 {
    display: none;
}

footer a.current .footIcon2 {
    display: block;
}

footer a img {
    display: block;
    margin: 0 auto;
    width: 0.45rem;
    height: 0.45rem;
}

footer a b {
    font-weight: 400;
    font-size: 0.24rem;
    color: #1a1a1a;
    display: inline-block;
}

footer a.current b {
    color: #0086f6;
}


/* 创建推广弹窗 */
.pop-cj {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: flex;
    align-items: flex-end;
    max-width: 7.5rem;
    margin: 0 auto;
}

.pop-cj-box {
    width: 100%;
    border-radius: 0.2rem 0.2rem 0 0;
    background-color: #fff;
    position: relative;
    z-index: 1000;
    font-size: 0.3rem;
    color: #222;
    min-height: 3.2rem;
    box-sizing: border-box;
}

.pop-cj-box .title {
    padding-top: 0.36rem;
    padding-bottom: 0.26rem;
    font-weight: bold;
    font-size: 0.32rem;
    color: #1a1a1a;
    padding-left: 0.44rem;
}

.pop-cj-srk {
    width: 6.6rem;
    height: 0.8rem;
    border-radius: 0.16rem;
    line-height: 0.8rem;
    background-color: #F7F7F7;
    margin-left: 0.44rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.24rem;
    box-sizing: border-box;
}

.pop-cj-srk input {
    width: 5.8rem;
    height: 0.8rem;
    border-radius: 0.16rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    background-color: #F7F7F7;
    color: #1a1a1a;
    font-size: 0.28rem;
}

.pop-cj-srk button {
    width: 0.88rem;
    height: 0.48rem;
    border-radius: 0.08rem;
    line-height: 0.48rem;
    font-size: 0.22rem;
    background-color: #ffe9d6;
    color: #ff7700;
    font-size: 0.28rem;
}

.pop-cj-pt {
    display: flex;
    margin-left: 0.44rem;
    margin-top: 0.3rem;
    margin-bottom: 0.6rem;
}

.pop-cj-pt span {
    width: 2.08rem;
    height: 0.64rem;
    border-radius: 0.16rem;
    line-height: 0.64rem;
    font-size: 0.28rem;
    background-color: #F7F7F7;
    text-align: center;
    margin-right: 0.2rem;
}

.pop-cj-pt span.active {
    background-color: #ffe9d6;
    color: #ff7700;
}

.pop-cj-box .btn {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: #0086F6;
    text-align: center;
    color: #fff;
    width: 6.6rem;
    border-radius: 0.16rem;
    display: block;
    border: none;
    font-size: 0.28rem;
    margin: 0 auto;
}

.pop-cj-del {
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    top: 0.42rem;
    right: 0.44rem;
}

.pop-cj-del img {
    width: 0.3rem;
    height: 0.3rem;
}


/* 查看二维码弹窗 */
.pop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 7.5rem;
    margin: 0 auto;
}

.pop-box {
    width: 5.66rem;
    border-radius: 0.2rem;
    background-color: #fff;
    position: relative;
    z-index: 1000;
    font-size: 0.3rem;
    color: #222;
    min-height: 3.26rem;
    box-sizing: border-box;
}

.pop-box .title {
    padding-top: 0.36rem;
    padding-bottom: 0.26rem;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    font-size: 0.32rem;
    color: #1a1a1a;
}

.pop-box .ewm {
    width: 100%;
    text-align: center;
    margin: 0.4rem 0;
}


.pop-box .ewm img {
    width: 3.2rem;
    height: 3.2rem;
}

.pop-box .text {
    font-size: 0.24rem;
    color: #999;
    margin-top: 0.3rem;
    text-align: center;
    margin-bottom: 0.36rem;
}

.pop-box .text a {
    color: #999;
    text-decoration: underline;
}

.pop-box .btn {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: #0086F6;
    text-align: center;
    color: #fff;
    width: 4.5rem;
    border-radius: 0.16rem;
    display: block;
    border: none;
    font-size: 0.28rem;
    margin: 0 auto;
}

.pop-del {
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    top: 0.42rem;
    right: 0.3rem;
}

.pop-del img {
    width: 0.3rem;
    height: 0.3rem;
}

.pop-box.kuan {
    width: 3.94rem;
}

.pop-box.kuan .title2 {
    text-align: center;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    font-size: 0.32rem;
    line-height: 0.92rem;
    color: #1a1a1a;
}

.pop-box.kuan .btn {
    width: 2.72rem;
}

.ps-text {
    padding: 0 0.44rem;
    text-align: center;
    font-size: 0.28rem;
    color: #1a1a1a;
    margin-top: 0.32rem;
    margin-bottom: 0.4rem;
}

.pop-box .kf-ewm {
    width: 100%;
    text-align: center;
    margin: 0.4rem 0;
}

.pop-box .kf-ewm img {
    width: 2.9rem;
    height: 2.9rem;
}

.pop-del.xiao {
    top: 0.3rem;
}

.ok-ico {
    width: 100%;
    text-align: center;
    margin-top: 0.4rem;
}

.ok-ico img {
    width: 0.64rem;
    height: 0.64rem;
}

.kl {
    text-align: center;
    font-size: 0.28rem;
    color: #1a1a1a;
    line-height: 0.72rem;
}


.screen {
    width: 5.2rem;
    margin: 0 auto;
}

.screen-title {
    font-size: 0.28rem;
    text-align: left;
    margin-bottom: 0.2rem;
}

.screen-xxk {
    display: flex;
    justify-content: space-between;
}

.screen-xxk span {
    width: 1.18rem;
    height: 0.64rem;
    text-align: center;
    line-height: 0.64rem;
    font-size: 0.28rem;
    border-radius: 0.08rem;
    background-color: #f7f7f7;
}

.screen-xxk span.active {
    color: #ff7700;
    background-color: #fcefe4;
}

.screen-sel {
    width: 5.2rem;
    height: 0.64rem;
    background: #F7F7F7;
    border-radius: 0.08rem;
    position: relative;
}

.screen-sel::before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 0.1rem 0.1rem 0;
    border-style: solid;
    border-color: #747576 transparent transparent;
    top: 0.26rem;
    right: 0.2rem;
}

select {
    border: non;
    background-color: transparent;
    line-height: 0.64rem;
    width: 5.2rem;
    padding-left: 0.2rem;
    font-size: 0.28rem;
}

.screen-riqi-itme {
    display: flex;
    justify-content: space-between;
}

.screen-riqi-itme span {
    width: 1.34rem;
    height: 0.64rem;
    text-align: center;
    line-height: 0.64rem;
    font-size: 0.28rem;
    border-radius: 0.08rem;
    background-color: #f7f7f7;
}

.screen-riqi-itme span.active {
    color: #ff7700;
    background-color: #fcefe4;
}

.screen-riqi-itme .time {
    width: 3.7rem;
    height: 0.64rem;
    text-align: center;
    line-height: 0.64rem;
    font-size: 0.28rem;
    border-radius: 0.08rem;
    background-color: #f7f7f7;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 0.18rem;
    box-sizing: border-box;
}

/* .screen-riqi-itme .time::before {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-width: 0.1rem 0.1rem 0;
	border-style: solid;
	border-color: #747576 transparent transparent;
	top: 0.26rem;
	right: 0.2rem;
} */

.screen-riqi-itme .time input {
    background: none;
    font-size: 0.28rem;
    width: 100%;
}

.screen-riqi-itme .time.fw input {
    width: 1.76rem;
}

.screen-riqi-itme .time.fw b {
    font-weight: 500;
    padding-right: 0.04rem;
}

.pop-box .btn.kuang {
    width: 5.2rem;
}

/*loading*/
.listLoading {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem 0 0.24rem 0;
    font-size: 0.24rem;
    color: #999;
}

.circle-line {
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    position: relative;
    left: -0.1rem;
}

.circle-line i {
    display: block;
    width: 100%;
    height: 0.05rem;
    opacity: .7;
    position: absolute;
    top: calc(50% - 0.025rem);
    left: 0;
    transform-origin: center;
    animation: circle 1.5s linear infinite;
}

.circle-line i::before {
    content: '';
    display: block;
    width: 0.05rem;
    border-radius: 50%;
    height: 0.05rem;
    position: absolute;
    top: 0;
    right: 0.1rem;
    background-color: #999;
}

.circle-line i:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: 0.2s;
}

.circle-line i:nth-child(2) {
    transform: rotate(45deg);
    animation-delay: 0.4s;
}

.circle-line i:nth-child(3) {
    transform: rotate(90deg);
    animation-delay: 0.6s;
}

.circle-line i:nth-child(4) {
    transform: rotate(135deg);
    animation-delay: 0.8s;
}

.circle-line i:nth-child(5) {
    transform: rotate(180deg);
    animation-delay: 1s;
}

.circle-line i:nth-child(6) {
    transform: rotate(225deg);
    animation-delay: 1.2s;
}

.circle-line i:nth-child(7) {
    transform: rotate(270deg);
    animation-delay: 1.4s;
}

.circle-line i:nth-child(8) {
    transform: rotate(315deg);
    animation-delay: 1.6s;
}

@keyframes circle {
    0% {
        opacity: 0.05;
    }

    100% {
        opacity: 1;
    }
}


.txsq-itme span em {
    color: #FF8871;
}


.itme-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.26rem;
}

.itme-list div {
    margin-right: 0.2rem;
    margin-bottom: 0.06rem;
}


.itme-list .addpic {
    width: 1.64rem;
    height: 1.64rem;
    background-color: #fff;
    border-radius: 0.04rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px dashed #d8d8d8;
    justify-content: center;
}

.itme-list .picBox {
    width: 1.64rem;
    height: 1.64rem;
    position: relative;
}

.itme-list .picBox p {
    width: 0.26rem;
    height: 0.26rem;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    position: absolute;
    right: -0.1rem;
    top: -0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 333;
}

.itme-list .picBox p img {
    width: 0.12rem;
    height: 0.12rem;
}

.itme-list .picBox img {
    width: 1.64rem;
    height: 1.64rem;
    border-radius: 0.04rem;
}

.itme-list .addpic img {
    width: 0.36rem;
}

.itme-list .addpic p {
    font-size: 0.24rem;
    color: #999;
    margin-top: 0.2rem;
}