.ziPlusBanner {
    width: 100%;
    height: 730px;
    background: #ffffff url(../img/identify/banner_bg.png) no-repeat center;
    background-size: 2560px 730px;
}

.loadButton {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.loadButton .ziPlusTitle {
    font-size: 54px;
    color: #1d1d26;
    text-align: center;
    margin-top: 90px;
}

.loadButton .ziPlusTitle .auto {
    background: linear-gradient(to right, #1DD9FF 0%, #46C6FF 50%, #1A6AFF 80%);
    -webkit-background-clip: text;
    font-size: 54px;
    color: transparent;
    text-align: center;
}

.loadButton .ziPlusIdear {
    width: 900px;
    font-size: 20px;
    color: #1D1D26;
    text-align: center;
    margin-left: 150px;
    margin-top: 11px;
    line-height: 26px;
}

.loadWidBtn {
    width: 440px;
    height: 68px;
    filter: alpha(opacity=100);
    margin-top: 80px;
    cursor: pointer;
    font-size: 22px;
    line-height: 68px;
    border-radius: 10px;
    color: #FFFFFF;
    background: linear-gradient(to right, #30BFFF 0%, #1A71FF 100%);
}

.loadWidBtn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #fff;
}

.view-card {
    background: #FFFFFF;
    box-shadow: 0 5px 30px 0 rgba(0, 17, 119, 0.06);
    border-radius: 15px;
    position: relative;
    width: 1090px;
    margin: -250px auto 250px;
    padding: 45px 50px;
    display: flex;
    flex-flow: row;
}

.view-card img {
    width: 620px;
    height: 450px;
}

.view-card .desc {
    margin-left: 45px;
}

.view-card .title {
    font-size: 29px;
    color: #1D1D26;
    line-height: 40px;
}

.view-card .subtitle {
    padding-top: 9px;
    font-size: 14px;
    color: #5F5F6A;
    font-weight: 400;
}

.view-card .desc .item {
    height: 66px;
    line-height: 66px;
    margin-left: -5px;
    display: flex;
    margin-top: 14px;
    cursor: pointer;
}

.view-card .desc .item .icon {
    display: block;
    width: 25px;
    height: 25px;
    margin: 5px;
    border-radius: 13px;
    background: linear-gradient(to right, #30BFFF 0%, #1A71FF 100%);
    color: white;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

.view-card .desc .item .text {
    color: #1D1D26;
    border-radius: 10px;
    height: 100%;
    flex-flow: column;
    font-size: 15px;
    display: flex;
    justify-content: center;
    line-height: 24px;
    flex: 1;
    padding-right: 20px;
    padding-left: 30px;
}

.view-card .desc .item.action .text {
    background: #2B8FFF0B;
}

.loadBtn:hover, .miniLoadBtn:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.view-card .desc .loadBtn, .miniLoadBtn {
    height: 46px;
    padding-right: 20px;
    margin-top: 24px;
    filter: alpha(opacity=100);
    cursor: pointer;
    font-size: 16px;
    line-height: 46px;
    border-radius: 5px;
    color: #FFFFFF;
    background-image: linear-gradient(90deg, #4E4E6B 0%, #41415E 100%);
}

.view-card .info {
    /*width: 474px;*/
}

.view-card .info .step {
    font-size: 14px;
    color: #FA4F03;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}

.view-card .info .step-title {
    font-size: 36px;
    color: #1D1D26;
    font-weight: 500;
    margin-bottom: 20px;
}

.view-card .info .step-subtitle {
    font-size: 18px;
    color: #5F5F6A;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 67px;
}


.zjFooter {
    width: 100%;
    height: 300px;
    background: #F2F2F2;
    padding-top: 130px;
    margin-top: 100px;
}

.zjFooter img {
    margin-bottom: 10px;
    width: 120px;
    height: 120px;
}

.qqCode {
    margin-left: 400px;
    width: 180px;
}

.wechatPublicCode {
    margin-left: 400px;
    width: 200px;
}

.zjContainer {
    margin: 0 auto;
    width: 1200px;
}

.wechatCode {
    margin-left: 100px;
    width: 180px;
}

.codeInfo {
    line-height: 15px;
    color: #666666;
}

.codeInfo img {
    margin-top: 4px;
    margin-right: 5px;
    margin-bottom: 0;
    width: 24px;
    height: 24px;
}


/*圆形进度条*/
.circle-wrap {
    width: 35px;
    height: 35px;
    position: relative;
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: -15px;
}

/*底部圆圈*/
.circle-wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    left: 0;
    top: 0;
    border: 10px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

/*左右两个盒子里面各放着一个半圆圈，主要overflow*/
.circle-wrap .box-left, .circle-wrap .box-right {
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    overflow: hidden;
}

.circle-wrap.box-left, .circle-wrap .circle-left {
    left: 0;
}

.circle-wrap .box-right, .circle-wrap .circle-right {
    right: 0;
}

.circle-wrap .circle-left, .circle-wrap .circle-right {
    width: 200%;
    height: 100%;
    box-sizing: border-box;
    border: 1.5px #2CB1FF solid;
    border-radius: 50%;
    position: absolute;
    top: 0;
}

.view-card .item:not(.action) .circle-wrap .circle-left,
.view-card .item:not(.action) .circle-wrap .circle-right {
    border-color: transparent;
    transform: rotate(-45deg);
}

/*左边盒子里的圆圈初始时只显示右半边*/
.view-card .item.action .circle-wrap .circle-left {
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(-45deg);
    animation: circleRotate 3s linear forwards 3s;
}

/*右边盒子里的圆圈初始时只显示左半边*/
.view-card .item.action .circle-wrap .circle-right {
    border-bottom-color: transparent;
    border-right-color: transparent;
    transform: rotate(-45deg);
    animation: circleRotate 3s linear forwards;
}

@keyframes circleRotate {
    from {
        transform: rotate(-45deg)
    }
    to {
        transform: rotate(135deg)
    }
}

.circle-wrap .content {
    display: flex;
    width: 100%;
    height: 100%;
    line-height: 100%;
    font-size: 24px;
    text-align: center;
    position: absolute;
}

#j_purchase,
#j_fontList, 
#j_compare {
    display: none !important;
}