.contain {
    width: 100%;
}

.test-header {
    position: relative;
    width: 100%;
}

.test-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 0.54rem;
    text-align: center;
    font-size: 0.22rem;
    background-color: rgba(13, 13, 14, 0.25);
}

.test-nav span {
    color: #fff;
    margin: 0 0.25rem;
}

.headerbg1 {
    width: 100%;
}

.headerbg2 {
    position: absolute;
    width: 2rem;
    left: 50%;
    bottom: 1.2rem;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.test-title {
    font-size: 0.32rem;
    color: #202b47;
    font-weight: bold;
    text-align: center;
    padding-top: 0.7rem;
    padding-bottom: 0.5rem;
}

.test-title .purple {
    /*color: #5653f0;*/
}

.contain-bg {
    /*background: url(/Customer/img/test/test-bg1.png) no-repeat;*/
    /*background-size: cover;*/
    /*padding-bottom: 0.6rem;*/
}

.small-word {
    font-size: 0.14rem;
    color: #7885a4;
    text-align: center;
    margin-top: 0.2rem;
}

.contain1-title {
    font-size: 0.22rem;
    color: #202B47;
}

.contain1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 12rem;
}

.contain1-left {
    width: 3.88rem;
    height: 2.24rem;
    position: relative;
    margin-right: 0.3rem;
    -webkit-box-shadow: 0 0.04rem 0.06rem rgba(92, 94, 255, 0.3);
    box-shadow: 0 0.04rem 0.06rem rgba(92, 94, 255, 0.3);
    border-radius: 0.14rem;
    font-size: 0.16rem;
    line-height: 0.28rem;
    padding: 0.3rem;
    text-indent: 2em;
    z-index: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.contain1-left p {
    color: #fff;
}

.contain1-left .contain1-left-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.contain1-right-img {
    width: 1.08rem;
    height: 1.66rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.contain1-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.4rem;
    text-align: center;
    font-size: 0.16rem;
    color: #202B47;
}

.contain1-img {
    margin-bottom: 0.2rem;
    width: 0.72rem;
    height: 0.72rem;
    background-size: contain;
}

.contain1-img.img1 {
    background-image: url(/Customer/img/test/test-p1-icon1-n.png);
}

.contain1-img.img2 {
    background-image: url(/Customer/img/test/test-p1-icon2-n.png);
}

.contain1-img.img3 {
    background-image: url(/Customer/img/test/test-p1-icon3-n.png);
}

.contain1-div>div {
    position: relative;
    width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.contain1-div>div p {
    padding-bottom: 0.1rem;
    white-space: nowrap;
}

.contain1-div>div:hover::after {
    position: absolute;
    content: ' ';
    width: 0.1rem;
    height: 0.08rem;
    background: url(/Customer/img/test/test-p1-arrow1.png) no-repeat;
    background-size: contain;
    bottom: 0.34rem;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.contain1-div>div:nth-of-type(1):hover .img1 {
    background-image: url(/Customer/img/test/test-p1-icon1-h.png);
}

.contain1-div>div:nth-of-type(2):hover .img2 {
    background-image: url(/Customer/img/test/test-p1-icon2-hover.png);
}

.contain1-div>div:nth-of-type(3):hover .img3 {
    background-image: url(/Customer/img/test/test-p1-icon3-hover.png);
}

/*.contain1-img.img2:hover {
    background-image: url(/Customer/img/test/test-p1-icon2-h.png);
}

.contain1-img.img3:hover {
    background-image: url(/Customer/img/test/test-p1-icon3-h.png);
}*/
.xzdy {
    width: 100%;
    background: #fbfbfb;
    padding-bottom: 30px;
}

.price-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 12rem;
}

.price-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 3.2rem;
    min-height: 1rem;
    -webkit-box-shadow: 0 0.04rem 0.06rem rgba(112, 121, 144, 0.3);
    box-shadow: 0 0.04rem 0.06rem rgba(112, 121, 144, 0.3);
    padding: 0.14rem 0 0.14rem 0.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.15rem;
    background-size: cover;
    background-image: url(/Customer/img/test/test-p2-bg1.png);
    font-size: 0.16rem;
    color: #666c7c;
    margin-top: 0.3rem;
}

.price-item:nth-of-type(1) {
    margin-top: 0;
}

.price-item:nth-of-type(2) {
    margin-top: 0;
}

.price-item:nth-of-type(3) {
    margin-top: 0;
}

.price-item img {
    /*margin-right: 0.12rem;*/
    width: 0.76rem;
    height: 0.72rem;
}
.price-item .price-item-right {
    width: 1.8rem;
    padding-top: .05rem;

}
.price-item p {
    margin-top: 0.1rem;
    font-size: 0.14rem;
    line-height: 1;
}

.price-item p:nth-of-type(1) {
    font-size: 0.16rem;
    color: #202B47;
    margin-top: 0;
}

.price-item:hover {
    background-image: url(/Customer/img/test/test-p2-bg20.png);
}

.price-item:hover p {
    color: #fff;
}

.test-nav2 {
    width: 12rem;
}

.test-nav2-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    font-size: 0.22rem;
    color: #666c7c;
}

.test-nav2-list::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1Px;
    background-color: #e0e0e0;
}

.test-nav2-list .test-list-item {
    position: relative;
    padding-bottom: 0.3rem;
    margin: 0 0.6rem;
}

.test-nav2-list .test-list-item.active {
    color: #202B47;
}

.test-nav2-list .test-list-item.active::after {
    content: ' ';
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 1Px;
    width: 0.86rem;
    height: 0.09rem;
    z-index: 2;
    background-image: url(/Customer/img/test/test-p3-tab.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.test-nav2-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.4rem;
    width: 9rem;
    margin-bottom: 0.6rem;
    display: none;
}

.test-nav2-detail.active {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.test-nav2-detail .bigImg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2.8rem;
    height: 2.4rem;
    margin-right: 0.4rem;
}

.test-nav2-detail .test-nav2-p {
    font-size: 0.22rem;
    margin-bottom: 0.16rem;
}

.test-nav2-detail .test-nav2-p .test-nav2-icon {
    display: inline-block;
    width: 0.18rem;
    height: 0.18rem;
    border-radius: 100%;
    background: url(/Customer/img/test/test-p3-check.png) no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 0.04rem 0.06rem rgba(92, 94, 255, 0.3);
    box-shadow: 0 0.04rem 0.06rem rgba(92, 94, 255, 0.3);
}

.test-nav2-detail .test-nav2-right {
    position: relative;
    width: 100%;
    padding: 0.4rem;
    font-size: 0.22rem;
    color: #202B47;
    margin-top: 0.16rem;
}

.test-nav2-detail .test-nav2-right .top-left {
    width: 0.1rem;
    height: 0.2rem;
    position: absolute;
    left: 0;
    top: 0;
}

.test-nav2-detail .test-nav2-right .bottom-right {
    width: 0.1rem;
    height: 0.2rem;
    position: absolute;
    right: 0;
    bottom: 0;
}

.test-nav2-detail .test-nav2-right .test-nav2-info {
    font-size: 0.16rem;
    margin-top: 0.3rem;
}

.test-bigNav {
    position: relative;
    width: 100%;
    height: 9.5rem;
    /*background: url(/Customer/img/test/test-bg2.png) no-repeat;*/
    background: #fbfbfb;
    background-size: cover;
    padding-top: 0.7rem;
}

.test-bigNav .test-bigNav-title {
    font-size: 0.32rem;
    color: #202b47;
    text-align: center;
}

.test-bigNav .test-bigNav-title .orange {
    font-size: 0.32rem;
    /*color: #f66f6a;*/
}

.test-bigNav .test-bigNav-word {
    padding-top: 0.2rem;
    font-size: 0.18rem;
    color: #202b47;
    text-align: center;
    margin-bottom: 0.5rem;
}

.test-bigNav-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 12rem;
}

.test-bigNav-tab .nav {
    width: 2.6rem;
    height: 7rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.3rem;
    padding-top: 10px;
}

    .test-bigNav-tab .nav .list {
        width: 2.2rem;
        height: 100%;
        background-color: rgba(72, 87, 122, 0.74);
        border-radius: 0.04rem;
        -webkit-box-shadow: 0 0 8px rgb(112,121,144);
        box-shadow: 0 0 8px rgb(112,121,144);
        padding-top: 0.2rem;
    }

.test-bigNav-tab .nav .list .item {
    position: relative;
    color: #fff;
    line-height: 0.6rem;
    font-size: 0.18rem;
    z-index: 2;
    padding: 0 0.2rem;
    white-space: nowrap;
}
    .test-bigNav-tab .nav .list .item:hover {
        cursor: pointer;
    }
    .test-bigNav-tab .nav .list .item.active::after {
        content: ' ';
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        width: 2.4rem;
        height: 0.6rem;
        z-index: -1;
        background-color: #f66f6a;
        border-radius: 0.04rem;
       
    }

.test-bigNav-tab .detail {
    overflow-y: auto;
    width: 100%;
    height: 7rem;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
    .test-bigNav-tab .detail #tab-list {
        height: 7rem;
        overflow-y: scroll;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
        position: relative;
        padding-top: 10px;
    }
    .test-bigNav-tab .detail #tab-list::-webkit-scrollbar {
        width: 0 !important;
    }

    .test-bigNav-tab .detail .tab-item {
        width: 98%;
        background-color: #fff;
        border-radius: 0.1rem;
        margin-top: 0.1rem;
        padding: 0.2rem 0.3rem;
        box-shadow: 0 0 6px rgb(112,121,144);
    }
    .test-bigNav-tab .detail .tab-item:last-child {
        margin-bottom: 4rem;
    }
.test-bigNav-tab .detail .tab-item:nth-of-type(1) {
    margin-top: 0;
}

.test-bigNav-tab .detail .tab-item .tab-item-title {
    font-size: 0.22rem;
    line-height: 0.32rem;
}

.test-bigNav-tab .detail .tab-item .title-icon {
    line-height: 0.32rem;
    padding: 0 0.2rem 0 0.1rem;
    vertical-align: middle;
    display: inline-block;
    background: url(/Customer/img/test/test-p4-title.png) no-repeat;
    background-size: 100% 100%;
    margin-left: -0.3rem;
    text-align: center;
    color: #fff;
    margin-right: 0.1rem;
}

.test-bigNav-tab .detail .tab-item .gray {
    color: #666c7c;
    margin-left: 0.1rem;
}

.test-bigNav-tab .detail .tab-item .time {
    font-size: 0.16rem;
}

.test-bigNav-tab .detail .tab-item .tab-item-title2 {
    font-weight: bold;
    font-size: 0.16rem;
    margin-top: 0.2rem;
    margin-bottom: 0.14rem;
}

.test-bigNav-tab .detail .tab-item .word {
    font-size: 0.16rem;
}

footer {
    width: 100%;
    position: relative;
    margin-top: 40px;
}

footer .footer-img {
    width: 100%;
    display: block;
}

.footer-box {
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.footer-box p {
    color: #fff;
    font-weight: bold;
    font-size: 0.36rem;
    text-align: center;
    line-height: 0.48rem;
}

.footer-box p:nth-of-type(2) {
    color: #f66f6a;
}

.footer-box button {
    width: 1.8rem;
    height: 0.48rem;
    border: 0;
    margin-top: 0.6rem;
    color: #fff;
    font-size: 0.22rem;
    border-radius: 0.24rem;
}

.footer-box button:nth-of-type(1) {
    margin-left: 0.4rem;
    background: #f66f6a;
    /*background: url(/Customer/img/test/test-p8-btn.png);*/
}

.footer-box button:nth-of-type(2) {
    margin-left: 1.2rem;
    background: none;
    border: 0.01rem solid #fff;
}