.zeren {
    overflow: hidden;
    padding-bottom: .9rem;
}

.baogao .public-title .title::after,
.gongyi .public-title .title::after,
.old .public-title .title::after,
.details .public-title .title::after {
    left: 0;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
}

.zeren .item {
    margin-top: 0.9rem;
    width: 3.6rem;
    height: 3.6rem;
    overflow: hidden;
    border-radius: 50%;
    background-color: #ebf1f9;
    padding: 0.2rem;
}
.eye,.down_d{    cursor: pointer;}
.zeren .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.8rem;
    background-image: linear-gradient(45deg, #1d82d6, #02b4ee);
    border-radius: 50% 50% 0 0;
}

.zeren .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 0.2rem;
    background-color: #FFF;
    transform: translateY(-50%);
    width: 100%;
}

.zeren .item:nth-child(2)::after {
    top: auto;
    bottom: 0;
    border-radius: 0 0 50% 50%;
}

.zeren .item .content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    z-index: 2;
    border-radius: 50%;
}

.zeren .item .icon {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
}

.zeren .item .icon img {
    max-width: 80%;
}

.zeren .item .txt {
    margin-top: 0.2rem;
    font-size: 0.2rem;
    margin-bottom: 0.5rem;
    color: #5b626c;
}

.baogao {
    background-color: #f5f7fa;
    padding-bottom: 1.2rem;
    overflow: hidden;
}

.baogao .txt {
    color: #999ea6;
    margin-top: .6rem;
}

.baogao .pic {
    width: 100%;
    height: 5.05rem;
    border-radius: 0.1rem;
    background-image: url(' ');
    margin-top: 0.3rem;
    padding-left: 1.4rem;
}

.baogao .pic .t img {
    width: 2.56rem;
}

.baogao .pic a {
    border-radius: 0.08rem;
}

.baogao .pic .check {
    margin-right: 0.2rem;
}

.baogao .pic .check i {
    width: 0.21rem;
    height: 0.15rem;
    background: url(' ')no-repeat center;
    margin-right: 0.1rem;
}

.baogao .pic .down i {
    width: 0.13rem;
    height: 0.16rem;
    background: url(' ')no-repeat center;
    margin-right: 0.1rem;
}

.baogao .pic a em {
    width: 0;
    height: 0.1rem;
    border-top: 2px #FFF solid;
    border-right: 2px #FFF solid;
    transform: rotate(45deg);
    opacity: 0;
    transition: all 0.3s;
}

.baogao .pic .check em {
    border-top-color: #333;
    border-right-color: #333;
}

.baogao .pic a:hover em {
    width: 0.1rem;
    opacity: 1;
    margin-left: 0.05rem;
}

.gongyi {
    padding-bottom: 1.2rem;
}

.gongyi .content {
    margin-top: 0.8rem;
}

.gongyi .item {
    margin-top: 0.5rem;
}

.gongyi .item .pic {
    width: 7.2rem;
    height: 4.05rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.gongyi .item .pic img {
    width: 100%;
}

.gongyi .item .text {
    background-color: #f5f7fa;
    overflow: hidden;
    border-radius: 0.1rem;
    height: 3.6rem;
    padding: 0 0.8rem 0 1rem;
    margin-left: -0.4rem;
    z-index: 1;
}

.gongyi .item h2 {
    font-size: 0.3rem;
    color: #5b626c;
    border-bottom: 1px #dcdee1 solid;
    margin: 0;
    line-height: 1.5;
    padding-bottom: 0.2rem;
}

.gongyi .item p {
    line-height: 0.32rem;
    color: #414b5b;
    margin-bottom: 0;
}

.gongyi .item:nth-child(even) .text {
    order: 1;
    margin-left: 0;
    margin-right: -0.4rem;
}

.gongyi .item:nth-child(even) .pic {
    order: 2;
}

.old {
    background-color: #f5f7fa;
    padding-bottom: 0.9rem;
    overflow: hidden;
}

.old .roll {
    margin-top: .9rem;
}

.old .item {
    height: 4.42rem;
    background: url(' ')no-repeat left top;
    margin-right: .15rem;
    background-size: 100%;
}

.old .item .tit {
    background: url(' ')no-repeat center;
    height: .9rem;
    background-size: auto 100%;
    width: 100%;
}

.old .item .con {
    height: 100%;
    margin-top: .3rem;
}

.old .item .tool {
    position: absolute;
    bottom: .3rem;
    width: 100%;
    left: 0;
    padding: .3rem .6rem .1rem .4rem;
}

.old .item .tool .eye {
    background: url(' ')no-repeat left top;
    background-size: .24rem;
    padding-top: .2rem;
}

.old .item .tool .down {
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 5px #f8f8f8 solid;
}

.old .item .tool .down img {
    width: .23rem;
}

.old .slick-arrow {
    top: -1rem;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.old .slick-next {
    right: 0;
}

.old .slick-prev {
    right: .8rem;
    left: auto;
}

.details {
    padding-bottom: 1.2rem;
}

.details .tab-cont {
    display: none;
}

.details .subnav {
    margin-top: .6rem;
}

.details .subnav a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #d9d9d9 solid;
    width: 1.4rem;
    height: 1.4rem;
    box-shadow: 0 0 .3rem rgba(0, 0, 0, .05);
}

.details .subnav a::after {
    content: '';
    position: absolute;
    right: -1.65rem;
    width: 1.45rem;
    height: 1px;
    background-color: #d9d9d9;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.details .subnav a:last-child::after {
    display: none;
}

.details .subnav .on {
    color: #0080cc;
    border-color: #1d82d6;
}

.details .content {
    margin-top: .6rem;
}

.details .content .pic {
    width: 6.6rem;
    height: 3.7rem;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    margin-right: .6rem;
}

.details .content .pic img {
    width: 100%;
}

.details .content .txt {
    margin-top: .4rem;
}

.details .public-title {
    margin-top: 0;
}

.details .picture {
    margin-top: .6rem;
    margin-left: -.15rem;
    margin-right: -.15rem;
}

.details .picture .card {
    height: 2.5rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    overflow: hidden;
    margin: 0 .15rem;
}

.details .picture img {
    width: 100%;
  height: 100%;
    object-fit: cover;
}

.details .picture .info {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 40%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.details .tool {
    position: absolute;
    left: .2rem;
    bottom: .2rem;
    z-index: 2;
}

.details .tool span {
    border-radius: .03rem;
    -webkit-border-radius: .03rem;
    -moz-border-radius: .03rem;
    -ms-border-radius: .03rem;
    -o-border-radius: .03rem;
    background-color: rgba(255, 255, 255, .5);
    background-position: .1rem center;
    background-repeat: no-repeat;
    padding-left: 30px;
    font-size: 14px;
    padding-right: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.details .tool .v {
    background-image: url(' ');
}

.details .tool .p {
    background-image: url(' ');
}


/*全局样式 start*/


/*全局样式 end*/

@media (min-width: 1025px) {
    /*所有hover写在这里面 兼容sofari的移动端不支持hover*/
    .gongyi .item:hover .text {
        background-image: linear-gradient(45deg, #1d82d6, #02b4ee);
    }
    .gongyi .item:hover .text p,
    .gongyi .item:hover .text h2 {
        color: #FFF;
    }
    .gongyi .item:hover a {
        background: #FFF;
        color: #1d82d6;
    }
}

@media (max-width: 1441px) {
    /*修改1441以下、小屏显示器*/
}

@media (max-width: 1199px) {
    /*修改1200以下、小屏显示器*/
    .zeren .item {
        width: 5rem;
        height: 5rem;
    }
    .zeren .item::after {
        height: 2.5rem;
    }
    .zeren .item .icon {
        width: 2.2rem;
        height: 2.2rem;
    }
    .zeren .item .txt {
        font-size: 0.3rem;
        line-height: 1.5;
    }
    .baogao .txt {
        font-size: 0.32rem;
        line-height: 1.5;
    }
    .baogao .pic {
        height: 8.5rem;
    }
    .baogao .pic .t img {
        width: 3.5rem;
    }
    .baogao .pic .check i,
    .baogao .pic .down i {
        width: 0.5rem;
        height: 100%;
    }
    .gongyi .item .pic {
        width: 9rem;
        height: 5rem;
    }
    .gongyi .item .text {
        margin-left: -0.6rem;
        height: auto;
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }
    .gongyi .item h2 {
        font-size: 0.5rem;
    }
    .gongyi .item p {
        font-size: 0.3rem;
        line-height: 1.5;
    }
    .old .slick-arrow {
        top: -1.4rem;
    }
    .old .slick-prev {
        right: 1.2rem;
    }
    .old .item {
        height: 6rem;
    }
    .old .item .tit {
        line-height: 1.2;
        height: 1.2rem;
    }
    .old .item .tool .down {
        width: .7rem;
        height: .7rem;
    }
    .old .item .tool .eye {
        background-size: .3rem;
    }
    .old .item .tool {
        padding-right: .5rem;
        padding-bottom: .4rem;
    }
    .details .subnav a {
        width: 2rem;
        height: 2rem;
    }
    .details .subnav a::after {
        right: -1.8rem;
    }
    .details .content .pic img {
        display: none;
    }
    .details .content .pic {
        width: 50%;
        height: 6rem;
    }
    .details .picture .card {
        height: 3.2rem;
    }
}

@media (max-width: 980px) {
    .zeren .item .txt,
    .baogao .txt,
    .gongyi .item p {
        font-size: 0.38rem;
    }
    .gongyi .item h2 {
        font-size: 0.58rem;
    }
    .old .item {
        height: 8rem;
    }
    .old .item .tool {
        padding-right: .6rem;
        padding-bottom: .5rem;
        padding-left: .6rem;
    }
    .old .item .tit {
        height: 1.4rem;
    }
    .old .item .tool .down {
        width: 1rem;
        height: 1rem;
    }
    .old .item .tool .down img {
        width: .4rem;
    }
    .old .item .tool .eye {
        background-size: .45rem;
        padding-top: .45rem;
    }
    .details .subnav a {
        width: 2.6rem;
        height: 2.6rem;
    }
    .details .subnav a::after {
        right: -1.2rem;
        width: 1rem;
    }
    .details .content .pic img {
        display: none;
    }
    .details .content .pic {
        width: 100%;
        height: 6rem;
        margin-right: 0rem;
        margin-bottom: .6rem;
    }
    .details .picture .card {
        height: 4.4rem;
    }
}


}
@media (max-width: 767px) {
    /*修改768以下、小屏平板*/
}
@media (max-width: 480px) {
    /*修改425以下、普通的安卓手机屏*/
    
    .zeren .item .txt,
    .baogao .txt,
    .gongyi .item p {
        font-size: 0.68rem;
    }
    
    .gongyi .item {
        flex-flow: column;
    }
    
    .gongyi .item .pic {
        width: 100%;
        order: 1 !important;
        height: 9rem;
        border-radius: 0.3rem;
        -webkit-border-radius: 0.3rem;
        -moz-border-radius: 0.3rem;
        -ms-border-radius: 0.3rem;
        -o-border-radius: 0.3rem;
    }
    
    .gongyi .item .text {
        margin-left: 0;
        order: 2 !important;
        padding-bottom: 0.8rem;
    }
    
    .gongyi .item h2 {
        font-size: 0.9rem;
        line-height: 2;
    }
    
    .gongyi .item p,
    .baogao .txt {
        line-height: 1.8;
    }
    
    .zeren .warp {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    
    .zeren .item {
        width: 9rem;
        height: 9rem;
    }
    
    .zeren .item::after {
        height: 4.5rem;
    }
    
    .zeren .item .icon {
        width: 3.8rem;
        height: 3.8rem;
    }
    
    .baogao .pic {
        border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 0.5rem;
        -ms-border-radius: 0.5rem;
        -o-border-radius: 0.5rem;
        height: 12rem;
        background-position: center;
        margin-top: 0.8rem;
    }
    
    .baogao .pic .t img {
        width: 7rem;
    }
    
    .baogao .pic .check i,
    .baogao .pic .down i {
        width: 1rem;
    }
    
    .baogao .pic .btn,
    .baogao .txt {
        margin-top: 0.6rem;
    }
    
    .baogao .pic .check {
        margin-right: 0.8rem;
    }
    
    .old .slick-arrow {
        top: -2.8rem;
        width: 2rem;
        height: 2rem;
    }
    
    .old .slick-prev {
        right: 2.6rem;
    }
    
    .old .item {
        height: 12rem;
        margin: 0;
    }
    
    .old .item .tool {
        padding-left: .9rem;
        padding-right: 1rem;
        padding-bottom: .8rem;
    }
    
    .old .item .tit {
        height: 2.8rem;
    }
    
    .old .item .tool .down {
        width: 2rem;
        height: 2rem;
    }
    
    .old .item .tool .down img {
        width: .8rem;
    }
    
    .old .item .tool .eye {
        background-size: .8rem;
    }
    
    .details .content .pic {
        height: 9rem;
    }
    
    .details .subnav a {
        width: 3rem;
        height: 3rem;
        padding: .4rem;
        text-align: center;
        line-height: 1.4;
    }
    
    .details .public-title .title {
        text-align: left;
    }
    
    .details .picture .card {
        height: 5.8rem;
    }
}
@media (max-width: 375px) {
    /*修改375以下、iPhone5，4，等小屏手机*/
    
    details .picture .card {
        height: 8rem;
    }
}



/*新增*/
.linian {
    padding-top: .77rem;
    overflow: hidden;
}

.linian-title-box {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    
}

.linian-title-box .title {
    font-size: .36rem;
    padding-bottom: .24rem;
}

.linian-title-box .title-line {
    width: .6rem;
    height: .04rem;
    background-color: #c0aa8b;
}


.circle-box {
    width: 12.36rem;
    display: flex;
    justify-content: space-between;
    margin:.54rem auto 0;
}

.circle-box .circle-box-item {
    width: 3.57rem;
    height: 3.73rem;
    border-radius: 50%;
}

.circle-box .circle-box-item .img1, .circle-box .circle-box-item .img3 {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 105;
}

.circle-box .circle-box-item .img2, .circle-box .circle-box-item .img4 {
    width: 100%;
    position: absolute;
    bottom: .03rem;
} 

.circle-box .circle-box-item .img2, .circle-box .circle-box-item .img3 {
    z-index: 110;
}

.circle-box .circle-box-item .img4{
    z-index: 107;
}


.circle-box .item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: .58rem;
    position: relative;
    z-index: 100;
}
.circle-box .item-content  img {
    width: 1.07rem;
    height: 1.07rem;
    margin-bottom: .22rem;
}

.circle-box .item-content span {
    font-size: .2rem;
    padding-bottom: .1rem;
}


.circle-box .layer-01 {
    width: 40%;
    position: absolute;
    height: 3.73rem;
    top: 0;
    left: .68rem;
    background-color: #fff;
    transform-origin: top right;
    transform:  rotate(45deg);
    /* animation: left 2s; */
    animation-fill-mode: forwards;
    z-index: 106;
}


.circle-box .layer-02 {
    width: 40%;
    position: absolute;
    top: 0;
    height: 3.73rem;
    bottom: 0;
    right: 0.68rem;
    background-color: #fff;
    transform-origin: top left;
    transform:rotate(-45deg);
    /* animation: right 2s; */
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    z-index: 106;
}

.circle-box .layer-05{
    width: 40%;
    position: absolute;
    height: 3.73rem;
    top: 0;
    left: .68rem;
    background-color: #fff;
    transform-origin: top right;
    transform:  rotate(45deg);
    /* animation: left 2s; */
    animation-fill-mode: forwards;
    z-index: 112;
}


.circle-box .layer-06 {
    width: 40%;
    position: absolute;
    top: 0;
    height: 3.73rem;
    bottom: 0;
    right: 0.68rem;
    background-color: #fff;
    transform-origin: top left;
    transform:rotate(-45deg);
    /* animation: right 2s; */
    /* animation-delay: 0.3s; */
    animation-fill-mode: forwards;
    z-index: 112;
}

.circle-box .layer-03 {
    width: 40%;
    position: absolute;
    height: 3.73rem;
    top: 0;
    left: 1.5rem;
    background-color: #fff;
    transform-origin: bottom right;
    transform:  rotate(-45deg);
    /* animation: left1 2s; */
    animation-fill-mode: forwards;
    z-index: 107;
}


.circle-box .layer-04 {
    width: 40%;
    position: absolute;
    top: 0;
    height: 3.73rem;
    bottom: 0;
    right: 1.5rem;
    background-color: #fff;
    transform-origin: bottom left;
    transform:rotate(45deg);
    /* animation: right1 2s; */
    animation-delay: 0.4s;
    animation-fill-mode: forwards;
    z-index: 107;
}

@keyframes left
    {
        from {left: .68rem;top: 0;}
        to {left: 10rem;top: -10rem;}
    }

@keyframes right
    {
        from {right: 0.68rem; top: 0;}
        to {right: -10rem;top: 10rem;}
    }

    
@keyframes left1
{
    from {left:1.5rem;bottom: 0;}
    to {left: 5rem;top: 5rem;}
}

@keyframes right1
{
    from {right:1.5rem; bottom: 0;}
    to {right: -10rem;top: -10rem;}
}

