#app {
    font-family: Avenir,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50
}

body,html {
    background-color: #f5f5f5;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden
}

a {
    text-decoration: none!important
}

#nav {
    padding: 30px
}

#nav a {
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none
}

#nav a.router-link-exact-active {
    color: #42b983
}

.el-carousel__container {
    height: 100%!important
}

@media (min-width: 768px) {
    body {
        padding-top:90px
    }

    .web {
        display: none!important
    }

    .carousel {
        height: 450px
    }

    .move {
        position: relative
    }

    .move .move-item {
        position: absolute;
        right: 0;
        top: 23px;
        left:-45px;
        display: none;
        width: 160px;
        height: 60px;
        border-radius: 10px;
        flex-wrap: wrap;
        background-color: #fff;
        z-index: 9999;
        box-sizing: border-box
    }

    .move .move-item div {
        color: #666;
        width: 90%;
        height: 40px;
        line-height: 25px;
        font-size: 18px
    }

    .move .move-text:hover {
        color: #409eff
    }

    .move .move-active {
        position: relative
    }

    .move .move-active .move-text-pos {
        position: absolute;
        display: none;
        padding: 0 10px;
        box-sizing: border-box;
        height: 40px;
        line-height: 40px;
        width: 160px;
        height: auto;
        left: 160px;
        top: 0;
        font-size: 12px;
        background-color: #fff;
        color: #666;
        z-index: 999;
        box-sizing: 0 3px 5px #ccc
    }

    .move .move-active:hover .move-text-pos,.move:hover .move-item {
        display: block
    }

    .title {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        border-bottom: 1px solid #ccc;
        width: 100%;
        height: 80px;
        background-color: #fff
    }

    .title,.title .title-img {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .title .title-img {
        margin-right: 35%;
        color: #409eff;
        font-size: 28px;
        font-weight: 600
    }

    .title .title-content {
        cursor: pointer;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 80px;
        height: 80px;
        margin: 0 20px;
        position: relative
    }

    .title .title-content:hover .title-border {
        width: 80px
    }

    .title .title-content .title-border {
        position: absolute;
        top: 15px;
        width: 0;
        height: 3px;
        transition: all .8s;
        background-color: #409eff
    }

    .title .title-content .title-text {
        color: #666;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .title .title-phone {
        width: 230px;
        height: 36px;
        line-height: 36px;
        border-radius: 3px;
        background-color: #ffb400;
        margin-left: 30px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        font-size: 16px
    }

    .title .title-phone:hover {
        background-color: #ffa100
    }

    .allPop {
        position: fixed;
        top: 200px;
        width: 300px;
        height: 250px;
        background-color: hsla(0,0%,100%,.98);
        border-radius: 15px;
        padding: 20px;
        box-sizing: border-box;
        left: calc(50vw - 250px);
        z-index: 9999
    }

    .allPop .allPop-down {
        font-size: 36px;
        position: absolute;
        color: #666;
        right: 10px;
        top: 1px
    }

    .allPop .allPop-down:hover {
        color: red
    }

    .allPop .allPop-text {
        color: #409eff;
        margin: 10px 0;
        font-size: 20px;
        font-weight: 700
    }

    .allPop .allPop-sub {
        width: 120px;
        line-height: 36px;
        height: 36px;
        background-color: #409eff;
        color: #fff;
        font-weight: 500;
        text-align: center;
        margin: 20px auto;
        border-radius: 5px
    }

    .allPop .allPop-sub:hover {
        opacity: .8
    }

    .allPop .el-input {
        width: 260px;
        margin: 10px 0
    }

    .allPop .el-input,.allPop .el-input .el-input__inner {
        height: 36px!important;
        line-height: 36px
    }

    .bottom {
        width: 100vw;
        height: 200px;
        margin-top: 5vw;
        padding: 3vw;
        background-color: #535353;
        color: #fff;
        box-sizing: border-box
    }

    .bottom .bottom-title {
        width: 70%;
        margin: 0 auto 3vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 3vw;
        box-sizing: border-box
    }

    .bottom .bottom-title div {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .bottom .bottom-text {
        display: flex;
        margin-left: 35%
    }

    .bottom .bottom-text div {
        margin: 0 1vw
    }

    .bottom .bottom-icon,.bottom .bottom-icon div {
        display: flex;
        align-items: center
    }

    .bottom .bottom-icon div {
        margin-right: 1vw;
        justify-content: center;
        background-color: #fff;
        border-radius: 5px;
        font-weight: 700
    }

    .bottom .bottom-icon img {
        width: 24px;
        height: 24px
    }

    .home .pop {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        z-index: 999;
        justify-content: center;
        align-items: center
    }

    .home .pop .popChecked {
        position: fixed;
        top: 300px;
        background-color: #fff;
        border-radius: 10px;
        padding: 20px 30px;
        width: 430px;
        z-index: 99999;
        text-align: left;
        font-size: 16px;
        box-sizing: border-box;
        box-shadow: 0 0 5px #999
    }

    .home .pop .popChecked .popChecked-but {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 10px
    }

    .home .pop .popChecked .popChecked-but div {
        background-color: #409eff;
        padding: 10px 10px;
        border-radius: 5px;
        cursor: pointer;
        color: #fff
    }

    .home .pop .pop-info {
        position: fixed;
        width: 800px;
        background-color: #fff;
        padding: 50px 0 20px 20px;
        box-sizing: border-box;
        box-shadow: 0 0 15px #666;
        z-index: 99999
    }

    .home .pop .pop-info .pop-info-content {
        max-height: 60vh;
        overflow-y: scroll;
        text-align: left
    }

    .home .pop .pop-content {
        position: relative;
        width: 450px;
        background: i;
        padding: 20px 20px 40px;
        box-sizing: border-box;
        box-shadow: 0 0 10px #024ed1;
        border-radius: 15px;
        background: -webkit-linear-gradient(top,#249dff,#1a6dfd);
        z-index: 9999
    }

    .home .pop .pop-content .pop-text-red {
        font-size: 13px;
        color: #fff;
        text-align: left;
        padding: 0 20px;
        margin: 30px 0 15px
    }

    .home .pop .pop-content .pop-title {
        color: #fff;
        text-align: left;
        margin: 30px 0
    }

    .home .pop .pop-content .pop-title strong {
        font-size: 26px
    }

    .home .pop .pop-content .pop-title p {
        font-size: 16px;
        font-weight: 400
    }

    .home .pop .pop-pos-icon {
        position: absolute;
        top: 1px;
        right: 10px;
        font-size: 40px;
        color: #666;
        cursor: pointer
    }

    .home .pop .pop-pos-icon:hover {
        color: red
    }

    .home .pop .pop-pos {
        position: absolute;
        top: 1px;
        right: 15px;
        font-size: 40px;
        color: #fff;
        cursor: pointer
    }

    .home .pop .pop-pos:hover {
        color: #999
    }

    .home .pop .pop-index {
        width: 400px;
        display: flex;
        align-items: center;
        color: #fff
    }

    .home .pop .pop-index label {
        width: 100px
    }

    .home .pop .pop-index .el-input {
        width: 260px
    }

    .home .pop .pop-text {
        text-align: left;
        color: #fff;
        font-size: 14px;
        margin: 20px 0 10px
    }

    .home .pop .pop-text span {
        color: #9cf;
        cursor: pointer
    }

    .home .pop .pop-sub {
        width: 150px;
        height: 40px;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        line-height: 40px;
        background-color: #17c9fc;
        margin: 10px auto 0;
        border-radius: 10px;
        cursor: pointer;
        opacity: .9
    }

    .home .pop .pop-sub:hover {
        opacity: 1
    }

    .home .content {
        width: 100%;
        background-color: #fff;
        height: 500px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .home .content .content-box {
        width: 1200px;
        height: 375px;
        transition: all .8s;
        display: flex
    }

    .home .content .content-box .active {
        border: 1px solid #409eff;
        box-shadow: 0 0 10px #409eff;
        width: 615px
    }

    .home .content .content-box .active .content-box-div-text {
        width: 235px;
        height: 100%;
        background-color: #409eff
    }

    .home .content .content-box-div {
        width: 235px;
        height: 375px;
        border: 1px solid #ccc;
        overflow: hidden;
        transition: all .8s
    }

    .home .content .content-box-div .content-box-div-text {
        width: 235px;
        height: 100%
    }

    .home .info-text {
        font-size: 26px;
        font-weight: 700;
        padding: 60px 0 30px;
        width: 1200px;
        margin: 30px auto;
        text-align: center
    }

    .home .info {
        width: 100%;
        height: auto;
        padding-bottom: 100px
    }

    .home .info .info-content {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 20px auto;
        width: 1000px;
        cursor: pointer
    }

    .home .info .info-content .info-box {
        position: relative;
        width: 23%;
        height: 300px;
        margin: 20px 1% 40px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .home .info .info-content .info-box img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1
    }

    .home .info .info-content .info-box span {
        font-size: 26px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 126px
    }

    .home .info .info-content .info-box:hover .info-pos {
        height: 100%;
        opacity: 1
    }

    .home .info .info-content .info-pos {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .5s;
        width: 100%;
        height: 0%;
        z-index: 2;
        background-color: rgba(0,0,0,.5);
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        color: #fff;
        opacity: 0
    }

    .home .info .info-content .info-pos .info-pos-title {
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        width: 100%
    }

    .home .info .info-content .info-pos .info-pos-but {
        text-align: center;
        border-radius: 5px;
        font-size: 16px;
        width: 160px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #fff;
        background-color: transparent;
        transition: all .5s
    }

    .home .info .info-content .info-pos .info-pos-but:hover {
        background-color: #409eff
    }

    .home .list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 50px auto 120px;
        width: 1200px
    }

    .home .list .list-item {
        width: 18%;
        height: auto
    }

    .home .list .list-item .list-img img {
        width: 150px;
        height: 150px;
        margin-bottom: 30px
    }

    .home .list .list-item .list-title {
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 40px;
        border-bottom: 2px solid #ccc
    }

    .home .list .list-item .list-text {
        font-size: 14px;
        color: #666;
        margin-top: 30px
    }

    .listBox .pop {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        z-index: 999;
        justify-content: center;
        align-items: center
    }

    .listBox .pop .popChecked {
        position: fixed;
        top: 300px;
        background-color: #fff;
        border-radius: 10px;
        padding: 20px 30px;
        width: 430px;
        z-index: 99999;
        text-align: left;
        font-size: 16px;
        box-sizing: border-box;
        box-shadow: 0 0 5px #999
    }

    .listBox .pop .popChecked .popChecked-but {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 10px
    }

    .listBox .pop .popChecked .popChecked-but div {
        background-color: #409eff;
        padding: 10px 10px;
        border-radius: 5px;
        cursor: pointer;
        color: #fff
    }

    .listBox .pop .pop-info {
        position: fixed;
        width: 800px;
        background-color: #fff;
        padding: 50px 0 20px 20px;
        box-sizing: border-box;
        box-shadow: 0 0 15px #666;
        z-index: 99999
    }

    .listBox .pop .pop-info .pop-info-content {
        max-height: 60vh;
        overflow-y: scroll;
        text-align: left
    }

    .listBox .pop .pop-content {
        position: relative;
        width: 450px;
        background: i;
        padding: 20px 20px 40px;
        box-sizing: border-box;
        box-shadow: 0 0 10px #024ed1;
        border-radius: 15px;
        background: -webkit-linear-gradient(top,#249dff,#1a6dfd);
        z-index: 9999
    }

    .listBox .pop .pop-content .pop-text-red {
        font-size: 13px;
        color: #fff;
        text-align: left;
        padding: 0 20px;
        margin: 30px 0 15px
    }

    .listBox .pop .pop-content .pop-title {
        color: #fff;
        text-align: left;
        margin: 30px 0
    }

    .listBox .pop .pop-content .pop-title strong {
        font-size: 26px
    }

    .listBox .pop .pop-content .pop-title p {
        font-size: 16px;
        font-weight: 400
    }

    .listBox .pop .pop-pos-icon {
        position: absolute;
        top: 1px;
        right: 10px;
        font-size: 40px;
        color: #666;
        cursor: pointer
    }

    .listBox .pop .pop-pos-icon:hover {
        color: red
    }

    .listBox .pop .pop-pos {
        position: absolute;
        top: 1px;
        right: 15px;
        font-size: 40px;
        color: #fff;
        cursor: pointer
    }

    .listBox .pop .pop-pos:hover {
        color: #999
    }

    .listBox .pop .pop-index {
        width: 400px;
        display: flex;
        align-items: center;
        color: #fff
    }

    .listBox .pop .pop-index label {
        width: 100px
    }

    .listBox .pop .pop-index .el-input {
        width: 260px
    }

    .listBox .pop .pop-text {
        text-align: left;
        color: #fff;
        font-size: 14px;
        margin: 20px 0 10px
    }

    .listBox .pop .pop-text span {
        color: #9cf;
        cursor: pointer
    }

    .listBox .pop .pop-sub {
        width: 150px;
        height: 40px;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        line-height: 40px;
        background-color: #17c9fc;
        margin: 10px auto 0;
        border-radius: 10px;
        cursor: pointer;
        opacity: .9
    }

    .listBox .pop .pop-sub:hover {
        opacity: 1
    }

    .listBox .info-box {
        width: 85vw;
        height: 210px;
        margin: 20px auto 10px;
        border-radius: 8px;
        background-color: #fff;
        box-shadow: 3px 3px 15px #ccc;
        display: flex;
        align-items: center;
        padding: 20px;
        box-sizing: border-box;
        position: relative
    }

    .listBox .info-box .info-box-img {
        width: 260px;
        height: 180px
    }

    .listBox .info-box .info-box-img img {
        width: 100%;
        height: 100%
    }

    .listBox .info-box .info-box-content {
        width: 40vw;
        margin-left: 20px;
        height: 100%;
        text-align: left
    }

    .listBox .info-box .info-box-content .info-box-content-title {
        font-size: 26px;
        color: #333;
        font-weight: 700;
        margin-bottom: 15px
    }

    .listBox .info-box .info-box-content .info-box-content-text {
        width: 100%;
        height: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        color: #666;
        font-size: 20px
    }

    .listBox .info-box .info-box-content .info-box-content-icon {
        display: flex;
        width: 60%
    }

    .listBox .info-box .info-box-content .info-box-content-icon div {
        padding: 5px 8px;
        border-radius: 5px;
        background-color: #409eff;
        color: #fff;
        font-size: 14px;
        margin-right: 10px
    }

    .listBox .info-box .info-but {
        position: absolute;
        width: 150px;
        height: 40px;
        border-radius: 20px;
        text-align: center;
        line-height: 40px;
        font-size: 20px;
        bottom: 80px;
        right: 50px;
        color: #fff;
        background-color: #409eff
    }

    .listBox .info-box .info-box-text {
        position: absolute;
        bottom: 30px;
        right: 30px
    }

    .listBox .info-box .info-box-text span {
        font-size: 28px;
        color: red;
        font-weight: 700
    }

    .listBox .page {
        display: flex;
        justify-content: flex-end;
        padding-right: 200px;
        margin: 30px 0 80px
    }

    .infoBox .titleBox {
        width: 80vw;
        margin: 0 auto
    }

    .infoBox .titleBox img {
        width: 100%
    }

    .infoBox .text {
        width: 80vw;
        height: 80px;
        margin: 20px auto;
        background-color: #fff;
        color: #fff;
        padding: 1vw 2vw;
        box-sizing: border-box;
        display: flex;
        align-items: center
    }

    .infoBox .text .text-name {
        color: #333;
        font-size: 24px;
        text-align: center;
        font-weight: 700;
        width: 100%
    }

    .infoBox .text .text-value {
        color: #2c3e50;
        font-size: 16px;
        text-align: left;
        width: 80%
    }

    .infoBox .content {
        width: 80vw;
        margin: 20px auto;
        background-color: #fff;
        box-sizing: border-box;
        padding: 1vw 2vw
    }

    .infoBox .content .content-text {
        width: 100%;
        color: #409eff;
        font-size: 24px;
        text-align: left;
        font-weight: 700
    }

    .infoBox .content .content-box {
        width: 100%;
        margin: 0 auto;
        text-align: left;
        font-size: 14px;
        display: flex;
        flex-wrap: wrap
    }

    .infoBox .content .content-box .box-huan {
        margin-top: 15px;
        width: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap
    }

    .infoBox .content .content-box .box-huan span {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px
    }

    .infoBox .content .content-box .box-huan img {
        width: 90%;
        margin: 0 1%
    }

    .infoBox .content .content-box .box-info {
        width: 47%;
        margin: 20px 3% 0 0;
        display: flex;
        background-color: #f6f6f6
    }

    .infoBox .content .content-box .box-info .box-info-img {
        width: 220px;
        height: 227px
    }

    .infoBox .content .content-box .box-info .box-info-img img {
        width: 100%;
        height: 100%
    }

    .infoBox .content .content-box .box-info .box-info-text {
        padding: 30px;
        box-sizing: border-box;
        width: 70%
    }

    .infoBox .content .content-box .box-info .box-info-text .box-intro {
        color: #666;
        width: 100%;
        height: 40px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }

    .infoBox .content .content-box .box-info .box-info-text .box-info-text-title {
        display: flex;
        justify-content: space-between;
        align-content: center;
        margin-bottom: 10px;
        font-size: 16px
    }

    .infoBox .content .content-box .box-info .box-info-text .box-info-text-title strong {
        font-size: 20px
    }

    .infoBox .content .content-box .box-info .box-info-text .box-info-text-title .box-info-text-but {
        background-color: #409eff;
        color: #fff;
        text-align: center;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        width: 150px;
        margin-right: 10%;
        cursor: pointer;
        position: relative;
        opacity: .8
    }

    .infoBox .content .content-box .box-info .box-info-text .box-info-text-title .box-info-text-but:hover {
        opacity: 1
    }

    .infoBox .content .content-box .box-info .box-info-text .box-info-text-content {
        display: flex;
        flex-wrap: wrap
    }

    .infoBox .content .content-box .box-info .box-info-text .box-info-text-content div {
        width: 100%;
        display: flex;
        margin: 10px 0 0
    }

    .infoBox .content .content-box .box-info .box-info-text .box-info-text-content div strong {
        width: 80%;
        margin: 0 0 0 5px
    }

    .infoBox .content .content-box .box-info .box-info-text .box-info-text-content div p {
        margin: 0 0 0 0
    }

    .infoBox .box-pop {
        position: fixed;
        background-color: #fff;
        border-radius: 1vw;
        height: 300px;
        width: 400px;
        top: calc(50vh - 150px);
        left: calc(50vw - 200px);
        z-index: 999;
        padding: 20px;
        box-sizing: border-box;
        box-shadow: 0 0 5px #ccc
    }

    .infoBox .box-pop .box-pop-del {
        font-size: 30px;
        position: absolute;
        top: 15px;
        right: 15px
    }

    .infoBox .box-pop .box-pop-del:hover {
        color: red
    }

    .infoBox .box-pop .bpx-pop-text {
        font-size: 14px;
        color: #666;
        margin-top: 20px;
        overflow-y: scroll;
        overflow-x: hidden;
        height: 220px
    }

    .infoBox .box-pop .box-pop-title {
        font-size: 18px;
        text-align: center
    }
}

@media (max-width: 767px) {
    body {
        padding-top:26vw
    }

    .pc {
        display: none!important
    }

    .allPop {
        position: fixed;
        top: 30vh;
        width: 94vw;
        background-color: hsla(0,0%,100%,.98);
        padding: 5vw;
        box-sizing: border-box;
        left: 3vw;
        z-index: 9999;
        border-radius: 3vw;
        box-shadow: 0 0 3vw #ccc
    }

    .allPop .allPop-down {
        font-size: 13vw;
        position: absolute;
        color: #666;
        right: 3vw;
        top: -1vw
    }

    .allPop .allPop-down:hover {
        color: red
    }

    .allPop .allPop-text {
        color: #409eff;
        margin: 2vw 0;
        font-size: 5vw;
        font-weight: 700
    }

    .allPop .allPop-sub {
        width: 45vw;
        line-height: 9vw;
        height: 9vw;
        background-color: #409eff;
        color: #fff;
        font-weight: 500;
        text-align: center;
        margin: 3vw auto;
        border-radius: 2vw
    }

    .allPop .allPop-sub:hover {
        opacity: .8
    }

    .allPop .el-input {
        width: 80%;
        margin: 3vw 0
    }

    .allPop .el-input,.allPop .el-input .el-input__inner {
        height: 9vw!important;
        line-height: 9vw
    }

    .title {
        padding: 5vw;
        background-color: #fff;
        font-size: 4vw;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100vw;
        height: 26vw;
        box-shadow: 0 0 1vw #ccc;
        box-sizing: border-box
    }

    .title .title-img {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #409eff
    }

    .title .title-img i {
        font-size: 5vw;
        font-weight: 700;
        line-height: 5vw
    }

    .title .title-img div {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .title .title-img p {
        margin: 0
    }

    .title .title-img img {
        width: 4vw;
        height: 4vw
    }

    .title .title-box {
        display: flex;
        justify-content: space-between;
        margin-top: 5vw;
        color: #666
    }

    .title .title-box a {
        color: #666
    }

    .bottom {
        width: 100vw;
        height: 30vw;
        margin-top: 15vw;
        padding: 3vw;
        font-size: 3.3vw;
        background-color: #535353;
        color: #fff;
        box-sizing: border-box;
        flex-wrap: wrap
    }

    .bottom,.bottom .bottom-title {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .bottom .bottom-title {
        width: 100%
    }

    .bottom .bottom-icon,.bottom .bottom-text {
        display: flex;
        justify-content: space-between;
        align-content: center;
        margin: 0 2vw
    }

    .bottom .bottom-icon img,.bottom .bottom-text img {
        width: 4vw;
        height: 4vw
    }

    .bottom .bottom-icon div,.bottom .bottom-text div {
        margin-right: 2vw
    }

    .carousel {
        width: 94vw;
        margin: 2vw auto;
        border-radius: 1vw;
        height: 40vw
    }

    .home .pop {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        z-index: 999;
        justify-content: center;
        align-items: center
    }

    .home .pop .popChecked {
        position: fixed;
        top: 30vh;
        background-color: #fff;
        border-radius: 2vw;
        padding: 5vw 5vw;
        width: 90vw;
        z-index: 99999;
        text-align: left;
        font-size: 3.6vw;
        box-sizing: border-box;
        box-shadow: 0 0 1vw #999
    }

    .home .pop .popChecked .popChecked-but {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 4vw
    }

    .home .pop .popChecked .popChecked-but div {
        background-color: #409eff;
        padding: 2vw 3vw;
        border-radius: 1vw;
        cursor: pointer;
        color: #fff
    }

    .home .pop .pop-info {
        position: fixed;
        width: 95vw;
        background-color: #fff;
        padding: 3vw 2vw 7vw;
        box-sizing: border-box;
        box-shadow: 0 0 2vw #666;
        z-index: 99999
    }

    .home .pop .pop-info .pop-info-content {
        max-height: 60vh;
        overflow-y: scroll;
        text-align: left
    }

    .home .pop .pop-content {
        position: relative;
        width: 90vw;
        background: i;
        padding: 4vw;
        box-sizing: border-box;
        box-shadow: 0 0 2vw #024ed1;
        border-radius: 2vw;
        background: -webkit-linear-gradient(top,#249dff,#1a6dfd);
        z-index: 9999
    }

    .home .pop .pop-content .pop-text-red {
        color: #fff;
        font-size: 3.3vw;
        text-align: left;
        margin: 5vw 0 3vw
    }

    .home .pop .pop-content .pop-title {
        color: #fff;
        text-align: left;
        margin: 2vw 0
    }

    .home .pop .pop-content .pop-title strong {
        font-size: 5vw
    }

    .home .pop .pop-content .pop-title p {
        font-size: 3.3vw;
        font-weight: 400
    }

    .home .pop .pop-index {
        width: 90vw;
        display: flex;
        align-items: center;
        color: #fff
    }

    .home .pop .pop-index label {
        width: 20vw;
        font-size: 4vw
    }

    .home .pop .pop-index .el-input {
        width: 60vw;
        height: 10vw;
        line-height: 10vw
    }

    .home .pop .pop-pos-icon {
        position: absolute;
        top: 1px;
        right: 3vw;
        font-size: 10vw;
        color: #666;
        cursor: pointer
    }

    .home .pop .pop-pos-icon:hover {
        color: red
    }

    .home .pop .pop-pos {
        position: absolute;
        top: 1vw;
        right: 3vw;
        font-size: 13vw;
        color: #fff;
        cursor: pointer
    }

    .home .pop .pop-pos:hover {
        color: red
    }

    .home .pop .pop-text1 {
        display: flex;
        font-size: 15px;
        margin: 0 0 30px;
        text-align: left
    }

    .home .pop .pop-text1>div {
        margin-left: 10px
    }

    .home .pop .pop-text {
        font-size: 3.6vw;
        margin: 3vw 0 2vw;
        color: #fff;
        text-align: left
    }

    .home .pop .pop-text span {
        color: #9cf;
        cursor: pointer
    }

    .home .pop .pop-sub {
        width: 50vw;
        height: 11vw;
        font-size: 5vw;
        font-weight: 700;
        color: #fff;
        text-align: center;
        line-height: 11vw;
        background-color: #17c9fc;
        margin: 2vw auto 0;
        border-radius: 3vw;
        cursor: pointer;
        opacity: .9
    }

    .home .pop .pop-sub:hover {
        opacity: 1
    }

    .home .info-text {
        margin: 5vw auto 3vw
    }

    .home .list {
        display: flex;
        background-color: #fff;
        padding: 2vw;
        border-radius: 2vw;
        box-sizing: border-box;
        box-shadow: 0 0 2vw #ccc;
        align-items: center;
        width: 94vw;
        margin: 0 auto 2vw;
        justify-content: space-between;
        font-size: 3vw
    }

    .home .list .list-item {
        width: 23%
    }

    .home .list .list-item .list-img {
        margin: 3vw 0
    }

    .home .list .list-item .list-img img {
        width: 16vw;
        height: 16vw
    }

    .home .list .list-item .list-title {
        border-bottom: 1px solid #ccc;
        padding-bottom: 3vw;
        margin-bottom: 2vw
    }

    .home .list .list-item .list-text {
        padding-bottom: 1vw
    }

    .home .info .info-content {
        display: flex;
        background-color: #fff;
        padding: 2vw;
        border-radius: 2vw;
        box-sizing: border-box;
        box-shadow: 0 0 2vw #ccc;
        align-items: center;
        width: 94vw;
        margin: 5vw auto 2vw;
        justify-content: space-between;
        font-size: 3vw;
        flex-wrap: wrap
    }

    .home .info .info-content .info-box {
        width: 48%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 2vw
    }

    .home .info .info-content .info-box img {
        width: 100%;
        height: 36vw;
        border-radius: 2vw;
        margin: 1vw 0 2vw
    }

    .home .info .info-content .info-box .info-pos {
        margin-left: 5vw
    }

    .home .info .info-content .info-box .info-pos-but {
        display: none
    }

    .listBox .pop {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        z-index: 999;
        justify-content: center;
        align-items: center
    }

    .listBox .pop .popChecked {
        position: fixed;
        top: 30vh;
        background-color: #fff;
        border-radius: 2vw;
        padding: 5vw 5vw;
        width: 90vw;
        z-index: 99999;
        text-align: left;
        font-size: 3.6vw;
        box-sizing: border-box;
        box-shadow: 0 0 1vw #999
    }

    .listBox .pop .popChecked .popChecked-but {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 4vw
    }

    .listBox .pop .popChecked .popChecked-but div {
        background-color: #409eff;
        padding: 2vw 3vw;
        border-radius: 1vw;
        cursor: pointer;
        color: #fff
    }

    .listBox .pop .pop-info {
        position: fixed;
        width: 95vw;
        background-color: #fff;
        padding: 3vw 2vw 7vw;
        box-sizing: border-box;
        box-shadow: 0 0 2vw #666;
        z-index: 99999
    }

    .listBox .pop .pop-info .pop-info-content {
        max-height: 60vh;
        overflow-y: scroll;
        text-align: left
    }

    .listBox .pop .pop-content {
        position: relative;
        width: 90vw;
        background: i;
        padding: 4vw;
        box-sizing: border-box;
        box-shadow: 0 0 2vw #024ed1;
        border-radius: 2vw;
        background: -webkit-linear-gradient(top,#249dff,#1a6dfd);
        z-index: 9999
    }

    .listBox .pop .pop-content .pop-text-red {
        color: #fff;
        font-size: 3.3vw;
        text-align: left;
        margin: 5vw 0 3vw
    }

    .listBox .pop .pop-content .pop-title {
        color: #fff;
        text-align: left;
        margin: 2vw 0
    }

    .listBox .pop .pop-content .pop-title strong {
        font-size: 5vw
    }

    .listBox .pop .pop-content .pop-title p {
        font-size: 3.3vw;
        font-weight: 400
    }

    .listBox .pop .pop-index {
        width: 90vw;
        display: flex;
        align-items: center;
        color: #fff
    }

    .listBox .pop .pop-index label {
        width: 20vw;
        font-size: 4vw
    }

    .listBox .pop .pop-index .el-input {
        width: 60vw;
        height: 10vw;
        line-height: 10vw
    }

    .listBox .pop .pop-pos-icon {
        position: absolute;
        top: 1px;
        right: 3vw;
        font-size: 10vw;
        color: #666;
        cursor: pointer
    }

    .listBox .pop .pop-pos-icon:hover {
        color: red
    }

    .listBox .pop .pop-pos {
        position: absolute;
        top: 1vw;
        right: 3vw;
        font-size: 13vw;
        color: #fff;
        cursor: pointer
    }

    .listBox .pop .pop-pos:hover {
        color: red
    }

    .listBox .pop .pop-text1 {
        display: flex;
        font-size: 15px;
        margin: 0 0 30px;
        text-align: left
    }

    .listBox .pop .pop-text1>div {
        margin-left: 10px
    }

    .listBox .pop .pop-text {
        font-size: 3.6vw;
        margin: 3vw 0 2vw;
        color: #fff;
        text-align: left
    }

    .listBox .pop .pop-text span {
        color: #9cf;
        cursor: pointer
    }

    .listBox .pop .pop-sub {
        width: 50vw;
        height: 11vw;
        font-size: 5vw;
        font-weight: 700;
        color: #fff;
        text-align: center;
        line-height: 11vw;
        background-color: #17c9fc;
        margin: 2vw auto 0;
        border-radius: 3vw;
        cursor: pointer;
        opacity: .9
    }

    .listBox .pop .pop-sub:hover {
        opacity: 1
    }

    .listBox .info {
        width: 94vw;
        margin: 5vw auto
    }

    .listBox .info .info-box {
        display: flex;
        position: relative;
        background-color: #fff;
        border-radius: 2vw;
        box-shadow: 0 0 2vw #ccc;
        padding: 2vw;
        box-sizing: border-box;
        margin-bottom: 5vw
    }

    .listBox .info .info-box .info-box-img {
        width: 26vw;
        height: 26vw
    }

    .listBox .info .info-box .info-box-img img {
        width: 100%;
        height: 100%
    }

    .listBox .info .info-box .info-box-content {
        width: 60vw;
        margin-left: 5vw
    }

    .listBox .info .info-box .info-box-content .info-box-content-title {
        font-size: 4vw;
        font-weight: 600;
        text-align: left;
        margin-bottom: 2vw
    }

    .listBox .info .info-box .info-box-content .info-box-content-text {
        width: 100%;
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        color: #666;
        font-size: 3vw;
        text-align: left
    }

    .listBox .info .info-box .info-box-content .info-box-content-icon {
        display: flex;
        font-size: 2.8vw
    }

    .listBox .info .info-box .info-box-content .info-box-content-icon div {
        background-color: #249dff;
        color: #fff;
        border-radius: 1vw;
        padding: 2px 2vw;
        margin-top: 5vw;
        margin-right: 2vw
    }

    .listBox .info .info-box .info-but {
        position: absolute;
        right: 2vw;
        bottom: 2vw;
        background-color: #409eff;
        border-radius: 4vw;
        color: #fff;
        font-size: 3.6vw;
        padding: 1vw 3vw
    }

    .infoBox .titleBox {
        width: 94vw;
        margin: 3vw auto 0;
        height: 35vw
    }

    .infoBox .titleBox img {
        width: 100%;
        height: 35vw
    }

    .infoBox .text {
        width: 96vw;
        height: 15vw;
        margin: 0 auto 3vw;
        background-color: #fff;
        color: #fff;
        padding: 1vw 2vw;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        box-shadow: 0 0 3vw #ccc;
        border-radius: 0 0 3vw 3vw
    }

    .infoBox .text .text-name {
        color: #333;
        font-size: 5vw;
        text-align: center;
        font-weight: 700;
        width: 100%
    }

    .infoBox .text .text-value {
        color: #2c3e50;
        font-size: 16px;
        text-align: left;
        width: 80%
    }

    .infoBox .content {
        width: 94vw;
        margin: 3vw auto;
        background-color: #fff;
        box-shadow: 0 0 3vw #ccc;
        border-radius: 3vw;
        box-sizing: border-box;
        padding: 3vw
    }

    .infoBox .content p {
        margin: 0
    }

    .infoBox .content .content-text {
        width: 100%;
        color: #409eff;
        font-size: 6vw;
        text-align: left;
        font-weight: 700;
        margin-bottom: 3vw
    }

    .infoBox .content .content-box {
        width: 100%;
        margin: 0 auto;
        text-align: left;
        font-size: 3.2vw;
        display: flex;
        flex-wrap: wrap
    }

    .infoBox .content .content-box .box-huan {
        margin-top: 2vw;
        width: 33%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap
    }

    .infoBox .content .content-box .box-huan span {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px
    }

    .infoBox .content .content-box .box-huan img {
        width: 90%;
        margin: 0 1%;
        height: 20vw;
        border-radius: 2vw
    }

    .infoBox .content .content-box .box-info {
        width: 96vw;
        margin: 3vw auto;
        display: flex;
        background-color: #f6f6f6;
        padding: 3vw;
        border-radius: 2vw;
        box-sizing: border-box
    }

    .infoBox .content .content-box .box-info .box-info-img {
        width: 70%;
        height: 35vw
    }

    .infoBox .content .content-box .box-info .box-info-img img {
        width: 100%;
        height: 100%
    }

    .infoBox .content .content-box .box-info .box-info-text {
        box-sizing: border-box;
        position: relative;
        width: 70%;
        margin-left: 3vw;
        padding-bottom: 10vw
    }

    .infoBox .content .content-box .box-info .box-info-text .box-intro {
        color: #666;
        width: 100%;
        height: 8vw;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }

    .infoBox .content .content-box .box-info .box-info-text .box-info-text-title {
        display: flex;
        justify-content: space-between;
        align-content: center;
        margin-bottom: 2vw;
        font-size: 4vw
    }

    .infoBox .content .content-box .box-info .box-info-text .box-info-text-title strong {
        font-size: 4vw
    }

    .infoBox .content .content-box .box-info .box-info-text .box-info-text-title .box-info-text-but {
        background-color: #409eff;
        color: #fff;
        text-align: center;
        height: 7vw;
        line-height: 7vw;
        border-radius: 3vw;
        width: 30vw;
        margin-right: 10%;
        cursor: pointer;
        position: absolute;
        opacity: .8;
        bottom: 1px
    }

    .infoBox .content .content-box .box-info .box-info-text .box-info-text-title .box-info-text-but:hover {
        opacity: 1
    }

    .infoBox .content .content-box .box-info .box-info-text .box-info-text-content {
        display: flex;
        flex-wrap: wrap
    }

    .infoBox .content .content-box .box-info .box-info-text .box-info-text-content div {
        width: 100%;
        display: flex;
        margin: 2vw 0 0
    }

    .infoBox .content .content-box .box-info .box-info-text .box-info-text-content div strong {
        width: 65%;
        margin: 0 0 0 1vw
    }

    .infoBox .content .content-box .box-info .box-info-text .box-info-text-content div p {
        margin: 0 0 0 0
    }

    .infoBox .box-pop {
        position: fixed;
        background-color: #fff;
        border-radius: 1vw;
        max-height: 50vh;
        width: 96vw;
        top: 26vh;
        left: 2vw;
        z-index: 999;
        padding: 3vw;
        box-sizing: border-box;
        box-shadow: 0 0 3vw #ccc
    }

    .infoBox .box-pop .box-pop-del {
        font-size: 30px;
        position: absolute;
        top: 15px;
        right: 15px
    }

    .infoBox .box-pop .box-pop-del:hover {
        color: red
    }

    .infoBox .box-pop .bpx-pop-text {
        font-size: 14px;
        color: #666;
        margin-top: 20px;
        overflow-y: scroll;
        overflow-x: hidden;
        height: 220px
    }

    .infoBox .box-pop .box-pop-title {
        font-size: 18px;
        text-align: center
    }
}

.aHref {
    color: #fff;
    text-decoration: none
}
