.nav-top {
    width: 7.5rem;
    height: 0.85rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    padding: 0 0.45rem;
    position: fixed;
    top: 0.88rem;
    z-index: 110;
}

.nav-top li {
    font-size: 0.3rem;
    color: rgba(29, 40, 67, 1);
    position: relative;
}

.nav-top li.active {
    font-weight: 600;
}

.nav-top li.active2222 {
    content: "";
    display: block;
    width: 100%;
    height: 0.06rem;
    background: rgba(51, 97, 231, 1);
    position: absolute;
    bottom: -0.23rem;
    left: 0%;
    border-radius: 0 0.2rem 0.2rem 0;
}

.nav-top-new {
    width: 7.5rem;
    height: .8rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 10px 1px rgba(29, 40, 67, 0.1);
    padding: 0 0.5rem;
    flex-wrap: nowrap;
    /* position: fixed;
    top: 0.88rem;
    left: 50%;
    z-index: 110;
    transform: translateX(-50%); */
}

.nav-top-new li {
    height: .8rem;
}

.nav-top-new li>a {
    display: block;
    height: .8rem;
    line-height: .8rem;
    font-size: 0.3rem;
    color: #1D2843;
    position: relative;
}

.nav-top-new li.active>a {
    font-weight: bold;
}

.nav-top-new li.active>a::after {
    content: '';
    display: block;
    min-width: 1.08rem;
    width: 100%;
    height: .1rem;
    background-color: #2E6BFC;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav-top-new .nav-child {
    display: none;
    flex-wrap: wrap;
    width: 100%;
    height: 1rem;
    background-color: #fff;
    padding: .3rem;
    text-align: left !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.07);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
}
.nav-top-new .nav-child span:hover{
    font-weight: bold;
    color: #333333;
}
.nav-top-new .nav-child1{
    padding: .2rem .3rem;
}
.nav-top-new .nav-child1 a{
    /* margin-right: .2rem; */
    color: #666666;
    font-size: .28rem;
    font-weight: 400;
    /* font-weight: lighter; */
}
.nav-top-new .nav-child2{
    height: 1.1rem;
    padding: .3rem .3rem;
}
.nav-top-new .nav-child2 a{
    display: block;
    width: 1.12rem;
    color: #666666;
    font-size: .28rem;
    font-weight: 400;
}
.nav-top-new .nav-child2 a:nth-child(n+2):nth-child(-n+4){
    margin-left: .80rem;
}
/* .nav-top-new .nav-child2 a:last-child {
    margin-top: .15rem;
  } */
  .nav-top-new .nav-child3{
    /* height: 1.57rem; */
    height: 1.1rem;
    padding: .2rem .3rem;
  }
.nav-top-new .nav-child3 a{
    display: block;
    /* width: 1.4rem; */
    color: #666666;
    font-size: .28rem;
    font-weight: 400;
}
.nav-top-new .nav-child3 a:nth-child(n+2):nth-child(-n+4){
    margin-left: .70rem;
    /* width: 1.12rem; */
}


.nav-top-new li:hover .nav-child,
.nav-top-new li:active .nav-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* .nav-top-new .nav-child>a {
    display: block;
    font-size: .26rem;
    color: #666;
    padding: .1rem 0;
    font-weight:400;
} */
.has-child>div>.active{
    font-weight: 600;
}
.nav-top-new .nav-child>a.active {
    font-weight: bold;
    color: #333333;
}

.tab_header {
    position: fixed;
    top: .87rem;
    z-index: 9999999999 !important;
}

#nav-top-new::-webkit-scrollbar {
    display: none;
}

#nav-top-new {
    scrollbar-width: none;
}

#nav-top-new {
    -ms-overflow-style: none;
}

#nav-top-new {
    overflow-y: hidden;
    overflow-x: scroll;
    flex-wrap: nowrap;
    padding-right: 0;
}

#nav-top-new li {
    margin-right: .5rem;
    flex-shrink: 0;
}

.section-top .home-swiper {
    width: 6.98rem;
    margin: 0.16rem auto 0;
}

.section-top .home-swiper .swiper-slide {
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    border-radius: 0.1rem;
    overflow: hidden;
}

.section-top .home-swiper .goBtn {
    width: 2.32rem;
    height: .68rem;
    position: absolute;
    margin-top: 2rem;
    margin-left: .3rem;
    background: linear-gradient(2deg, #FFFAF0, #D4A47C);
    border-radius: .34rem;
    text-align: center;
    line-height: .68rem;
    color: #1D2843;
    font-size: .3rem;
    cursor: pointer;
    display: block;
}

.section-top .home-swiper .goBtn a:hover {
    color: #FFF;
}

.section-top .home-swiper img {
    width: 6.98rem;
}

.section-top .home-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    transform: scale(1);
}

.section-top .home-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.26rem;
    height: 0.1rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 0.05rem;
}

.section-top .activity-banner {
    width: 6.97rem;
    height: 1.2rem;
    margin: 0 auto;
}

.section-introduce {
    padding: 0.56rem 0 0.46rem;
}

.section-introduce .title {
    font-size: 0.38rem;
    font-weight: bold;
    color: rgba(29, 40, 67, 1);
    text-align: center;
}

.section-introduce .subtitle {
    font-size: 0.24rem;
    color: rgba(138, 136, 154, 1);
    text-align: center;
    margin-top: 0.25rem;
}

.section-introduce ul {
    margin-top: 0.38rem;
    background: #fefeff;
}

.section-introduce ul li {
    width: 7.5rem;
    /* height:6.38rem; */
    border-radius: 0.6rem;
    margin-bottom: 0.12rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    padding: 0.3rem 0 0.59rem;
}

.section-introduce ul li:nth-of-type(1) {
    background: linear-gradient(0deg,
            rgba(255, 255, 255, 1),
            rgba(250, 251, 255, 1));
}

.section-introduce ul li:nth-of-type(2) {
    background: linear-gradient(0deg,
            rgba(255, 255, 255, 1),
            rgba(255, 251, 248, 1));
}

.section-introduce ul li:nth-of-type(3) {
    background: linear-gradient(0deg,
            rgba(255, 255, 255, 1),
            rgba(250, 251, 255, 1));
}

.section-introduce ul li:nth-of-type(4) {
    background: linear-gradient(0deg,
            rgba(255, 255, 255, 1),
            rgba(255, 251, 248, 1));
}

.section-introduce ul li img {
    width: 3.1rem;
    margin: 0 auto;
    display: block;
}

.section-introduce ul li .tit {
    font-size: 0.28rem;
    color: rgba(29, 40, 67, 1);
    text-align: center;
    font-weight: 500;
}

.section-introduce ul li .subtit {
    text-align: center;
    font-size: 0.24rem;
    color: rgba(138, 136, 154, 1);
    margin-top: 0.34rem;
}

.section-introduce ul li button {
    margin: 0.41rem auto 0;
}

.section-introduce ul li button span {
    font-size: 0.28rem;
    color: rgba(51, 97, 231, 1);
}

.section-introduce ul li button i {
    display: block;
    width: 0.5rem;
    height: 0.3rem;
    background: url(//static.biturl.cc/static/m.biturl.cc/images/home-icon.png);
    background-repeat: no-repeat;
    background-position: -1.45rem -0.81rem;
    background-size: 2.6rem auto;
    margin-left: 0.14rem;
}

.section-introduce ul li .line {
    width: 6.36rem;
    height: 0.01rem;
    border-bottom: 1px solid rgba(29, 40, 67, 0.2);
    margin: 0.56rem auto 0;
}

.section-introduce ul li .tips {
    width: 6.59rem;
    height: 0.84rem;
    background: linear-gradient(90deg,
            rgba(62, 112, 255, 1) 0%,
            rgba(27, 49, 220, 1) 100%);
    border-radius: 0.42rem;
    margin: 0.27rem auto 0;
}

.section-introduce ul li .tips span {
    font-size: 0.3rem;
    font-weight: 300;
    color: rgba(250, 251, 255, 1);
}

.section-introduce ul li .tips i {
    display: block;
    width: 0.5rem;
    height: 0.3rem;
    background: url(//static.biturl.cc/static/m.biturl.cc/images/home-icon.png);
    background-repeat: no-repeat;
    background-position: -1.6rem -1.3rem;
    background-size: 2.6rem auto;
    margin-left: 0.14rem;
}

.section-case {
    width: 7.5rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    padding: 0.6rem 0rem 0;
}

.section-case .nav {
    padding: 0 1.06rem;
    margin-top: 0.44rem;
}

.section-case .nav li {
    font-size: 0.26rem;
    font-weight: 300;
    color: rgba(138, 136, 154, 1);
    width: 1.2rem;
    text-align: center;
}

.section-case .nav li.active {
    /* font-size:.3rem; */
    font-weight: 600;
    color: rgba(29, 40, 67, 1);
}

.section-case .nav li.active span {
    position: relative;
}

.section-case .nav li.active span::before {
    content: "";
    display: block;
    width: 50%;
    height: 0.06rem;
    background: rgba(51, 97, 231, 1);
    position: absolute;
    bottom: -0.07rem;
    left: 50%;
    border-radius: 0 0.2rem 0.2rem 0;
    animation: myfirst 0.5s;
}

.section-case .nav li.active span::after {
    content: "";
    display: block;
    width: 50%;
    height: 0.06rem;
    background: rgba(51, 97, 231, 1);
    position: absolute;
    bottom: -0.07rem;
    right: 50%;
    border-radius: 0.2rem 0 0 0.2rem;
    animation: myfirst 0.5s;
}

@keyframes myfirst {
    0% {
        width: 0;
    }

    /* 50%{
          width: 25%;
      } */
    100% {
        width: 50%;
    }
}

.section-case .title {
    font-size: 0.38rem;
    font-weight: bold;
    color: rgba(29, 40, 67, 1);
    text-align: center;
}

.section-case ul li .case-img {
    width: 5.9rem;
    display: block;
    margin: 0 auto;
}

.section-case ul {
    margin-top: 0.56rem;
}

.section-case ul li {
    display: none;
}

.section-case ul .info {
    width: 7.5rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    padding: 0.33rem 1.31rem;
}

.section-case ul .info img {
    width: 3rem;
    display: block;
    margin: 0 auto;
}

.section-case ul .info p {
    font-size: 0.24rem;
    color: rgba(138, 136, 154, 1);
    margin-top: 0.24rem;
}

.section-evaluate {
    padding: 0.38rem 0 0.26rem;
    background-color: #fff;
}

.section-evaluate .title {
    font-size: 0.38rem;
    font-weight: 400;
    color: rgba(29, 40, 67, 1);
    text-align: center;
}

.section-evaluate .evaluate-swiper {
    width: 6.97rem;
    height: 4.32rem;
    background: rgba(245, 247, 255, 1);
    border-radius: 0.1rem;
    margin-top: 0.3rem;
    box-shadow: 0px 0px .2rem 0px rgba(109, 119, 153, 0.2);
}

.section-evaluate .evaluate-swiper .swiper-slide {
    padding: 0.49rem 0.43rem;
}

.section-evaluate .evaluate-swiper .tit {
    padding-bottom: 0.19rem;
    border-bottom: 1px solid rgba(138, 136, 154, 0.2);
}

.section-evaluate .evaluate-swiper .tit img {
    height: 0.28rem;
}

.section-evaluate .evaluate-swiper .tit span {
    font-size: 0.3rem;
    font-weight: bold;
    color: rgba(29, 40, 67, 1);
}

.section-evaluate .evaluate-swiper .evaluate-info {
    font-size: 0.24rem;
    color: rgba(138, 136, 154, 1);
    padding-top: 0.17rem;
}

.section-evaluate .evaluate-swiper .subtit {
    font-size: 0.26rem;
    font-weight: bold;
    color: rgba(29, 40, 67, 1);
    margin-top: 0.43rem;
}

.section-evaluate .evaluate-swiper ul {
    margin-top: 0.19rem;
}

.section-evaluate .evaluate-swiper ul ol {
    height: 0.46rem;
    background: rgba(51, 97, 231, 1);
    border-radius: 0.23rem;
    padding: 0 0.14rem;
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 1);
    line-height: 0.46rem;
    margin-right: 0.3rem;
}

.section-evaluate .evaluate-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    transform: scale(1);
    border: 1px solid #1f2e49;
}

.section-evaluate .evaluate-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.12rem;
    height: 0.12rem;
    background: #1f2e49;
    border-radius: 50%;
}

.section-teamwork {
    width: 7.5rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    padding: 0.58rem 0.18rem 0.29rem;
}

.section-teamwork .title {
    font-size: 0.38rem;
    font-weight: bold;
    color: rgba(29, 40, 67, 1);
    text-align: center;
    margin-bottom: 0.45rem;
}

.section-figureout {
    width: 7.5rem;
    height: 5.98rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/bg-figureout.jpg);
    background-size: 7.5rem auto;
    margin-top: 0.46rem;
    padding: 0.7rem 0;
}

.section-figureout .title {
    font-size: 0.38rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.section-figureout .info {
    padding: 0 1.05rem;
    margin-top: 0.7rem;
}

.section-figureout .info ul li p {
    font-size: 0.5rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

.section-figureout .info ul li span {
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 1);
    display: block;
    text-align: center;
    margin-top: 0.15rem;
    opacity: 0;
}

.section-figureout .info .tips {
    font-size: 0.26rem;
    color: rgba(255, 255, 255, 1);
    line-height: 0.36rem;
    margin-top: 0.3rem;
    text-align: center;
}

.section-figureout .info button {
    width: 3.82rem;
    height: 0.65rem;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 0.1rem;
    margin: 0.67rem auto 0;
    display: block;
    font-size: 0.3rem;
    color: rgba(255, 255, 255, 1);
}

.section-cms {
    margin-top: 0.45rem;
}

.section-cms li {
    height: 2.39rem;
    background-size: 7.5rem 2.39rem;
    margin-bottom: 0.15rem;
    position: relative;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
}

.section-cms li:nth-of-type(1) {
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/bg-cms1.jpg);
}

.section-cms li:nth-of-type(2) {
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/bg-cms2.jpg);
}

.section-cms li:nth-of-type(3) {
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/bg-cms3.jpg);
}

.section-cms li:nth-of-type(1) .left {
    position: absolute;
    top: 0.45rem;
    left: 0.45rem;
}

.section-cms li:nth-of-type(2) .right {
    position: absolute;
    top: 0.25rem;
    right: 0.45rem;
}

.section-cms li:nth-of-type(3) .left {
    position: absolute;
    top: 0.25rem;
    left: 0.45rem;
}

.section-cms li .title span {
    font-size: 0.34rem;
    font-weight: bold;
    color: rgba(29, 40, 67, 1);
    position: relative;
}

.section-cms li .title span::before {
    display: block;
    content: "";
    width: 100%;
    height: 0.04rem;
    background: rgba(29, 40, 67, 1);
    position: absolute;
    bottom: -0.08rem;
    left: 0;
}

.section-cms li .title i {
    display: block;
    width: 0.5rem;
    height: 0.3rem;
    background: url(//static.biturl.cc/static/m.biturl.cc/images/home-icon.png);
    background-repeat: no-repeat;
    background-position: -1rem -1.3rem;
    background-size: 2.6rem auto;
    margin: 0.1rem 0 0 0.14rem;
}

.section-cms li .subtitle {
    font-size: 0.26rem;
    color: rgba(29, 40, 67, 1);
    margin-top: 0.3rem;
}

.section-cms li .info {
    margin-top: 0.15rem;
}

.section-cms li .timer i {
    display: block;
    width: 0.3rem;
    height: 0.2rem;
    background: url(//static.biturl.cc/static/m.biturl.cc/images/home-icon.png);
    background-repeat: no-repeat;
    background-position: -0rem -1.01rem;
    background-size: 2rem auto;
}

.section-cms li .timer span {
    font-size: 0.2rem;
    color: rgba(138, 136, 154, 1);
}

.section-cms li .timer {
    margin-left: 0.49rem;
}

.section-cms li .reader i {
    display: block;
    width: 0.3rem;
    height: 0.2rem;
    background: url(//static.biturl.cc/static/m.biturl.cc/images/home-icon.png);
    background-repeat: no-repeat;
    background-position: -0.38rem -1.01rem;
    background-size: 2rem auto;
}

.section-cms li .reader span {
    font-size: 0.2rem;
    color: rgba(138, 136, 154, 1);
}

.section-cms li:nth-of-type(2) .right .title {
    width: 2.2rem;
}

.section-cms li:nth-of-type(2) .right .title i {
    margin-left: 0;
    margin-right: 0.14rem;
    background: url(//static.biturl.cc/static/m.biturl.cc/images/icon-arrows-left.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.4rem auto;
}

.section-cms li:nth-of-type(2) .right .subtitle {
    text-align: right;
}

.section-top .set-swiper {
    width: 6.98rem;
    margin: 0.16rem auto;
}

.section-top .set-swiper .swiper-slide {
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    overflow: hidden;
    border-radius: 0.1rem;
}

.section-top .set-swiper img {
    width: 6.98rem;
}

.section-top .set-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    transform: scale(1);
}

.section-top .set-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.26rem;
    height: 0.1rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 0.05rem;
}

.section-set {
    padding: 0.4rem 0.26rem 0.46rem;
}

.section-set .nav p {
    width: 1rem;
    height: 1rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0.08rem 0.2rem 0px rgba(27, 77, 203, 0.12);
    border-radius: 50%;
}

.section-set .nav p img {
    width: 0.65rem;
    height: 0.65rem;
}

.section-set .nav span {
    font-size: 0.24rem;
    color: rgba(138, 136, 154, 1);
    text-align: center;
    display: block;
    margin-top: 0.21rem;
}

.section-set ul li {
    width: 6.98rem;
    height: 3.34rem;
    background: linear-gradient(0deg,
            rgba(255, 255, 255, 1),
            rgba(250, 251, 255, 1));
    border-radius: 0.1rem;
    box-shadow: 0px 0.08rem 0.2rem 0px rgba(27, 77, 203, 0.12);
    margin-top: 0.46rem;
    padding: 0.4rem 0.26rem;
}

.section-set ul li img {
    width: 2.56rem;
}

.section-set ul li .right {
    width: 3.4rem;
}

.section-set ul li .right p {
    font-size: 0.28rem;
    font-weight: 500;
    color: rgba(29, 40, 67, 1);
    text-align: center;
    display: inline-block;
}

.section-set ul li .right span {
    font-size: 0.24rem;
    color: rgba(138, 136, 154, 1);
    margin-top: 0.31rem;
    display: block;
    line-height: 0.36rem;
    font-weight: 300;
}

.section-set ul li .right button {
    font-size: 0.26rem;
    font-weight: 500;
    color: rgba(51, 97, 231, 1);
    display: block;
    margin: 0.2rem auto 0;
}

.section-set ul li .right p i {
    position: absolute;
    width: 0.51rem;
    height: 0.36rem;
    background: rgba(255, 200, 58, 1);
    border-radius: 0.1rem;
    font-size: 0.2rem;
    font-weight: 600;
    font-style: italic;
    color: rgba(255, 255, 255, 1);
    line-height: 0.4rem;
    text-shadow: 0px 1px 0px rgba(62, 112, 254, 0.31);
    text-align: center;
    display: block;
    border-radius: 0.1rem 0.1rem 0.1rem 0;
    right: -0.51rem;
    top: -0.25rem;
}

.section-selected-case {
    padding: 0.6rem 0 0.56rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
}

.section-selected-case .title {
    font-size: 0.38rem;
    font-weight: bold;
    color: rgba(29, 40, 67, 1);
    text-align: center;
}

.section-selected-case li .top {
    padding: 0.53rem 0.3rem 0 0.87rem;
}

.section-selected-case li .top .info {
    width: 2.86rem;
}

.section-selected-case li .top img {
    width: 3.27rem;
}

.section-selected-case li .top .tit {
    font-size: 0.3rem;
    font-weight: 600;
    color: rgba(29, 40, 67, 1);
    margin-top: 0.1rem;
}

.section-selected-case li .top p {
    margin-top: 0.4rem;
    font-size: 0.26rem;
    color: rgba(29, 40, 67, 1);
}

.section-selected-case li .top span {
    font-size: 0.26rem;
    color: rgba(138, 136, 154, 1);
    margin-top: 0.16rem;
    display: block;
}

.section-selected-case li .bottom {
    width: 7.5rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    padding: 0.33rem 0.88rem;
}

.section-selected-case li .bottom img {
    width: 3rem;
    display: block;
    margin: 0 auto;
}

.section-selected-case li .bottom p {
    font-size: 0.24rem;
    color: rgba(138, 136, 154, 1);
    margin-top: 0.24rem;
    line-height: 0.36rem;
}

.section-selected-case button {
    width: 6.98rem;
    height: 0.88rem;
    background: rgba(51, 97, 231, 1);
    border-radius: 0.1rem;
    font-size: 0.3rem;
    color: rgba(255, 255, 255, 1);
    display: block;
    margin: 0.55rem auto 0;
}

.section-personage-evaluate {
    width: 7.5rem;
    height: 5.14rem;
    background: linear-gradient(0deg,
            rgba(255, 255, 255, 1),
            rgba(250, 251, 255, 1));
    padding: 0.37rem 0 0;
    margin-bottom: 0.46rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
}

.section-personage-evaluate .title {
    font-size: 0.38rem;
    font-weight: bold;
    color: rgba(29, 40, 67, 1);
    text-align: center;
}

.section-personage-evaluate img {
    width: 6rem;
    margin: 0.4rem auto;
    display: block;
}

.section-toolset {
    width: 7.5rem;
    background: linear-gradient(0deg,
            rgba(255, 255, 255, 1),
            rgba(250, 251, 255, 1));
    border-radius: 0.6rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    padding: 0.28rem 0.26rem 0.68rem;
}

.section-toolset .nav {
    padding: 0 0.2rem 0.2rem;
    border-bottom: 1px solid rgba(138, 136, 154, 0.2);
}

.section-toolset .nav li {
    padding: 0 .3rem;
    height: .56rem;
    font-size: 0.32rem;
    color: rgba(137, 135, 153, 1);
    text-align: center;
    line-height: .56rem;
}

.section-toolset .nav i {
    display: block;
    width: 2px;
    height: 0.28rem;
    border-left: 2px solid rgba(137, 135, 153, 1);
    opacity: 0.5;
}

.section-toolset .nav li.active {
    height: 0.56rem;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(165, 183, 230, 1);
    border-radius: 0.28rem;
    line-height: 0.56rem;
    font-size: 0.32rem;
    font-weight: 600;
    color: rgba(29, 39, 67, 1);
}

/* .section-toolset .nav li.active +i{
    display: none;
} */
.section-toolset .nav li span {
    position: absolute;
    width: 0.51rem;
    height: 0.36rem;
    background: rgba(255, 200, 58, 1);
    border-radius: 0.1rem;
    font-size: 0.2rem;
    font-weight: 600;
    font-style: italic;
    color: rgba(255, 255, 255, 1);
    line-height: 0.4rem;
    text-shadow: 0px 1px 0px rgba(62, 112, 254, 0.31);
    text-align: center;
    display: block;
    border-radius: 0.1rem 0.1rem 0.1rem 0;
    right: 2.5rem;
    top: -.28rem;
}

/* .section-toolset ul {
    margin-top: 0.2rem;
} */

.section-toolset ul li {
    display: none;
}

.section-toolset ul li.single textarea {
    width: 100%;
    height: 1.5rem;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(165, 183, 230, 1);
    border-radius: 0.1rem;
    padding: 0.2rem;
}

.section-toolset ul li.single .term {
    margin-top: 0.35rem;
}

.section-toolset ul li.single .termName {
    font-size: 0.28rem;
    color: rgba(29, 40, 67, 1);
    margin-right: 0.2rem;
}

.section-toolset ul li.single .term_select {
    display: inline-block;
    vertical-align: middle;
    width: 1.5rem;
    height: 0.4rem;
    color: #777777;
    outline: none;
    background-color: #fff;
    border: 1px solid #a5b8e6;
    border-radius: 0.06rem;
    padding-left: 0.1rem;
    cursor: pointer;
    font-size: 0.26rem;
}

.section-toolset ul li button {
    width: 100%;
    height: 0.88rem;
    background: rgba(51, 97, 231, 1);
    border-radius: 0.1rem;
    font-size: 0.3rem;
    color: rgba(255, 255, 255, 1);
}

.section-toolset ul li .generateAfter ol {
    position: relative;
    width: 3.54rem;
    margin: 0 auto;
}

.section-toolset ul li .generateAfter ol p {
    width: 3.54rem;
    height: 0.46rem;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(165, 184, 230, 1);
    border-radius: 0.1rem;
    font-size: 0.26rem;
    color: rgba(29, 40, 67, 1);
    text-align: center;
    line-height: 0.4rem;
}

.section-toolset ul li .generateAfter ol span {
    font-size: 0.32rem;
    font-weight: 600;
    color: rgba(29, 40, 67, 1);
    position: absolute;
    right: -0.96rem;
    top: 0.03rem;
}

.section-toolset ul li .generateAfter ol:nth-of-type(2) {
    margin-top: 0.35rem;
}

.section-toolset ul li .generateAfter ol img {
    width: 1.71rem;
    height: 1.71rem;
}

.section-toolset ul li .generateAfter ol:nth-of-type(2) span {
    top: 0.7rem;
}

.section-toolset ul li.multi img {
    width: 3.02rem;
    display: block;
    margin: 0 auto;
}

.section-toolset ul li.multi .tips {
    font-size: 0.28rem;
    color: rgba(29, 40, 67, 1);
    text-align: center;
    margin-top: 0.32rem;
}

.section-toolset ul li.api .tit {
    font-size: 0.26rem;
    font-weight: 500;
    color: rgba(29, 40, 67, 1);
    padding: 0 0.2rem;
}

.section-toolset ul li.api img {
    width: 3.02rem;
    display: block;
    margin: 0 auto;
}

.section-toolset ul li.api .tips {
    font-size: 0.28rem;
    color: rgba(29, 40, 67, 1);
    padding: 0 0.2rem;
    margin-top: 0.22rem;
}

.section-toolset ul li.api .tips a {
    color: #3361e7;
}

.section-toolset ul li.api ol {
    width: 100%;
    padding: 0 0.2rem;
    margin-top: 0.13rem;
}

.section-toolset ul li.api ol p {
    color: #1e2844;
    font-size: 0.26rem;
    font-weight: 500;
}

.section-toolset ul li.api ol span {
    font-size: 0.26rem;
    color: rgba(138, 136, 154, 1);
    display: inline-block;
    margin-top: 0.05rem;
    word-wrap: break-word;
}

.section-toolset ul li.api ol .copy {
    width: 1.4rem;
    height: 0.53rem;
    background: rgba(30, 40, 68, 1);
    border-radius: 0.1rem;
    font-size: 0.26rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 0.5rem;
}

.section-toolset ul li.api ol:first-of-type {
    margin-top: 0.1rem;
}

.section-toolset ul li.batch img {
    width: 6.98rem;
    box-shadow: 0px 0.08rem 0.2rem 0px rgba(27, 77, 203, 0.12);
    border-radius: 0.2rem;
}

.section-toolset ul li.batch .tips {
    width: 5.85rem;
    font-size: 0.28rem;
    color: rgba(30, 40, 68, 1);
    margin: 0 auto;
    margin-top: 0.37rem;
}

.section-toolset ul li.batch .tips span {
    color: #3462e7;
}

.section-toolset ul li.singleQr .creatBefore .qrType p {
    font-size: 0.28rem;
    color: rgba(29, 39, 67, 1);
}

.section-toolset ul li.singleQr .creatBefore .qrType .doname-list ol {
    color: #096dde;
    font-size: 0.28rem;
    margin-right: 0.2rem;
}

.section-toolset ul li.singleQr .creatBefore .qrType .doname-list ol label {
    cursor: pointer;
}

.section-toolset ul li.singleQr .creatBefore .qrType .doname-list .radio-input {
    margin-right: 5px;
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 50%;
    vertical-align: -5%;
    background-color: #ffffff;
    cursor: pointer;
    border: 1px solid #a5b7e6;
}

.section-toolset ul li.singleQr .creatBefore .qrType .radio-input:checked::before {
    content: "";
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    background: #1d2843;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-toolset ul li.singleQr .creatBefore .qrType span {
    margin: 0;
    font-size: 0.26rem;
    color: #1d2743;
}

.section-toolset ul li.singleQr .creatBefore .qrTool .titTool {
    margin-top: 0.38rem;
}

.section-toolset ul li.singleQr .creatBefore .qrTool .titTool ol {
    font-size: 0.3rem;
    color: rgba(137, 135, 153, 1);
    margin-right: 0.64rem;
}

.section-toolset ul li.singleQr .creatBefore .qrTool .titTool ol.active {
    font-weight: 600;
    color: rgba(29, 39, 67, 1);
    position: relative;
}

.section-toolset ul li.singleQr .creatBefore .qrTool .titTool ol.active::before {
    display: block;
    content: "";
    width: 100%;
    height: 0.05rem;
    background: rgba(29, 40, 67, 1);
    position: absolute;
    bottom: -0.1rem;
    left: 0;
}

.section-toolset ul li.singleQr .creatBefore .qrTool textarea {
    width: 6.98rem;
    height: 1.5rem;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(165, 183, 230, 1);
    border-radius: 0.1rem;
    resize: none;
    padding: 0.11rem 0.15rem;
}

.section-toolset ul li.singleQr .creatAfter {
    padding: 0.17rem 0.9rem 0;
}

.section-toolset ul li.singleQr .creatAfter .qrType {
    font-size: 0.32rem;
    font-weight: 600;
    color: rgba(29, 39, 67, 1);
}

.section-toolset ul li.singleQr .creatAfter .qrDwz {
    margin-top: 0.25rem;
}

.section-toolset ul li.singleQr .creatAfter .qrDwz p {
    font-size: 0.32rem;
    font-weight: 600;
    color: rgba(29, 39, 67, 1);
}

.section-toolset ul li.singleQr .creatAfter .qrDwz span {
    width: 3.54rem;
    height: 0.46rem;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(165, 183, 230, 1);
    border-radius: 0.1rem;
    text-align: center;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 0.4rem;
    padding: 0 0.2rem;
}

.section-toolset ul li.singleQr .creatAfter .qrcode {
    width: 1.75rem;
    height: 1.75rem;
    border: 1px solid rgba(165, 183, 230, 1);
    display: block;
    margin: 0.44rem auto 0;
}

.section-toolset ul li.singleQr .creatAfter .qrcode .download-btn {
    width: 1.8rem;
    height: 0.5rem;
    /* background: rgba(51,97,231,1); */
    border-radius: 0.1rem;
    font-size: 0.3rem;
    color: rgba(51, 97, 231, 1);
    line-height: 0.5rem;
    text-align: center;
    position: absolute;
    top: 0.5rem;
    right: -2.1rem;
}

.section-toolset ul li.singleQr .creatAfter button {
    width: 2.5rem;
    height: 0.6rem;
}

/* .section-toolset ul li.qrCard{

} */
.section-toolset ul li.qrCard .left {
    width: 2.8rem;
}

.section-toolset ul li.qrCard .qrCard-introduce {
    width: 3.27rem;
}

.section-toolset ul li.qrCard .left .info {
    font-size: 0.24rem;
    color: rgba(29, 39, 67, 1);
    line-height: 0.42rem;
    height: 3rem;
}

.section-toolset ul li.qrCard .left img {
    width: 1.81rem;
    display: block;
    margin: 0 auto 0;
}

.section-toolset ul li.qrCard .left p {
    font-size: 0.28rem;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    margin-top: 0.15rem;
}

.section-toolset ul li.qrCard .left span {
    display: block;
    font-size: 0.2rem;
    color: #898799;
    text-align: center;
    margin-top: 0.05rem;
}

.section-toolset ul li.huoma .left {
    width: 2.8rem;
}

.section-toolset ul li.huoma .qrCard-introduce {
    width: 3.27rem;
}

.section-toolset ul li.huoma .left .info {
    font-size: 0.24rem;
    color: rgba(29, 39, 67, 1);
    line-height: 0.42rem;
    height: 3rem;
}

.section-toolset ul li.huoma .left img {
    width: 1.81rem;
    display: block;
    margin: 0 auto 0;
}

.section-toolset ul li.huoma .left p {
    font-size: 0.28rem;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    margin-top: 0.15rem;
}

.section-toolset ul li.huoma .left span {
    display: block;
    font-size: 0.2rem;
    color: #898799;
    text-align: center;
    margin-top: 0.11rem;
}

.section-toolset ul li.dataAnalysis .tit {
    font-size: 0.28rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    text-align: center;
}

.section-toolset ul li.dataAnalysis img {
    width: 6.37rem;
    display: block;
    margin: 0.44rem auto 0;
}

.section-toolset ul li.dataAnalysis .info {
    padding: 0 0.25rem;
    margin-top: 0.56rem;
}

.section-toolset ul li.dataAnalysis .info ol {
    margin-bottom: 0.05rem;
}

.section-toolset ul li.dataAnalysis .info p {
    font-weight: 500;
    font-size: 0.24rem;
    color: rgba(30, 40, 68, 1);
}

.section-toolset ul li.dataAnalysis .info span {
    font-size: 0.24rem;
    color: rgba(30, 40, 68, 1);
}

.section-toolset ul li.jump .tit {
    padding: 0 1rem;
}

.section-toolset ul li.jump .tit span {
    font-size: 0.28rem;
    font-weight: 500;
    color: rgba(29, 40, 67, 1);
}

.section-toolset ul li.jump .tit i {
    display: block;
    width: 0.77rem;
    height: 1px;
    border-bottom: 1px solid #1d2843;
}

.section-toolset ul li.jump .info {
    margin-top: 0.41rem;
}

.section-toolset ul li.jump .info ol {
    width: 2rem;
}

.section-toolset ul li.jump .info p {
    font-size: 0.26rem;
    color: rgba(29, 40, 67, 1);
    text-align: center;
}

.section-toolset ul li.jump .info span {
    display: block;
    font-size: 0.22rem;
    color: #8a889a;
    text-align: center;
    margin-top: 0.2rem;
}

.section-toolset ul li.jump .info img {
    width: 1.3rem;
    display: block;
    margin: 0.31rem auto 0;
}

.section-toolset ul li .generateAfter button {
    width: 2.5rem;
    height: 0.6rem;
}

.section-buy {
    padding-top: 0.19rem;
}

.section-buy .banner {
    width: 100%;
    margin: 0 auto;
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
}

.section-buy .bg-banner {
    width: 100%;
    height: 4.94rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/bg-newTitle.png);
    background-size: 100% 100%;
    padding: .83rem .62rem;
}

.section-buy .bg-banner p {
    font-weight: 500;
    color: #FFFFFF;
    font-size: .28rem;
    margin-bottom: .18rem;
}

.section-buy .bg-banner span {
    font-weight: 500;
    color: #b3bfd7;
    line-height: .4rem;
    font-size: .24rem;
}

.section-buy .banner .comeOn {
    width: 2.18rem;
    height: .67rem;
    background: linear-gradient(180deg, #E4C08B, #C6A170);
    border-radius: .34rem;
    font-weight: bold;
    font-size: .26rem;
    color: #FFFFFF;
    position: absolute;
    top: 2.9rem;
    left: 36%;
    text-align: center;
    line-height: .67rem;
}

.section-buy table {
    width: 6.99rem;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0.2rem auto 0;
    background: linear-gradient(135deg, #FFF8EF 0%, #FFEBD2 100%);
    box-shadow: 0rem .03rem .23rem .01rem rgba(0, 0, 0, 0.0600);
    border-radius: .3rem .3rem .3rem .3rem;
    overflow: hidden;
}

.section-buy table thead {
    /* background-color: #fff; */
}

.section-buy table thead th {
    font-size: 0.3rem;
    color: rgba(73, 73, 73, 1);
    text-align: center;
    height: 0.62rem;
    border: 0.5px solid #c6c0b7;
    border-left: none;
}

.section-buy thead th:nth-last-child(1) {
    border-right: none;
}

.section-buy table tbody tr {
    height: .8rem;
}

.section-buy table tbody tr:nth-last-child(1) td {
    border-bottom: none;
}

.section-buy table thead th img {
    /*width: 0.7rem;*/
    height: 0.7rem;
    display: block;
    margin: 0.23rem auto 0;
}

/* .section-buy thead th:nth-child(1){
    border-right: 0.5px solid #c6c0b7;
}
.section-buy thead th:nth-child(2){
    border-right: 0.5px solid #c6c0b7;
} */
.section-buy table thead th span {
    display: block;
    text-align: center;
    margin: 0.08rem auto 0.15rem;
}

.section-buy table td {
    text-align: center;
    border: 0.5px solid #c6c0b7;
    border-left: none;
}

.section-buy table td:nth-last-child(1) {
    border-right: none;
}

/* .section-buy table td:nth-child(1){
    border-right: 0.5px solid #c6c0b7;
}
.section-buy table td:nth-child(2){
    border-right: 0.5px solid #c6c0b7;
} */

.section-buy table tbody td {
    width: 6.8rem;
    /* padding: 0.3rem 0.05rem; */
    word-break: break-all;
    font-size: 0.28rem;
    color: #1d2843;
}

.section-buy table tbody td img {
    width: 16px;
    height: 16px;
    position: inherit;
}

.section-buy table tbody tr td:first-of-type {
    font-weight: 500;
    color: #1d2843;
}

.section-buy .tips {
    position: absolute;
    width: 1.21rem;
    height: 0.36rem;
    background: #ffc83a;
    border-radius: 0.16rem 0.16rem 0 0.16rem;
    text-align: center;
    font-size: 0.24rem;
    color: #ffffff;
    text-shadow: 0px 0px 4px rgba(18, 59, 93, 0.38);
    line-height: 0.36rem;
    left: 1.2rem;
    top: -0.18rem;
}

.section-buy .overlay-package {
    width: 7.5rem;
    /* height: 7.41rem; */
    background: linear-gradient(0deg, #ffffff, #f2f5ff);
    border-radius: 0.6rem;
    margin-top: 0.9rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    padding: 0.55rem 0.26rem;
}

.section-buy .overlay-package .title {
    font-size: 0.36rem;
    font-weight: 600;
    color: #1d2843;
    text-align: center;
}

.section-buy .overlay-package .subtitle {
    font-size: 0.24rem;
    color: #1d2843;
    text-align: center;
    margin-top: 0.24rem;
    padding-bottom: 0.39rem;
    border-bottom: 1px solid rgba(138, 136, 154, 0.2);
}

.section-buy .overlay-package .nav {
    font-size: .32rem;
    font-weight: 600;
    color: #1D2843;
    border-left: 3px solid #121C3A;
    padding-left: 7px;
    margin-top: .42rem;
    position: relative;
}

.section-buy .overlay-package .nav li {
    width: 2.41rem;
    height: 0.56rem;
    text-align: center;
    font-size: 0.32rem;
    color: #8a889a;
    line-height: 0.56rem;
}

.section-buy .overlay-package .nav li.active {
    background: #ffffff;
    border: 1px solid #a5b8e6;
    border-radius: 28px;
    font-weight: 600;
    color: #1d2843;
}

.section-buy .overlay-package ul {
    margin-top: 0.39rem;
}

.section-buy .overlay-package ul li {
    width: 6.98rem;
    /*display: none;*/
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
}

.section-buy .overlay-package ul li img {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.section-buy .overlay-package ul li .info {
    position: absolute;
    width: 4rem;
    z-index: 101;
    top: .6rem;
    left: 2.2rem;
}

.section-buy .overlay-package ul li .info p {
    font-size: .3rem;
    color: #1D2843;
    margin-bottom: .1rem;
    font-weight: 600;
}

.section-buy .overlay-package ul li .info span {
    font-weight: 600;
}

.section-buy .overlay-package ul .tit {
    font-size: .32rem;
    font-weight: 600;
    color: #1D2743;
    margin: .52rem 0 .24rem;
}

.section-buy .overlay-package .nav p {
    font-weight: 400;
    background: #FFC739;
    border-radius: .1rem .1rem .1rem 0;
    padding: 0 .1rem;
    font-size: .22rem;
    color: #1D2743;
    line-height: .45rem;
    margin-left: .31rem;
    position: absolute;
    left: .95rem;
    width: 1.51rem;
    height: .47rem;
    line-height: .47rem;
    font-size: .24rem;
    top: -0.1rem;
}

.section-buy .domain-lease {
    width: 7.5rem;
    border-radius: .6rem;
    background: linear-gradient(0deg, #FFFFFF, #F2F4FF);
    box-shadow: 0px .1rem .16rem 0px rgba(44, 42, 69, 0.1);
    padding: .7rem .26rem .35rem;
    margin-top: .6rem;
}

.section-buy .domain-lease .title {
    font-size: 0.38rem;
    font-weight: 600;
    color: #1d2843;
    text-align: center;
}

.section-buy .domain-lease .subtitle {
    font-size: 0.22rem;
    color: #1d2843;
    text-align: center;
    margin-top: 0.2rem;
    padding-bottom: 0.26rem;
    border-bottom: 1px solid rgba(138, 136, 154, 0.2);
}

.section-buy .domain-lease .nav {
    font-size: .32rem;
    font-weight: 600;
    color: #1D2843;
    border-left: 3px solid #121C3A;
    padding-left: 7px;
    margin-top: .42rem;
}

.section-buy .domain-lease .cost-list {
    width: 6.52rem;
    margin: .4rem auto 0;
}

.section-buy .domain-lease .cost-list li {
    width: 2.04rem;
    height: 2.6rem;
    background: linear-gradient(to top, #B5B5B5, #EDEDED);
    border-radius: .1rem;
    padding: 0.02rem;
}

.section-buy .domain-lease .cost-list li .item-container {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: .1rem;
}

.section-buy .domain-lease .cost-list li .item-title {
    width: 100%;
    height: .58rem;
    line-height: .58rem;
    font-size: .32rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    background: linear-gradient(0deg, #3C75EF 0%, #689DF7 100%);
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem;
}

.section-buy .domain-lease .cost-list li .item-content {
    padding-top: .4rem;
}

.section-buy .domain-lease .cost-list li .item-price {
    line-height: 1;
    color: #1D2843;
    font-weight: 600;
    text-align: center;
}

.section-buy .domain-lease .cost-list li .item-price .symbol {
    font-size: .26rem;
    margin-right: 0.04rem;
}

.section-buy .domain-lease .cost-list li .item-price .amount {
    font-size: .48rem;
}

.section-buy .domain-lease .cost-list li .item-price .date {
    font-size: .24rem;
}

.section-buy .domain-lease .cost-list li .item-info {
    font-size: .24rem;
    color: #8A889A;
    text-align: center;
    margin-top: .46rem;
}

.domain-lease .toBuyDomain {
    width: 6.98rem;
    height: 0.88rem;
    background: #3361e7;
    border-radius: 0.1rem;
    margin: 0.5rem auto;
    display: block;
    font-size: 0.3rem;
    color: #ffffff;
}

.section-about .banner {
    width: 7.5rem;
    height: 9.16rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/about-banner.jpg);
    background-size: 7.5rem;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 0 0 0.6rem 0.6rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 1);
}

.section-about .banner video {
    position: absolute;
    width: 6.98rem;
    height: 3.91rem;
    bottom: 1.13rem;
    left: 0.25rem;
    outline: none;
    border-radius: 0.1rem;
}

.section-about .strength {
    width: 6.98rem;
    margin: 0.68rem auto 0;
}

.section-about .strength .title {
    font-size: 0.38rem;
    font-weight: 600;
    color: #1d2843;
    text-align: center;
    margin-bottom: 0.4rem;
}

.section-about .strength img {
    border-radius: 0.38rem;
    overflow: hidden;
}

.section-about .backdrop {
    width: 6.57rem;
    margin: 0.66rem auto 0;
}

.section-about .backdrop .title {
    font-size: 0.38rem;
    font-weight: 600;
    color: #1d2843;
    text-align: center;
    padding-bottom: 0.28rem;
    border-bottom: 1px solid rgba(138, 136, 154, 0.2);
}

.section-about .backdrop .info {
    font-size: 0.26rem;
    color: #1d2843;
    line-height: 0.4rem;
    margin-top: 0.31rem;
}

.section-about .backdrop .info p {
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    font-size: .28rem;
}

.section-about .backdrop .info span {
    display: block;
    text-align: center;
}

.section-about .backdrop .img-backdrop {
    margin-top: 0.53rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    padding: 0.44rem 0.38rem;
}

.section-about .contactUs {
    margin-top: 0.46rem;
    padding: 0.53rem 0.51rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    background: linear-gradient(0deg, #ffffff, #f2f4ff);
    border-radius: 0.6rem;
}

.section-about .contactUs .title {
    font-size: 0.38rem;
    font-weight: 600;
    color: #1d2843;
    text-align: center;
}

.section-about .contactUs .info {
    width: 6.46rem;
    height: 1.06rem;
    background: #95eb67;
    border-radius: 0.53rem;
    font-size: 0.26rem;
    color: #1d2743;
    line-height: 0.35rem;
    text-align: center;
    padding: 0.2rem 0.43rem 0.2rem 0.8rem;
    position: relative;
    margin-top: 0.64rem;
}

.section-about .contactUs .info img {
    position: absolute;
    display: block;
    width: 0.81rem;
    height: 1.34rem;
    top: -0.28rem;
    left: -0.1rem;
    max-width: 0.81rem;
    max-height: 1.34rem;
}

.section-about .contactUs .mode {
    margin-top: 0.48rem;
    padding: 0.44rem 0 0;
    border-top: 1px solid rgba(138, 136, 154, 0.2);
}

.section-about .contactUs .mode ol {
    margin-bottom: 0.1rem;
}

.section-about .contactUs .mode ol span {
    font-size: 0.24rem;
    color: #898799;
}

.section-about .contactUs .mode ol img {
    height: 0.28rem;
    margin-right: 0.08rem;
}

/* ------------------------------------------ */
/* ç¬¬äºŒæœŸ */
.section-buy .buy-table button {
    width: 6.98rem;
    height: 0.88rem;
    background: #3361e7;
    border-radius: 0.1rem;
    margin: 0.5rem auto;
    display: block;
    font-size: 0.3rem;
    color: #ffffff;
}

.section-buy .overlay-package button {
    width: 6.98rem;
    height: 0.88rem;
    background: #3361e7;
    border-radius: 0.1rem;
    margin: 0.5rem auto;
    display: block;
    font-size: 0.3rem;
    color: #ffffff;
}

.section-buy .overlay-package ul li button {
    width: 1.53rem;
    height: .53rem;
    background: #FFC73A;
    border-radius: .1rem;
    font-size: .34rem;
    color: #1D2843;
    margin: 0;
    margin-left: .2rem;
    padding: 0;
    font-weight: 600;
}

.section-buy .vip-rights {
    margin-top: 0.5rem;
}

.section-buy .member-enterprise {
    padding-bottom: 0.2rem;
}

.section-buy .member-enterprise .title {
    font-size: 0.38rem;
    font-weight: bold;
    color: #1d2843;
    text-align: center;
    padding: 0.46rem 0;
}

.section-buy .member-enterprise .enterprise-swiper {
    height: 3.1rem;
}

.section-buy .member-enterprise .enterprise-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: rgba(31, 46, 73, 1);
}

.section-buy .member-enterprise img {
    display: block;
    width: 7.14rem;
    /* height: 2rem; */
    margin: 0 auto;
}

.section-buy .buy-container .choose-card {
    width: 7.5rem;
    height: 9.5rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/bg-choose-card.jpg);
    background-size: 7.5rem auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.section-buy .buy-container .choose-card .title {
    font-size: .36rem;
    font-family: PingFang SC;
    font-weight: 600;
    color: #1D2843;
    padding-top: 1.52rem;
    margin-left: .26rem;
    padding-left: .2rem;
    position: relative;
}

.section-buy .buy-container .choose-card .title i {
    display: block;
    position: absolute;
    width: .07rem;
    height: .33rem;
    background: #1D2843;
    bottom: .08rem;
    left: 0;
}

.section-buy .buy-container .choose-card ul {
    margin-top: 0.3rem;
    padding: 0 0.26rem;
}

.section-buy .buy-container .choose-card ul li {
    width: 2.11rem;
    height: 2.66rem;
    margin-bottom: 0.34rem;
    border-radius: 0.1rem;
    /* overflow: hidden; */
    position: relative;
    transition: .2s;
}

.section-buy .buy-container .choose-card ul li.active {
    transform: scale(1.07);
}

.section-buy .buy-container .choose-card ul li img {
    width: 2.11rem;
    height: 2.66rem;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0.1rem;
}

.tips-recommend {
    position: absolute;
    top: 0;
    right: 0;
    width: .7rem;
    height: .7rem;
    background: red;
    background: url(//static.biturl.cc/static/m.biturl.cc/images/icon-recommend.png);
    background-size: .7rem .7rem;
    background-repeat: no-repeat;
}

.section-buy .buy-container .choose-card ul li input {
    width: 0;
    height: 0;
    opacity: 0;
}

.section-buy .buy-container .choose-card ul li .tips-check {
    width: 0.56rem;
    height: 0.56rem;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/checked-hook.png);
    background-size: 0.56rem;
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}

.section-buy .buy-container .choose-card ul li .tips-exclusive {
    width: 1.39rem;
    height: 0.4rem;
    background: #ffc739;
    border-radius: 0.15rem;
    position: absolute;
    top: -0.2rem;
    left: 0;
    border-radius: 0.15rem 0.15rem 0 0.15rem;
    font-size: 0.26rem;
    font-weight: 500;
    color: #ffffff;
    line-height: 0.4rem;
    text-shadow: 0px 0px 4px rgba(17, 58, 93, 0.38);
    text-align: center;
}

.section-buy .buy-container .choose-payment .title {
    font-size: .36rem;
    font-family: PingFang SC;
    font-weight: 600;
    color: #1D2843;
    text-align: left;
    margin-left: .26rem;
    position: relative;
    padding: .4rem 0 .53rem .2rem;
}

.section-buy .buy-container .choose-payment .title i {
    display: block;
    position: absolute;
    width: .07rem;
    height: .33rem;
    background: #1D2843;
    top: 0.48rem;
    left: 0;
}

.section-buy .buy-container .choose-payment ul {
    margin-left: 0.46rem;
    width: 6.77rem;
    /* height: 2.5rem; */
    border-bottom: 1px solid rgba(137, 135, 153, 0.2);
    padding-bottom: .34rem;
}

.section-buy .buy-container .choose-payment li {
    width: 2.1rem;
    height: .87rem;
    background: #ffffff;
    border-radius: 0.1rem;
    /* padding: 0.22rem 0 0; */
    position: relative;
}

.section-buy .buy-container .choose-payment li.wx-payment {
    border: 1px solid #3fb949;
    margin-right: 0.66rem;
}

.section-buy .buy-container .choose-payment li.zfb-payment {
    border: 1px solid #1195db;
}

.section-buy .buy-container .choose-payment li img {
    width: 1.72rem;
    display: block;
    margin: 0 auto;
}

.section-buy .buy-container .choose-payment ul li input {
    width: 0;
    height: 0;
    opacity: 0;
    display: block;
}

.section-buy .buy-container .choose-payment ul li .buy-mode {
    width: 100%;
    height: 100%;
}

.section-buy .buy-container .choose-payment ul li p {
    width: 100%;
    height: 0.47rem;
    border-radius: 0 0 0.1rem 0.1rem;
    display: block;
    font-size: 0.26rem;
    color: #ffffff;
    line-height: 0.47rem;
    text-align: center;
    margin: 0.17rem 0 0;
}

.section-buy .buy-container .choose-payment ul li.wx-payment p {
    background: #3fb949;
}

.section-buy .buy-container .choose-payment ul li.zfb-payment p {
    background: #1195db;
}

.section-buy .buy-container .choose-payment ul li i {
    width: 0.56rem;
    height: 0.56rem;
    position: absolute;
    right: -2px;
    bottom: -2px;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/checked-hook.png);
    background-size: 0.56rem;
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}

.section-buy .buy-container .choose-payment ul li input:checked+i {
    display: block;
}

.section-buy .buy-container .buy-other-info {
    padding-left: 0.47rem;
}

.section-buy .buy-container .buy-other-info p.price {
    font-size: 0.32rem;
    color: #1d2743;
    margin-top: 0.29rem;
}

.section-buy .buy-container .buy-other-info p.price span {
    font-weight: 500;
}

.section-buy .buy-container .buy-other-info .price-tips {
    font-size: 0.26rem;
    color: #898799;
    margin-top: 0.24rem;
}

.section-buy .buy-container .buy-other-info .tips-remember {
    width: 100%;
    height: 0.34rem;
    margin-top: 0.3rem;
}

.section-buy .buy-container .buy-other-info .tips-remember input {
    width: 0;
    height: 0;
}

.section-buy .buy-container .buy-other-info .tips-remember i {
    display: inline-block;
    width: 0.34rem;
    height: 0.34rem;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #096dde;
}

.section-buy .buy-container .buy-other-info .tips-remember span {
    font-size: 0.28rem;
    color: #494949;
    margin-left: 0.12rem;
}

.section-buy .buy-container .buy-other-info .tips-remember-lable {
    cursor: pointer;
}

.section-buy .buy-container .buy-other-info .tips-remember a {
    font-size: 0.28rem;
    color: #096ddd;
}

.section-buy .buy-container .buy-other-info .tips-remember input:checked+i {
    background-repeat: no-repeat;
    background-size: 0.26rem auto;
    border: none;
    background-color: #096edb;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/icon-login-gather.png);
    background-repeat: no-repeat;
    background-size: 2rem auto;
    background-position: -1rem -0.63rem;
}

.section-buy .buy-container button {
    width: 6.98rem;
    height: 0.88rem;
    background: #3361e7;
    border-radius: 0.1rem;
    font-size: 0.3rem;
    color: #ffffff;
    margin: 0.66rem auto 1.1rem;
    display: block;
}

.section-buy .buy-container .choose-package {
    width: 7.5rem;
    height: 8.7rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/bg-choose-package.png);
    background-size: 7.5rem auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.section-buy .buy-container .choose-package .title {
    font-size: .36rem;
    font-family: PingFang SC;
    font-weight: 600;
    color: #1D2843;
    padding-top: 1.52rem;
    margin-left: .26rem;
    padding-left: .2rem;
    position: relative;
}

.section-buy .buy-container .choose-package .title .tip {
    width: 1.51rem;
    height: .47rem;
    background: #FFC73A;
    border-radius: .1rem;
    font-size: .24rem;
    color: #1D2843;
    line-height: .47rem;
    text-align: center;
    margin-left: .18rem;
}

.section-buy .buy-container .choose-package .title i {
    display: block;
    position: absolute;
    width: .07rem;
    height: .33rem;
    background: #1D2843;
    bottom: .08rem;
    left: 0;
}

.section-buy .buy-container .choose-package ul {
    padding: 0.28rem 0.47rem 0 0.47rem;
}

.section-buy .buy-container .choose-package .buy-number {
    width: 2.5rem;
    margin: 0.37rem 0 0 4.5rem;
}

.section-buy .buy-container .choose-package .buy-number .termName {
    font-size: .32rem;
    font-weight: 600;
    color: #1E2844;
}

.section-buy .buy-container .choose-package .buy-number .term_select {
    display: inline-block;
    vertical-align: middle;
    width: 1.26rem;
    height: 0.37rem;
    color: #096dde;
    outline: none;
    background-color: #fff;
    border: 1px solid #096dde;
    border-radius: 0.06rem;
    padding-left: 0.1rem;
    cursor: pointer;
    font-size: 0.24rem;
    margin-left: .1rem;
}

.section-buy .buy-container .choose-package .buy-number p {
    font-size: 0.32rem;
    font-weight: 600;
    color: #1d2743;
}

.payout-status-popup {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
}

.payout-status {
    width: 6.05rem;
    height: 5.91rem;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translatex(-50%);
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/bg-payout-status.png);
    background-size: 6.05rem 5.91rem;
    background-position: center center;
    background-repeat: no-repeat;
}

.payout-status .title {
    font-size: 0.52rem;
    font-weight: 600;
    color: #8b41ff;
    line-height: 62px;
    background: linear-gradient(0deg, #cdb88f 0.2685546875%, #967d55 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.payout-status ul {
    margin-top: 0.8rem;
}

.payout-status ul span {
    font-size: .28rem;
    color: #B5996F;
    line-height: .42rem;
    /*text-align: center; */
    display: block;
}

.payout-status ul li {
    margin-bottom: .26rem;
}

.payout-status ul li span {
    font-size: 0.28rem;
    color: #b5996f;
    display: block;
    width: 2.8rem;
    word-break: break-all;
}

.payout-status ul li img {
    height: 0.45rem;
    margin-right: 0.14rem;
}

.payout-status button {
    width: 3.85rem;
    height: 0.84rem;
    background: linear-gradient(90deg, #dacc9f, #b09e5f);
    border-radius: 0.42rem;
    display: block;
    margin: 1.23rem auto 0;
    font-size: 0.32rem;
    color: #77472f;
}

.agreement-popup {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.agreement {
    width: 6.3rem;
    height: 9.3rem;
    background: rgba(255, 255, 255, 1);
    border-radius: .1rem;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: .5rem .44rem .69rem;
}

.agreement .title {
    font-size: .28rem;
    font-weight: bold;
    color: rgba(73, 73, 73, 1);
    text-align: center;
}

.agreement .content {
    margin-top: .5rem;
    height: 6.02rem;
    overflow-y: auto;
    max-height: 342px;
    padding: 0 .1rem;
}

.agreement content::-webkit-scrollbar {
    width: 3px;
}

.agreement content::-webkit-scrollbar-track {
    background-color: #B8B8B8;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.agreement content::-webkit-scrollbar-thumb {
    background-color: #686868;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.agreement .content .subtit p {
    font-size: .24rem;
    color: rgba(73, 73, 73, 1);
    text-indent: .4rem;
}

.agreement .content .subtit p span {
    font-weight: Bold;
    line-height: .3rem;
}

.agreement .content li p {
    font-size: .24rem;
    color: rgba(73, 73, 73, 1);
    font-weight: Bold;
    margin: .1rem 0;
}

.agreement .content li span {
    display: block;
    font-size: .24rem;
    color: rgba(73, 73, 73, 1);
    text-indent: .4rem;
    line-height: .3rem;
}

.agreement .tool-btn {
    width: 100%;
    margin-top: .63rem;
}

.agreement .tool-btn .agree-btn {
    width: 2.28rem;
    height: .69rem;
    background: rgba(9, 109, 222, 1);
    border-radius: .05rem;
    font-size: .3rem;
    color: rgba(245, 245, 245, 1);
}

.agreement .tool-btn .disagree-btn {
    width: 2.28rem;
    height: .69rem;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(9, 109, 222, 1);
    border-radius: .05rem;
    font-size: .3rem;
    color: rgba(9, 109, 222, 1);

}

/* -------------------åŽå°é¦–é¡µ----------------------- */
.section-userHome {
    padding: 0.23rem 0 0;
}

/*---------------ç»‘å®šè’™å±‚--------------------*/
.section-userHome .mobile-bind {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    color: #fff;
    font-size: 0.4rem;
    text-align: center;
    padding: 4.0rem 0 0;
}

.section-userHome .mobile-bind a button {
    display: block;
    color: #fff;
    width: 2rem;
    height: .6rem;
    background: rgba(39, 110, 247, 1);
    box-shadow: 0px 0px 4px 1px rgba(39, 110, 247, 0.14);
    border-radius: .08rem;
    margin: 0 auto;
    cursor: pointer;
    font-size: .28rem;
    color: rgba(255, 255, 255, 1);
    margin-top: .5rem;
    text-align: center;
}

.section-userHome .user-card-new {
    width: 6.98rem;
    height: 3.51rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/mobile-vip-bg-0.png);
    background-size: 6.98rem 3.51rem;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    border-radius: 0.1rem;
    padding: 0.35rem 0.71rem 0 0.43rem;
    position: relative;
    z-index: 9;
}

.section-userHome .user-card-new .user-info img {
    width: 0.94rem;
    height: 0.94rem;
    border-radius: 50%;
    margin-right: 0.24rem;
}

.section-userHome .user-card-new .user-info p {
    width: 2.2rem;
    font-size: 0.32rem;
    font-weight: 600;
    color: #1e2844;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.section-userHome .user-card-new .user-info span {
    font-size: 0.22rem;
    color: #1e2844;
    margin-top: 0.02rem;
    display: block;
}

.section-userHome .user-card-new .user-info button {
    height: 0.29rem;
    background: linear-gradient(90deg, #d6e6fc, #9cacc8);
    border-radius: 0.15rem;
    font-size: 0.2rem;
    color: #ffffff;
    line-height: 0.3rem;
    margin-top: 0.15rem;
    padding: 0 .1rem;
}

.section-userHome .user-card-new .tips {
    font-size: 0.26rem;
    color: #1e2844;
    text-align: center;
    margin-top: 0.6rem;
}

.section-userHome .userHome {
    margin-top: -.8rem;
    z-index: 11;
    position: relative;
}

.section-userHome .userHome .top {
    width: 100%;
    height: 1.12rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/top-userHome.png);
    background-size: 7.5rem auto;
    background-position: 0 0;
}

.section-userHome .userHome .btn {
    width: 2.42rem;
    height: 0.57rem;
    background: linear-gradient(270deg, #97A8C6, #D9DFE9);
    border-radius: 0.29rem;
    position: absolute;
    top: -0.07rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.04rem;
}

.section-userHome .userHome .btn .d-flex {
    width: 100%;
    height: 100%;
    border: 1px solid #e5eef7;
    box-shadow: 1px 1px 2px 0px rgba(51, 67, 105, 0.1);
    border-radius: 0.25rem;
}

.section-userHome .userHome .btn span {
    font-size: 0.26rem;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(51, 67, 105, 0.5);
    margin-right: 0.12rem;
}

.section-userHome .userHome .btn img {
    width: 0.17rem;
    height: 0.27rem;
    margin-top: 0.07rem;
}

.section-userHome .userHome .activity-banner {
    width: 6.98rem;
    margin: 0.47rem auto 0;
}

.section-userHome .userHome .ayerData {
    padding: 0rem 0.26rem;
}

.section-userHome .userHome .ayerData .title {
    padding: 0 0.2rem;
}

.section-userHome .userHome .ayerData .title p {
    font-size: 0.38rem;
    font-weight: bold;
    color: #1e2844;
}

.section-userHome .userHome .ayerData .title span {
    font-size: 0.26rem;
    color: #8a889a;
    margin-right: 0.08rem;
}

.section-userHome .userHome .ayerData .title img {
    width: 0.14rem;
    height: 0.23rem;
    margin-top: 0.02rem;
}

.section-userHome .userHome .ayerData .noData {
    padding: 0.29rem 0;
    display: none;
}

.section-userHome .userHome .ayerData .noData img {
    width: 2.08rem;
    margin: 0 auto 0.2rem;
    display: block;
}

.section-userHome .userHome .ayerData .noData span {
    font-size: 0.28rem;
    color: #50d0ca;
    text-align: center;
    display: block;
}

.section-userHome .userHome .ayerData table {
    width: 6.99rem;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0.3rem auto 0;
    border-radius: 0.1rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
}

.section-userHome .userHome .ayerData table thead {
    background-color: #fff;
}

.section-userHome .userHome .ayerData table thead th {
    font-size: 0.24rem;
    color: #1e2844;
    text-align: center;
    height: 0.77rem;
    border: 1px solid #dadde8;
}

.section-userHome .userHome .ayerData table thead th img {
    width: 0.55rem;
    display: block;
    margin: 0.23rem auto 0;
}

.section-userHome .userHome .ayerData table thead th span {
    display: block;
    text-align: center;
    margin: 0.08rem auto 0.15rem;
}

.section-userHome .userHome .ayerData table td {
    text-align: center;
    border: 1px solid #dadde8;
}

.section-userHome .userHome .ayerData table tbody td {
    height: 0.8rem;
    word-break: break-all;
    font-size: 0.24rem;
    color: #1e2844;
}

.section-userHome .userHome .ayerData table tbody tr td:first-of-type {
    font-weight: 500;
    color: #1e2844;
}

.section-userHome .userHome .recommend {
    margin-top: 0.48rem;
    padding: 0 0.26rem;
}

.section-userHome .userHome .recommend .title {
    padding: 0 0.2rem;
}

.section-userHome .userHome .recommend .title p {
    font-size: 0.38rem;
    font-weight: bold;
    color: #1e2844;
}

.section-userHome .userHome .recommend .title span {
    font-size: 0.26rem;
    color: #8a889a;
    margin-right: 0.08rem;
}

.section-userHome .userHome .recommend .title img {
    width: 0.14rem;
    height: 0.23rem;
    margin-top: 0.02rem;
}

.section-userHome .userHome .recommend ul {
    margin-top: 0.29rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    overflow: hidden;
    border-radius: 0.1rem;
}

.section-userHome .userHome .recommend ul li {
    width: 6.98rem;
    background: #ffffff;
    height: 1.74rem;
    padding: 0.25rem 0.3rem;
}

.section-userHome .userHome .recommend ul li:first-child {
    border-bottom: 1px solid rgba(138, 136, 154, 0.2);
}

.section-userHome .userHome .recommend ul li i {
    width: 1.258rem;
    height: 1.258rem;
    background: #ffffff;
    box-shadow: 1px 0.08rem 0.2rem 0px rgba(28, 78, 204, 0.12);
    border-radius: 50%;
}

.section-userHome .userHome .recommend ul li i img {
    width: 0.828rem;
    height: 0.828rem;
}

.section-userHome .userHome .recommend ul li p {
    width: 4.84rem;
    font-size: 0.28rem;
    font-weight: 600;
    color: #1e2844;
}

.section-userHome .userHome .recommend ul li span {
    width: 4.84rem;
    font-size: 0.24rem;
    color: #8a889a;
    display: block;
    margin-top: 0.1rem;
}

.section-userHome .userHome .resource {
    margin-top: 0.48rem;
    padding: 0 0.26rem;
}

.section-userHome .userHome .resource .title {
    padding: 0 0.2rem;
}

.section-userHome .userHome .resource .title p {
    font-size: 0.38rem;
    font-weight: bold;
    color: #1e2844;
}

.section-userHome .userHome .resource ul {
    margin-top: 0.29rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    overflow: hidden;
    border-radius: 0.1rem;
}

.section-userHome .userHome .resource ul li {
    width: 6.98rem;
    background: #ffffff;
    /* height: 1.74rem; */
    padding: 0.4rem 0.8rem;
}

.section-userHome .userHome .resource ul li:first-child {
    border-bottom: 1px solid rgba(138, 136, 154, 0.2);
}

.section-userHome .userHome .resource ul li span {
    font-size: 0.24rem;
    color: #8a889a;
    display: block;
    width: 2.5rem;
    text-align: center;
    margin-top: 0.12rem;
}

.section-userHome .userHome .resource ul li p {
    font-size: 0.32rem;
    font-weight: 500;
    color: #1e2844;
    text-align: center;
}

.section-userHome .user-card {
    width: 6.98rem;
    height: 3rem;
    background-size: 6.98rem 3rem;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    border-radius: 0.1rem;
    padding: 0.3rem 0.71rem 0 0.43rem;
    position: relative;
}

.section-userHome .user-card.user-card-new {
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/mobile-vip-bg-0.png);
}

.section-userHome .user-card.companyCard {
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/bg-user-diamondCard2.jpg);
}

.section-userHome .user-card.goldCard {
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/bg-user-biturltVip.png);
}

.section-userHome .user-card.diamondCard {
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/bg-user-silverCard2.jpg);
}

.section-userHome .user-card.star {
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/bg-user-starCard.png);
}

.section-userHome .user-card.experience {
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/mobile-vip-bg-1.png);
}

.section-userHome .user-card.preliminary {
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/mobile-vip-bg-2.png);
}

.section-userHome .user-card.basics {
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/mobile-vip-bg-3.png);
}

.section-userHome .user-card.advanced {
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/mobile-vip-bg-4.png);
}

.section-userHome .user-card.stand {
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/mobile-vip-bg-5.png);
}

.section-userHome .user-card.enjoy {
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/mobile-vip-bg-6.png);
}

.section-userHome .user-card .user-info img {
    width: 0.94rem;
    height: 0.94rem;
    border-radius: 50%;
    margin-right: 0.24rem;
}

.section-userHome .user-card .user-info p {
    width: 2.2rem;
    font-size: 0.32rem;
    font-weight: 600;
    color: #1e2844;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.section-userHome .user-card .user-info span {
    font-size: 0.22rem;
    color: #1e2844;
    margin-top: 0.02rem;
    display: block;
}

.section-userHome .user-card.star .user-info p {
    width: 2.2rem;
    font-size: 0.32rem;
    font-weight: 600;
    color: #FEE1C8;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.section-userHome .user-card.star .user-info span {
    font-size: 0.22rem;
    color: #FEE1C8;
    margin-top: 0.02rem;
    display: block;
}

.section-userHome .user-card .user-info button {
    /* width: 0.97rem; */
    padding: 0 0.1rem;
    height: 0.29rem;
    background: linear-gradient(90deg, #d6e6fc, #9cacc8);
    border-radius: 0.15rem;
    font-size: 0.2rem;
    color: #ffffff;
    line-height: 0.3rem;
    margin-top: 0.15rem;
}

.section-userHome .user-card.goldCard .user-info button {
    background: linear-gradient(90deg, #EDE3BD, #C8B984);
    color: #5d5139;
}

.section-userHome .user-card.diamondCard .user-info button {
    background: linear-gradient(90deg, #EDE3BD, #C8B984);
    color: #5d5139;
}

.section-userHome .user-card .period-validity {
    width: 3.55rem;
    margin-top: 0.5rem;
}

.section-userHome .user-card .period-validity .progress-bar {
    width: 3.55rem;
    height: 0.07rem;
    border-radius: 0.04rem;
    position: relative;
}

.section-userHome .user-card.diamondCard .period-validity .progress-bar {
    background: #1e2844;
}

.section-userHome .user-card.diamondCard .period-validity .progress-bar .progress {
    background: #afbddf;
}


.section-userHome .user-card .period-validity .progress-bar .progress {
    position: absolute;
    width: 80%;
    height: 0.07rem;
    border-radius: 0.04rem;
    top: 0;
    left: 0;
}

.section-userHome .user-card.monthSilver .period-validity .progress-bar {
    background: #1e2844;
}

.section-userHome .user-card.monthSilver .period-validity .progress-bar .progress {
    background: #afbddf;
}

.section-userHome .user-card.silverCard .period-validity .progress-bar {
    background: #1e2844;
}

.section-userHome .user-card.silverCard .period-validity .progress-bar .progress {
    background: #afbddf;
}

.section-userHome .user-card.goldCard .period-validity .progress-bar {
    background: #b5aa85;
}

.section-userHome .user-card.goldCard .period-validity .progress-bar .progress {
    background: #877c55;
}

.section-userHome .user-card.star .period-validity .progress-bar {
    background: #AC9280;
}

.section-userHome .user-card.star .period-validity .progress-bar .progress {
    background: #FEE1C8;
}

.section-userHome .user-card.companyCard .period-validity .progress-bar {
    background: #b5aa85;
}

.section-userHome .user-card.companyCard .period-validity .progress-bar .progress {
    background: #877c55;
}

.section-userHome .user-card.companyCard .period-validity .progress-bar .progress {
    background: #877c55;
}

.section-userHome .user-card .vipBtn {
    position: absolute;
    top: .34rem;
    right: .23rem;
    width: 1.42rem;
    height: .56rem;
    border-radius: .28rem .28rem .28rem .28rem;
    text-align: center;
    line-height: .56rem;
    font-size: .24rem;
    color: #FFF;
    font-weight: 500;
}

.section-userHome .user-card.user-card-new .vipBtn {
    background: linear-gradient(122deg, #98AAC2 0%, #739AC7 100%);
}

.section-userHome .user-card.goldCard .vipBtn {
    background: linear-gradient(122deg, #92601D 0%, #633F10 100%);
}

.section-userHome .user-card.diamondCard .vipBtn {
    background: linear-gradient(122deg, #7F91B9 0%, #596E95 100%);
}

.section-userHome .user-card.star .vipBtn {
    background: linear-gradient(122deg, #A2897F 0%, #6C5652 100%);
}

.section-userHome .user-card.star .companyCard {
    background: linear-gradient(122deg, #585664 0%, #3D3A49 100%);
}

.section-userHome .user-card.companyCard .user-info p {
    color: #f2dfbc;
}

.section-userHome .user-card.companyCard .user-info span {
    color: #f2dfbc;
}

.section-userHome .user-card.companyCard .period-validity p {
    color: #f2dfbc !important;
}

.section-userHome .user-card .period-validity .info {
    margin-top: 0.1rem;
}

.section-userHome .user-card .period-validity .info p {
    font-size: 0.2rem;
    color: #1e2844;
}

.section-userHome .user-card.star .period-validity .info p {
    font-size: 0.2rem;
    color: #FEE1C8;
}


.section-userHome .userHome .gold-btn {
    height: 0.57rem;
    background: linear-gradient(90deg, #DACDA0, #B09F60);
    border-radius: 0.29rem;
    position: absolute;
    top: -0.07rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.04rem;
    display: none;
}

.section-userHome .userHome .gold-btn .d-flex {
    width: 100%;
    height: 100%;
    border: 1px solid #e5eef7;
    box-shadow: 1px 1px 2px 0px rgba(51, 67, 105, 0.1);
    border-radius: 0.25rem;
    padding: 0.04rem 0.18rem;
}

.section-userHome .userHome .gold-btn span {
    font-size: 0.26rem;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(51, 67, 105, 0.5);
    margin-right: 0.12rem;
}

.section-userHome .userHome .gold-btn img {
    width: 0.17rem;
    height: 0.27rem;
    margin-top: 0.07rem;
}

.section-userHome .userHome .diamond-btn {
    height: 0.57rem;
    background: linear-gradient(270deg, #322D31, #595763);
    border-radius: 0.29rem;
    position: absolute;
    top: -0.07rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.04rem;
    width: 4.5rem;
    display: none;
}

.section-userHome .userHome .diamond-btn .d-flex {
    width: 100%;
    height: 100%;
    border: 1px solid #e5eef7;
    box-shadow: 1px 1px 2px 0px rgba(51, 67, 105, 0.1);
    border-radius: 0.25rem;
    padding: 0.04rem 0.18rem;
}

.section-userHome .userHome .diamond-btn span {
    font-size: 0.26rem;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(51, 67, 105, 0.5);
    margin-right: 0.12rem;
}

.section-userHome .userHome .diamond-btn img {
    width: 0.17rem;
    height: 0.27rem;
    margin-top: 0.07rem;
}

.section-userHome .userHome .increase-ceiling-btn {
    /* width: 5rem; */
    height: 0.57rem;
    background: linear-gradient(90deg, #A8957E, #5E4D3A);
    border-radius: 0.29rem;
    position: absolute;
    top: -0.07rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.04rem;
    display: none;
}

.section-userHome .userHome .increase-ceiling-btn .d-flex {
    width: 100%;
    height: 100%;
    border: 1px solid #f7f2e5;
    box-shadow: 1px 1px 2px 0px rgba(51, 67, 105, 0.1);
    border-radius: 0.25rem;
    padding: 0.04rem 0.18rem;
    position: relative;
}

.section-userHome .userHome .increase-ceiling-btn span {
    font-size: 0.24rem;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(51, 67, 105, 0.5);
    margin-right: 0.3rem;
}

.section-userHome .userHome .increase-ceiling-btn img {
    width: 0.17rem;
    height: 0.27rem;
    margin-top: 0.07rem;
    display: block;
    position: absolute;
    right: .2rem;
    top: .05rem;
}

.section-userHome .userHome .common-tools {
    margin-top: 0.48rem;
    padding: 0 0.26rem;
}

.section-userHome .userHome .common-tools .title {
    padding: 0 0.2rem;
}

.section-userHome .userHome .common-tools .title p {
    font-size: 0.38rem;
    font-weight: bold;
    color: #1e2844;
}

.section-userHome .userHome .common-tools .title span {
    font-size: 0.26rem;
    color: #8a889a;
    margin-right: 0.08rem;
}

.section-userHome .userHome .common-tools .title img {
    width: 0.14rem;
    height: 0.23rem;
    margin-top: 0.02rem;
}

.section-userHome .userHome .common-tools ul {
    width: 6.98rem;
    height: 2.5rem;
    background: #ffffff;
    border-radius: 0.1rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    padding: 0.34rem 0.3rem;
    margin-top: 0.29rem;
}

.section-userHome .userHome .common-tools ul li i {
    width: 1rem;
    height: 1rem;
    background: #ffffff;
    box-shadow: 1px 0.08rem 0.2rem 0px rgba(28, 78, 204, 0.12);
    border-radius: 50%;
    margin: 0 auto;
}

.section-userHome .userHome .common-tools ul li i img {
    width: 0.65rem;
}

.section-userHome .userHome .common-tools ul li p {
    font-size: 0.24rem;
    color: #8a889a;
    text-align: center;
    margin-top: 0.2rem;
}

.section-userHome .resource .circleProgress_wrapper {
    width: 2rem;
    height: 2rem;
    position: relative;
    margin: 0 auto .14rem;
}

.section-userHome .resource .wrapper {
    width: 1rem;
    height: 2rem;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 201;
}

.section-userHome .resource .wrapper.right {
    right: 0;
}

.section-userHome .resource .wrapper.left {
    left: 0;
}

.section-userHome .resource .circleProgress {
    width: 2rem;
    height: 2rem;
    border: .4rem solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
}

.section-userHome .resource .rightcircle {
    right: 0;
    transform: rotate(45deg);
}

.section-userHome .resource .leftcircle {
    left: 0;
    transform: rotate(90deg);
}

.section-userHome .resource .circleProgress_wrapper .bg-Progress {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: #D5D9EC;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-userHome .resource .circleProgress_wrapper .bg-Progress i {
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-userHome .resource .circleProgress_wrapper.dwz-production .rightcircle {
    border-top: .4rem solid #3462E8;
    border-right: .4rem solid #3462E8;

}

.section-userHome .resource .circleProgress_wrapper.dwz-production .leftcircle {
    border-bottom: .4rem solid #3462E8;
    border-left: .4rem solid #3462E8;
}

.section-userHome .resource .circleProgress_wrapper.dwz-Amount-jump .rightcircle {
    border-top: .4rem solid #50D0CA;
    border-right: .4rem solid #50D0CA;

}

.section-userHome .resource .circleProgress_wrapper.dwz-Amount-jump .leftcircle {
    border-bottom: .4rem solid #50D0CA;
    border-left: .4rem solid #50D0CA;
}

.section-manage {
    background: #FCFCFD;
}

.section-manage {
    min-height: calc(100vh - 3rem);
}

.section-manage .no-date-text {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: .3rem;
}

.section-manage .banner {
    width: 100%;
}

.section-manage .search {
    width: 6.98rem;
    height: 1.3rem;
    border: 1px solid #D9DCE8;
    border-radius: .1rem;
    margin: -.75rem auto;
    position: relative;
    background: #fff;
    padding: .31rem .21rem;
}

.section-manage .search input {
    width: 4.9rem;
    height: .68rem;
    background: #E8E7F2;
    border-radius: .1rem;
    padding-left: .2rem;
}

.section-manage .search button {
    width: 1.52rem;
    height: .68rem;
    background: #3361E8;
    border-radius: .1rem;
    font-size: .32rem;
    color: #FFFFFF;
}

.section-manage .content {
    padding: .88rem .28rem 0;
}

.section-manage .content .nav li {
    font-size: .28rem;
    color: #8A889A;
    border: 1px solid transparent;
}

.section-manage .content .nav i {
    display: block;
    width: 2px;
    height: 0.28rem;
    border-left: 2px solid rgba(137, 135, 153, 1);
    opacity: 0.5;
    margin: 0 .3rem;
}

.section-manage .content .nav li.active {
    height: .56rem;
    background: #FFFFFF;
    border: 1px solid #A5B8E6;
    border-radius: .28rem;
    line-height: .52rem;
    background: #fff;
    font-size: .32rem;
    font-weight: 600;
    color: #1D2843;
    padding: 0 .15rem;
}

.section-manage .content ul {
    margin-top: .21rem;
}

.section-manage .content .url-list {
    display: none;
}

.section-manage .content .url-list li {
    width: 6.97rem;
    /*height: 2.5rem;*/
    background: #fff;
    border: 1px solid #D9DCE8;
    border-radius: .1rem;
    margin-bottom: .2rem;
}

.section-manage .content .url-list li .tit {
    width: 100%;
    height: .7rem;
    background: #ECF0FF;
    padding: 0 .21rem;
}

.section-manage .content .url-list li .tit p {
    font-size: .3rem;
    font-weight: 600;
    color: #1D2843;
    width: 50%;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.section-manage .content .url-list li .tit .tool i {
    width: .56rem;
    height: .56rem;
    background: #FFFFFF;
    border-radius: .1rem;
    margin-left: .27rem;
    padding: .05rem;
    display: block;
}

.section-manage .content .url-list li .tit .tool i img {
    width: .42rem;
    height: .42rem;
    display: block;
}

.section-manage .content .url-list li .url-info {
    height: .54rem;
    /* border-bottom: 1px solid rgba(138, 136, 154,.2); */
    padding: 0 .22rem;
}

.section-manage .content .url-list li .url-info p {
    font-size: .26rem;
    color: #1D2843;
}

.section-manage .content .url-list li .url-info span {
    display: block;
    font-size: .24rem;
    color: #8A889A;
    margin-top: .05rem;
}

.section-manage .content .url-list li .other-edit {
    /* height: .0rem; */
    padding-left: .21rem;
    padding-bottom: .05rem;
}

.section-manage .content .url-list li .other-edit ol {
    width: .5rem;
}

.section-manage .content .url-list li .other-edit ol i {
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    display: block;
    padding: .08rem;
    margin: 0 auto;
}

.section-manage .content .url-list li .other-edit ol i img {
    width: .3rem;
    height: .3rem;
    display: block;
}

.section-manage .content .url-list li .other-edit ol span {
    font-size: .2rem;
    color: #8A889A;
    display: block;
    text-align: center;
    /* margin-top: .05rem; */
}

.market-page {
    padding: .5rem 0;
}

/* å¤–é¢ç›’å­æ ·å¼---è‡ªå·±å®šä¹‰ */
.market-page .page_div {
    color: #666;
    width: 100%;
    display: flex;
    justify-content: center;
}

/* é¡µæ•°æŒ‰é’®æ ·å¼ */
.market-page .page_div button {
    display: inline-block;
    min-width: .5rem;
    height: .5rem;
    background: rgba(9, 109, 222, 1);
    border-radius: .05rem;
    cursor: pointer;
    color: #666;
    font-size: .2rem;
    line-height: .45rem;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 .04rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.market-page #firstPage,
.market-page #lastPage,
.market-page #nextPage,
.market-page #prePage {
    width: 1.03rem;
    color: #404040;
    border: 1px solid #404040
}

.market-page #nextPage,
.market-page #prePage {
    background: rgba(9, 109, 222, 1);
    border-radius: 5px;
    color: #fff;
    border: none;
}

.market-page #nextPage,
.market-page #prePage {
    width: 1.03rem;
}

.market-page .page_div .current {
    background-color: #096DDE;
    border-color: #096DDE;
    color: #FFF
}

/* é¡µé¢æ•°é‡ */
.market-page .totalPages {
    margin: 0 10px
}

.market-page .totalPages span,
.market-page .totalSize span {
    color: #1995FB;
    margin: 0 5px
}

/*buttonç¦ç”¨*/
.page_div button:disabled {
    opacity: .5;
    cursor: no-drop
}

.dwz-edit-popup {
    width: 100%;
    height: calc(100% - 1.73rem);
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.dwz-edit {
    width: 6.67rem;
    height: calc(100% - .23rem);
    background: #fff;
    border: 1px solid #D9DCE8;
    border-radius: .6rem 0 0 0;
    bottom: 0;
    right: 0;
    position: absolute;
    padding: .45rem .48rem;
}

.dwz-edit .close {
    width: .5rem;
    height: .5rem;
    background: #1D2843;
    opacity: 0.7;
    padding: .07rem;
}

.dwz-edit .qrcode {
    top: .32rem;
    right: .59rem;
    position: absolute;
}

.dwz-edit .close img {
    width: .46rem;
    height: .46rem;
    display: block;
}

.dwz-edit .qrcode i {
    width: .65rem;
    height: .65rem;
    background: #FFFFFF;
    border: 1px solid #D9DCE8;
    border-radius: 50%;
    display: block;
    padding: .15rem;
    margin: 0 auto;
}

.dwz-edit .qrcode i img {
    width: .36rem;
    display: block;
    height: .36rem;
}

.dwz-edit .qrcode span {
    font-size: .22rem;
    font-weight: 600;
    color: #3361E7;
}

.dwz-edit .title {
    font-size: .28rem;
    font-weight: 600;
    color: #1D2843;
    margin-top: .63rem;
}

.dwz-edit .subtitle {
    font-size: .26rem;
    color: #8A889A;
    margin-top: .19rem;
    padding-bottom: .3rem;
    border-bottom: 1px solid rgba(138, 136, 154, .2);
}

.dwz-edit ul li {
    margin-top: .2rem;
}

.dwz-edit ul li .tit {
    font-size: .26rem;
    font-weight: 600;
    color: #1D2843;
}

.dwz-edit ul li .tit::before {
    content: '';
    display: block;
    width: .06rem;
    height: .26rem;
    background: #1D2843;
    margin-right: .15rem;
}

.dwz-edit ul li .ipt {
    width: 4.12rem;
    height: .56rem;
    background: #E8E7F2;
    border-radius: .07rem;
    padding-left: .17rem;
}

.dwz-edit ul li .time {
    position: relative;
}

.dwz-edit ul li .time i {
    width: .28rem;
    height: .28rem;
    display: block;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/icon-time.png);
    background-repeat: no-repeat;
    background-size: .28rem auto;
    background-position: center center;
    position: absolute;
    right: .23rem;
}

.dwz-edit .info-edit-item {
    margin-top: .77rem;
}

.dwz-edit .info-edit-item .save-btn {
    width: 2.65rem;
    height: .69rem;
    background: #3361E7;
    border-radius: .1rem;
    font-size: .3rem;
    color: #F5F5F5;
}

.dwz-edit .info-edit-item .del-btn {
    width: 2.65rem;
    height: .69rem;
    background: #FFFFFF;
    border: 1px solid #3361E7;
    border-radius: .1rem;
    font-size: .3rem;
    color: #3361E7;
}

.section-message {
    min-height: calc(100vh - 3rem);
}

.section-message .banner {
    width: 7.5rem;
    height: 3rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/bg-message.jpg);
    background-size: 7.5rem 3rem;
    background-position: center center;
    background-repeat: no-repeat;
    padding: .54rem .59rem 0;
}

.section-message .banner .tit {
    font-size: .38rem;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
}

.section-message .banner ul {
    margin-top: .5rem;
}

.section-message .banner ul li p {
    font-weight: 500;
    color: #FFFFFF;
    font-size: .5rem;
    text-align: center;
    margin-bottom: .1rem;
    position: relative;
}

.section-message .banner ul li span {
    font-size: .24rem;
    color: #FFFFFF;
}

.section-message .banner ul li img {
    width: .36rem;
    height: .36rem;
    margin-right: .14rem;
}

.section-message .banner ul li p.unread-num::before {
    content: '';
    display: block;
    position: absolute;
    width: .1rem;
    height: .1rem;
    background: #FFBA6F;
    box-shadow: 0px 1px .16rem 0px rgba(43, 91, 209, 0.43);
    border-radius: 50%;
    right: .0rem;
    top: .0rem;
}

.section-message .message-content {
    padding: .42rem .26rem 0;
    background: #FDFDFD;
}

.section-message .message-content li {
    width: 6.98rem;
    height: 2.02rem;
    background: #FFFFFF;
    border-radius: .1rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    padding: .45rem .35rem;
    margin-bottom: .18rem;
    position: relative;
}

.section-message .message-content li .tit p {
    font-size: .28rem;
    font-weight: 500;
    color: #1D2843;
    margin-right: .27rem;
}

.section-message .message-content li .tit img {
    width: .36rem;
    height: .36rem;
}

.section-message .message-content li .tit span {
    font-size: .24rem;
    font-weight: 300;
    color: #8A889A;
}

.section-message .message-content li .subtit {
    margin-top: .1rem;
    width: 100%;
    height: .6rem;
    font-size: .22rem;
    color: #8A889A;
    word-break: break-all;
    display: -webkit-box;
    /**å¯¹è±¡ä½œä¸ºä¼¸ç¼©ç›’å­æ¨¡åž‹å±•ç¤º**/
    -webkit-box-orient: vertical;
    /**è®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å­å¯¹è±¡çš„å­å…ƒç´ çš„æŽ’åˆ—æ–¹å¼**/
    -webkit-line-clamp: 2;
    /**æ˜¾ç¤ºçš„è¡Œæ•°**/
    overflow: hidden;
    /**éšè—è¶…å‡ºçš„å†…å®¹**/
}

.section-message .message-content li .tip-unread {
    width: .62rem;
    height: .55rem;
    position: absolute;
    top: 0;
    right: 0;
    background-size: .62rem .55rem;
    background-position: center center;
    background-repeat: no-repeat;
}

.section-message-list {
    width: 100%;
    /* min-height: calc(100vh - 3.3rem); */
    padding: 0 .46rem 0;
}

.section-message-list .content {
    min-height: calc(100vh - 4.38rem);
    padding: .6rem 0 0;

}

.section-message-list button {
    width: 6.58rem;
    height: .88rem;
    background: #3462E7;
    border-radius: .1rem;
    font-size: .3rem;
    color: #FFFFFF;
    margin: .2rem auto 0;
    display: block;
}

.section-message-list .content .title {
    font-size: .38rem;
    font-weight: bold;
    color: #1E2844;
    text-align: center;
}

.section-message-list .content .subtitle {
    font-size: .24rem;
    font-weight: 300;
    color: #8A889A;
    text-align: center;
    margin-top: .18rem;
}

.section-message-list .content .article {
    font-size: .24rem;
    color: #8A889A;
    line-height: .38rem;
    margin-top: .47rem;
    text-indent: 2em;
}

.ClassyCountdownDemo {
    width: 2rem;
    display: block;
    margin: 0 auto;
}

.section-fun {
    width: 100%;
    min-height: calc(100vh - 3.3rem);
}

.section-fun .banner {
    width: 100%;
}

.section-fun .fun {
    margin-top: -.6rem;
    /* position: relative; */
    z-index: 12;
    background: #fff;
}

.section-fun .fun .create-content {
    width: 7.5rem;
    background: linear-gradient(0deg, #FFFFFF, #FAFBFF);
    border-radius: .6rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    padding: .29rem .26rem .2rem .26rem;
    overflow: hidden;
    position: relative;
}

.section-fun .fun .create-content textarea {
    width: 100%;
    height: 1.5rem;
    background: #FFFFFF;
    border: 1px solid rgba(165, 184, 230, .5);
    border-radius: .1rem;
    resize: none;
    padding: .15rem;
}

.section-fun .fun .create-content .doname-list {
    width: 100%;
    padding: 0.1rem 0 0;
}

.section-fun .fun .create-content .doname-list li {
    color: #096DDE;
    font-size: 0.29rem;
    margin-right: 0.3rem;
    margin-bottom: .1rem;
}

.section-fun .fun .create-content .doname-list li:last-child {
    margin-right: 0;
}

.section-fun .fun .create-content .doname-list li label {
    cursor: pointer;
}

.section-fun .fun .create-content .doname-list .radio-input {
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    vertical-align: -5%;
    background-color: #ffffff;
    cursor: pointer;
    margin-right: 0.17rem;
    position: relative;
    border: 1px solid #1D2843;
}

.section-fun .fun .create-content .doname-list .radio-input:checked::before {
    content: '';
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    background: #1D2843;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-fun .fun .create-content .doname-list span {
    margin: 0;
    font-size: .24rem;
    color: #1D2843;
}

.section-fun .fun .create-content .tips-doname {
    width: 1.85rem;
    height: .4rem;
    background: #40C2FF;
    border-radius: .16rem .16rem .16rem 0;
    font-size: .26rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: .4rem;
    text-align: center;
    float: right;
    position: absolute;
    left: 5.4rem;
    top: 3rem;
}

.section-fun .fun .create-content hr {
    margin-top: .5rem;
    opacity: .2;
}

.section-fun .fun .create-content .setting {
    width: 100%;
    height: .85rem;
    position: absolute;
    bottom: 0rem;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding-bottom: .15rem;
}

.section-fun .fun .create-content .setting i {
    width: .31rem;
    height: .18rem;
    background: url(//static.biturl.cc/static/m.biturl.cc/images/icon-arrow-bottom.png) no-repeat center;
    background-size: .31rem;
}

.section-fun .fun .create-content .setting span {
    font-size: .3rem;
    font-weight: 600;
    color: #1E2844;
    display: block;
    margin-right: .11rem;
}

.section-fun .fun .create-content .layui-form-onswitch {
    border-color: #3462E7 !important;
    background-color: #3462E7 !important;
}

.section-fun .fun .create-content .layui-form-switch {
    position: relative;
    width: 1rem;
    height: .45rem;
    line-height: .45rem;
    padding: 0 .05rem;
    margin-top: 0;
    border: 1px solid #d2d2d2;
    border-radius: 20px;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: .1s linear;
    transition: .1s linear;
}

.section-fun .fun .create-content .layui-form-switch i {
    position: absolute;
    left: 5px;
    top: .06rem;
    width: .3rem;
    height: .3rem;
    border-radius: .2rem;
    background-color: #d2d2d2;
    -webkit-transition: .1s linear;
    transition: .1s linear;
}

.section-fun .fun .create-content .layui-form-onswitch i {
    left: 100%;
    margin-left: -21px;
    background-color: #fff;
}

.section-fun .fun .create-content .term {
    display: inline-block;
    vertical-align: top;
}

.section-fun .fun .create-content .termName {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.28rem;
    color: #1E2844;
}

.section-fun .fun .create-content .term_select {
    display: inline-block;
    vertical-align: middle;
    width: 1.26rem;
    height: 0.45rem;
    color: #1E2844;
    outline: none;
    background-color: #fff;
    border: 1px solid #A6B8E6;
    border-radius: 0.06rem;
    padding-left: 0.1rem;
    cursor: pointer;
    font-size: 0.24rem;
}

.section-fun .fun .create-content .layui-form {
    padding-right: .2rem;
}

.section-fun .fun .create-content .layui-form span {
    font-size: .28rem;
    color: #1E2844;
    margin-right: .17rem;
    display: block;
}

.section-fun .fun .create-content .password-ipt {
    width: 6.6rem;
    height: .75rem;
    background: #FFFFFF;
    border: 1px solid #A6B8E6;
    border-radius: .1rem;
    margin: 0.2rem auto 0;
    padding-left: .23rem;
    display: block;
}

.section-fun .fun .shorten-btn {
    width: 6.98rem;
    height: .88rem;
    background: #3462E7;
    border-radius: .1rem;
    margin: .5rem auto 0;
    display: block;
    font-size: .3rem;
    color: #FFFFFF;
}

.section-fun .fun .createDwz-content {
    width: 6.97rem;
    /* height: 3rem;   */
    background: #F2F2F5;
    border-radius: .1rem;
    margin: .5rem auto 0;
    padding: .33rem .3rem;
}

.section-fun .fun .createDwz-content .tit {
    font-size: .36rem;
    font-weight: 600;
    color: #1E2844;
    text-align: center;
}

.section-fun .fun .createDwz-content .info {
    margin-top: .2rem;
}

.section-fun .fun .createDwz-content .info input {
    width: 4.5rem;
    height: .88rem;
    background: #FFFFFF;
    border: 1px solid #A6B8E6;
    border-radius: .1rem;
    padding-left: .26rem;
}

.section-fun .fun .createDwz-content .info button {
    width: 1.82rem;
    height: .88rem;
    background: #3462E7;
    border-radius: .1rem;
    font-size: .3rem;
    font-weight: 500;
    color: #FFFFFF;
}

.section-fun .fun .createDwz-content .tips {
    margin-top: .2rem;
}

.section-fun .fun .createDwz-content .tips p {
    font-size: .24rem;
    color: #8A889A;
}

.section-fun .fun .createDwz-content .tips span {
    font-size: .24rem;
    color: #8A889A;
    width: 3.91rem;
    display: block;
}

.section-fun .fun .fun-recommend {
    padding: .94rem 1.26rem 1.24rem;
}

.section-fun .fun .fun-recommend .tit {
    font-size: .36rem;
    font-weight: 600;
    color: #1E2844;
    text-align: center;
}

.section-fun .fun .fun-recommend .list {
    margin-top: .54rem;
}

.section-fun .fun .fun-recommend .list li {
    width: 1.2rem;
}

.section-fun .fun .fun-recommend .list li i {
    width: 1rem;
    height: 1rem;
    background: #FFFFFF;
    box-shadow: 1px .08rem .2rem 0px rgba(28, 78, 204, 0.12);
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    padding: .25rem;
}

.section-fun .fun .fun-recommend .list li span {
    font-size: .24rem;
    color: #8A889A;
    margin-top: .2rem;
    display: block;
    text-align: center;
}

.section-fun .fun .fun-recommend .list li img {
    width: .5rem;
    height: .5rem;
}

.section-fun .banner-batchcreate {
    width: 6.98rem;
    padding: 1.2rem 0 1.2rem;
    border-bottom: 1px solid rgba(138, 136, 154, .2);
    margin: 0 auto;
}

.section-fun .banner-batchcreate img {
    width: 3.06rem;
    display: block;
    margin: 0 auto;
}

.section-fun .banner-batchcreate span {
    display: block;
    text-align: center;
    font-size: .28rem;
    color: #8A889A;
    margin-top: .32rem;
}

.section-fun .fun .create-content .nav {
    padding-bottom: .23rem;
    border-bottom: 1px solid rgba(138, 136, 154, .2);
    margin-bottom: .29rem;
}

.section-fun .fun .create-content .nav li.active {
    background: #FFFFFF;
    border: 1px solid #A6B8E6;
    border-radius: .28rem;
    font-size: .32rem;
    font-weight: 600;
    color: #1E2844;
}

.section-fun .fun .create-content .nav i {
    display: block;
    width: .04rem;
    height: .28rem;
    background: #C0C0C9;
    margin: 0 .3rem;
}

.section-fun .fun .create-content .nav li {
    width: 1.69rem;
    height: .56rem;
    text-align: center;
    line-height: .56rem;
    font-size: .28rem;
    color: #8A889A;

}

.section-fun .createQrcode-content {
    width: 6.97rem;
    background: #F2F2F5;
    border-radius: .1rem;
    margin: .5rem auto 0;
    padding: .4rem 0;
}

.section-fun .createQrcode-content img {
    width: 2.07rem;
    height: 2.07rem;
    display: block;
    margin: 0 auto;
}

.section-fun .createQrcode-content button {
    width: 3.68rem;
    height: .88rem;
    background: #3462E7;
    border-radius: .1rem;
    font-size: .3rem;
    color: #FFFFFF;
    display: block;
    margin: .44rem auto 0;
}

.section-fun .fun .create-content table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.section-fun .fun .create-content table thead th {
    font-size: .26rem;
    font-weight: 600;
    color: #1E2844;
    text-align: center;
    height: .76rem;
    border: 1px solid #DADDE8;
}

.section-fun .fun .create-content table td {
    text-align: center;
}

.section-fun .fun .create-content table tbody td {
    font-size: .24rem;
    color: #1E2844;
    padding: .12rem .1rem;
    border: 1px solid #DADDE8;
    word-break: break-all;
}

.section-api .api-table table tbody tr:nth-child(even) {
    background-color: #F1F9FF;
}

.section-fun .fun .create-content table tbody td button {
    color: #3462E7;
    margin: 0 .2rem;
}

.section-fun .fun .create-content .add-rules-btn {
    font-weight: 600;
    color: #1E2844;
    font-size: .3rem;
    text-align: center;
    padding: .2rem 0 0;
}

.jump-setting-popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.jump-setting {
    width: 7rem;
    background: #FFFFFF;
    border: 1px solid #DADDE8;
    border-radius: .1rem;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    padding: .64rem .47rem 1.08rem;
}

.jump-setting .title {
    font-size: .38rem;
    font-weight: 600;
    color: #1E2844;
    text-align: center;
}

.jump-setting .content {
    margin-top: .4rem;
}



.fs-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: .24rem;
    line-height: 1;
}

.fs-label-wrap {
    position: relative;
    border: 1px solid #ccc;
    cursor: default;
    color: #555;
    border-radius: 2px;
}

.fs-label-wrap,
.fs-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fs-label-wrap .fs-label {
    padding: .25rem .44rem .25rem .16rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer
}

.fs-arrow {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #ccc;
    position: absolute;
    top: 0;
    right: 4px;
    bottom: 0;
    margin: auto;
    cursor: pointer
}

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 1000;
    border-radius: 4px
}

.fs-dropdown .fs-options {
    max-height: 200px;
    overflow: auto
}

.fs-search input {
    width: 90%;
    padding: 2px 4px;
    border: 0
}

.fs-search input::-ms-clear {
    display: none;
}

.fs-selectAll {
    float: right;
    cursor: pointer;
    margin-top: 4px;
    height: auto
}

.fs-selectAll.selected {
    float: right;
    cursor: pointer;
    margin-top: 4px;
    height: auto;
    color: green
}

.fs-selectAll:hover {
    background-color: #eee
}

.fs-option,
.fs-search,
.fs-optgroup-label {
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
    cursor: default
}

.fs-option {
    cursor: pointer
}

.fs-option.hl {
    background-color: #f5f5f5
}

.fs-wrap.multiple .fs-option {
    position: relative;
    padding-left: 30px
}

.fs-wrap.multiple .fs-checkbox {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    left: 0;
    bottom: 0
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 4px;
    background-color: #fff
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: #11a911;
    border-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center
}

.fs-wrap .fs-option:hover {
    background: #d1f3e5;
    border-radius: 4px;
    margin-left: 0;
    margin-right: 2px
}

.fs-optgroup-label {
    font-weight: 700
}

.hidden {
    display: none
}

.fs-options::-webkit-scrollbar {
    width: 6px
}

.fs-options::-webkit-scrollbar-track {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    background: rgba(0, 0, 0, .1)
}

.fs-options::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}

.jump-setting .content .tit {
    font-size: .3rem;
    color: #1E2844;
    margin-bottom: .2rem;
}

.layui-form-radio>i:hover,
.layui-form-radioed>i {
    color: #1E2844;
    font-size: .3rem;
}

.layui-anim.layui-icon {
    font-size: .3rem;
}

.layui-form-radio {
    margin: 0 .1rem 0 0;
    padding-right: .1rem;
}

.jump-setting .content li {
    margin-bottom: .4rem;
}

.layui-form-item {
    margin-bottom: 0
}

.jump-setting .content li input {
    width: 5rem;
    height: .6rem;
    background: #FFFFFF;
    border: 1px solid #ccc;
    padding-left: .22rem;
}

.fa-square-o:before {
    font-size: .45rem;
}

.fa-check-square-o:before {
    font-size: .45rem;
}

.jump-setting .content button {
    width: 6.03rem;
    height: .88rem;
    background: #3462E7;
    border-radius: .1rem;
    font-size: .3rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: .6rem;
}

.jump-setting .close {
    width: .5rem;
    height: .5rem;
    background: #1E2844;
    opacity: 0.7;
    position: absolute;
    top: .26rem;
    right: .26rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/icon-close.png);
    background-size: .35rem;
    background-position: center center;
    background-repeat: no-repeat;
}

.section-personalCenter .user-card.monthSilver {
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/bg-user-monthSilver2.jpg);
}

.section-personalCenter .user-card.silverCard {
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/bg-user-silverCard2.jpg);
}

.section-personalCenter .user-card.goldCard {
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/bg-user-biturltVip.png);
}

.section-personalCenter .user-card.diamondCard {
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/bg-user-diamondCard2.jpg);
}

.section-personalCenter .user-card {
    width: 6.98rem;
    height: 3rem;
    background-size: 6.98rem 3rem;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    border-radius: 0.1rem;
    padding: 0.35rem 0.71rem 0 0.43rem;
}

.section-personalCenter .user-card-new {
    width: 6.98rem;
    height: 2.64rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/bg-user-banner2.jpg);
    background-size: 6.98rem 2.64rem;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    border-radius: 0.1rem;
    padding: 0.35rem 0.5rem 0 0.43rem;
    position: relative;
    z-index: 9;
}

.section-personalCenter .buyVip {
    margin-top: 0.48rem;
    padding: 0 0.26rem;
}

.section-personalCenter .buyVip .title {
    padding: 0 0.2rem;
}

.section-personalCenter .buyVip .title p {
    font-size: 0.38rem;
    font-weight: bold;
    color: #1e2844;
}

.section-personalCenter .buyVip .title span {
    font-size: 0.26rem;
    color: #8a889a;
    margin-right: 0.08rem;
}

.section-personalCenter .buyVip .title img {
    width: 0.14rem;
    height: 0.23rem;
    margin-top: 0.02rem;
}

.section-personalCenter .buyVip .content {
    width: 6.96rem;
    background: #FFFFFF;
    border-radius: .1rem;
    padding: .46rem .6rem .5rem;
    margin-top: .3rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
}

.section-personalCenter .buyVip .content .tit {
    font-size: .32rem;
    font-weight: 600;
    color: #1E2844;
    text-align: center;
}

.section-personalCenter .buyVip .content li img {
    height: 1.5rem;
    display: block;
    margin: 0 auto;
}

.section-personalCenter .buyVip .content li span {
    font-size: .24rem;
    color: #1E2844;
    background: linear-gradient(94deg, #D2B988 0.2685546875%, #8B6F4B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    text-align: center;
}

.section-personalCenter .buyVip button {
    width: 3.35rem;
    height: .73rem;
    background: #3462E7;
    border-radius: .1rem;
    font-size: .3rem;
    color: #FFFFFF;
    display: block;
    margin: .46rem auto 0;
}

.section-personalCenter .profile-message {
    padding: 0 0.26rem;
    background: #fff;
    position: relative;
    z-index: 101;
}

.section-personalCenter .profile-message .title {
    padding: 0 0.2rem;
}

.section-personalCenter .profile-message .title p {
    font-size: 0.38rem;
    font-weight: bold;
    color: #1e2844;
}

.section-personalCenter .profile-message .title span {
    font-size: 0.26rem;
    color: #8a889a;
    margin-right: 0.08rem;
}

.section-personalCenter .profile-message .title img {
    width: 0.14rem;
    height: 0.23rem;
    margin-top: 0.02rem;
}

.section-personalCenter .profile-message .content {
    width: 6.96rem;
    background: #FFFFFF;
    border-radius: .1rem;
    padding: 0.05rem .6rem .5rem;
    margin-top: .3rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
}

.section-personalCenter .profile-message .content ul {
    margin-top: .5rem;
}

.section-personalCenter .profile-message .content ul li p {
    font-weight: 500;
    color: #FFFFFF;
    font-size: .5rem;
    text-align: center;
    margin-bottom: .1rem;
    position: relative;
}

.section-personalCenter .profile-message .content ul li span {
    font-size: .24rem;
    color: #1E2844;
}

.section-personalCenter .profile-message .content ul li img {
    width: .36rem;
    height: .36rem;
    margin-right: .14rem;
}

.section-personalCenter .profile-message .content ul li p.unread-num::before {
    content: '';
    display: block;
    position: absolute;
    width: .1rem;
    height: .1rem;
    background: #FFBA6F;
    box-shadow: 0px 1px .16rem 0px rgba(43, 91, 209, 0.43);
    border-radius: 50%;
    right: .0rem;
    top: .0rem;
}

.section-personalCenter .currentSituation {}

.section-personalCenter .currentSituation {
    margin-top: 0.48rem;
    padding: 0 0.26rem;
}

.section-personalCenter .currentSituation .title {
    padding: 0 0.2rem;
}

.section-personalCenter .currentSituation .title p {
    font-size: 0.38rem;
    font-weight: bold;
    color: #1e2844;
}

.section-personalCenter .currentSituation .content {
    width: 6.98rem;
    /*height: 4.81rem;*/
    background: #FFFFFF;
    border-radius: .1rem;
    padding: .38rem 0;
    margin-top: .3rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
}

.section-personalCenter .currentSituation .content li {
    padding: 0 .46rem;

}

.layui-bg-blue2 {
    background: #3462E8;
}

.layui-progress {
    background-color: #D6DFFA;
}

.section-personalCenter .currentSituation .content li .layui-progress {
    margin-bottom: .05rem;
}

.section-personalCenter .currentSituation .content li p {
    font-size: .24rem;
    color: #8A889A;
}

.section-personalCenter .currentSituation .content li span {
    font-size: .36rem;
    font-weight: 500;
    color: #1E2844;
}

.section-personalCenter .currentSituation .content li i {
    color: #3462E8;
}

.section-personalCenter .currentSituation .content button {
    width: 3.35rem;
    height: .73rem;
    background: #3462E7;
    border-radius: .1rem;
    font-size: .3rem;
    color: #FFFFFF;
    display: block;
    margin: .3rem auto 0;
}

.section-personalCenter .tips-authentication {
    width: 6.96rem;
    /* height: 4.86rem; */
    background: #FFFFFF;
    border-radius: .1rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    margin: .47rem auto 0;
    padding: .24rem 0 .43rem;
}

.section-personalCenter .tips-authentication img {
    display: block;
    height: 2.2rem;
    margin: 0 auto;
}

.section-personalCenter .tips-authentication span {
    font-size: .28rem;
    color: #8A889A;
    display: block;
    text-align: center;
    margin-top: .23rem;
}

.section-personalCenter .tips-authentication button {
    width: 3.35rem;
    height: .73rem;
    background: #3462E7;
    border-radius: .1rem;
    font-size: .3rem;
    color: #FFFFFF;
    display: block;
    margin: .3rem auto 0;
}

.section-personalCenter .stackPackage {
    margin-top: 0.48rem;
    padding: 0 0.26rem;
}

.section-personalCenter .stackPackage .title {
    padding: 0 0.2rem;
}

.section-personalCenter .stackPackage .title p {
    font-size: 0.38rem;
    font-weight: bold;
    color: #1e2844;
}

.section-personalCenter .stackPackage .content {
    width: 6.96rem;
    height: auto;
    background: #FFFFFF;
    border-radius: .1rem;
    padding: .46rem 0 .5rem;
    margin-top: .3rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
}

.section-personalCenter .stackPackage .content .swiper-slide-active img {
    width: 2.5rem;
    display: block;
    margin: 0 auto;
}

.section-personalCenter .stackPackage .content .swiper-slide-active p {
    text-align: center;
    margin-top: .1rem;
    color: #8a889a;
    font-size: .2rem
}

.section-personalCenter .stackPackage .content .swiper-slide-active span {
    text-align: center;
    margin-top: .1rem;
    display: block;
    color: #8a889a;
    font-size: .2rem
}

.section-personalCenter .buyVip .content ul {
    padding: .4rem .0rem 0;
}

.section-personalCenter .stackPackage button {
    width: 3.53rem;
    height: .73rem;
    background: #3462E7;
    border-radius: .1rem;
    font-size: .3rem;
    color: #FFFFFF;
    display: block;
    margin: .46rem auto 0;
}

.section-personalCenter .stackPackage .swiper-stackPackage span {
    font-size: .26rem;
    color: #1E2844;
    display: block;
    text-align: center
}

.section-personalCenter .stackPackage .swiper-stackPackage p {
    font-size: .2rem;
    color: #8A889A;
    display: block;
    text-align: center;
}

.section-personalCenter .stackPackage .swiper-stackPackage img {
    width: 1.38rem;
    display: block;
    margin: 0 auto;
}

.swiper-wrapper {
    position: relative;
}

.swiper-container .swiper-wrapper .boxList {
    position: absolute;
    bottom: .05rem;
    left: 49%;
    width: .4rem;
    height: .3rem;
}

.swiper-container .swiper-wrapper .boxList .itemList {
    width: .09rem;
    height: .09rem;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    border-radius: 50%;
}

.swiper-container .swiper-wrapper .boxList .active {
    opacity: 0.5;
}

.section-personalCenter .stackPackage .swiper-stackPackage {
    width: 100%;
}

.section-personalCenter .stackPackage .swiper-stackPackage .swiper-button-prev {
    width: .42rem;
    height: .69rem;
    background: #1E2844;
    opacity: 0.5;
    border-radius: .1rem;
    left: .15rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/icon-arrow-right.png);
    background-size: .19rem .32rem;
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    outline: none;
}

.section-personalCenter .stackPackage .swiper-stackPackage .swiper-button-next {
    width: .42rem;
    height: .69rem;
    background: #1E2844;
    opacity: 0.5;
    border-radius: .1rem;
    right: .15rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/icon-arrow-right.png);
    background-size: .19rem .32rem;
    background-position: center center;
    background-repeat: no-repeat;
    outline: none;
}

.section-auth .auth {
    margin-top: -.7rem;
    position: relative;
    z-index: 12;
    background: #fff;
    min-height: calc(100vh - 4.9rem);
    width: 7.5rem;
    background: linear-gradient(0deg, #FFFFFF, #FAFBFF);
    border-radius: .6rem .6rem 0 0;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
}

.section-auth .auth .nav {
    height: .8rem;
}

.section-auth .auth .nav i {
    display: block;
    width: .04rem;
    height: .28rem;
    background: #C0C0C9;
    margin: 0 1.29rem;
}

.section-auth .auth .nav li {
    font-size: .3rem;
    color: #8A889A;
}

.section-auth .auth .nav li.active {
    font-weight: 600;
    color: #1E2844;
    position: relative;
}

.section-auth .auth .nav li.active::before {
    display: block;
    content: '';
    width: 100%;
    height: .04rem;
    background: #1E2844;
    border-radius: 1px;
    position: absolute;
    bottom: -.1rem;
    left: 0;
}

.section-auth .auth ul {
    padding: .34rem .72rem;
}

.section-auth .auth ul li {
    display: none;
}

.section-auth .auth ul li button {
    width: 6.05rem;
    height: .88rem;
    background: #3462E7;
    border-radius: .1rem;
    font-size: .3rem;
    color: #FFFFFF;
    margin-top: .52rem;
}

.section-auth .auth ul li .ipt-wrapper {
    width: 6.05rem;
    height: .89rem;
    position: relative;
    margin-bottom: .37rem;
}

.section-auth .auth ul li .ipt-wrapper input {
    width: 6.05rem;
    height: .89rem;
    background: #FFFFFF;
    border: 1px solid #A6B8E6;
    border-radius: 10px;
    padding-left: 1.13rem;
}

.section-auth .auth ul li .ipt-wrapper img {
    /* width: .38rem; */
    height: .38rem;
    display: block;
    position: absolute;
    top: .25rem;
    left: .41rem;
}

.layui-form-select dl dd.layui-this {
    background: #3462E7;
}

.section-auth .auth ul li .upload-img {
    padding: 0 .74rem;
    margin-top: .49rem;
}

.section-auth .auth ul li .upload-img input {
    width: 0;
    height: 0;
    opacity: 0;
    display: block;
}

.section-auth .auth ul li .upload-img .upload-btn {
    width: 1.9rem;
    height: 1.2rem;
    background: #FFFFFF;
    border: 1px solid #A6B8E6;
    border-radius: .1rem;
    background: url(//static.biturl.cc/static/m.biturl.cc/images/icon-upload-btn.png);
    background-size: .51rem .51rem;
    background-repeat: no-repeat;
    background-position: center center;
}

.section-auth .auth ul li .upload-img .tips {
    font-size: .24rem;
    color: #8A889A;
    text-align: center;
    margin-top: .25rem;
}

.section-auth .auth ul li .upload-img img {
    width: 1.9rem;
    height: 1.2rem;
    display: none;
}

.section-fun .qrcode-card-content {
    width: 7.5rem;
    background: linear-gradient(0deg, #FFFFFF, #FAFBFF);
    border-radius: .6rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    padding: .43rem .46rem .41rem .5rem;
    overflow: hidden;
    position: relative;
}

.section-fun .qrcode-card-content .title span {
    font-size: .36rem;
    font-weight: 600;
    color: #1D2743;

}

.section-fun .qrcode-card-content .title img {
    height: .38rem;
    display: block;
    margin-right: .08rem;
}

.section-fun .qrcode-card-content ul li span {
    width: 1.5rem;
    font-size: .28rem;
    font-weight: 500;
    color: #1D2743;
    text-align: right;
}

.section-fun .qrcode-card-content ul li input {
    width: 5rem;
    height: .8rem;
    background: #FFFFFF;
    border: 1px solid #A5B7E6;
    border-radius: .1rem;
    padding-left: .21rem;
}

.section-fun .qrcode-card-content ul li textarea {
    width: 5rem;
    height: 1.18rem;
    background: #FFFFFF;
    border: 1px solid #A5B7E6;
    border-radius: .1rem;
    padding-left: .21rem;
    padding-top: .1rem;
    resize: none;
}

.section-fun .qrcode-card-content ul {
    margin-top: .39rem;
}

.section-fun .qrcode-card-content ul li {
    margin-bottom: .2rem;
}

.section-fun .qrcode-card-content ul li:last-child {
    margin-bottom: 0rem;
}

header .user-info .loginoutBtn {
    font-size: .24rem;
    margin-left: .1rem;
    padding: 0;
}

.section-buy .buy-container .choose-card .tips {
    width: 6.57rem;
    height: .54rem;
    background: linear-gradient(90deg, #4565BE 0%, #2331A4 100%);
    border-radius: .27rem;
    text-align: center;
    line-height: .5rem;
    font-size: .28rem;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 6.5rem;
    transform: translateX(-50%);
}

.section-funlist {
    width: 100%;
    min-height: calc(100vh - 3.3rem);
    padding: .2rem .25rem;
    background: #fff;
}

.section-funlist .title {
    font-size: .38rem;
    font-weight: bold;
    color: #1D2743;
    margin: .45rem 0 .2rem;
    padding-left: .19rem;
}

/* .section-funlist .list{
  margin-top: .3rem;
} */
.section-funlist .list li {
    width: 1.2rem;
    margin-right: .78rem;
    margin: .3rem .23rem .1rem;
}

.section-funlist .list li i {
    width: 1rem;
    height: 1rem;
    background: #FFFFFF;
    box-shadow: 1px .08rem .2rem 0px rgba(28, 78, 204, 0.12);
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    padding: .25rem;
}

.section-funlist .list li span {
    font-size: .24rem;
    color: #8A889A;
    margin-top: .2rem;
    display: block;
    text-align: center;
}

.section-funlist .list li img {
    width: .64rem;
    height: .64rem;
}

.section-funlist .list-wrapper {
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 1px .08rem .2rem 0px rgba(28, 78, 204, 0.12);
    margin-top: .2rem;
    padding-bottom: .34rem;
    margin-top: .46rem;
    overflow: hidden;
}

.section-funlist .list-wrapper .tit {
    width: 100%;
    height: .8rem;
    background: linear-gradient(90deg, #FFFFFF 0%, #CEECFF 100%);
    /* border-radius: 10px; */
    font-size: .3rem;
    font-weight: 600;
    color: #1D2743;
    line-height: .8rem;
    padding-left: .32rem;
}

/* ---------------- */
.section-backstage .data-content {
    min-height: calc(100vh - 3rem);
}

.section-backstage .data-content .banner {
    position: relative;
}

.section-backstage .data-content .banner i {
    display: block;
    position: absolute;
    width: .27rem;
    height: .27rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/icon-login.png);
    background-size: 2rem auto;
    background-repeat: no-repeat;
    background-position: -.35rem -.55rem;
    top: .45rem;
    left: 4.9rem;
}

.section-backstage .data-content .banner .more {
    width: 2.74rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px .12rem 0px rgba(31, 64, 174, 0.1);
    border-radius: .05rem;
    position: absolute;
    top: .86rem;
    left: 2.39rem;
    display: none;
    border-radius: .1rem;
    overflow: hidden;
    z-index: 300;
}

.section-backstage .data-content .banner .more li {
    width: 100%;
    height: .77rem;
    background: rgba(247, 251, 255, 1);
    position: relative;
    border-bottom: 1px dashed #D9DCE8;
    padding: .23rem 0;
}

.section-backstage .data-content .banner .more li img {
    height: .3rem;
    display: block;
    margin: 0 auto;
}

.section-backstage .data-content .query-short {
    width: 100%;
    border-radius: 0 0 .45rem .45rem;
    margin-bottom: .3rem;
    margin-top: .1rem;
}

.bg-F4 {
    background-color: #F4F4F4;
}

.section-backstage .data-content .query-short p {
    font-size: .3rem;
    font-weight: bold;
    color: rgba(77, 77, 77, 1);
}

.section-backstage .data-content .query-short input {
    width: 3.86rem;
    height: .68rem;
    border-radius: .07rem;
    padding-left: .21rem;
    background: #FFFFFF;
    border-radius: .1rem;
}

.section-backstage .data-content .query-short button {
    width: 1.42rem;
    height: .68rem;
    background: rgba(9, 109, 222, 1);
    border-radius: .05rem;
    font-size: .28rem;
    color: rgba(255, 255, 255, 1);
}

.section-backstage .data-content .query-content {
    width: 7.02rem;
    height: 1rem;
    /* height: 5.68rem; */
    background: linear-gradient(180deg, #EBF4FF, #CEE4FF);
    box-shadow: 0px 1px .12rem 0px rgba(31, 64, 174, 0.1);
    border-radius: .6rem .6rem 0 0;
    margin: .16rem auto 0;
    padding: .06rem;
    overflow: hidden;
}

.section-backstage .data-content .query-content .query-line {
    width: 100%;
    height: 100%;
    border-radius: .3rem;
    padding: 0 .22rem;
    border-bottom: none;
}

.section-backstage .data-content .query-content .title {
    width: 100%;
    height: .9rem;
}

.section-backstage .data-content .query-content .title span {
    font-size: .28rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 1px 5px rgba(14, 32, 88, 0.11);
}

.section-backstage .data-content .query-content .title i {
    width: 0;
    height: 0;
    border: .12rem solid transparent;
    border-top-color: #fff;
    display: block;
    margin: .15rem 0 0 .06rem;
    transform: rotate(0deg);
}

.section-backstage .data-content .query-content ul li {
    padding: .1rem 0 0;
    border-bottom: 1px solid rgba(30, 40, 68, .2);
}

.section-backstage .data-content .query-content ul li:last-child {
    border-bottom: none;
}

.section-backstage .data-content .query-content ul li .tit {
    font-size: .26rem;
    font-weight: bold;
    color: #1D2843;
    height: .52rem;
}

.section-backstage .data-content .query-content ul li .tit::before {
    display: block;
    content: '';
    width: .06rem;
    height: .24rem;
    background: #1D2743;
    margin-right: .14rem;
}

.section-backstage .data-content .query-content ul li button {
    min-width: 1.05rem;
    height: .52rem;
    border-radius: 7px;
    font-size: .26rem;
    color: #1D2843;
    margin-bottom: .1rem;
}

.section-backstage .data-content .query-content ul li button input {
    width: 0;
    height: 0;
}

.section-backstage .data-content .query-content ul li button.active {
    background-color: #8EB2F0;
    color: #fff;
}

.section-backstage .data-content .query-content ul li .condition-list {
    width: calc(100% - 1.52rem);
}

.section-backstage .data-content .query-content ul li input {
    width: 1rem;
    height: .5rem;
}

.section-backstage .data-content .query-content ul li .time {
    width: 2.4rem;
}

.section-backstage .data-content .query-content ul li .time input {
    width: 1.5rem;
    font-size: .26rem;
    color: #1D2843;
}

.section-backstage .data-content .query-content ul li .time input::-webkit-input-placeholder {
    color: #1D2843 !important;
}

.section-backstage .data-content .query-content ul li .time input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
}

.section-backstage .data-content .query-content ul li .time i {
    width: .26rem;
    height: .26rem;
    display: block;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/icon-calendar.png);
    background-repeat: no-repeat;
    background-size: .26rem auto;
    background-position: 0 0;
}

.section-backstage .chart-wrapper {
    width: 100%;
    /* background:rgba(255,255,255,1); */
    /* box-shadow:0px 1px .12rem 0px rgba(31,64,174,0.1); */
    position: relative;
    overflow: hidden;
    margin-top: -.38rem;
}

.section-backstage .chart-wrapper .chart-wrapper-bg {
    background: rgba(255, 255, 255, 1);
    /* padding: 0 .3rem; */
    min-height: calc(100vh - 5.2rem);
}

.section-backstage .chart-wrapper .moreBtn {
    width: 2.41rem;
    height: .57rem;
    background: linear-gradient(270deg, #6D9CEE, #B5CCF3);
    border-radius: .28rem;
    padding: .05rem;
    position: absolute;
    top: .3rem;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
}

.section-backstage .chart-wrapper .moreBtn .d-flex {
    width: 100%;
    height: 100%;
    border: 1px solid #E5EDF7;
    border-radius: .28rem;

}

.section-backstage .chart-wrapper .moreBtn img {
    width: .14rem;
    display: block;
    transform: rotate(90deg);
    margin-left: .1rem;
}

.section-backstage .chart-wrapper .moreBtn span {
    font-size: .26rem;
    font-weight: 500;
    color: #FFFFFF;
}

.section-backstage .chart-wrapper .top {
    width: 100%;
    height: .7rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/top-userHome.png);
    background-size: 7.5rem auto;
    background-position: 0 0rem;
}

.section-backstage .chart-wrapper nav {
    padding: .5rem .67rem 0;
}

.section-backstage .chart-wrapper nav li {
    width: 1.45rem;
}

.section-backstage .chart-wrapper nav li p {
    font-size: .42rem;
    font-weight: bold;

    text-align: center;
}

.section-backstage .chart-wrapper nav li span {
    display: block;
    font-size: .22rem;
    color: rgba(77, 77, 77, 1);
    text-align: center;
}

.section-backstage .query-condition {
    width: 100%;
    margin-bottom: .16rem;
}

.section-backstage .query-condition li {
    width: 25%;
    height: .73rem;
    background: rgba(255, 255, 255, 1);
    font-size: .28rem;
    color: rgba(77, 77, 77, 1);
    line-height: .73rem;
    text-align: center;
}

.section-backstage .query-condition li.active {
    background: linear-gradient(270deg, #6D9CEE, #B5CCF3);
    color: #FFFFFF;
}

.section-backstage .query-condition li:nth-of-type(2) {
    border-left: 1px solid rgba(229, 229, 229, .5);
    border-right: 1px solid rgba(229, 229, 229, .5);
}

.section-backstage .chart-wrapper .trend-chart {
    width: 7rem;
    height: 4rem;
    margin: 0 auto;
}

.section-backstage .chart-wrapper .chart-title {
    width: 100%;
    height: .6rem;
    padding-top: .3rem;
}

.section-backstage .chart-wrapper .chart-title img {
    display: block;
    margin: 0rem auto 0;
}

.section-backstage .chart-wrapper .map-chart {
    width: 7rem;
    height: 7rem;
    margin: 0 auto;
}

.section-backstage .chart-wrapper .area-chart {
    width: 7rem;
    height: 4rem;
    margin: 0 auto;
}

.line-f4 {
    width: 100%;
    height: .16rem;
    background-color: #f4f4f4;
    margin-top: .1rem;
}

.section-backstage .chart-wrapper ul li {
    display: none;
}

.section-backstage .chart-wrapper .device-chart {
    width: 7rem;
    height: 4.5rem;
    margin: 0 auto;
}

.section-backstage .chart-wrapper .device-top-chart {
    width: 7rem;
    height: 4rem;
    margin: 0 auto;
}

.section-backstage .chart-wrapper .browser-chart {
    width: 7rem;
    height: 5rem;
    margin: 0 auto .2rem;
}

.section-backstage .chart-wrapper .browser-top-chart {
    width: 7rem;
    height: 4.5rem;
    margin: 0 auto;
}

.section-backstage .chart-wrapper .mobile-devices-chart {
    width: 7rem;
    height: 5rem;
    margin: 0 auto .2rem;
}

.section-backstage .chart-wrapper .mobile-top-chart {
    width: 7rem;
    height: 4.5rem;
    margin: 0 auto;
}

.section-backstage .table-wrapper {
    margin-top: .2rem;
}

.section-backstage .table-wrapper table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    box-shadow: 0px 0px 8px 2px rgba(132, 163, 246, 0.08);
    min-height: 7rem;
}

.section-backstage .table-wrapper table thead {
    background-color: #D6E9F7;
}

.section-backstage .table-wrapper table thead th {
    font-size: .22rem;
    font-weight: bold;
    color: rgba(73, 73, 73, 1);
    height: .62rem;
    text-align: center;
}

.section-backstage .table-wrapper table tbody td {
    font-size: .2rem;
    color: rgba(73, 73, 73, 1);
    min-height: .47rem;
    padding: .15rem 0 .12rem;
    text-align: center;
}

.section-backstage .table-wrapper table tbody td span {
    font-size: .16rem;
}

.section-backstage .table-wrapper table tbody tr:nth-child(even) {
    background-color: #F1F9FF;
}

.section-backstage .table-wrapper table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.recent-table-wrapper {
    overflow-x: auto;
}

.recent-table-wrapper table {
    width: 120% !important;
}

.landscape-btn {
    width: 120%;
    height: .46rem;
    background-color: #D6E9F7;
    padding-left: .44rem;
}

.landscape-btn img {
    width: .33rem;
    height: .26rem;
}

.landscape-btn span {
    font-size: .22rem;
    color: rgba(9, 109, 222, 1);
}

.recent-table-wrapper-popup {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: auto;
}

.recent-table-wrapper-popup table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    box-shadow: 0px 0px 8px 2px rgba(132, 163, 246, 0.08);
}

.recent-table-wrapper-popup table thead {
    background-color: #D6E9F7;
}

.recent-table-wrapper-popup table thead th {
    font-size: .22rem;
    font-weight: bold;
    color: rgba(73, 73, 73, 1);
    height: .62rem;
    text-align: center;
}

.recent-table-wrapper-popup table tbody td {
    font-size: .2rem;
    color: rgba(73, 73, 73, 1);
    min-height: .47rem;
    padding: .15rem 0 .12rem;
    text-align: center;
}

.recent-table-wrapper-popup table tbody td span {
    font-size: .16rem;
}

.recent-table-wrapper-popup table tbody tr:nth-child(even) {
    background-color: #F1F9FF;
}

.recent-table-wrapper-popup table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.section-fun .fun .create-content .tit {
    font-size: .28rem;
    font-weight: 600;
    color: #1D2843;
    padding: 0rem 0 .2rem .2rem;
}

.section-fun .fun .createDwz-content .info .text-info {
    width: 4.5rem;
    min-height: .88rem;
    background: #FFFFFF;
    border: 1px solid #A6B8E6;
    border-radius: .1rem;
    font-size: .24rem;
    color: #1D2843;
    padding: .2rem .26rem;
    line-height: .48rem;
}

.payout-popup {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
}

.payout {
    width: 6.39rem;
    height: 5.75rem;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0%);
    background: url(//static.biturl.cc/static/m.biturl.cc/images/bg-pay.png);
    background-size: 6.39rem auto;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: .29rem;
}

.payout .tit {
    height: .42rem;

}

.payout .tit img {
    display: block;
    margin: 0 auto;
}

.payout .i {
    width: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    display: block;
}

.payout span {
    font-size: .46rem;
    font-weight: 600;
    color: #8A889A;
    background: linear-gradient(0deg, #CDB88F 0.2685546875%, #967D56 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -71%);
    display: block;
    text-align: center;
}

.payout .tool-btn {
    padding: 0 .37rem;
    position: absolute;
    left: 0;
    bottom: .79rem;
    width: 100%;
}

.payout .tool-btn button:nth-of-type(1) {
    width: 2.64rem;
    height: .66rem;
    background: linear-gradient(90deg, #DACD9F, #B09E60);
    border-radius: .3rem;
    font-size: .35rem;
    color: #78482F;
}

.payout .tool-btn button:nth-of-type(2) {
    width: 2.64rem;
    height: .66rem;
    border: 2px solid #DACD9F;
    border-radius: .3rem;
    font-size: .35rem;
    color: #DACD9F;
}

.section-school {
    /* min-height: calc(100vh - 3.3rem); */
    padding: .16rem .26rem 0;
}

.section-school .banner img {
    display: block;
    border-radius: .1rem;
}

.section-school .nav {
    width: 100%;
    height: .9rem;
    background: linear-gradient(0deg, #FFFFFF, #FAFBFF);
    border-radius: 10px;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    margin-top: .16rem;
    padding: 0 .18rem;
}

.section-school .nav li {
    width: 1.76rem;
    height: .56rem;
    border: 2px solid #B2B8CD;
    border-radius: .28rem;
    text-align: center;
    line-height: .5rem;
    font-size: .28rem;
    font-weight: 600;
}

.section-school .nav i {
    width: .04rem;
    height: .28rem;
    background: #C0C0C9;
    display: block;
}

.section-school .content-list {
    margin-top: .4rem;
}

.section-school .content-list .title {
    font-size: .36rem;
    font-weight: bold;
    color: #1D2843;
    padding-left: .22rem;
}

.section-school .content-list ul {
    margin-top: .22rem;
}

.section-school .content-list li {
    height: 2.14rem;
    background: linear-gradient(0deg, #FFFFFF, #FAFBFF);
    border-radius: .1rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    padding: .37rem .19rem;
    margin-bottom: .2rem;
}

.section-school .content-list li .article-img {
    display: block;
    width: 2.1rem;
    height: 1.4rem;
}

.section-school .content-list li .article-info {
    width: 4rem;
}

.section-school .content-list .article-info .tit {
    width: 4rem;
    font-size: .28rem;
    font-weight: 500;
    color: #1D2843;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.section-school .content-list .article-info .subtit {
    font-size: .24rem;
    color: #8A889A;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: .05rem;
}

.section-school .content-listr .article-info .info {
    margin-top: .12rem;
}

.section-school .content-list .article-info .timer i {
    width: .17rem;
    height: .17rem;
    /* background-color: red; */
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/icon.png);
    background-position: -1.75rem -1.15rem;
    background-repeat: no-repeat;
    background-size: 3rem auto;
}

.section-school .content-list .article-info .info {
    margin-top: .4rem;
}

.section-school .content-list .article-info .timer span {
    font-size: .18rem;
    color: rgba(139, 139, 139, 1);
    margin-left: .05rem;
}

.section-school .content-list .article-info .reader i {
    width: .17rem;
    height: .17rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/icon.png);
    background-position: -2.01rem -1.13rem;
    background-repeat: no-repeat;
    background-size: 3rem auto;

}

.section-school .content-list .article-info .reader span {
    font-size: .18rem;
    color: rgba(139, 139, 139, 1);
    margin-left: .05rem;
}

.section-school .load-more-btn {
    width: 100%;
    height: .84rem;
    background: linear-gradient(90deg, #3E70FF 0%, #1B31DC 100%);
    border-radius: .42rem;
    font-size: .3rem;
    font-weight: 300;
    color: #FAFBFF;
}

.section-funlist .banner img {
    display: block;
    border-radius: .1rem;
}

.section-school .common-tools {
    margin-top: 0.48rem;
}

.section-school .common-tools .title {
    padding: 0 0.2rem;
}

.section-school .common-tools .title p {
    font-size: 0.38rem;
    font-weight: bold;
    color: #1e2844;
}

.section-school .common-tools .title span {
    font-size: 0.26rem;
    color: #8a889a;
    margin-right: 0.08rem;
}

.section-school .common-tools .title img {
    width: 0.14rem;
    height: 0.23rem;
    margin-top: 0.02rem;
}

.section-school .common-tools ul {
    width: 6.98rem;
    height: 2.5rem;
    background: #ffffff;
    border-radius: 0.1rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    padding: 0.34rem 0.3rem;
    margin-top: 0.29rem;
}

.section-school .common-tools ul li {
    width: 1rem;
}

.section-school .common-tools ul li i {
    width: 1rem;
    height: 1rem;
    background: #ffffff;
    box-shadow: 1px 0.08rem 0.2rem 0px rgba(28, 78, 204, 0.12);
    border-radius: 50%;
}

.section-school .common-tools ul li i img {
    width: 0.65rem;
}

.section-school .common-tools ul li p {
    font-size: 0.24rem;
    color: #8a889a;
    text-align: center;
    margin-top: 0.2rem;
}

.section-school .article-content {
    padding: .36rem .1rem;
}

.section-school .article-content .title {
    border-bottom: 1px solid rgba(138, 136, 154, .2);
    padding-bottom: .2rem;
}

.section-school .article-content .title p {
    font-size: .34rem;
    font-weight: 600;
    color: #1D2843;
    text-align: center;
}

.section-school .article-content .title .info {
    margin-top: .3rem;
}

.section-school .article-content .title span {
    font-size: .2rem;
    color: #8A889A;
    font-weight: 400;
}

.section-school .article-content .title .reader i {
    width: .17rem;
    height: .17rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/icon.png);
    background-position: -2.01rem -1.13rem;
    background-repeat: no-repeat;
    background-size: 3rem auto;
    margin-right: .1rem;
}

.section-school .article-content .article-info {
    padding: .2rem .1rem;
    font-size: .28rem;
    line-height: .4rem;
}

.section-school .article-content .article-info p {
    text-indent: 2em;
    margin-top: .3rem;
}

.section-school .article-content .article-info p img {
    display: block;
    max-width: 100%;
}

.section-auth .auth-info {
    padding: .5rem 0 .49rem;
}

.section-auth .auth-info .title {
    font-size: .38rem;
    font-weight: 600;
    color: #1D2843;
    text-align: center;
}

.section-auth .auth-info .content {
    width: 6.98rem;
    height: 1.38rem;
    background: linear-gradient(270deg, #4085C5 0%, #8BCFE5 100%);
    border-radius: .1rem;
    margin: .4rem auto 0;
}

.section-auth .auth-info .content .left {
    width: 50%;
    height: 100%;
    border-right: 1px solid #fff;
    padding: .3rem 0 .3rem .42rem;
}

.section-auth .auth-info .content .left p {
    font-size: .24rem;
    color: #FFFFFF;
    line-height: .4rem;
}

.section-auth .auth-info .content .right {
    width: 50%;
    height: 100%;
    padding: .3rem 0 .3rem .42rem;
}

.section-auth .auth-info .content .right p {
    font-size: .24rem;
    color: #FFFFFF;
    line-height: .4rem;
    position: relative;
}

.section-auth .auth-info .content .right p::before {
    width: .12rem;
    height: .12rem;
    background: #FFFFFF;
    border-radius: 50%;
    display: block;
    content: '';
    position: absolute;
    left: -.48rem;
    top: 50%;
    transform: translate(-13%, -84%);
}

.section-auth .auth .title {
    width: 6.97rem;
    font-size: .38rem;
    font-weight: 600;
    color: #1D2843;
    text-align: center;
    padding: .49rem 0 .27rem;
    margin: 0 auto;
    border-bottom: 1px solid rgba(139, 137, 154, .2);
}

.section-auth .auth .authInfo {
    margin-top: .36rem;
}

.section-auth .auth .authInfo li {
    margin-bottom: .2rem;
}

.section-auth .auth .authInfo li p {
    width: 50%;
    display: block;
    font-size: .28rem;
    font-weight: 600;
    color: #1D2843;
    text-align: right;
}

.section-auth .auth .authInfo li span {
    width: 50%;
    display: block;
    font-size: .28rem;
    color: #1D2843;
}

.section-auth .auth .authInfo .authImg {
    width: 4.68rem;
    display: block;
    margin: .35rem auto .31rem;
}

.section-help {
    padding: .19rem .26rem;
}

.section-help .banner img {
    display: block;
    border-radius: .1rem;
}

.section-help .help {
    width: 100%;
    background: #FFFFFF;
    border-radius: .1rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    margin-top: .2rem;
    padding: .52rem 0 0;
}

.section-help .help .title {
    font-size: .38rem;
    font-weight: 600;
    color: #1D2843;
    text-align: center;
}

.section-help .help ul {
    margin-top: .46rem;
}

.section-help .help ul li {
    border-bottom: 1px solid rgba(138, 136, 154, .2);
    padding: .31rem .27rem;
}

.section-help .help ul li:last-child {
    border: none;
}

.section-help .help ul li .tit {
    width: 100%;
    background: linear-gradient(270deg, #FFFFFF 0%, #CEECFF 100%);
    border-radius: .11rem;
    font-size: .3rem;
    font-weight: 600;
    color: #1D2843;
    padding: .12rem 0 .12rem .19rem;
}

.section-help .help ul li p {
    font-size: .26rem;
    color: #8A889A;
    margin-top: .22rem;
}

.tips-popup {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.tips-popup .tips {
    width: 5.76rem;
    height: 4.1rem;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, 0);
    background: url(//static.biturl.cc/static/m.biturl.cc/images/bg-tips-popup.png);
    background-size: 5.76rem auto;
    background-position: center center;
    background-repeat: no-repeat;
    padding: .3rem 0 0;
    position: relative;
}

.tips-popup .tips .title {
    font-size: .4rem;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
}

.tips-popup .tips .content {
    margin: .65rem auto 0;
    width: 4.57rem;
    font-size: .28rem;
    color: #2F3669;
}

.tips-popup .tips .tool {
    /* margin-top: 1.8rem; */
    position: absolute;
    bottom: -1.2rem;
    width: 100%;
}

.tips-popup .tips .tool button:nth-of-type(1) {
    width: 2.64rem;
    height: .66rem;
    border: 2px solid #FFFFFF;
    border-radius: .3rem;
    font-size: .35rem;
    color: #FFFFFF;
}

.tips-popup .tips .tool button:nth-of-type(2) {
    width: 2.64rem;
    height: .66rem;
    background: linear-gradient(90deg, #4565BE, #2331A4);
    border-radius: .3rem;
    font-size: .35rem;
    color: #FFFFFF;
}

.person-auth-message-code-btn {
    position: absolute;
    width: 1.5rem !important;
    top: 0;
    right: 0;
    margin: 0 !important;
    font-size: .28rem;
}

.tips-error {
    position: absolute;
    top: .92rem;
    left: .1rem;
    color: red;
}

.toast-message {
    color: #fff;
    font-size: .28rem;
}

.home-funlist {
    padding: .4rem 0 .62rem;
}

.home-funlist .title {
    font-size: .38rem;
    font-weight: 600;
    color: #1D2843;
    text-align: center;
}

.home-funlist ul {
    padding: 0 .45rem;
    margin-top: .25rem;
}

.home-funlist ul li {
    width: 2.13rem;
    /* height: 2.85rem; */
    background: #FFFFFF;
    box-shadow: 0px 8px 20px 0px rgba(27, 77, 203, 0.12);
    border-radius: 10px;
    padding: .18rem 0;
}

.home-funlist ul li i {
    width: 1rem;
    height: 1rem;
    background: #FFFFFF;
    box-shadow: 0px .08rem .2rem 0px rgba(27, 77, 203, 0.12);
    border-radius: 50%;
    display: block;
    padding: .26rem;
    margin: 0 auto;
}

.home-funlist ul li i img {
    width: .84rem;
}

.home-funlist ul li p {
    font-size: .24rem;
    color: #1D2843;
    text-align: center;
    margin-top: .17rem;
}

.home-funlist ul li span {
    font-size: .18rem;
    color: #8A889A;
    display: block;
    width: 1.1rem;
    margin: .17rem auto 0;
}

.home-funlist button {
    width: 6.59rem;
    height: .63rem;
    background: linear-gradient(90deg, #4B73E5 0%, #293CCD 100%);
    border-radius: .32rem;
    font-size: .28rem;
    font-weight: 300;
    color: #FAFBFF;
    display: block;
    margin: .4rem auto 0;
}

.home-funlist button img {
    width: .18rem;
    display: inline-block;
    margin-left: .13rem;
}

.home-funlist .subtit {
    font-size: .32rem;
    color: #1D2843;
    margin-top: .59rem;
    text-align: center;
}

.home-funlist .content {
    width: 6.97rem;
    height: 4.03rem;
    background: linear-gradient(90deg, #FFFFFF 0%, #CEECFF 100%);
    border-radius: .1rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/bg-home-list.png);
    background-size: 6.97rem auto;
    margin: .39rem auto 0;
    padding: .42rem .67rem;
}

.home-funlist .content ol img {
    width: .8rem;
    height: .8rem;
    display: block;
    margin: 0 auto;
}

.home-funlist .content ol p {
    font-size: .46rem;
    font-weight: 500;
    color: #1D2743;
    text-align: center;
    margin-top: .19rem;
}

.home-funlist .content ol span {
    font-size: .24rem;
    color: #1D2743;
    display: block;
    text-align: center;
    margin-top: .15rem;
}

.home-funlist .content i {
    font-size: .26rem;
    color: #1D2743;
    margin-top: .44rem;
    display: block;
    text-align: center;
}

.section-404 {
    min-height: calc(100vh - 3rem);
    padding: 1.3rem 0 0;
}

.section-404 img {
    width: 4.35rem;
    display: block;
    margin: 0 auto;
}

.section-404 span {
    font-size: .32rem;
    color: #898799;
    margin-top: .23rem;
    display: block;
    text-align: center;
}

.section-404 button {
    width: 3.53rem;
    height: .73rem;
    background: #3361E7;
    border-radius: .1rem;
    font-size: .3rem;
    color: #FFFFFF;
    display: block;
    margin: 3rem auto 0;
}

/* ````````````````````````` */

.section-buy .buy-container .choose-card ul li p {
    font-size: .3rem;
    color: #1D2843;
    position: absolute;
    left: 0;
    bottom: -.6rem;
    width: 100%;
    text-align: center;
}

.section-buy .buy-container .choose-card .buytime {
    width: 6.4rem;
    margin: .7rem auto 0;
    border-bottom: 1px solid rgba(138, 136, 154, .2);
    padding-bottom: .26rem;
}

.section-buy .buy-container .choose-card .buytime p {
    font-size: .32rem;
    font-weight: 600;
    color: #1D2843;
}

.section-buy .buy-container .choose-card .buytime select {
    width: 2.19rem;
    height: .53rem;
    background: #FFFFFF;
    border: 1px solid #A5B8E6;
    border-radius: .1rem;
}

.section-buy .buy-container .choose-card .buy-info {
    width: 6.4rem;
    margin: .27rem auto 0;

}

.section-buy .buy-container .choose-card .buy-info ol {
    margin-bottom: .15rem;
}

.section-buy .buy-container .choose-card .buy-info ol p {
    font-size: .28rem;
    color: #1D2843;
}

.section-buy .buy-container .choose-card .buy-info ol i {
    font-size: .32rem;
    font-weight: 600;
    color: #E2492B;
}

.section-buy .buy-container .choose-card .buy-info ol span {
    font-size: .32rem;
    font-weight: 600;
    color: #1D2843;

}


.section-buy .buy-container .choose-package ul li {
    width: 6.56rem;
    height: 1.74rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/bg-creat-package.png);
    background-size: 6.9rem auto;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0.44rem 0.41rem 0.44rem 2.07rem;
    position: relative;
}

.section-buy .buy-container .choose-package ul li i {
    display: block;
    width: .89rem;
    height: .57rem;
    background: #FFC73A;
    border-radius: .1rem;
    position: absolute;
    top: 0;
    left: 0;
    font-size: .2rem;
    color: #1D2843;
    text-align: center;
    padding-top: .02rem;
}

.section-buy .buy-container .choose-package ul li p {
    position: absolute;
    top: 1.25rem;
    font-size: .28rem;
    color: #1D2843;
    text-align: center;
    width: 100%;
}

.section-buy .buy-container .choose-package ul li button {
    width: 1.4rem;
    height: .46rem;
    background: #FFC73A;
    border-radius: .1rem;
    position: absolute;
    bottom: 0.65rem;
    margin: 0;
    left: 84%;
    transform: translateX(-50%);
    color: #1D2843;
}

.section-buy .buy-container .choose-package ul li p span {
    font-size: .22rem;
}

.section-buy .buy-container .choose-package ul .interviewPackagelabel li {
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/bg-overlay-package2.png);
}

.section-buy .buy-container .choose-package ul li .tips-check {
    width: 0.56rem;
    height: 0.56rem;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/checked-hook.png);
    background-size: 0.56rem;
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}

.section-buy .buy-container .choose-package ul li input:checked+.tips-check {
    display: block;
}

.section-buy .buy-container .choose-package ul li p {
    font-size: .3rem;
    color: #1D2843;
    position: absolute;
    left: 2.2rem;
    top: .43rem;
    width: 3rem;
    text-align: left;
}

.section-buy .buy-container .choose-package .buytime {
    width: 6.4rem;
    margin: .3rem auto 0;
    border-bottom: 1px solid rgba(138, 136, 154, .2);
    padding-bottom: .3rem;
}

.section-buy .buy-container .choose-package .buytime p {
    font-size: .32rem;
    font-weight: 600;
    color: #1D2843;
}

.section-buy .buy-container .choose-package .buytime select {
    width: 2.2rem;
    height: .53rem;
    background: #FFFFFF;
    border: 1px solid #A5B8E6;
    border-radius: .1rem;
}

.section-buy .buy-container .choose-package .buy-info {
    width: 6.4rem;
    margin: .27rem auto 0;

}

.section-buy .buy-container .choose-package .buy-info ol {
    margin-bottom: .15rem;
}

.section-buy .buy-container .choose-package .buy-info ol p {
    font-size: .28rem;
    color: #1D2843;
}

.section-buy .buy-container .choose-package .buy-info ol i {
    font-size: .32rem;
    font-weight: 600;
    color: #E2492B;
}

.section-buy .buy-container .choose-package .buy-info ol span {
    font-size: .32rem;
    font-weight: 600;
    color: #1D2843;

}

.section-buy .buy-container .choose-package .buyNum {
    width: 2.2rem;
    height: .53rem;
    background: #FFFFFF;
    border: 1px solid #A5B8E6;
    border-radius: .1rem;
    overflow: hidden;

}

.section-buy .buy-container .choose-package .buyNum button {
    width: .5rem;
    height: .5rem;
    font-size: .53rem;
    font-weight: 300;
    color: #1D2843;
    margin: 0;
    background: #fff;
    line-height: .44rem;
    text-align: center;
    padding: 0;
    border-radius: 0;
}

.section-buy .buy-container .choose-package .buyNum span {
    font-size: .3rem;
    color: #1D2843;

}

/* ç‹¬äº«ä¸“å±žåŸŸå */
.section-exclusive-domain {
    padding: 0 0.25rem;
    margin: 0.2rem 0;
    position: relative;
}

.section-exclusive-domain .close {
    width: .36rem;
    height: .36rem;
    position: absolute;
    left: 50%;
    transform: translateX(3rem);
    top: .08rem;
    cursor: pointer;
}

.section-exclusive-domain.exclusive-domain-school {
    margin-top: .4rem;
}



/* ä¸“å±žåŸŸå */
.section-domainAbout {
    padding: .2rem 0 0;
}

.section-domainAbout .banner {
    padding: 0 .26rem .65rem .26rem;
    border-radius: .1rem;
}

.section-domainAbout .title {
    font-size: .36rem;
    font-weight: 600;
    color: #1D2843;
    text-align: center;
}

.section-domainAbout .why-content ul {
    margin-top: .2rem;
    padding: 0 .45rem;
}

.section-domainAbout .why-content ul img {
    width: 1.42rem;
    height: 1.42rem;
}

.section-domainAbout .why-content ul .list-info {
    width: 4.5rem;
}

.section-domainAbout .why-content ul li {
    padding: .3rem 0;
}

.section-domainAbout .why-content ul li:first-child {
    border-bottom: 1px dashed #E6E5F3;
}

.section-domainAbout .why-content ul li p {
    font-size: .28rem;
    font-weight: 600;
    color: #1D2843;
}

.section-domainAbout .why-content ul li span {
    font-size: .24rem;
    color: #8A889A;
    margin-top: .12rem;
    display: block;
    line-height: .36rem
}

.section-domainAbout .way-content {
    /* height: 6.6rem; */
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/way-content-bg.jpg);
    background-size: auto 6.4rem;
    background-position: center center;
    padding: .6rem 0 .3rem;
    margin-top: -.3rem;
}

.section-domainAbout .way-content ul {
    width: 6.98rem;
    /* height: 4.82rem; */
    background: #fff;
    border-radius: .1rem;
    margin: .43rem auto 0;
    padding: .43rem .65rem;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(27, 77, 203, 0.12);
}

.section-domainAbout .way-content ul i {
    width: .94rem;
    height: .94rem;
    background: #EDEBFF;
    border-radius: 50%;
    display: block;
    padding: .17rem;
    margin: 0 auto;
}

.section-domainAbout .way-content ul i img {
    width: .57rem;
    height: .57rem;
}

.section-domainAbout .way-content ul li {
    width: 2.4rem;
}

.section-domainAbout .way-content ul li p {
    font-size: .26rem;
    font-weight: 600;
    color: #1D2843;
    text-align: center;
    margin-top: .25rem;
}

.section-domainAbout .way-content ul li span {
    line-height: 1.5;
    font-size: .24rem;
    color: #8A889A;
    margin-top: .21rem;
    display: block;
}

.section-domainAbout .way-content ul li span.step {
    line-height: 1.6;
    margin-top: .04rem;
}

.section-domainAbout .way-content ul li span.step a {
    color: #8A889A;
    text-decoration: underline;
}

.section-domainAbout .way-content ul li span.step a:hover {
    color: #3D6FEF;
    cursor: pointer;
}

.section-domainAbout .way-content ul li button {
    width: 2.18rem;
    height: .62rem;
    background: #3D6FEF;
    border-radius: .3rem;
    display: block;
    margin: .3rem auto 0;
    font-size: .28rem;
    color: #FFFFFF;
}

.section-domainAbout .bind-container-wrap {
    height: 2.04rem;
    padding: .5rem 0 0;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/bind-container-wrap-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 2.04rem;
}

.section-domainAbout .bind-container-wrap p {
    font-size: .24rem;
    color: #1D2843;
    margin-top: .23rem;
    text-align: center;
}

.bind-popup {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.bind-popup .bind-popup-close {
    display: block;
    width: .4rem;
    height: .4rem;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: .2rem;
    right: .2rem;
    z-index: 10009;
}

.bind-popup .bind-popup-close:before,
.bind-popup .bind-popup-close:after {
    content: ' ';
    height: .36rem;
    width: .03rem;
    position: absolute;
    left: .2rem;
    top: .02rem;
    background-color: #fff;
}

.bind-popup .bind-popup-close:before {
    transform: rotate(45deg);
}

.bind-popup .bind-popup-close:after {
    transform: rotate(-45deg);
}

.bind-popup-body {
    width: 6rem;
    /* height: 5rem; */
    /* background-color: #fff; */
    padding: .2rem .1rem;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bind-popup-body p {
    line-height: 1.5;
    font-size: .26rem;
    color: #fff;
    text-align: center;
}

.bind-popup-body p.url-p {
    font-size: .3rem;
    color: #a2bcff;
    margin-top: .2rem;
}

.bind-popup-btn {
    text-align: center;
    margin-top: .46rem;
}

.bind-popup-btn button {
    width: 1.6rem;
    height: .6rem;
    font-size: .28rem;
    color: #fff;
    background-color: #3D6FEF;
    border-radius: .1rem;
}


/* ç§»åŠ¨ç«¯news */

.section-news {
    width: 100%;
    height: 2.21rem;
    background: linear-gradient(90deg, #E0FDFF 0%, #FFFFFF 100%);
    margin-top: 21px;
    padding: .31rem .45rem;
    position: relative;
    overflow: hidden;
}

.section-news .tit {
    z-index: 11;
    position: relative
}

.section-news .tit img:first-child {
    height: .37rem;
    margin: .05rem .1rem 0 0;
    /* z-index: 111; */
}

.section-news .tit p {
    font-size: .34rem;
    font-weight: bold;
    color: #1D2843;
}

.section-news .tit p span {
    color: #3361E7;
}

.section-news .tit img:last-child {
    height: .3rem;
    margin: .05rem 0 0 .1rem;
}

.section-news .news-info {
    position: absolute;
    width: 100%;
    top: .5rem;
    left: 0;
    padding: 0 .26rem 0 .46rem;
    overflow: hidden;
    height: 1.49rem;
}

.section-news .news-info ul {
    width: 100%;
    margin-top: -.1rem;
}

.section-news ul li {
    margin-top: .22rem;
}

.section-news ul li p {
    width: 4.82rem;
}

.section-news ul li img {
    max-width: 1.52rem;
    max-height: 1.52rem;
}

.section-news ul li p {
    margin-top: .6rem;
}

.section-news ul li p span {
    font-size: .26rem;
    color: #1D2843;
    margin-bottom: .1rem;
    display: block;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.section-news ul li p a:last-child spa {
    margin-bottom: 0rem;
}


.section-personalCenter .stackPackage .content2 {
    width: 6.96rem;
    background: #FFFFFF;
    border-radius: .1rem;
    padding: .46rem 0 .5rem;
    margin-top: .3rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
}

.section-personalCenter .stackPackage .content2 button {
    width: 3.53rem;
    height: .73rem;
    background: #3462E7;
    border-radius: .1rem;
    font-size: .3rem;
    color: #FFFFFF;
    display: block;
    margin: .46rem auto 0;
}

.section-personalCenter .stackPackage .content2 img {
    display: block;
    height: 2.2rem;
    margin: 0 auto;
}

.section-personalCenter .stackPackage .content2 span {
    font-size: .28rem;
    color: #8A889A;
    display: block;
    text-align: center;
    margin-top: .23rem;
}


/* 二维码生成 */
.qrCodeGenerator .banner {
    width: 7.5rem;
    height: 2.62rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/shorturl/banner-qrCodeGenerator.jpg);
    background-size: 7.5rem auto;
}

.qrCodeGenerator .info {
    margin-top: -.6rem;
}

.qrCodeGenerator .textarea {
    width: 7.5rem;
    height: 2.04rem;
    background: linear-gradient(0deg, #FFFFFF, #FAFBFF);
    border-radius: .6rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    padding-top: .27rem;
}

.qrCodeGenerator .textarea textarea {
    width: 6.98rem;
    height: 1.5rem;
    background: #FFFFFF;
    border: 1px solid #A5B8E6;
    border-radius: .1rem;
    display: block;
    margin: 0 auto;
    padding: .15rem;
    resize: none;
}

.qrCodeGenerator .generator-btn {
    width: 6.98rem;
    height: .88rem;
    background: #3361E7;
    border-radius: .1rem;
    display: block;
    font-size: .3rem;
    color: #FFFFFF;
    margin: .5rem auto 0;
}

.qrCodeGenerator .after-generator {
    width: 6.98rem;
    height: 4.21rem;
    background: #F2F2F5;
    border-radius: .1rem;
    margin: .53rem auto 0;
    padding: .4rem 0 0;
}

.qrCodeGenerator .after-generator img {
    width: 2.07rem;
    height: 2.07rem;
    margin: 0 auto;
    display: block;
}

.qrCodeGenerator .after-generator button {
    width: 3.68rem;
    height: .88rem;
    background: #3361E7;
    border-radius: .1rem;
    font-size: .3rem;
    color: #FFFFFF;
    display: block;
    margin: .44rem auto 0;
}

.after-generator-tips {
    width: 3.80rem;
    font-size: .24rem;
    color: #8A889A;
    line-height: .36rem;
    margin: .33rem auto .53rem;
}

.after-generator-hr {
    width: 6.98rem;
    height: 1px;
    background: #8A889A;
    opacity: 0.2;
}

.qrCodeGenerator .guide-pc {
    margin-top: .5rem;
}

.qrCodeGenerator .guide-pc .tit {
    font-size: .3rem;
    font-weight: 500;
    color: #1D2843;
    text-align: center;
}

.qrCodeGenerator .guide-pc ul {
    width: 5.27rem;
    margin: .35rem auto 1.16rem;
}

.qrCodeGenerator .guide-pc ul ol {
    font-size: .24rem;
    color: #1D2843;
}

.qrCodeGenerator .guide-pc ul span {
    font-size: .24rem;
    color: #8A889A;
}


.wxCard .banner1 {
    width: 7.5rem;
    height: 2.62rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/wxCard_7.png);
    background-size: 7.5rem auto;
}

.wxCard .info {
    margin-top: -.6rem;
}

.wxCard .info .wxCard_box {
    width: 7.5rem;
    height: 5.5rem;
    background: linear-gradient(0deg, #FFFFFF, #FAFBFF);
    border-radius: .6rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    padding: .3rem .47rem;
}

.wxCard .info .wxCard_box .wxCard_text {
    font-size: .28rem;
    font-weight: 400;
    color: #666666;
    line-height: .4rem;
    margin-bottom: .51rem;
}

.wxCard .info .wxCard_box .labelList {
    margin-bottom: .31rem;
}
.wxCard .info .wxCard_box .labelList .checked{
    position: relative;
}
.wxCard .info .wxCard_box .labelList .label {
    font-size: .28rem;
    font-weight: 500;
    color: #333333;
    line-height: .4rem;
    margin-bottom: .14rem;
}

.wxCard .info .wxCard_box .labelList input {
    width: 6.59rem;
    height: .8rem;
    background: #FFFFFF;
    border-radius: .11rem .11rem .11rem .11rem;
    border: .02rem solid #A8B4D4;
    padding-left: .2rem;
    font-size: .28rem;
}

.wxCard .info .wxCard_box .labelList .templateImg {
    width: 2.05rem;
    height: 2.05rem;
    border-radius: .06rem .06rem .06rem .06rem;
    border: .01rem dashed #999999;
    padding: .11rem;
}


.wxCard .info .wxCard_box .labelList .templateImg .coverText {
    width: 100%;
    height: 100%;
    padding: .15rem;
    text-align: center;
}

.wxCard .info .wxCard_box .labelList .templateImg .coverText img {
    width: .53rem;
    height: .53rem;
    margin: .05rem 0 .1rem 0;
}

.wxCard .info .wxCard_box .labelList .templateImg .coverText span {
    font-size: .26rem;
    font-weight: 400;
    color: #999999;
    line-height: .42rem;
}

.wxCard .info .wxCard_box .labelList .templateImg .coverBox {
    width: 1.83rem;
    height: 1.83rem;
    position: relative;
    display: table-footer-group;
}

.wxCard .info .wxCard_box .labelList .templateImg .coverBox img {
    width: 100%;
    /* height: 100%; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wxCard .info .wxCard_box .labelList .customImg {
    width: 2.05rem;
    height: 2.05rem;
    border-radius: .06rem .06rem .06rem .06rem;
    padding: .11rem;
    border: .01rem dashed #999999;
    /* margin: 0 .22rem; */
}

.wxCard .info .wxCard_box .labelList .customImg img {
    width: 100%;
    height: 100%;
}

.wxCard .info .wxCard_box .labelList .fileInt {
    width: 2.05rem;
    height: 2.05rem;
    /* border-radius: .06rem .06rem .06rem .06rem;
    border: 1px dashed #999999; */
    line-height: 9;
    border: none;
    position: relative;
}
.wxCard .info .wxCard_box .labelList .active{
    border: .01rem dashed #2972D9 !important;
}

.wxCard .info .wxCard_box .labelList .checked .icon_checked{
    width: .4rem;
    height: .4rem;
    position: absolute;
    bottom: -.01rem;
    right: -.01rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none;
}

.wxCard .info .wxCard_box .labelList .active.icon_checked{
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/icon_checked.png);
}

/* .wxCard .info .wxCard_box .labelList .fileInt::-webkit-file-upload-button {
    visibility: hidden;
} */

.wxCard .info .wxCard_box .labelList .fileImg .fileInt img{
    width: .57rem;
    height: .57rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.wxCard .info .wxCard_box .labelList .fileInt input{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.wxCard .info .wxCard_box .labelList .fileInt:hover::before {
    border-color: black;
}

.wxCard .info .wxCard_box .labelList .fileInt:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.wxCard .info .wxCard_box .labelList .fileImg {
    position: relative;
    width: 2.05rem;
    height: 2.05rem;
    border-radius: .06rem .06rem .06rem .06rem;
    border: 1px dashed #999999;
}

.wxCard .info .wxCard_box .labelList .fileImg img {
    width: 2.05rem;
    height: 2.05rem;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
}

.wxCard .info button {
    width: 6.7rem;
    height: 0.88rem;
    background: #3462E7;
    border-radius: 0.1rem;
    margin: 0.5rem auto 0;
    display: block;
    font-size: .3rem;
    color: #FFFFFF;
}
.wxCard .info .preview-btn{
    background-color: #FFF;
    font-size: .28rem;
    font-weight: 400;
    color: #2972D9;
    width: 100%;
    margin: 0;
}

.preview_Page{
    width: 100%;
}
.preview_Page .preview_img{
    width: 2.64rem;
    height: 1.99rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/wxCard_6.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.preview_Page .preview_text{
    font-size: .3rem;
    font-weight: 400;
    color: #333333;
    margin: 0.4rem 0;
}

.preview_Page .share-btn{
    width: 2.16rem;
    height: .6rem;
    background: #2972D9;
    border-radius: .04rem .04rem .04rem .04rem;
    text-align: center;
    line-height: .6rem;
    color: #FFF;
}

.preview_Page .preview_temp{
    width: 5.92rem;
    height: .37rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/wxCard_12.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: .5rem 0 .4rem;
}
.preview_weixin{
    width: 5.83rem;
    height: 1.8rem;
    background: #FFFFFF;
    box-shadow: 0rem .03rem .13rem .01rem rgba(0,0,0,0.11);
    border-radius: .04rem .04rem .04rem .04rem;
    padding: .36rem .26rem 0 .26rem;
    position: relative;
    margin-top: .6rem;
}
.preview_weixin::before{
    position: absolute;
    content: '';
    display: block;
    width: 1.7rem;
    height: .45rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/wxCard_8.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: -.6rem;
    left: 2rem;
}
.preview_weixin .topBox{
    
}
.preview_weixin .topBox .left{
    width: 3.5rem;
}
.preview_weixin .topBox .left .title{
    font-size: .3rem;
    font-weight: 500;
    color: #28334D;
    width: 4.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.preview_weixin .topBox .left .text{
    font-size: .24rem;
    font-weight: 400;
    color: #666666;
    margin-top: .15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.preview_weixin .topBox .right{
    width: 1.06rem;
    height: 1.06rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/wxCard_10.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.preview_weixin .bottomBox{
    width: 5.33rem;
    height: .46rem;
    border-top: .01rem solid #f1f1f1;
}
.preview_weixin .bottomBox .logo_img{
    width: 1.03rem;
    height: .34rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/wxCard_9.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 0.06rem;
}

.preview_friend{
    width: 5.83rem;
    height: 1.38rem;
    background: #FFFFFF;
    box-shadow: 0rem .03rem .13rem .01rem rgba(0,0,0,0.11);
    border-radius: .04rem .04rem .04rem .04rem;
    padding: .3rem .26rem;
    margin-top: 1.1rem;
    position: relative;
    margin-bottom: 1.5rem;
} 
.preview_friend::before{
    position: absolute;
    content: '';
    display: block;
    width: 1.5rem;
    height: .43rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/wxCard_11.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: -.62rem;
    left: 2.2rem;
}
.preview_friend .viewImg{
    width: .78rem;
    height: .78rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/wxCard_10.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
} 
.preview_friend .title{
    font-size: .3rem;
    font-weight: 400;
    color: #28334D;
    width: 4.2rem;
    margin-left: .2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.tips_mask{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.35);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.tips_mask .preview_model{
    width: 100%;
    height: 100%;
}
.tips_mask .preview_model img{
    width: 3.8rem;
    margin: .5rem 0;
}
.tips_mask .preview_model p{
    font-size: .38rem;
    color: #FFF;
    width: 6rem;
    text-align: center;
}

.preview_mask{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.35);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.preview_mask .preview_model{
    width: 6.59rem;
    height: 7rem;
    background: #FFFFFF;
    border-radius: .18rem .18rem .18rem .18rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: relative;
    padding: .34rem .39rem 0 .37rem;
}
.preview_mask .preview_model .icon_close{
    width: .32rem;
    height: .32rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/icon_close.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: .31rem;
    right: .31rem;
}

.preview_mask .preview_model .mask_title{
    font-size: .32rem;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin-bottom: .85rem;
}

.urlGenerator .banner {
    width: 7.5rem;
    height: 2.62rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/shorturl/banner-urlGenerator.jpg);
    background-size: 7.5rem auto;
}

.urlGenerator .info {
    margin-top: -.6rem;
}

.urlGenerator .textarea {
    width: 7.5rem;
    height: 5.5rem;
    background: linear-gradient(0deg, #FFFFFF, #FAFBFF);
    border-radius: .6rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(109, 119, 153, 0.14);
    padding-top: .27rem;
}

.urlGenerator .textarea textarea {
    width: 6.98rem;
    height: 2.73rem;
    background: #FFFFFF;
    border: 1px solid #A5B8E6;
    border-radius: .1rem;
    display: block;
    margin: 0 auto;
    padding: .15rem;
    resize: none;
}

.urlGenerator .textarea .copy-btn {
    width: 1.6rem;
    height: .48rem;
    border: 1px solid #3361E7;
    border-radius: .1rem;
    font-size: .26rem;
    color: #3361E7;
    position: absolute;
    top: 2.4rem;
    right: .4rem;
}

.urlGenerator .generator-btn {
    width: 6.98rem;
    height: .88rem;
    background: #3361E7;
    border-radius: .1rem;
    display: block;
    font-size: .3rem;
    color: #FFFFFF;
    margin: .5rem auto 0;
}

.urlGenerator .after-generator {
    width: 6.98rem;
    height: 4.21rem;
    background: #F2F2F5;
    border-radius: .1rem;
    margin: .53rem auto 0;
    padding: .4rem 0 0;
}

.urlGenerator .after-generator img {
    width: 2.07rem;
    height: 2.07rem;
    margin: 0 auto;
    display: block;
}

.urlGenerator .after-generator button {
    width: 3.68rem;
    height: .88rem;
    background: #3361E7;
    border-radius: .1rem;
    font-size: .3rem;
    color: #FFFFFF;
    display: block;
    margin: .44rem auto 0;
}

.after-generator-tips {
    width: 3.80rem;
    font-size: .24rem;
    color: #8A889A;
    line-height: .36rem;
    margin: .33rem auto .53rem;
}

.after-generator-hr {
    width: 6.98rem;
    height: 1px;
    background: #8A889A;
    opacity: 0.2;
}

.urlGenerator .guide-pc {
    margin-top: .5rem;
}

.urlGenerator .guide-pc .tit {
    font-size: .3rem;
    font-weight: 500;
    color: #1D2843;
    text-align: center;
}

.urlGenerator .guide-pc ul {
    width: 5.27rem;
    margin: .35rem auto 1.16rem;
}

.urlGenerator .guide-pc ul ol {
    font-size: .24rem;
    color: #1D2843;
}

.urlGenerator .guide-pc ul span {
    font-size: .24rem;
    color: #8A889A;
}



.urlGenerator .doname-list {
    width: 100%;
    padding: 0.1rem .2rem 0;
}

.urlGenerator .doname-list li {
    color: #096DDE;
    font-size: 0.29rem;
    margin-right: 0.4rem;
    margin-bottom: .15rem;
}

.urlGenerator .doname-list li:last-child {
    margin-right: 0;
}

.urlGenerator .doname-list li label {
    cursor: pointer;
    height: 100%;
}

.urlGenerator .doname-list .radio-input {
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    vertical-align: -5%;
    background-color: #ffffff;
    cursor: pointer;
    margin-right: 0.17rem;
    position: relative;
    border: 1px solid #1D2843;
}

.urlGenerator .doname-list .radio-input:checked::before {
    content: '';
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    background: #1D2843;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.urlGenerator .doname-list span {
    margin: 0;
    font-size: .24rem;
    color: #1D2843;
}

.urlGenerator .tips-doname {
    width: 1.85rem;
    height: .4rem;
    background: #40C2FF;
    border-radius: .16rem .16rem .16rem 0;
    font-size: .26rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: .4rem;
    text-align: center;
    float: right;
    position: absolute;
    left: 5.4rem;
    top: 2.4rem;
}

.urlGenerator .tips-doname {
    width: 1.85rem;
    height: .4rem;
    background: #40C2FF;
    border-radius: .16rem .16rem .16rem 0;
    font-size: .26rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: .4rem;
    text-align: center;
    float: right;
    position: absolute;
    left: 5.4rem;
    top: 4.2rem;
}

.urlGenerator .term {
    display: inline-block;
    vertical-align: top;
    margin-left: .2rem;
}

.urlGenerator .termName {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.28rem;
    color: #1E2844;
}

.urlGenerator .term_select {
    display: inline-block;
    vertical-align: middle;
    width: 1.26rem;
    height: 0.45rem;
    color: #1E2844;
    outline: none;
    background-color: #fff;
    border: 1px solid #A6B8E6;
    border-radius: 0.06rem;
    padding-left: 0.1rem;
    cursor: pointer;
    font-size: 0.24rem;
}

.section-funlist .nav li {
    width: 2.13rem;
    height: 2.2rem;
    background: #FFFFFF;
    box-shadow: 0px 8px 20px 0px rgba(27, 77, 203, 0.12);
    border-radius: 10px;
    padding: .2rem 0 0;
    margin: .1rem .2rem .1rem 0rem;
}

.section-funlist .nav p {
    width: 1rem;
    height: 1rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0.08rem 0.2rem 0px rgba(27, 77, 203, 0.12);
    border-radius: 50%;
    margin: 0 auto;
}

.section-funlist .nav p img {
    width: 0.65rem;
    height: 0.65rem;
}

.section-funlist .nav span {
    font-size: 0.24rem;
    color: rgba(138, 136, 154, 1);
    text-align: center;
    display: block;
    margin-top: 0.21rem;
}


.section-toolset ul li.batch textarea {
    width: 100%;
    height: 1.5rem;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(165, 183, 230, 1);
    border-radius: 0.1rem;
    padding: 0.2rem;
}

.section-toolset ul li.batch .term {
    margin-top: 0.35rem;
}

.section-toolset ul li.batch .termName {
    font-size: 0.28rem;
    color: rgba(29, 40, 67, 1);
    margin-right: 0.2rem;
}

.section-toolset ul li.batch .term_select {
    display: inline-block;
    vertical-align: middle;
    width: 1.5rem;
    height: 0.4rem;
    color: #777777;
    outline: none;
    background-color: #fff;
    border: 1px solid #a5b8e6;
    border-radius: 0.06rem;
    padding-left: 0.1rem;
    cursor: pointer;
    font-size: 0.26rem;
}

.dwz-edit ul li .qrCode {
    width: 2rem;
    height: 2rem;
}

.dwz-edit ul li button {
    height: .69rem;
    color: #3361E7;
    border-radius: .1rem;
    font-size: .3rem;
}

.domain-lease {
    padding-top: 0.19rem;
}

.domain-lease .banner {
    padding: 0 .26rem .6rem;
}

.domain-lease .banner img {
    width: 6.98rem;
    height: 3rem;
}

.domain-lease .lease-price .title {
    font-size: .36rem;
    font-weight: 600;
    color: #1D2843;
    text-align: center;
    margin-bottom: .3rem;
}

.domain-lease .lease-price .lease-container {
    width: 6.98rem;
    margin: 0 auto;
    background: linear-gradient(180deg, #FFFEFF, #D9DDFF);
    box-shadow: 0px 0.06rem .14rem 0px rgba(44, 42, 69, 0.2);
    border-radius: .1rem;
    padding: .46rem .24rem;
}

.domain-lease .lease-price .lease-type-list li {
    width: 2.08rem;
    height: 2.64rem;
    border-radius: .1rem;
    overflow: hidden;
    padding: 0.02rem;
    position: relative;
    background: linear-gradient(0deg, #B5B5B5 0%, #EDEDED 100%);
}

.domain-lease .lease-price .lease-type-list li .list-container {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border-radius: .1rem;
}

.domain-lease .lease-price .list-title {
    width: 100%;
    height: .58rem;
    line-height: .58rem;
    font-size: .32rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem;
}

.domain-lease .lease-price .lease-type-list li:nth-child(1) .list-title {
    background: linear-gradient(0deg, #3C75EF 0%, #689DF7 100%);
}

.domain-lease .lease-price .lease-type-list li:nth-child(2) .list-title {
    background: linear-gradient(0deg, #F2B643 0%, #F9E08B 99%);
}

.domain-lease .lease-price .lease-type-list li:nth-child(3) .list-title {
    background: linear-gradient(0deg, #292842 0%, #4D4C73 100%);
}

.domain-lease .lease-price .lease-type-list li.active {
    padding: 0.04rem;
}

.domain-lease .lease-price .lease-type-list li:nth-child(1).active {
    background: linear-gradient(0deg, #3C75EF, #689DF7);
}

.domain-lease .lease-price .lease-type-list li:nth-child(2).active {
    background: linear-gradient(0deg, #F2B643, #F9E08B);
}

.domain-lease .lease-price .lease-type-list li:nth-child(3).active {
    background: linear-gradient(0deg, #292842, #4D4C73);
}

.domain-lease .lease-price .lease-type-list li.active::after {
    content: "";
    display: block;
    width: .68rem;
    height: .67rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/lease-select-hook.png);
    background-repeat: no-repeat;
    background-size: auto .67rem;
    position: absolute;
    bottom: -0.04rem;
    right: -0.03rem;
    z-index: 2;
}

.domain-lease .lease-price .lease-type-list li:nth-child(1).active::after {
    background-position: 0 0;
}

.domain-lease .lease-price .lease-type-list li:nth-child(2).active::after {
    background-position: -.85rem 0;
}

.domain-lease .lease-price .lease-type-list li:nth-child(3).active::after {
    background-position: -1.69rem 0;
}


.domain-lease .lease-price .list-bottom {
    padding-top: .42rem;
}

.domain-lease .lease-price .item-price {
    line-height: 1;
    color: #1D2843;
    font-weight: 600;
    text-align: center;
}

.domain-lease .lease-price .item-price .symbol {
    font-size: .26rem;
    margin-right: 0.04rem;
}

.domain-lease .lease-price .item-price .amount {
    font-size: .48rem;
}

.domain-lease .lease-price .item-price .date {
    font-size: .24rem;
}

.domain-lease .lease-price .item-info {
    font-size: .24rem;
    color: #8A889A;
    text-align: center;
    margin-top: .46rem;
}

.domain-lease .lease-price .lease-info {
    margin-top: .3rem;
    padding-left: .1rem;
}

.domain-lease .lease-price .lease-info li {
    display: none;
}

.domain-lease .lease-price .lease-info li.active {
    display: block;
}

.domain-lease .lease-price .lease-info p {
    line-height: .38rem;
    font-size: .24rem;
    color: #8A889A;
}

.domain-lease .lease-price .toBuyDomain {
    display: block;
    width: 100%;
    height: 0.88rem;
    background: #3361e7;
    border-radius: 0.1rem;
    margin: .46rem 0 0;
    font-size: 0.3rem;
    color: #ffffff;
}


.domain-lease .use-rule {
    margin-top: .5rem;
}

.domain-lease .use-rule .title {
    font-size: .36rem;
    font-weight: 600;
    color: #1D2843;
    text-align: center;
    margin-bottom: .3rem;
}

.domain-lease .use-rule .use-rule-container {
    width: 6.98rem;
    background: linear-gradient(180deg, #FFFFFF, #F2F4FF);
    box-shadow: 0px .06rem .14rem 0px rgba(44, 42, 69, 0.13);
    border-radius: .1rem;
    padding: .2rem .19rem;
    margin: 0 auto;
}

.domain-lease .use-rule .rule-list li {
    padding: .2rem .32rem;
    border-bottom: 1px solid #E6E6E6;
}

.domain-lease .use-rule .rule-list li:last-child {
    border-bottom-color: transparent;
}

.domain-lease .use-rule .rule-icon {
    width: .98rem;
    height: .98rem;
    background-image: url(//static.biturl.cc/static/m.biturl.cc/images/domain-rule-icon.png);
    background-repeat: no-repeat;
    background-size: .98rem auto;
}

.domain-lease .use-rule .rule-icon.icon1 {
    background-position: 0 0;
}

.domain-lease .use-rule .rule-icon.icon2 {
    background-position: 0 -1.3rem;
}

.domain-lease .use-rule .rule-icon.icon3 {
    background-position: 0 -2.6rem;
}

.domain-lease .use-rule .list-item-right {
    width: 4.56rem;
    padding-top: .06rem;
}

.domain-lease .use-rule .item-title {
    font-size: .258rem;
    font-weight: 600;
    color: #1D2843;
}

.domain-lease .use-rule .item-desc {
    line-height: .38rem;
    font-size: .24rem;
    color: #8A889A;
    margin-top: .22rem;
}

.domain-lease .contact-service {
    padding: .5rem 0 .3rem;
}

.domain-lease .contact-service .service-btn {
    width: 6.98rem;
    height: 1.5rem;
    border-radius: .1rem;
    margin: 0 auto;
}

.domain-lease .contact-service .service-btn img {
    width: 100%;
    height: 100%;
}

.unable-popup {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}

.unable-popup .unable-popup-body {
    width: 6.3rem;
    background-color: #ffffff;
    border-radius: .1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: .5rem .3rem .3rem;
}

.unable-popup .popup-title {
    font-size: .36rem;
    font-weight: bold;
    color: #494949;
    text-align: center;
    letter-spacing: 2px;
}

.unable-popup .popup-content {
    padding: .4rem .1rem .5rem;
}

.unable-popup .popup-text {
    line-height: 1.5;
    font-size: .28rem;
    color: #333;
}

.unable-popup .popup-btn {
    padding: .2rem .3rem;
}

.unable-popup .popup-btn button {
    width: 2.28rem;
    height: .68rem;
    font-size: .3rem;
    text-align: center;
    border-radius: .06rem;
}

.unable-popup .popup-btn button.opt-btn {
    color: #096dde;
    border: 1px solid #096dde;
    background-color: #ffffff;
}

.unable-popup .popup-btn button.main-btn {
    color: #fff;
    border: 1px solid #277cf2;
    background-color: #277cf2;
}

.sectionServices {
    background: #fff;
    padding: .5rem .3rem 0;
}

.sectionServices button {
    width: 2.32rem;
    height: .68rem;
    background: rgba(51, 97, 231, 1);
    border-radius: .06rem;
    font-size: .3rem;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
}

.sectionServices .title {
    font-size: .36rem;
    font-weight: 500;
    color: #1D2843;
    margin-top: .6rem;
    text-align: center;
}

.sectionServices .subtitle {
    font-size: .26rem;
    color: #585E6C;
    margin-top: .09rem;
    text-align: center;
}

.sectionServices ul {
    margin-top: 0.4rem;
}

.sectionServices ul li {
    width: 2.18rem;
    height: 2.82rem;
    background: rgba(255, 255, 255, 0.39);
    box-shadow: 0px 0.03rem .08rem rgba(46, 107, 252, 0.08);
    border-radius: 0.04rem;
    padding: .24rem .44rem;
    margin-bottom: .22rem;
}

.sectionServices ul li img {
    width: 1.3rem;
    display: block;
    margin: 0 auto;
}

.sectionServices ul li:nth-of-type(4),
.sectionServices ul li:nth-of-type(5) {
    width: 3.36rem;
    margin-bottom: 0;
}

.sectionServices ul li p {
    text-align: center;
    font-size: .28rem;
    font-weight: 500;
    color: #1D2843;
    margin-top: .11rem;
}

.section-index-news {
    background: #fff;
    padding: 0 .74rem 0;
    border-top: 1px solid #E5E8ED;
    border-bottom: 1px solid #E5E8ED;
    margin-bottom: .6rem;
}

.section-index-news li {
    padding: .26rem 0 .23rem;
    border-bottom: 1px solid rgba(219, 223, 234, .7);
}

.section-index-news li .tit p {
    font-size: .32rem;
    color: #1D2843;
}

.section-index-news li .tit span {
    font-size: .3rem;
    color: #8A889A;

}

.section-index-news li .tit img {
    width: .4rem;
    margin-right: .14rem;
}

.section-index-news li .tit .more img {
    width: .15rem;
    margin-left: .14rem;
}

.section-index-news li .content {
    margin-top: .3rem;
}

.section-index-news li .content .list {
    font-size: .26rem;
    font-weight: 300;
    color: #585E6C;
    margin-bottom: .22rem;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}
