body {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
}

body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, form, fieldset, legend, input, textarea, select, button, th, td {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

table {
    font-size: inherit;
}

input, select {
    font-family: arial, helvetica, clean, sans-serif;
    font-size: 100%;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
}

button {
    overflow: visible;
}

th, em, strong, b, address, cite {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

img, fieldset {
    border: 0 none;
}

ins {
    text-decoration: none;
}

body {
    color: aliceblue;
    background-color: #FFFFFF;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

#mineCanvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.img_box {
    position: relative;
}

.img_box .youjianBox {
    display: block;
    text-decoration: none;
}

.img_box .titleTime {
    display: flex;
}

.img_box .title {
    height: 100px;
    overflow: hidden;
    line-height: 80px;
    font-size: 21px;
    color: #000000;
    font-weight: 550;
    text-align: left;
    animation: titleFucn 0.5s linear;
    animation-fill-mode: forwards;
}

@keyframes titleFucn {
    from {
        width: 0;
    }
    to {
        width: 780px;
    }
}

.img_box .time {
    width: 560px;
    height: 100px;
    display: block;
    font-size: 50px;
    line-height: 100px;
    color: #ff5722;
    opacity: 0;
    animation: timeFucn .5s linear;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes timeFucn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.mask {
    width: 1200px;
    height: 673px;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 22;
    background-color: rgba(0, 0, 0, 0.7);
}

.mask .start {
    width: 140px;
    height: 40px;
    background-color: #FFFFFF;
    margin: 300px auto;
    border: none;
    border-radius: 6px;
    font-size: 20px;
    border: 1px solid #FFFFFF;
}

.mask .start:active {
    border: none;
}

.mask .start:hover {
    border: none;
}

.mask .fail {
    width: 295px;
    display: none;
    line-height: 30px;
    padding: 20px 10px;
    border-radius: 10px;
    margin: 195px auto;
    font-size: 16px;
    color: red;
    background-color: #FFFFFF;
}

.mask .fail p {
    font-size: 16px;
    color: #000000;
}

.mask .fail.xunwenBox {
    text-align: right;
    margin-right: 22px;
    margin-top: 10px;
    margin-top: 15px;
}

.mask .fail.xunwenBox button {
    width: 72px;
    height: 32px;
    border-radius: 5px;
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
}

.mask .successFaille {
    display: none;
    width: 360px;
    margin: 0 auto;
}

.mask .chongxin2 {
    display: none;
    width: 162px;
    height: 52px;
    font-size: 23px;
    margin-bottom: 10px;
    border-radius: 5px;
    margin-top: 40px;
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
}

.mask .complete {
    display: none;
    font-size: 33px;
    margin-top: 240px;
}

.mask .successFaille p:first-child {
    color: #FFFFFF;
    font-size: 30px;
    margin-top: 130px;
    text-align: center;
}

.mask .successFaille p:nth-child(2) {
    font-size: 130px;
    margin-top: 80px;
}

.mask .successFaille p:nth-child(3) {
    color: #FFFFFF;
    font-size: 15px;
    margin-top: 80px;
    text-align: center;
}

.img_box .youbox {
    border: 1px solid #d5d2d2;
    box-shadow: 0px 0px 6px #b4b3b3;
}

.img_box .youjian {
    width: 700px;
    float: left;
    cursor: pointer;
}

.img_box .pit1 {
    position: absolute;
    top: 142px;
    left: 267px;
    z-index: 11;
    padding: 2px;
}

.img_box .pit1 a {
    display: block;
    width: 222px;
    height: 30px;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
}

.time {
    text-align: left;
    padding-left: 50px;
}

.result {
    display: none;
    height: 100px;
    line-height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-left: 800px;
}

.result button {
    width: 50px;
    height: 50px;
    font-size: 16px;
    border-radius: 50%;
    margin: 0 10px;
    box-shadow: none;
    border: 0;
    background-color: #dddddd;
    color: #000000;
}

.result .succe {
    background-color: #94ca56;
    color: #FFFFFF;
}

.result .fal {
    background-color: red;
    color: #FFFFFF;
}

@keyframes numfunc {
    0% {
        box-shadow: 0 0 10px #e68989;
    }
    25% {
        box-shadow: 0 0 25px #e68989;
    }
    50% {
        box-shadow: 0 0 10px #e68989;
    }
    75% {
        box-shadow: 0 0 25px #e68989;
    }
    100% {
        box-shadow: 0 0 10px #e68989;
    }
}

.jiant1 {
    width: 68px;
    height: 140px;
    position: absolute;
    bottom: 900px;
    right: 690px;
}

.jiantXian1 {
    display: none;
    background-color: red;
    position: absolute;
    left: 360px;
    top: 175px;
}

@keyframes jiantXianfunc1 {
    0% {
        width: 3px;
        height: 0;
    }
    100% {
        width: 3px;
        height: 63px;
    }
}

.jiantXian2 {
    display: none;
    background-color: red;
    position: absolute;
    top: 158px;
    left: 492px;
    z-index: 1;
    animation: jiantXianfunc2 0.2s linear;
    animation-fill-mode: forwards;
}

@keyframes jiantXianfunc2 {
    0% {
        width: 0;
        height: 3px;
    }
    100% {
        width: 254px;
        height: 3px;
    }
}

.jiantXian3 {
    display: none;
    background-color: red;
    position: absolute;
    bottom: 301px;
    left: 350px;
    z-index: 1;
    animation: jiantXianfunc3 0.2s linear;
    animation-fill-mode: forwards;
}

@keyframes jiantXianfunc3 {
    0% {
        width: 3px;
        height: 0;
    }
    100% {
        width: 3px;
        height: 150px;
    }
}

.jiantXian4 {
    display: none;
    background-color: red;
    position: absolute;
    bottom: 450px;
    left: 350px;
    z-index: 1;
    animation: jiantXianfunc4 0.2s linear;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
}

@keyframes jiantXianfunc4 {
    0% {
        width: 0;
        height: 3px;
    }
    100% {
        width: 396px;
        height: 3px;
    }
}

.jiantXian5 {
    display: none;
    background-color: red;
    position: absolute;
    left: 480px;
    bottom: 166px;
    animation: jiantXianfunc5 0.2s linear;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
}

@keyframes jiantXianfunc5 {
    0% {
        width: 3px;
        height: 0;
    }
    100% {
        width: 3px;
        height: 137px;
    }
}

.jiantXian6 {
    display: none;
    background-color: red;
    position: absolute;
    bottom: 166px;
    left: 200px;
    z-index: 1;
    animation: jiantXianfunc6 0.2s linear;
    animation-fill-mode: forwards;
}

@keyframes jiantXianfunc6 {
    0% {
        width: 0;
        height: 3px;
    }
    100% {
        width: 280px;
        height: 3px;
    }
}

.jiantXian7 {
    display: none;
    background-color: red;
    position: absolute;
    left: 480px;
    bottom: 303px;
    z-index: 1;
    animation: jiantXianfunc7 0.2s linear;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
}

@keyframes jiantXianfunc7 {
    0% {
        width: 0;
        height: 3px;
    }
    100% {
        width: 266px;
        height: 3px;
    }
}

.jiantXian8 {
    display: none;
    background-color: red;
    position: absolute;
    left: 325px;
    top: 890px;
    animation: jiantXianfunc8 0.5s linear;
    animation-fill-mode: forwards;
}

@keyframes jiantXianfunc8 {
    0% {
        width: 3px;
        height: 0;
    }
    100% {
        width: 3px;
        height: 40px;
    }
}

.jiantXian9 {
    display: none;
    background-color: red;
    position: absolute;
    bottom: 126px;
    left: 110px;
    z-index: 1;
    animation: jiantXianfunc9 0.2s linear;
    animation-fill-mode: forwards;
}

@keyframes jiantXianfunc9 {
    0% {
        width: 0;
        height: 3px;
    }
    100% {
        width: 420px;
        height: 3px;
    }
}

.jiantXian10 {
    display: none;
    background-color: red;
    position: absolute;
    bottom: 128px;
    right: 670px;
    z-index: 1;
    animation: jiantXianfunc10 0.1s linear;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
}

@keyframes jiantXianfunc10 {
    0% {
        width: 3px;
        height: 0;
    }
    100% {
        width: 3px;
        height: 40px;
    }
}

.jiantXian11 {
    display: none;
    background-color: red;
    position: absolute;
    bottom: 165px;
    left: 527px;
    z-index: 1;
    animation: jiantXianfunc11 0.2s linear;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
}

@keyframes jiantXianfunc11 {
    0% {
        width: 0;
        height: 3px;
    }
    100% {
        width: 219px;
        height: 3px;
    }
}

.tishi1 {
    display: none;
    width: 410px;
    height: 80px;
    font-size: 17px;
    font-weight: 550;
    text-align: left;
    background: url(duihuakuang.png) no-repeat center;
    background-size: 100% 97%;
    line-height: 25px;
    border-radius: 10px;
    padding: 5px;
    padding-left: 23px;
    color: #000000;
    background-color: #FFFFFF;
    position: absolute;
    top: 110px;
    left: 730px;
    opacity: 0;
    animation: tishifunc1 0.2s linear;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
}

.tishi1 span {
    color: #FFFFFF;
    display: block;
    text-align: left;
    line-height: 23px;
    margin-bottom: 5px;
}

.serial {
    display: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid red;
    border-radius: 50%;
    color: red;
    font-size: 18px;
    position: absolute;
    top: 185px;
    right: 807px;
    animation: serialfunc 0.4s linear;
}

.seria2 {
    display: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid red;
    border-radius: 50%;
    color: red;
    font-size: 18px;
    position: absolute;
    top: 418px;
    right: 814px;
    animation: serialfunc 0.4s linear;
}

.seria3 {
    display: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid red;
    border-radius: 50%;
    color: red;
    font-size: 18px;
    position: absolute;
    top: 572px;
    right: 964px;
    animation: serialfunc 0.4s linear;
}

.seria4 {
    display: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid red;
    border-radius: 50%;
    color: red;
    font-size: 18px;
    position: absolute;
    bottom: 97px;
    left: 131px;
    animation: serialfunc 0.4s linear;
}

.tishi2 {
    display: none;
    width: 410px;
    height: 80px;
    font-size: 17px;
    font-weight: 550;
    text-align: left;
    background: url(duihuakuang.png) no-repeat center;
    background-size: 100% 97%;
    line-height: 25px;
    border-radius: 10px;
    padding: 5px;
    padding-left: 23px;
    color: #000000;
    background-color: #FFFFFF;
    position: absolute;
    top: 260px;
    left: 730px;
    opacity: 0;
    animation: tishifunc1 0.2s linear;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
}

.tishi2 span {
    color: #FFFFFF;
    display: block;
    text-align: left;
    line-height: 23px;
    margin-bottom: 5px;
}

.tishi3 {
    display: none;
    width: 410px;
    height: 80px;
    font-size: 17px;
    font-weight: 550;
    text-align: left;
    background: url(duihuakuang.png) no-repeat center;
    background-size: 100% 97%;
    line-height: 25px;
    border-radius: 10px;
    padding: 5px;
    padding-left: 23px;
    color: #000000;
    background-color: #FFFFFF;
    position: absolute;
    top: 410px;
    left: 730px;
    opacity: 0;
    animation: tishifunc1 0.2s linear;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
}

.tishi3 span {
    color: #FFFFFF;
    display: block;
    text-align: left;
    line-height: 23px;
    margin-bottom: 5px;
}

.tishi4 {
    display: none;
    width: 410px;
    height: 80px;
    font-size: 17px;
    font-weight: 550;
    text-align: left;
    background: url(duihuakuang.png) no-repeat center;
    background-size: 100% 97%;
    line-height: 25px;
    border-radius: 10px;
    padding: 5px;
    padding-left: 23px;
    color: #000000;
    background-color: #FFFFFF;
    position: absolute;
    top: 560px;
    left: 730px;
    opacity: 0;
    animation: tishifunc1 0.2s linear;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
}

.tishi4 span {
    color: #FFFFFF;
    display: block;
    text-align: left;
    line-height: 23px;
    margin-bottom: 5px;
}

@keyframes serialfunc {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tishifunc1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.yundian {
    display: none;
    width: 8px;
    height: 8px;
    border: 1px solid red;
    border-radius: 50%;
    position: absolute;
    top: 208px;
    left: 756.5px;
    animation: yundian 0.5s linear;
}

@keyframes yundian {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.yundian p {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 2px auto;
    background-color: red;
}

.erpzh {
    width: 150px;
    height: 35px;
    position: absolute;
    top: 471px;
    left: 277px;
    border-radius: 10px;
    font-size: 25px;
    color: #333333;
    letter-spacing: -1px;
    text-decoration: none;
}

.baoming {
    width: 185px;
    height: 35px;
    position: absolute;
    top: 585px;
    left: 10px;
    border-radius: 10px;
    font-size: 25px;
    color: #333333;
    letter-spacing: -1px;
    text-decoration: none;
}

.shuming {
    width: 100px;
    height: 32px;
    position: absolute;
    bottom: 114px;
    left: 10px;
    border-radius: 10px;
    font-size: 25px;
    color: #333333;
    letter-spacing: -1px;
    text-decoration: none;
}

.dome1 .erpgy {
    animation: numfunc 3s linear;
    animation-fill-mode: forwards;
}

/*dome2的样式*/
.dome2 .dome2_img {
    line-height: 0;
}

.dome2 .zhuomian {
    width: 440px;
    height: 250px;
    position: absolute;
    top: 133px;
    left: 376px;
}

.dome2 .serial {
    top: 255px;
    right: 267px;
}

.dome2 .seria2 {
}

.dome2 .seria3 {
    top: 722px;
    right: 595px;
}

.dome2 .seria4 {
    bottom: 227px;
    left: 901px;
}

.dome2 .xian-zhuom {
    display: none;
    height: 3px;
    position: absolute;
    top: 243px;
    left: 814px;
    background-color: red;
    animation: xianzhuomfunc 0.5s linear;
    animation-fill-mode: forwards;
}

@keyframes xianzhuomfunc {
    0% {
        width: 0;
        height: 3px;
    }
    100% {
        width: 143px;
        height: 3px;
    }
}

.dome2 .dome2_tis1 {
    display: none;
    width: 230px;
    height: 56px;
    font-size: 15px;
    font-weight: 550;
    text-align: left;
    background: url(duihuakuang.png) no-repeat center;
    background-size: 100% 97%;
    line-height: 25px;
    border-radius: 10px;
    padding: 5px;
    padding-left: 14px;
    color: #000000;
    position: absolute;
    top: 214px;
    left: 948px;
    opacity: 0;
    animation: tishifunc1 0.3s linear;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    z-index: 2;
}

.dome2 .dome2_tis1 span {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 8px;
}

.dome2 .yaoshi {
    width: 200px;
    height: 134px;
    position: absolute;
    bottom: 120px;
    left: 123px;
}

.dome2 .yaoshi_tishi {
    display: none;
    width: 260px;
    height: 56px;
    font-size: 15px;
    font-weight: 550;
    text-align: left;
    background: url(duihuakuang.png) no-repeat center;
    background-size: 100% 97%;
    line-height: 25px;
    border-radius: 10px;
    padding: 5px;
    padding-left: 14px;
    color: #000000;
    position: absolute;
    top: 394px;
    left: 78px;
    opacity: 0;
    animation: tishifunc1 0.2s linear;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
}

.dome2 .yaoshi_tishi span {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 8px;
}

.dome2 .xian-yaoshi1 {
    display: none;
    height: 3px;
    position: absolute;
    top: 549px;
    left: 274px;
    background-color: red;
    animation: xianyaoshifunc1 0.2s linear;
    animation-fill-mode: forwards;
}

@keyframes xianyaoshifunc1 {
    0% {
        width: 0;
        height: 3px;
    }
    100% {
        width: 40px;
        height: 3px;
    }
}

.dome2 .xian-yaoshi2 {
    display: none;
    width: 3px;
    position: absolute;
    bottom: 223px;
    left: 314px;
    background-color: red;
    animation: xianyaoshifunc2 0.3s linear;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
}

@keyframes xianyaoshifunc2 {
    0% {
        width: 3px;
        height: 0;
    }
    100% {
        width: 3px;
        height: 100px;
    }
}

.dome2 .Upan {
    width: 80px;
    height: 84px;
    position: absolute;
    bottom: 85px;
    left: 713px;
}

.dome2 .Upan_tishi {
    display: none;
    width: 260px;
    height: 56px;
    font-size: 15px;
    font-weight: 550;
    text-align: left;
    background: url(duihuakuang.png) no-repeat center;
    background-size: 100% 97%;
    line-height: 17px;
    border-radius: 10px;
    padding: 5px;
    padding-left: 14px;
    color: #000000;
    position: absolute;
    top: 707px;
    left: 621px;
    opacity: 0;
    animation: tishifunc1 0.2s linear;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
}

.dome2 .Upan_tishi span {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 8px;
}

.dome2 .xian-Upan {
    display: none;
    width: 3px;
    position: absolute;
    top: 659px;
    left: 644px;
    background-color: red;
    animation: xianUpanfunc 0.2s linear;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
}

@keyframes xianUpanfunc {
    0% {
        width: 3px;
        height: 0;
    }
    100% {
        width: 3px;
        height: 50px;
    }
}

.dome2 .xian-Upan2 {
    display: none;
    height: 3px;
    position: absolute;
    top: 659px;
    right: 456px;
    background-color: red;
    animation: xianUpanfunc2 0.3s linear;
    animation-fill-mode: forwards;
}

@keyframes xianUpanfunc2 {
    0% {
        width: 0;
        height: 3px;
    }
    100% {
        width: 98px;
        height: 3px;
    }
}

.yinhangka {
    width: 140px;
    height: 104px;
    position: absolute;
    bottom: 252px;
    right: 193px;
}

.yinhangka_tishi {
    display: none;
    width: 296px;
    height: 56px;
    font-size: 15px;
    font-weight: 550;
    text-align: left;
    background: url(duihuakuang.png) no-repeat center;
    background-size: 100% 97%;
    line-height: 17px;
    border-radius: 10px;
    padding: 5px;
    padding-left: 14px;
    color: #000000;
    position: absolute;
    top: 557px;
    left: 881px;
    opacity: 0;
    animation: tishifunc1 0.2s linear;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
}

.yinhangka_tishi span {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 8px;
}

.xian-yinhangka {
    display: none;
    height: 3px;
    position: absolute;
    top: 459px;
    left: 960px;
    background-color: red;
    animation: yinhangkaxianFunc 0.2s linear;
    animation-fill-mode: forwards;
}

@keyframes yinhangkaxianFunc {
    0% {
        width: 0;
        height: 3px;
    }
    100% {
        width: 90px;
        height: 3px;
    }
}

.xian-yinhangka2 {
    display: none;
    position: absolute;
    top: 460px;
    left: 1048px;
    background-color: red;
    animation: yinhangkaxianFunc2 0.3s linear;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
}

@keyframes yinhangkaxianFunc2 {
    0% {
        width: 3px;
        height: 0;
    }
    100% {
        width: 3px;
        height: 100px;
    }
}

.mask .fail .xunwenBox {
    text-align: right;
    margin-right: 71px;
    margin-top: 10px;
    margin-top: 15px;
}

.mask .fail .xunwenBox button {
    width: 162px;
    height: 52px;
    font-size: 23px;
    margin-bottom: 10px;
    border-radius: 5px;
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
}

/*dome3样式*/
.dome3 .wenjian {
    width: 420px;
    height: 456px;
    position: absolute;
    top: 316px;
    left: 376px;
}

.dialogBox {
    background: url(duihuakuang.png) no-repeat center;
    background-size: 100% 97%;
    position: absolute;
}

.dialogBox span {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 8px;
}

.dome3 .dome3_tis1 {
    display: none;
    width: 340px;
    height: 56px;
    font-size: 15px;
    font-weight: 550;
    text-align: left;
    line-height: 25px;
    border-radius: 10px;
    padding: 5px;
    padding-left: 20px;
    color: #000000;
    top: 544px;
    left: 330px;
    opacity: 0;
    animation: tishifunc1 0.3s linear;
    animation-fill-mode: forwards;
    animation-delay: 0.6s;
    z-index: 2;
}

.dome3 .youbox {
    border: none;
    box-shadow: none;
}

.dome3 .serial {
    top: 515px;
    right: 817px;
}

.dome3 .seria2 {
    top: 305px;
    right: 117px;
}

.dome3 .seria3 {
    top: 182px;
    right: 955px;
}

.dome3 .xian-wenjian1 {
    display: none;
    position: absolute;
    top: 574px;
    left: 232px;
    background-color: red;
    animation: xianwenjianfunc1 0.3s linear;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
}

@keyframes xianwenjianfunc1 {
    0% {
        width: 0;
        height: 3px;
    }
    100% {
        width: 110px;
        height: 3px;
    }
}

.dome3 .xian-wenjian2 {
    display: none;
    position: absolute;
    bottom: 126px;
    left: 232px;
    background-color: red;
    animation: xianwenjianfunc2 0.2s linear;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
}

@keyframes xianwenjianfunc2 {
    0% {
        width: 3px;
        height: 3px;
    }
    100% {
        width: 3px;
        height: 75px;
    }
}

.dome3 .xian-wenjian3 {
    display: none;
    position: absolute;
    top: 650px;
    right: 939px;
    background-color: red;
    animation: xianwenjianfunc3 0.1s linear;
    animation-fill-mode: forwards;
}

@keyframes xianwenjianfunc3 {
    0% {
        width: 0;
        height: 3px;
    }
    100% {
        width: 29px;
        height: 3px;
    }
}

.dome3 .dome3_tis2 {
    display: none;
    width: 340px;
    height: 56px;
    font-size: 15px;
    font-weight: 550;
    text-align: left;
    line-height: 25px;
    border-radius: 10px;
    padding: 5px;
    padding-left: 20px;
    color: #000000;
    top: 234px;
    left: 740px;
    opacity: 0;
    animation: tishifunc1 0.3s linear;
    animation-fill-mode: forwards;
    animation-delay: 0.9s;
    z-index: 2;
}

.dome3 .upans {
    width: 91px;
    height: 132px;
    position: absolute;
    top: 306px;
    left: 866px;
}

.dome3 .xian-upans1 {
    display: none;
    position: absolute;
    top: 364px;
    left: 935px;
    background-color: red;
    animation: xian-upans1 0.4s linear;
    animation-fill-mode: forwards;
}

@keyframes xian-upans1 {
    0% {
        width: 0;
        height: 3px;
    }
    100% {
        width: 90px;
        height: 3px;
    }
}

.dome3 .xian-upans2 {
    display: none;
    position: absolute;
    bottom: 411px;
    left: 1025px;
    background-color: red;
    animation: xian-upans2 0.5s linear;
    animation-delay: 0.4s;
    animation-fill-mode: forwards;
}

@keyframes xian-upans2 {
    0% {
        width: 3px;
        height: 3px;
    }
    100% {
        width: 3px;
        height: 69px;
    }
}

.dome3 .dome3_tis3 {
    display: none;
    width: 340px;
    height: 56px;
    font-size: 15px;
    font-weight: 550;
    text-align: left;
    line-height: 25px;
    border-radius: 10px;
    padding: 5px;
    padding-left: 20px;
    color: #000000;
    top: 134px;
    left: 240px;
    opacity: 0;
    animation: tishifunc1 0.3s linear;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    z-index: 2;
}

.dome3 .xian-lesuo1 {
    display: none;
    position: absolute;
    bottom: 554px;
    left: 215px;
    background-color: red;
    animation: xian-lesuo1 0.2s linear;
    animation-fill-mode: forwards;
}

@keyframes xian-lesuo1 {
    0% {
        width: 3px;
        height: 3px;
    }
    100% {
        width: 3px;
        height: 50px;
    }
}

.dome3 .xian-lesuo2 {
    display: none;
    position: absolute;
    top: 173px;
    left: 215px;
    background-color: red;
    animation: xian-lesuo2 0.3s linear;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
}

@keyframes xian-lesuo2 {
    0% {
        width: 0;
        height: 3px;
    }
    100% {
        width: 37px;
        height: 3px;
    }
}

.dome3 .lesuo {
    width: 120px;
    height: 244px;
    position: absolute;
    top: 226px;
    left: 146px;
}

.duihuak {
    width: 230px;
    height: 56px;
    font-size: 15px;
    font-weight: 550;
    text-align: left;
    background: url(duihuakuang.png) no-repeat center;
    background-size: 100% 97%;
    line-height: 25px;
    border-radius: 10px;
    padding: 5px;
    padding-left: 20px;
    color: #000000;
    position: absolute;
    top: 214px;
    left: 948px;
    opacity: 0;
    animation: tishifunc1 0.3s linear;
    animation-fill-mode: forwards;
    z-index: 2;
}

.duihuak span {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 8px;
    margin-top: 3px;
}

/*dome4的样式*/
.dome4 .serial {
    top: 415px;
    right: 817px;
}

.dome4 .seria2 {
    top: 575px;
    right: 298px;
}

.dome4 .dome4_tis1 {
    display: none;
    width: 390px;
    height: 72px;
    top: 454px;
    left: 30px;
    animation-delay: 0.6s;
}

.cuowuk {
    display: block;
    position: absolute;
}

.dome4 .mimak {
    width: 280px;
    height: 36px;
    left: 446px;
    bottom: 340px;
    border-radius: 5px;
}

.boxlia {
    box-shadow: 0 0 10px #e68989;
}

.redThread {
    background-color: red;
    position: absolute;
}

.dome4 .xian-mimak1 {
    display: none;
    top: 441px;
    left: 530px;
    animation: xian-mimak1 0.3s linear;
    animation-fill-mode: forwards;
}

@keyframes xian-mimak1 {
    from {
        width: 3px;
        height: 0;
    }
    to {
        width: 3px;
        height: 53px;
    }
}

.dome4 .xian-mimak2 {
    display: none;
    bottom: 283px;
    right: 667px;
    animation: xian-mimak2 0.3s linear;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
}

@keyframes xian-mimak2 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 88px;
        height: 3px;
    }
}

.dome4 .wifi_tishi {
    display: none;
    width: 330px;
    height: 72px;
    top: 610px;
    left: 590px;
    animation-delay: 0.6s;
}

.dome4 .xian-wifi1 {
    display: none;
    bottom: 237px;
    right: 182px;
    animation: xian-wifi1 0.3s linear;
    animation-fill-mode: forwards;
}

@keyframes xian-wifi1 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 150px;
        height: 3px;
    }
}

.dome4 .xian-wifi2 {
    display: none;
    top: 540px;
    left: 866px;
    animation: xian-wifi2 0.3s linear;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
}

@keyframes xian-wifi2 {
    from {
        width: 3px;
        height: 0;
    }
    to {
        width: 3px;
        height: 71px;
    }
}

.dome4 .wifi {
    width: 170px;
    height: 268px;
    right: 12px;
    bottom: 8px;
}

/*dome5样式*/
.dome5 .serial {
    top: 185px;
    right: 877px;
}

.dome5 .seria2 {
    top: 525px;
    right: 717px;
}

.dome5 .seria3 {
    top: 375px;
    right: 477px;
}

.dome5 .wnagzhi {
    width: 220px;
    height: 35px;
    border-radius: 10px;
    top: 130px;
    left: 200px;
}

.dome5 .dome5_tis1 {
    display: none;
    width: 370px;
    height: 72px;
    top: 210px;
    left: 270px;
    animation-delay: 0.5s;
}

.dome5 .xian-wangzhi1 {
    display: none;
    top: 166px;
    left: 240px;
    animation: xian-wangzhi1 0.2s linear;
    animation-fill-mode: forwards;
}

.dome5 .xian-wangzhi2 {
    display: none;
    top: 256px;
    left: 240px;
    animation: xian-wangzhi2 0.3s linear;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
}

.dome5 .dome5_tis2 {
    display: none;
    width: 350px;
    height: 53px;
    top: 410px;
    left: 685px;
    animation-delay: 0.5s;
}

.dome5 .dome5_tis2 span {
    margin-top: 0px;
}

.dome5 .xian-lianjie1 {
    display: none;
    background-color: red;
    right: 490px;
    bottom: 231px;
    animation: xian-lianjie1 0.5s linear;
    animation-fill-mode: forwards;
}

.dome5 .lianjie {
    width: 89px;
    height: 26px;
    top: 548px;
    left: 663px;
    border-radius: 13px;
}

.dome5 .xinxi {
    border-radius: 10px;
    width: 160px;
    height: 25px;
    top: 436px;
    left: 338px;
}

.dome5 .xinxi_tishi {
    display: none;
    width: 350px;
    left: 140px;
    top: 560px;
    animation-delay: 0.3s;
}

.dome5 .xinxi_tishi span {
    margin-top: 0;
}

.dome5 .xian-xinxi1 {
    display: none;
    background-color: red;
    top: 462px;
    left: 425px;
    animation: xian-xinxi1 .3s linear;
    animation-fill-mode: forwards;
}

@keyframes xian-wangzhi1 {
    from {
        width: 3px;
        height: 0;
    }
    to {
        width: 3px;
        height: 90px;
    }
}

@keyframes xian-wangzhi2 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 50px;
        height: 3px;
    }
}

@keyframes xian-lianjie1 {
    from {
        width: 3px;
        height: 0;
    }
    to {
        width: 3px;
        height: 77px;
    }
}

@keyframes xian-xinxi1 {
    from {
        width: 3px;
        height: 0;
    }
    to {
        width: 3px;
        height: 106px;
    }
}

/*doem6样式*/
.dome6 .serial {
    top: 185px;
    right: 877px;
}

.dome6 .seria2 {
    top: 455px;
    right: 717px;
}

.dome6 .seria3 {
    top: 525px;
    right: 437px;
}

.dome6 .dome6_tis1 {
    display: none;
    width: 370px;
    height: 72px;
    top: 230px;
    left: 200px;
    animation-delay: 0.3s;
}

.dome6 .xian-wangzhi1 {
    display: none;
    top: 161px;
    left: 230px;
    animation: dome6-xian1 0.3s linear;
    animation-fill-mode: forwards;
}

.dome6 .wnagzhi {
    width: 258px;
    height: 30px;
    border-radius: 10px;
    display: block;
    top: 130px;
    left: 109px;
}

.dome6 .dome6_tis2 {
    display: none;
    width: 340px;
    height: 72px;
    left: 180px;
    top: 490px;
    animation-delay: 0.5s;
}

.dome6 .xian-zhanghao1 {
    display: none;
    background-color: red;
    bottom: 145px;
    right: 925px;
    animation: xian-zhanghao1 0.2s linear;
    animation-fill-mode: forwards;
}

.dome6 .xian-zhanghao2 {
    display: none;
    bottom: 145px;
    left: 223px;
    background-color: red;
    animation: xian-zhanghao2 0.3s linear;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
}

.dome6 .zhanghao {
    width: 600px;
    height: 56px;
    bottom: 116px;
    left: 275px;
    border-radius: 30px;
}

.dome6 .xinxi_tishi {
    display: none;
    width: 343px;
    height: 72px;
    left: 690px;
    top: 560px;
    animation-delay: 0.3s;
}

.dome6 .xinxi {
    width: 600px;
    height: 56px;
    border-radius: 31px;
    bottom: 38px;
    left: 275px;
}

.dome6 .xian-xinxi1 {
    display: none;
    background-color: red;
    left: 730px;
    bottom: 95px;
    animation: xiandome6 0.3s linear;
    animation-fill-mode: forwards;
}

@keyframes dome6-xian1 {
    from {
        width: 3px;
        height: 0;
    }
    to {
        width: 3px;
        height: 75px;
    }
}

@keyframes xian-zhanghao1 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 50px;
        height: 3px;
    }
}

@keyframes xian-zhanghao2 {
    from {
        width: 3px;
        height: 0;
    }
    to {
        width: 3px;
        height: 67px;
    }
}

@keyframes xiandome6 {
    from {
        width: 3px;
        height: 0;
    }
    to {
        width: 3px;
        height: 45px;
    }
}

/*dome7样式*/
.dome7 .serial {
    top: 168px;
    right: 827px;
}

.dome7 .seria2 {
    top: 325px;
    right: 957px;
}

.dome7 .seria3 {
    top: 636px;
    right: 417px;
}

.dome7 .youbox {
    border: none;
    box-shadow: none;
}

.dome7 .wnagzhi {
    width: 300px;
    height: 30px;
    top: 120px;
    left: 220px;
    border-radius: 20px;
}

.dome7 .lianjie {
    width: 30px;
    height: 30px;
    top: 120px;
    left: 190px;
    border-radius: 15px;
}

.dome7 .xinxi {
    width: 356px;
    height: 282px;
    top: 349px;
    left: 702px;
}

.dome7 .dome7_tis1 {
    display: none;
    width: 350px;
    height: 72px;
    left: 300px;
    top: 200px;
    animation-delay: 0.3s;
}

.dome7 .xian-wangzhi1 {
    display: none;
    background-color: red;
    top: 151px;
    left: 400px;
    animation: dome7-xian1 0.3s linear;
    animation-fill-mode: forwards;
}

@keyframes dome7-xian1 {
    from {
        width: 3px;
        height: 0;
    }
    to {
        width: 3px;
        height: 50px;
    }
}

.dome7 .xian-lianjie1 {
    display: none;
    top: 144px;
    left: 203px;
    background-color: red;
    animation: dome7-xian2 0.2s linear;
    animation-fill-mode: forwards;
}

@keyframes dome7-xian2 {
    from {
        width: 3px;
        height: 0;
    }
    to {
        width: 3px;
        height: 220px;
    }
}

.dome7 .dome7_tis2 {
    display: none;
    width: 340px;
    height: 72px;
    top: 360px;
    left: 120px;
    animation-delay: 0.2s;
}

.dome7 .dome7_tis3 {
    display: none;
    width: 340px;
    height: 72px;
    top: 661px;
    left: 700px;
    animation-delay: 0.3s;
}

.dome7 .xian-xinxi1 {
    display: none;
    width: 3px;
    height: 30px;
    left: 810px;
    top: 632px;
    background-color: red;
    animation: dome7-xian3 0.3s linear;
}

@keyframes dome7-xian3 {
    from {
        width: 3px;
        height: 0;
    }
    to {
        width: 3px;
        height: 30px;
    }
}

/*dome8样式*/
.dome8 .serial {
    top: 188px;
    right: 777px;
}

.dome8 .seria2 {
    top: 614px;
    right: 447px;
}

.dome8 .dome8_tis1 {
    display: none;
    width: 320px;
    height: 63px;
    top: 220px;
    left: 380px;
    animation-delay: 0.3s;
}

.dome8 .dome8-wangzhi1 {
    display: none;
    background-color: red;
    top: 140px;
    left: 330px;
    animation: dome8-wangzhi1 0.2s linear;
    animation-fill-mode: forwards;
}

@keyframes dome8-wangzhi1 {
    from {
        width: 3px;
        height: 0;
    }
    to {
        width: 3px;
        height: 122px;
    }
}

.dome8 .dome8-wangzhi2 {
    display: none;
    background-color: red;
    top: 260px;
    left: 330px;
    animation: dome8-wangzhi2 0.1s linear;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
}

@keyframes dome8-wangzhi2 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 61px;
        height: 3px;
    }
}

.dome8 .dome8_tis2 {
    display: none;
    width: 330px;
    height: 72px;
    top: 640px;
    left: 700px;
    animation-delay: 0.2s;
}

.dome8 .dome8-lianjie1 {
    display: none;
    background-color: red;
    left: 519px;
    top: 689px;
    animation: dome8-lianjie1 0.2s linear;
    animation-fill-mode: forwards;
}

@keyframes dome8-lianjie1 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 195px;
        height: 3px;
    }
}

.dome8 .wnagzhi {
    width: 210px;
    height: 34px;
    top: 104px;
    left: 295px;
    border-radius: 14px;
}

.dome8 .lianjie {
    width: 193px;
    height: 54px;
    top: 662px;
    left: 327px;
    border-radius: 14px;
}

/*doem9样式*/
.dome9 .serial {
    top: 170px;
    right: 817px;
}

.dome9 .seria2 {
    top: 443px;
    right: 477px;
}

.dome9 .seria3 {
    top: 635px;
    right: 777px;
}

.dome9 .seria4 {
    top: 634px;
    left: 797px;
}

.dome9 .dome9_tis1 {
    display: none;
    width: 340px;
    height: 62px;
    left: 300px;
    top: 200px;
    animation-delay: 0.2s;
}

.dome9 .wnagzhi {
    width: 300px;
    height: 30px;
    top: 114px;
    left: 210px;
    border-radius: 15px;
}

.dome9 .dome9-wangzhi1 {
    display: none;
    top: 145px;
    left: 340px;
    animation: dome9-wangzhi1 0.2s linear;
    animation-fill-mode: forwards;
}

@keyframes dome9-wangzhi1 {
    from {
        width: 3px;
        height: 0;
    }
    to {
        width: 3px;
        height: 54px;
    }
}

.dome9 .dome9_tis2 {
    display: none;
    width: 320px;
    height: 62px;
    left: 730px;
    top: 430px;
    animation-delay: 0.2s;
}

.dome9 .lianjie {
    border-radius: 15px;
    width: 88px;
    height: 31px;
    top: 452px;
    left: 480px;
}

.dome9 .xinxi {
    border-radius: 15px;
    width: 316px;
    height: 31px;
    top: 562px;
    left: 370px;
}

.dome9 .xinxi2 {
    border-radius: 15px;
    width: 135px;
    height: 31px;
    top: 562px;
    left: 773px;
}

.dome9 .dome9-lianjie1 {
    display: none;
    background-color: red;
    top: 469px;
    left: 568px;
    animation: dome9-lianjie1 0.2s linear;
    animation-fill-mode: forwards;
}

@keyframes dome9-lianjie1 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 173px;
        height: 3px;
    }
}

.dome9 .dome9_tis3 {
    display: none;
    width: 350px;
    height: 72px;
    left: 220px;
    top: 670px;
    animation-delay: 0.3s;
}

.dome9 .dome9-xian {
    display: none;
    background-color: red;
    top: 593px;
    left: 440px;
    animation: dome9-xian 0.3s linear;
    animation-fill-mode: forwards;
}

@keyframes dome9-xian {
    from {
        width: 3px;
        height: 0;
    }
    to {
        width: 3px;
        height: 83px;
    }
}

.dome9 .dome9_tis4 {
    display: none;
    width: 320px;
    height: 62px;
    top: 670px;
    left: 740px;
    animation-delay: 0.2s;
}

.dome9 .dome9-xian2 {
    display: none;
    background-color: red;
    top: 594px;
    left: 840px;
    animation: dome9-xian2 0.2s linear;
    animation-fill-mode: forwards;
}

@keyframes dome9-xian2 {
    from {
        width: 3px;
        height: 0;
    }
    to {
        width: 3px;
        height: 83px;
    }
}

/*dome10样式*/
.dome10 .serial {
    top: 275px;
    right: 527px;
}

.dome10 .seria2 {
    top: 394px;
    right: 777px;
}

.dome10 .seria3 {
    top: 586px;
    right: 477px;
}

.dome10 .youbox {
    border: none;
    box-shadow: none;
}

.dome10 .dome10-wangzhi1 {
    display: none;
    top: 309px;
    left: 594px;
    animation: dome10-wangzhi1 0.2s linear;
    animation-fill-mode: forwards;
}

@keyframes dome10-wangzhi1 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 108px;
        height: 3px;
    }
}

.dome10 .dome10_tis1 {
    display: none;
    width: 330px;
    height: 62px;
    left: 690px;
    top: 270px;
    animation-delay: 0.2s;
}

.dome10 .dome10-lianjie1 {
    display: none;
    top: 320px;
    left: 344px;
    animation: dome10-lianjie1 0.2s linear;
    animation-fill-mode: forwards;
}

@keyframes dome10-lianjie1 {
    from {
        width: 3px;
        height: 0;
    }
    to {
        width: 3px;
        height: 108px;
    }
}

.dome10 .dome10-lianjie2 {
    display: none;
    top: 426px;
    left: 344px;
    animation: dome10-lianjie2 0.2s linear;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
}

@keyframes dome10-lianjie2 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 109px;
        height: 3px;
    }
}

.dome10 .dome10_tis2 {
    display: none;
    width: 330px;
    height: 62px;
    left: 440px;
    top: 380px;
    animation-delay: 0.5s;
}

.dome10 .dome10-xian {
    display: none;
    left: 670px;
    top: 556px;
    animation: dome10-xian 0.2s linear;
    animation-fill-mode: forwards;
}

@keyframes dome10-xian {
    from {
        width: 3px;
        height: 0;
    }
    to {
        width: 3px;
        height: 64px;
    }
}

.dome10 .dome10-xian2 {
    display: none;
    left: 670px;
    top: 620px;
    animation: dome10-xian2 0.2s linear;
    animation-delay: 0.25s;
    animation-fill-mode: forwards;
}

@keyframes dome10-xian2 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 83px;
        height: 3px;
    }
}

.dome10 .dome10_tis3 {
    display: none;
    width: 330px;
    height: 62px;
    left: 740px;
    top: 580px;
    animation-delay: 0.5s;
}

.dome10 .wnagzhi {
    border-radius: 15px;
    width: 210px;
    height: 24px;
    top: 296px;
    left: 383px;
}

.dome10 .lianjie {
    width: 83px;
    height: 24px;
    top: 296px;
    left: 300px;
    border-radius: 15px;
}

.dome10 .xinxi {
    border-radius: 15px;
    width: 111px;
    height: 24px;
    top: 532px;
    left: 623px;
}

/*dome11的样式*/
.dome11 .serial {
    top: 349px;
    right: 857px;
}

.dome11 .seria2 {
    top: 332px;
    right: 977px;
}

.dome11 .seria3 {
    top: 647px;
    right: 930px;
}

.dome11 .youbox {
    border: none;
    box-shadow: none;
}

.dome11 .dome11_tis1 {
    display: none;
    width: 340px;
    height: 62px;
    left: 340px;
    top: 305px;
    animation-delay: 0.5s;
}

.dome11 .wnagzhi {
    width: 158px;
    height: 20px;
    top: 268px;
    left: 268px;
    border-radius: 15px;
}

.dome11 .lianjie {
    width: 38px;
    height: 20px;
    top: 268px;
    left: 228px;
    border-radius: 15px;
}

.dome11 .xinxi {
    width: 142px;
    height: 20px;
    top: 593px;
    left: 184px;
    border-radius: 15px;
}

.dome11 .dome11-wangzhi1 {
    display: none;
    top: 290px;
    left: 316px;
    animation: dome11-wangzhi1 0.3s linear;
    animation-fill-mode: forwards;
}

@keyframes dome11-wangzhi1 {
    from {
        width: 3px;
        height: 0;
    }
    to {
        width: 3px;
        height: 55px;
    }
}

.dome11 .dome11-wangzhi2 {
    display: none;
    top: 342px;
    left: 316px;
    animation: dome11-wangzhi2 0.2s linear;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
}

@keyframes dome11-wangzhi2 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 36px;
        height: 3px;
    }
}

.dome11 .dome11_tis2 {
    display: none;
    width: 280px;
    height: 62px;
    left: 180px;
    top: 380px;
    animation-delay: 0.3s;
}

.dome11 .dome11-lianjie1 {
    display: none;
    top: 288px;
    left: 248px;
    animation: dome11-lianjie1 0.3s linear;
    animation-fill-mode: forwards;
}

@keyframes dome11-lianjie1 {
    from {
        width: 3px;
        height: 0;
    }
    to {
        width: 3px;
        height: 96px;
    }
}

.dome11 .dome11_tis3 {
    display: none;
    width: 340px;
    height: 62px;
    left: 280px;
    top: 635px;
    animation-delay: 0.5s;
}

.dome11 .dome11-xian {
    display: none;
    top: 614px;
    left: 230px;
    animation: dome11-xian 0.2s linear;
    animation-fill-mode: forwards;
}

@keyframes dome11-xian {
    from {
        width: 3px;
        height: 0;
    }
    to {
        width: 3px;
        height: 68px;
    }
}

.dome11 .dome11-xian2 {
    display: none;
    top: 680px;
    left: 230px;
    animation: dome11-xian2 0.3s linear;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
}

@keyframes dome11-xian2 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 62px;
        height: 3px;
    }
}

/*dome12的样式*/
.dome12 .serial {
    top: 277px;
    right: 877px;
}

.dome12 .seria2 {
    top: 470px;
    right: 537px;
}

.dome12 .seria3 {
    top: 638px;
    right: 877px;
}

.dome12 .seria4 {
    top: 614px;
    right: 447px;
}

.dome12 .wnagzhi {
    width: 50px;
    height: 21px;
    top: 267px;
    left: 230px;
    border-radius: 15px;
}

.dome12 .lianjie {
    width: 107px;
    height: 21px;
    top: 492px;
    left: 512px;
    border-radius: 15px;
}

.dome12 .xinxi {
    width: 180px;
    height: 36px;
    top: 588px;
    left: 242px;
}

.dome12 .dome12_tis1 {
    display: none;
    width: 340px;
    height: 62px;
    left: 281px;
    top: 305px;
    animation-delay: 0.4s;
}

.dome12 .dome12_tis2 {
    display: none;
    width: 340px;
    height: 72px;
    left: 671px;
    top: 460px;
    animation-delay: 0.3s;
}

.dome12 .dome12_tis3 {
    display: none;
    width: 340px;
    height: 62px;
    left: 330px;
    top: 631px;
    animation-delay: 0.5s;
}

.dome12 .dome12-wangzhi1 {
    display: none;
    top: 285px;
    left: 255px;
    animation: dome12-wangzhi1 0.2s linear;
    animation-fill-mode: forwards;
}

@keyframes dome12-wangzhi1 {
    from {
        width: 3px;
        height: 0;
    }
    to {
        width: 3px;
        height: 60px;
    }
}

.dome12 .dome12-wangzhi2 {
    display: none;
    top: 345px;
    left: 255px;
    animation: dome12-wangzhi2 0.2s linear;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
}

@keyframes dome12-wangzhi2 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 39px;
        height: 3px;
    }
}

.dome12 .dome12-lianjie1 {
    display: none;
    top: 503px;
    left: 615px;
    animation: dome12-lianjie1 0.3s linear;
    animation-fill-mode: forwards;
}

@keyframes dome12-lianjie1 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 68px;
        height: 3px;
    }
}

.dome12 .dome12-xian {
    display: none;
    top: 620px;
    left: 265px;
    animation: dome12-xian 0.2s linear;
    animation-fill-mode: forwards;
}

@keyframes dome12-xian {
    from {
        width: 3px;
        height: 0;
    }
    to {
        width: 3px;
        height: 55px;
    }
}

.dome12 .dome12-xian2 {
    display: none;
    top: 673px;
    left: 265px;
    animation: dome12-xian2 0.3s linear;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
}

@keyframes dome12-xian2 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 78px;
        height: 3px;
    }
}

/*dome13的样式*/
.dome13 .serial {
    top: 210px;
    right: 972px;
}

.dome13 .seria2 {
    top: 490px;
    right: 830px;
}

.dome13 .seria3 {
    top: 557px;
    right: 260px;
}

.dome13 .wnagzhi {
    width: 210px;
    height: 23px;
    border-radius: 15px;
    top: 108px;
    left: 170px;
}

.dome13 .dome13_tis1 {
    display: none;
    width: 400px;
    height: 72px;
    top: 170px;
    left: 230px;
    opacity: 0;
    animation: dome13_tis1 0.2s linear forwards;
    animation-delay: 0.4s;
}

@keyframes dome13_tis1 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.dome13 .dome13-wangzhi1 {
    display: none;
    left: 196px;
    top: 130px;
    animation: dome13-wangzhi1 0.2s linear forwards;
}

@keyframes dome13-wangzhi1 {
    from {
        width: 3px;
        height: 0;
    }
    to {
        width: 3px;
        height: 56px;
    }
}

.dome13 .dome13-wangzhi2 {
    display: none;
    left: 196px;
    top: 185px;
    animation: dome13-wangzhi2 0.2s 0.2s linear forwards;
}

@keyframes dome13-wangzhi2 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 35px;
        height: 3px;
    }
}

.dome13 .dome13_tis2 {
    display: none;
    width: 373px;
    height: 82px;
    top: 530px;
    left: 0px;
    animation-delay: 0.5s;
}

.dome13 .dome13_tis2 img {
    height: 20px;
    margin-left: 10px;
}

.dome13 .dome13-lianjie1 {
    display: none;
    top: 355px;
    right: 730px;
    animation: dome13-lianjie1 0.2s linear forwards;
}

@keyframes dome13-lianjie1 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 150px;
        height: 3px;
    }
}

.dome13 .dome13-lianjie2 {
    display: none;
    top: 355px;
    left: 320px;
    animation: dome13-lianjie2 0.3s linear forwards;
    animation-delay: 0.2s;
}

@keyframes dome13-lianjie2 {
    from {
        width: 3px;
        height: 0;
    }
    to {
        width: 3px;
        height: 176px;
    }
}

.dome13 .dome13_tis3 {
    display: none;
    width: 360px;
    height: 72px;
    top: 592px;
    left: 730px;
    opacity: 0;
    animation: dome13_tis3 0.2s linear forwards;
    animation-delay: 0.5s;
}

@keyframes dome13_tis3 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.dome13 .dome13-xian {
    display: none;
    top: 483px;
    left: 610px;
    animation: dome13-xian 0.3s linear forwards;
}

@keyframes dome13-xian {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 280px;
        height: 3px;
    }
}

.dome13 .dome13-xian2 {
    display: none;
    top: 483px;
    left: 890px;
    animation: dome13-xian2 0.2s linear forwards;
    animation-delay: 0.3s;
}

@keyframes dome13-xian2 {
    from {
        width: 3px;
        height: 0;
    }
    to {
        width: 3px;
        height: 110px;
    }
}

.dome13 .lianjie {
    width: 122px;
    height: 30px;
    border-radius: 15px;
    top: 341px;
    left: 470px;
}

.dome13 .xinxi {
    width: 65px;
    height: 22px;
    border-radius: 8px;
    top: 472px;
    left: 543px;
}

/*.dome14的样式*/
.dome14 .dome14_tis1 {
    display: none;
    width: 450px;
    height: 72px;
    top: 190px;
    left: 700px;
    opacity: 0;
    animation: tismyfunc 0.2s linear forwards;
    animation-delay: 0.3s;
}

@keyframes tismyfunc {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.dome14 .dome14_tis2 {
    display: none;
    width: 450px;
    height: 72px;
    top: 340px;
    left: 700px;
    opacity: 0;
    animation: tismyfunc 0.2s linear forwards;
    animation-delay: 0.2s;
}

.dome14 .dome14_tis3 {
    display: none;
    width: 450px;
    height: 72px;
    top: 626px;
    left: 700px;
    animation: tismyfunc 0.2s linear forwards;
    animation-delay: 0.3s;
}

.dome14 .wnagzhi {
    width: 318px;
    height: 116px;
    top: 172px;
    left: 26px;
}

.dome14 .dome14-wangzhi1 {
    display: none;
    background-color: red;
    left: 343px;
    top: 204px;
    animation: dome14-wangzhi1 0.3s linear forwards;
}

@keyframes dome14-wangzhi1 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 358px;
        height: 3px;
    }
}

.dome14 .lianjie {
    width: 477px;
    height: 216px;
    top: 340px;
    left: 15px;
    border-radius: 10px;
}

.dome14 .dome14-lianjie1 {
    display: none;
    background-color: red;
    left: 493px;
    top: 358px;
    animation: dome14-lianjie1 0.2s linear forwards;
}

@keyframes dome14-lianjie1 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 208px;
        height: 3px;
    }
}

.dome14 .xinxi {
    width: 157px;
    height: 31px;
    top: 627px;
    left: 19px;
}

.dome14 .dome14-xian {
    display: none;
    background-color: red;
    left: 177px;
    top: 641px;
    animation: dome14-xian 0.3s linear forwards;
}

@keyframes dome14-xian {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 523px;
        height: 3px;
    }
}

.dome14 .serial {
    top: 225px;
    right: 507px;
}

.dome14 .seria2 {
    top: 379px;
    right: 507px;
}

.dome14 .seria3 {
    top: 662px;
    right: 505px;
}

/*.dome15的样式*/
.dome15 .dome15_tis1 {
    display: none;
    width: 450px;
    height: 72px;
    top: 133px;
    left: 700px;
    opacity: 0;
    animation: tismyfunc 0.2s linear forwards;
    animation-delay: 0.3s;
}

@keyframes tismyfunc {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.dome15 .dome15_tis2 {
    display: none;
    width: 450px;
    height: 72px;
    top: 280px;
    left: 700px;
    opacity: 0;
    animation: tismyfunc 0.2s linear forwards;
    animation-delay: 0.2s;
}

.dome15 .dome15_tis3 {
    display: none;
    width: 450px;
    height: 72px;
    top: 463px;
    left: 700px;
    animation: tismyfunc 0.2s linear forwards;
    animation-delay: 0.3s;
}

.dome15 .wnagzhi {
    width: 165px;
    height: 24px;
    top: 136px;
    left: 83px;
    border-radius: 10px;
}

.dome15 .dome15_tis4 {
    display: none;
    width: 450px;
    height: 72px;
    top: 660px;
    left: 700px;
    animation: tismyfunc 0.2s linear forwards;
    animation-delay: 0.3s;
}

.dome15 .dome15-wangzhi1 {
    display: none;
    background-color: red;
    left: 250px;
    top: 148px;
    animation: dome15-wangzhi1 0.3s linear forwards;
}

@keyframes dome15-wangzhi1 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 451px;
        height: 3px;
    }
}

.dome15 .lianjie {
    width: 477px;
    height: 119px;
    top: 250px;
    left: 15px;
    border-radius: 10px;
}

.dome15 .dome15-lianjie1 {
    display: none;
    background-color: red;
    left: 493px;
    top: 298px;
    animation: dome15-lianjie1 0.2s linear forwards;
}

.dome15 .dome15-xian2 {
    display: none;
    background-color: red;
    left: 150px;
    top: 675px;
    animation: dome15-lianjie2 0.2s linear forwards;
}


@keyframes dome15-lianjie1 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 208px;
        height: 3px;
    }
}

@keyframes dome15-lianjie2 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 551px;
        height: 3px;
    }
}

.dome15 .xinxi {
    width: 64px;
    height: 21px;
    top: 466px;
    left: 49px;
}

.dome15 .xinxi2 {
    width: 304px;
    height: 105px;
    top: 662px;
    left: 1px;
}

.dome15 .dome15-xian {
    display: none;
    background-color: red;
    left: 177px;
    top: 477px;
    animation: dome15-xian 0.3s linear forwards;
}

@keyframes dome15-xian {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 523px;
        height: 3px;
    }
}

.dome15 .serial {
    top: 170px;
    right: 507px;
}

.dome15 .seria2 {
    top: 319px;
    right: 507px;
}

.dome15 .seria3 {
    top: 502px;
    right: 505px;
}

.dome15 .seria4 {
    bottom: 59px;
    left: 672px;
}

/*.dome16的样式*/
.dome16 .dome16_tis1 {
    display: none;
    width: 450px;
    height: 72px;
    top: 110px;
    left: 400px;
    opacity: 0;
    animation: tismyfunc 0.2s linear forwards;
    animation-delay: 0.3s;
}

@keyframes tismyfunc {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.dome16 .dome16_tis2 {
    display: none;
    width: 450px;
    height: 72px;
    top: 480px;
    left: 700px;
    opacity: 0;
    animation: tismyfunc 0.2s linear forwards;
    animation-delay: 0.2s;
}

.dome16 .dome16_tis3 {
    display: none;
    width: 248px;
    height: 94px;
    top: 667px;
    left: 909px;
    animation: tismyfunc 0.2s linear forwards;
    animation-delay: 0.3s;
}

.dome16 .wnagzhi {
    width: 260px;
    height: 20px;
    top: 118px;
    left: 62px;
    border-radius: 10px;
}

.dome16 .dome16_tis4 {
    display: none;
    width: 450px;
    height: 72px;
    top: 660px;
    left: 700px;
    animation: tismyfunc 0.2s linear forwards;
    animation-delay: 0.3s;
}

.dome16 .dome16-wangzhi1 {
    display: none;
    background-color: red;
    left: 250px;
    top: 116px;
    animation: dome16-wangzhi1 0.3s linear forwards;
}

@keyframes dome16-wangzhi1 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 451px;
        height: 3px;
    }
}

.dome16 .lianjie {
    width: 700px;
    height: 250px;
    top: 428px;
    left: 248px;
    border-radius: 10px;
}

.dome16 .dome16-lianjie1 {
    display: none;
    background-color: red;
    left: 493px;
    top: 498px;
    animation: dome16-lianjie1 0.2s linear forwards;
}

.dome16 .dome16-xian2 {
    display: none;
    background-color: red;
    left: 677px;
    top: 675px;
    animation: dome16-lianjie2 0.2s linear forwards;
}


@keyframes dome16-lianjie1 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 208px;
        height: 3px;
    }
}

@keyframes dome16-lianjie2 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 551px;
        height: 3px;
    }
}

.dome16 .xinxi {
    width: 560px;
    height: 55px;
    top: 703px;
    left: 313px;
}

.dome16 .xinxi2 {
    width: 304px;
    height: 105px;
    top: 662px;
    left: 1px;
}

.dome16 .dome16-xian {
    display: none;
    background-color: red;
    left: 577px;
    top: 706px;
    animation: dome16-xian 0.3s linear forwards;
}

@keyframes dome16-xian {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 523px;
        height: 3px;
    }
}

.dome16 .serial {
    top: 138px;
    right: 809px;
}

.dome16 .seria2 {
    top: 519px;
    right: 507px;
}

.dome16 .seria3 {
    top: 721px;
    right: 280px;
}

.dome16 .seria4 {
    bottom: 59px;
    left: 672px;
}

/*.dome17的样式*/
.dome17 .dome17_tis1 {
    display: none;
    width: 450px;
    height: 72px;
    top: 85px;
    left: 700px;
    opacity: 0;
    animation: tismyfunc 0.2s linear forwards;
    animation-delay: 0.3s;
}

@keyframes tismyfunc {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.dome17 .dome17_tis2 {
    display: none;
    width: 450px;
    height: 72px;
    top: 280px;
    left: 700px;
    opacity: 0;
    animation: tismyfunc 0.2s linear forwards;
    animation-delay: 0.2s;
}

.dome17 .dome17_tis3 {
    display: none;
    width: 450px;
    height: 72px;
    top: 463px;
    left: 700px;
    animation: tismyfunc 0.2s linear forwards;
    animation-delay: 0.3s;
}

.dome17 .wnagzhi {
    width: 217px;
    height: 24px;
    top: 106px;
    left: 420px;
    border-radius: 10px;
}

.dome17 .dome17_tis4 {
    display: none;
    width: 450px;
    height: 72px;
    top: 660px;
    left: 700px;
    animation: tismyfunc 0.2s linear forwards;
    animation-delay: 0.3s;
}

.dome17 .dome17-wangzhi1 {
    display: none;
    background-color: red;
    left: 550px;
    top: 105px;
    animation: dome17-wangzhi1 0.3s linear forwards;
}

@keyframes dome17-wangzhi1 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 451px;
        height: 3px;
    }
}

.dome17 .lianjie {
    width: 222px;
    height: 262px;
    top: 183px;
    left: 389px;
    border-radius: 10px;
}

.dome17 .dome17-lianjie1 {
    display: none;
    background-color: red;
    left: 493px;
    top: 298px;
    animation: dome17-lianjie1 0.2s linear forwards;
}

.dome17 .dome17-xian2 {
    display: none;
    background-color: red;
    left: 677px;
    top: 675px;
    animation: dome17-lianjie2 0.2s linear forwards;
}


@keyframes dome17-lianjie1 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 208px;
        height: 3px;
    }
}

@keyframes dome17-lianjie2 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 551px;
        height: 3px;
    }
}

.dome17 .xinxi {
    width: 44px;
    height: 42px;
    top: 457px;
    left: 563px;
}

.dome17 .xinxi2 {
    width: 304px;
    height: 105px;
    top: 662px;
    left: 1px;
}

.dome17 .dome17-xian {
    display: none;
    background-color: red;
    left: 592px;
    top: 477px;
    animation: dome17-xian 0.3s linear forwards;
}

@keyframes dome17-xian {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 523px;
        height: 3px;
    }
}

.dome17 .serial {
    top: 120px;
    right: 507px;
}

.dome17 .seria2 {
    top: 319px;
    right: 507px;
}

.dome17 .seria3 {
    top: 502px;
    right: 505px;
}

.dome17 .seria4 {
    bottom: 59px;
    left: 672px;
}

/*.dome18的样式*/
.dome18 .dome18_tis1 {
    display: none;
    width: 450px;
    height: 72px;
    top: 85px;
    left: 700px;
    opacity: 0;
    animation: tismyfunc 0.2s linear forwards;
    animation-delay: 0.3s;
}

@keyframes tismyfunc {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.dome18 .dome18_tis2 {
    display: none;
    width: 450px;
    height: 72px;
    top: 543px;
    left: 700px;
    opacity: 0;
    animation: tismyfunc 0.2s linear forwards;
    animation-delay: 0.2s;
}

.dome18 .dome18_tis3 {
    display: none;
    width: 450px;
    height: 72px;
    top: 463px;
    left: 1050px;
    animation: tismyfunc 0.2s linear forwards;
    animation-delay: 0.3s;
}

.dome18 .wnagzhi {
    width: 320px;
    height: 24px;
    top: 112px;
    left: 91px;
    border-radius: 10px;
}

.dome18 .dome18_tis4 {
    display: none;
    width: 450px;
    height: 72px;
    top: 660px;
    left: 700px;
    animation: tismyfunc 0.2s linear forwards;
    animation-delay: 0.3s;
}

.dome18 .dome18-wangzhi1 {
    display: none;
    background-color: red;
    left: 342px;
    top: 112px;
    animation: dome18-wangzhi1 0.3s linear forwards;
}

@keyframes dome18-wangzhi1 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 451px;
        height: 3px;
    }
}

.dome18 .lianjie {
    width: 349px;
    height: 62px;
    top: 550px;
    left: 145px;
    border-radius: 10px;
}

.dome18 .dome18-lianjie1 {
    display: none;
    background-color: red;
    left: 493px;
    top: 566px;
    animation: dome18-lianjie1 0.2s linear forwards;
}

.dome18 .dome18-xian2 {
    display: none;
    background-color: red;
    left: 677px;
    top: 675px;
    animation: dome18-lianjie2 0.2s linear forwards;
}


@keyframes dome18-lianjie1 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 208px;
        height: 3px;
    }
}

@keyframes dome18-lianjie2 {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 551px;
        height: 3px;
    }
}

.dome18 .xinxi {
    width: 44px;
    height: 42px;
    top: 457px;
    left: 563px;
}

.dome18 .xinxi2 {
    width: 304px;
    height: 105px;
    top: 662px;
    left: 1px;
}

.dome18 .dome18-xian {
    display: none;
    background-color: red;
    left: 592px;
    top: 477px;
    animation: dome18-xian 0.3s linear forwards;
}

@keyframes dome18-xian {
    from {
        width: 0;
        height: 3px;
    }
    to {
        width: 523px;
        height: 3px;
    }
}

.dome18 .serial {
    top: 120px;
    right: 507px;
}

.dome18 .seria2 {
    top: 580px;
    right: 507px;
}

.dome18 .seria3 {
    top: 502px;
    right: 150px;
}

.dome18 .seria4 {
    bottom: 59px;
    left: 672px;
}


#preventTran {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #666666;
    background-color: #F7F3F7;
    text-align: center;
    z-index: 99999;
    display: block;
}

#preventTran img {
    width: 40px;
    margin: 2rem auto 20px;
}

#preventTran .preve-tis {
    width: 100%;
    height: auto;
    font-size: 0.3rem;
    line-height: 30px;
    text-align: center;
}

#preventTran h1 {
    margin-top: 1rem;
    font-size: 26px;
}

#preventTran .preve-tih {
    margin-top: 20px;
    line-height: 30px;
    font-size: .3rem;
}


/*移动端*/
@media screen and (max-width: 1200px) {
    .container {
        width: 100%;
    }

    .mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 23;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .mask .start {
        width: 2.023rem;
        height: 0.594rem;
        font-size: 0.147rem;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 333;
    }

    .time {
        padding: 0;
    }

    .mask .start:active {
        border: none;
    }

    .mask .start:hover {
        border: none;
    }

    .mask .fail {
        width: 295px;
        display: none;
        line-height: 30px;
        padding: 20px 10px;
        border-radius: 10px;
        margin: 195px auto;
        font-size: 16px;
        color: red;
        background-color: #FFFFFF;
    }

    .mask .fail p {
        font-size: 16px;
        color: #000000;
    }

    .mask .fail.xunwenBox {
        text-align: right;
        margin-right: 22px;
        margin-top: 10px;
        margin-top: 15px;
    }

    .mask .successFaille {
        display: none;
        width: 2.64rem;
        height: 2.3rem;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .mask .chongxin2 {
        display: none;
        width: 1.19rem;
        height: 0.38rem;
        font-size: 0.169rem;
        margin-bottom: 0.07rem;
        border-radius: 5px;
        margin-top: 0.29rem;
        border-color: #1E9FFF;
        background-color: #1E9FFF;
        color: #fff;
    }

    .mask .complete {
        display: none;
        font-size: 0.24rem;
        margin-top: 35vh;
    }

    .mask .successFaille p:first-child {
        color: #FFFFFF;
        font-size: 0.22rem;
        margin-top: 0;
        text-align: center;
    }

    .mask .successFaille p:nth-child(2) {
        font-size: 0.95rem;
        margin-top: 0;
    }

    .mask .successFaille p:nth-child(3) {
        color: #FFFFFF;
        font-size: 0.11rem;
        margin-top: 0;
        text-align: center;
    }


    .result {
        width: 1.4rem;
        height: 0.294rem;
        line-height: 0.2rem;
        position: fixed;
        left: inherit;
        right: 0.1rem;
        top: 0;
        bottom: 0;
        margin-left: 0;
        z-index: 22;
    }

    .result button {
        width: 0.27rem;
        height: 0.27rem;
        font-size: 0.08rem;
        border-radius: 50%;
        margin: 0 0.0735rem;
        margin-top: 0.07rem;
        box-shadow: none;
        border: 0;
        background-color: #dddddd;
        color: #000000;
    }

    .result .succe {
        background-color: #94ca56;
        color: #FFFFFF;
    }

    .result .fal {
        background-color: red;
        color: #FFFFFF;
    }

    .img_box .titleTime {
        width: 100%;
        height: 0.435rem;
        background-color: #FFFFFF;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 21;
    }

    .img_box .title {
        height: 0.435rem;
        overflow: hidden;
        padding-left: 0.1rem;
        line-height: 0.49rem;
        font-size: 0.14rem;
        color: #000000;
        font-weight: 550;
        text-align: left;
        animation: titleFucn 0.5s linear;
        animation-fill-mode: forwards;
    }

    .img_box .time {
        width: 3rem;
        height: 0.435rem;
        display: block;
        font-size: 0.3rem;
        line-height: 0.435rem;
        color: #ff5722;
        opacity: 0;
        animation: timeFucn .5s linear;
        animation-delay: 0.5s;
        animation-fill-mode: forwards;
    }


    /*dome1*/
    .img_box .youjian {
        width: 4.37rem;
    }

    .img_box .youjianBox {
        margin-top: 0.435rem;
    }

    .img_box .pit1 {
        top: 0.26rem;
        left: 1.76rem;
        padding: 0;
    }

    .img_box .pit1 a {
        width: 1.2rem;
        height: 0.21rem;
        font-size: 0.161rem;
    }

    .tishi1 {
        width: 3rem;
        height: 0.55rem;
        top: 0.05rem;
        left: 4.1rem;
        font-size: 0.1rem;
        line-height: 0.2rem;
    }

    .resetdiv span {
        line-height: 0.14rem;
        margin-bottom: 0.0367rem;
        font-size: 0.11rem;
    }

    .jiantXian2 {
        top: 0.36rem;
        left: 2.95rem;
    }

    @keyframes jiantXianfunc2 {
        0% {
            width: 0;
            height: 3px;
        }
        100% {
            width: 1.26rem;
            height: 3px;
        }
    }
    .seria {
        width: 0.147rem;
        height: 0.147rem;
        line-height: 0.147rem;
        border: 1px solid red;
        border-radius: 50%;
        color: red;
        font-size: 0.132rem;
        position: absolute;
    }

    .serial {
        top: 0.45rem;
        right: 3.4rem;
    }

    .erpzh {
        width: 1rem;
        height: 0.2rem;
        top: 2.34rem;
        left: 1.7rem;
        font-size: 0.183rem;
    }

    .tishi2 {
        width: 3rem;
        height: 0.55rem;
        top: 0.93rem;
        left: 4.1rem;
        font-size: 0.1rem;
        line-height: 0.2rem;
    }

    .jiantXian3 {
        bottom: 1.86rem;
        left: 2.15rem;
    }

    @keyframes jiantXianfunc3 {
        0% {
            width: 3px;
            height: 0;
        }
        100% {
            width: 3px;
            height: 1.1029rem;
        }
    }
    .jiantXian4 {
        bottom: 2.95rem;
        left: 2.15rem;
    }

    @keyframes jiantXianfunc4 {
        0% {
            width: 0;
            height: 3px;
        }
        100% {
            width: 2.08rem;
            height: 3px;
        }
    }
    .seria2 {
        top: 1.35rem;
        left: 3.9rem;
    }

    .baoming {
        width: 1.2rem;
        height: 0.25rem;
        top: 3.01rem;
        left: 0.05rem;
    }

    .jiantXian6 {
        bottom: 1.05rem;
        left: 1.25rem;
    }

    @keyframes jiantXianfunc6 {
        0% {
            width: 0;
            height: 3px;
        }
        100% {
            width: 2.0588rem;
            height: 3px;
        }
    }
    .tishi3 {
        width: 3rem;
        height: 0.55rem;
        top: 1.8rem;
        left: 4.1rem;
        font-size: 0.1rem;
        line-height: 0.2rem;
    }

    .jiantXian5 {
        left: 3.3rem;
        bottom: 1.05rem;
    }

    @keyframes jiantXianfunc5 {
        0% {
            width: 3px;
            height: 0;
        }
        100% {
            width: 3px;
            height: 1.001rem;
        }
    }
    .jiantXian7 {
        left: 3.3rem;
        bottom: 2.04rem;
    }

    @keyframes jiantXianfunc7 {
        0% {
            width: 0;
            height: 3px;
        }
        100% {
            width: 0.92rem;
            height: 3px;
        }
    }
    .seria3 {
        top: 2.25rem;
        left: 3.9rem;
    }

    .shuming {
        width: 0.65rem;
        height: 0.2rem;
        bottom: 0.73rem;
        left: 0.04rem;
        font-size: 0.183rem;
    }

    .jiantXian9 {
        bottom: 0.82rem;
        left: 0.69rem;
    }

    @keyframes jiantXianfunc9 {
        0% {
            width: 0;
            height: 3px;
        }
        100% {
            width: 3rem;
            height: 3px;
        }
    }
    .tishi4 {
        width: 3rem;
        height: 0.55rem;
        top: 2.7rem;
        left: 4.1rem;
        font-size: 0.1rem;
        line-height: 0.2rem;
    }

    .jiantXian10 {
        bottom: 0.82rem;
        right: 3.8rem;
    }

    @keyframes jiantXianfunc10 {
        0% {
            width: 3px;
            height: 0;
        }
        100% {
            width: 3px;
            height: 0.294rem;
        }
    }
    .jiantXian11 {
        bottom: 1.1rem;
        left: 3.68rem;
    }

    @keyframes jiantXianfunc11 {
        0% {
            width: 0;
            height: 3px;
        }
        100% {
            width: 0.53rem;
            height: 3px;
        }
    }
    .seria4 {
        bottom: 0.82rem;
        left: 3.9rem;
    }

    /*dome2*/
    .youbox img {
        width: 100%;
    }

    .dome2 .zhuomian {
        width: 3rem;
        height: 1.6rem;
        top: 0.2rem;
        left: 2.2rem;
    }

    .dome2 .dome2_tis1 {
        width: 1.6rem;
        height: 0.45rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 0.8rem;
        left: 5.45rem;
    }

    .dome2 .xian-zhuom {
        top: 1.07rem;
        left: 4.47rem;
    }

    @keyframes xianzhuomfunc {
        0% {
            width: 0;
            height: 3px;
        }
        100% {
            width: 1.051rem;
            height: 3px;
        }
    }
    .dome2 .serial {
        top: 1.16rem;
        right: 2.05rem;
    }

    .dome2 .yaoshi {
        width: 1.1rem;
        height: 1rem;
        bottom: 0.6rem;
        left: 0.8rem;
    }

    .dome2 .yaoshi_tishi {
        width: 2.2rem;
        height: 0.45rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 1.86rem;
        left: 0.4rem;
    }

    .dome2 .xian-yaoshi1 {
        top: 3rem;
        left: 1.9rem;
    }

    @keyframes xianyaoshifunc1 {
        0% {
            width: 0;
            height: 3px;
        }
        100% {
            width: 0.294rem;
            height: 3px;
        }
    }
    .dome2 .xian-yaoshi2 {
        bottom: 1.19rem;
        left: 2.19rem;
    }

    .dome2 .seria2 {
        top: 2.5rem;
        left: 1.9rem;
    }

    .dome2 .Upan {
        width: 0.6rem;
        height: 0.6rem;
        bottom: 0.5rem;
        left: 4.4rem;
    }

    .dome2 .Upan_tishi {
        width: 2.7rem;
        height: 0.45rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 3.75rem;
        left: 1.6rem;
    }

    .dome2 .xian-Upan2 {
        top: 3.4rem;
        right: 2.9rem;
    }

    @keyframes xianUpanfunc2 {
        0% {
            width: 0;
            height: 3px;
        }
        100% {
            width: 0.72rem;
            height: 3px;
        }
    }
    .dome2 .xian-Upan {
        top: 3.4rem;
        left: 3.88rem;
    }

    .dome2 .seria3 {
        top: 3.5rem;
        right: 3.2rem;
        left: inherit;
    }

    .yinhangka {
        width: 0.86rem;
        height: 0.68rem;
        bottom: 1.45rem;
        right: 1.23rem;
    }

    .xian-yinhangka {
        top: 2.4rem;
        left: 6.26rem;
    }

    @keyframes yinhangkaxianFunc {
        0% {
            width: 0;
            height: 3px;
        }
        100% {
            width: 0.66rem;
            height: 3px;
        }
    }
    .xian-yinhangka2 {
        top: 2.4rem;
        left: 6.9rem;
    }

    @keyframes yinhangkaxianFunc2 {
        0% {
            width: 3px;
            height: 0;
        }
        100% {
            width: 3px;
            height: 1.4rem;
        }
    }
    .yinhangka_tishi {
        width: 2.7rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 3.75rem;
        left: 4.6rem;
    }

    .dome2 .seria4 {
        bottom: 0.6rem;
        left: 6.6rem;
    }


    /*dome3*/
    .dome3 .wenjian {
        width: 3.1rem;
        height: 2.9rem;
        top: 1.3rem;
        left: 2rem;
    }

    .dome3 .dome3_tis1 {
        width: 2.3rem;
        height: 0.5rem;
        top: 3rem;
        left: 2.4rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
    }

    .dome3 .xian-wenjian3 {
        top: 3.85rem;
        right: 5rem;
    }

    @keyframes xianwenjianfunc3 {
        0% {
            width: 0;
            height: 3px;
        }
        100% {
            width: 1.5rem;
            height: 3px;
        }
    }
    .dome3 .xian-wenjian2 {
        bottom: 0.39rem;
        left: 1rem;
    }

    @keyframes xianwenjianfunc2 {
        0% {
            width: 3px;
            height: 3px;
        }
        100% {
            width: 3px;
            height: 0.55rem;
        }
    }
    .dome3 .xian-wenjian1 {
        top: 3.3rem;
        left: 1rem;
    }

    @keyframes xianwenjianfunc1 {
        0% {
            width: 0;
            height: 3px;
        }
        100% {
            width: 1.5rem;
            height: 3px;
        }
    }
    .dome3 .serial {
        top: 3.4rem;
        right: 5.15rem;
    }

    .dome3 .upans {
        width: 0.6rem;
        height: 0.8rem;
        top: 1.3rem;
        left: 5.4rem;
    }

    .dome3 .dome3_tis2 {
        width: 2.3rem;
        height: 0.5rem;
        top: 0.3rem;
        left: 4.9rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
    }

    .dome3 .xian-upans1 {
        top: 1.7rem;
        left: 6rem;
    }

    @keyframes xian-upans1 {
        0% {
            width: 0;
            height: 3px;
        }
        100% {
            width: 0.662rem;
            height: 3px;
        }
    }
    .dome3 .xian-upans2 {
        bottom: 2.52rem;
        left: 6.64rem;
    }

    @keyframes xian-upans2 {
        0% {
            width: 3px;
            height: 3px;
        }
        100% {
            width: 3px;
            height: 0.83rem;
        }
    }
    .dome3 .seria2 {
        top: 1rem;
        right: 1rem;
        left: inherit;
    }

    .dome3 .lesuo {
        width: 1.2rem;
        height: 1.6rem;
        top: 0.7rem;
        left: 0.7rem;
    }

    .dome3 .xian-lesuo1 {
        bottom: 3.48rem;
        left: 1.5rem;
    }

    @keyframes xian-lesuo1 {
        0% {
            width: 3px;
            height: 0;
        }
        100% {
            width: 3px;
            height: 0.3767rem;
        }
    }
    .dome3 .dome3_tis3 {
        width: 2.3rem;
        height: 0.5rem;
        top: 0rem;
        left: 1.69rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
    }

    .dome3 .xian-lesuo2 {
        top: 0.38rem;
        left: 1.5rem;
    }

    @keyframes xian-lesuo2 {
        0% {
            width: 0;
            height: 3px;
        }
        100% {
            width: 37px;
            height: 3px;
        }
    }
    .dome3 .seria3 {
        top: 0.1rem;
        right: initial;
        left: 1.45rem;
    }

    /*dome4*/
    .dome4 .mimak {
        width: 1.8rem;
        height: 0.25rem;
        left: 2.75rem;
        bottom: 2.1rem;
        border-radius: 0.3rem;
    }

    .dome4 .dome4_tis1 {
        width: 2.3rem;
        height: 0.55rem;
        top: 2.2rem;
        left: 0.49rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
    }

    .dome4 .xian-mimak2 {
        bottom: 1.7rem;
        right: 3.88rem;
    }

    @keyframes xian-mimak2 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 0.647rem;
            height: 3px;
        }
    }
    .dome4 .xian-mimak1 {
        top: 2.15rem;
        left: 3.6rem;
    }

    @keyframes xian-mimak1 {
        from {
            width: 3px;
            height: 0;
        }
        to {
            width: 3px;
            height: 0.3897rem;
        }
    }
    .dome4 .serial {
        top: 2.3rem;
        right: 4.2rem;
    }

    .dome4 .xian-wifi1 {
        bottom: 1rem;
        right: 1.16rem;
    }

    @keyframes xian-wifi1 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 1.28rem;
            height: 3px;
        }
    }
    .dome4 .xian-wifi2 {
        top: 3.23rem;
        left: 5.05rem;
    }

    @keyframes xian-wifi2 {
        from {
            width: 3px;
            height: 0;
        }
        to {
            width: 3px;
            height: 0.522rem;
        }
    }
    .dome4 .wifi_tishi {
        width: 2.3rem;
        height: 0.55rem;
        top: 3.75rem;
        left: 3.49rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
    }

    .dome4 .seria2 {
        top: 3.5rem;
        right: 2.1rem;
        left: inherit;
    }

    .dome4 .wifi {
        width: 1.05rem;
        height: 1.67rem;
        right: 0.11rem;
        bottom: 0.05rem;
    }

    /*dome5*/
    .dome5 .wnagzhi {
        width: 1.5rem;
        height: 0.2rem;
        top: 0.2rem;
        left: 1.1rem;
    }

    .dome5 .dome5_tis1 {
        width: 2.3rem;
        height: 0.55rem;
        top: 0.75rem;
        left: 2.19rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
    }

    .dome5 .xian-wangzhi1 {
        top: 0.41rem;
        left: 1.9rem;
    }


    @keyframes xian-wangzhi1 {
        from {
            width: 3px;
            height: 0;
        }
        to {
            width: 3px;
            height: 0.66rem;
        }
    }
    .dome5 .xian-wangzhi2 {
        top: 1.05rem;
        left: 1.9rem;
    }

    @keyframes xian-wangzhi2 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 0.3676rem;
            height: 3px;
        }
    }
    .dome5 .serial {
        top: 1.15rem;
        right: 5.3rem;
    }

    .dome5 .lianjie {
        width: 0.58rem;
        height: 0.16rem;
        top: 2.8244rem;
        left: 4.14rem;
    }

    .dome5 .xian-lianjie1 {
        right: 3.1rem;
        bottom: 1.46rem;
    }

    @keyframes xian-lianjie1 {
        from {
            width: 3px;
            height: 0;
        }
        to {
            width: 3px;
            height: 0.566rem;
        }
    }

    .dome5 .dome5_tis2 {
        width: 2.3rem;
        height: 0.55rem;
        top: 1.65rem;
        left: 3.9rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
    }

    .dome5 .seria3 {
        top: 2.4rem;
        right: 3.2rem;
        left: inherit;
    }

    .dome5 .xinxi {
        width: 1rem;
        height: 0.15rem;
        top: 2.12rem;
        left: 2.07rem;
    }

    .dome5 .xian-xinxi1 {
        top: 2.28rem;
        left: 2.6rem;
    }

    @keyframes xian-xinxi1 {
        from {
            width: 3px;
            height: 0;
        }
        to {
            width: 3px;
            height: 1.23rem;
        }
    }

    .dome5 .xinxi_tishi {
        width: 2.3rem;
        height: 0.5rem;
        top: 3.5rem;
        left: 2rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
    }

    .dome5 .seria2 {
        top: 3.2rem;
        right: 4.6rem;
        left: inherit;
    }

    /*dome6*/
    .dome6 .wnagzhi {
        width: 1.6rem;
        height: 0.2rem;
        top: 0.2rem;
        left: 0.65rem;
    }

    .dome6 .xian-wangzhi1 {
        top: 0.41rem;
        left: 1.4rem;
    }

    @keyframes dome6-xian1 {
        from {
            width: 3px;
            height: 0;
        }
        to {
            width: 3px;
            height: 0.55rem;
        }
    }
    .dome6 .dome6_tis1 {
        width: 2.3rem;
        height: 0.55rem;
        top: 0.95rem;
        left: 1rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
    }

    .dome6 .serial {
        top: 0.65rem;
        right: 5.75rem;
    }

    .dome6 .zhanghao {
        width: 3.75rem;
        height: 0.37rem;
        left: 1.7rem;
        bottom: 0.72rem;
    }

    .dome6 .xinxi {
        width: 3.75rem;
        height: 0.37rem;
        bottom: 0.232rem;
        left: 1.7rem;
    }


    .dome6 .xian-zhanghao1 {
        bottom: 0.9rem;
        right: 5.8rem;
    }

    @keyframes xian-zhanghao1 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 0.3676rem;
            height: 3px;
        }
    }

    .dome6 .xian-zhanghao2 {
        bottom: 0.9rem;
        left: 1.33rem;
    }

    @keyframes xian-zhanghao2 {
        from {
            width: 3px;
            height: 0;
        }
        to {
            width: 3px;
            height: 0.492rem;
        }
    }
    .dome6 .dome6_tis2 {
        width: 2.3rem;
        height: 0.55rem;
        top: 2.25rem;
        left: 1rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
    }

    .dome6 .seria2 {
        top: 2.95rem;
        right: 5.85rem;
        left: inherit;
    }

    .dome6 .xian-xinxi1 {
        left: 4.6rem;
        bottom: 0.61rem;
    }

    @keyframes xiandome6 {
        from {
            width: 3px;
            height: 0;
        }
        to {
            width: 3px;
            height: 0.8rem;
        }
    }
    .dome6 .xinxi_tishi {
        width: 2.3rem;
        height: 0.55rem;
        top: 2.25rem;
        left: 4.3rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
    }

    .dome6 .seria3 {
        top: 2.93rem;
        right: 2.6rem;
        left: inherit;
    }

    /*dome7*/
    .dome7 .wnagzhi {
        width: 1.9rem;
        height: 0.15rem;
        top: 0.15rem;
        left: 1.35rem;
    }

    .dome7 .lianjie {
        width: 0.15rem;
        height: 0.15rem;
        top: 0.15rem;
        left: 1.18rem;
    }

    .dome7 .xian-wangzhi1 {
        top: 0.31rem;
        left: 2.4rem;
    }

    @keyframes dome7-xian1 {
        from {
            width: 3px;
            height: 0;
        }
        to {
            width: 3px;
            height: 0.3676rem;
        }
    }
    .dome7 .dome7_tis1 {
        width: 2.3rem;
        height: 0.55rem;
        top: 0.65rem;
        left: 1.8rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
    }

    .dome7 .serial {
        top: 0.4rem;
        right: 4.8rem;
    }

    .dome7 .xian-lianjie1 {
        top: 0.3rem;
        left: 1.25rem;
    }

    @keyframes dome7-xian2 {
        from {
            width: 3px;
            height: 0;
        }
        to {
            width: 3px;
            height: 1.6176rem;
        }
    }
    .dome7 .dome7_tis2 {
        width: 2.7rem;
        height: 0.55rem;
        top: 1.9rem;
        left: 0.7rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
    }

    .dome7 .seria2 {
        top: 1.6rem;
        right: 5.9rem;
        left: inherit;
    }

    .dome7 .xinxi {
        width: 2.23rem;
        height: 1.78rem;
        top: 1.55rem;
        left: 4.39rem;
    }

    .dome7 .xian-xinxi1 {
        left: 5.54rem;
        top: 3.34rem;
    }

    .dome7 .dome7_tis3 {
        width: 2.7rem;
        height: 0.55rem;
        top: 3.55rem;
        left: 4.2rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
    }

    .dome7 .seria3 {
        top: 3.85rem;
        right: 3.4rem;
        left: inherit;
    }

    /*dome8*/
    .dome8 .wnagzhi {
        width: 1.5rem;
        height: 0.15rem;
        top: 0.04rem;
        left: 1.65rem;
    }

    .dome8 .dome8-wangzhi1 {
        top: 0.2rem;
        left: 2.4rem;
    }

    @keyframes dome8-wangzhi1 {
        from {
            width: 3px;
            height: 0;
        }
        to {
            width: 3px;
            height: 0.897rem;
        }
    }

    .dome8 .dome8-wangzhi2 {
        top: 1.08rem;
        left: 2.4rem;
    }

    @keyframes dome8-wangzhi2 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 0.448rem;
            height: 3px;
        }
    }

    .dome8 .dome8_tis1 {
        width: 2.3rem;
        height: 0.55rem;
        top: 0.78rem;
        left: 2.75rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
    }

    .dome8 .serial {
        top: 1.2rem;
        right: 4.8rem;
    }

    .dome8 .lianjie {
        width: 1.2rem;
        height: 0.33rem;
        top: 3.5rem;
        left: 2.03rem;
    }

    .dome8 .dome8-lianjie1 {
        left: 3.24rem;
        top: 3.68rem;
    }

    .dome8 .dome8_tis2 {
        width: 2.3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 3.3rem;
        left: 4.555rem;
    }

    .dome8 .seria2 {
        top: 3.4rem;
        right: 3.1rem;
        left: inherit;
    }

    /*dome9*/
    .dome9 .wnagzhi {
        width: 2rem;
        height: 0.2rem;
        top: 0.06rem;
        left: 1.2rem;
    }


    .dome9 .dome9-wangzhi1 {
        top: 0.27rem;
        left: 2rem;
    }

    @keyframes dome9-wangzhi1 {
        from {
            width: 3px;
            height: 0;
        }
        to {
            width: 3px;
            height: 0.397rem;
        }
    }
    .dome9 .dome9_tis1 {
        width: 2.3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 0.65rem;
        left: 1.2rem;
    }

    .dome9 .serial {
        top: 0.4rem;
        right: 5.2rem;
    }

    .dome9 .lianjie {
        width: 0.6rem;
        height: 0.2rem;
        top: 2.2rem;
        left: 2.97rem;
    }

    .dome9 .dome9-lianjie1 {
        top: 2.3rem;
        left: 3.58rem;
    }

    @keyframes dome9-lianjie1 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 1.27rem;
            height: 3px;
        }
    }

    .dome9 .dome9_tis2 {
        width: 2.3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 1.99rem;
        left: 4.76rem;
    }

    .dome9 .seria2 {
        top: 2.4rem;
        right: 2.8rem;
        left: inherit;
    }

    .dome9 .xinxi {
        top: 2.85rem;
        left: 2.26rem;
        width: 2.1rem;
        height: 0.23rem;
    }

    .dome9 .dome9-xian {
        top: 3.09rem;
        left: 3.3rem;
    }

    @keyframes dome9-xian {
        from {
            width: 3px;
            height: 0;
        }
        to {
            width: 3px;
            height: 0.61rem;
        }
    }
    .dome9 .dome9_tis3 {
        width: 2.3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        left: 1.6rem;
        top: 3.65rem;
    }

    .dome9 .seria3 {
        top: 3.4rem;
        right: 3.9rem;
        left: inherit;
    }

    .dome9 .xinxi2 {
        width: 0.87rem;
        height: 0.18rem;
        top: 2.89rem;
        left: 4.8rem;
    }

    .dome9 .dome9-xian2 {
        top: 3.08rem;
        left: 5.2rem;
    }

    @keyframes dome9-xian2 {
        from {
            width: 3px;
            height: 0;
        }
        to {
            width: 3px;
            height: 0.61rem;
        }
    }
    .dome9 .dome9_tis4 {
        width: 2.3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        left: 4.6rem;
        top: 3.65rem;
    }

    .dome9 .seria4 {
        top: 3.4rem;
        left: 5.3rem;
    }

    /*dome10*/
    .dome10 .wnagzhi {
        width: 1.34rem;
        height: 0.15rem;
        top: 1.21rem;
        left: 2.4rem;

    }

    .dome10 .dome10-wangzhi1 {
        top: 1.285rem;
        left: 3.75rem;
    }

    @keyframes dome10-wangzhi1 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 0.79rem;
            height: 3px;
        }
    }
    .dome10 .dome10_tis1 {
        width: 2.3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        left: 4.45rem;
        top: 1rem;
    }

    .dome10 .serial {
        top: 1.4rem;
        right: 3.1rem;
    }

    .dome10 .lianjie {
        width: 0.5rem;
        height: 0.15rem;
        top: 1.22rem;
        left: 1.88rem;
    }

    .dome10 .dome10-lianjie1 {
        top: 1.38rem;
        left: 2.12rem;
    }

    @keyframes dome10-lianjie1 {
        from {
            width: 3px;
            height: 0;
        }
        to {
            width: 3px;
            height: 0.794rem;
        }
    }


    .dome10 .dome10-lianjie2 {
        top: 2.15rem;
        left: 2.12rem;
    }

    @keyframes dome10-lianjie2 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 0.794rem;
            height: 3px;
        }
    }

    .dome10 .dome10_tis2 {
        width: 2.3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        left: 2.82rem;
        top: 1.85rem;
    }

    .dome10 .seria2 {
        top: 2.3rem;
        left: inherit;
        right: 4.7rem;
    }

    .dome10 .xinxi {
        width: 0.7rem;
        height: 0.15rem;
        top: 2.69rem;
        left: 3.89rem;
    }

    .dome10 .dome10-xian {
        left: 4.2rem;
        top: 2.85rem;
    }

    @keyframes dome10-xian {
        from {
            width: 3px;
            height: 0;
        }
        to {
            width: 3px;
            height: 0.47rem;
        }
    }

    .dome10 .dome10-xian2 {
        left: 4.2rem;
        top: 3.3rem;
    }

    @keyframes dome10-xian2 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 0.65rem;
            height: 3px;
        }
    }
    .dome10 .dome10_tis3 {
        width: 2.3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        left: 4.75rem;
        top: 2.99rem;
    }

    .dome10 .seria3 {
        top: 3.4rem;
        right: 2.8rem;
        left: inherit;
    }

    /*dome11*/
    .dome11 .wnagzhi {
        width: 1rem;
        height: 0.15rem;
        top: 1.03rem;
        left: 1.68rem;
    }

    .dome11 .dome11-wangzhi1 {
        top: 1.2rem;
        left: 2.12rem;
    }

    @keyframes dome11-wangzhi1 {
        from {
            width: 3px;
            height: 0;
        }
        to {
            width: 3px;
            height: 0.4rem;
        }
    }
    .dome11 .dome11-wangzhi2 {
        top: 1.58rem;
        left: 2.12rem;
    }

    @keyframes dome11-wangzhi2 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 0.265rem;
            height: 3px;
        }
    }
    .dome11 .dome11_tis1 {
        width: 2.3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        left: 2.3rem;
        top: 1.25rem;
    }

    .dome11 .serial {
        top: 1.7rem;
        right: 5.2rem;
    }

    .dome11 .lianjie {
        width: 0.279rem;
        height: 0.147rem;
        top: 1.03rem;
        left: 1.4rem;

    }

    .dome11 .dome11-lianjie1 {
        top: 1.2rem;
        left: 1.54rem;
    }

    @keyframes dome11-lianjie1 {
        from {
            width: 3px;
            height: 0;
        }
        to {
            width: 3px;
            height: 0.7rem;
        }
    }

    .dome11 .dome11_tis2 {
        width: 2.3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        left: 1.3rem;
        top: 1.89rem;
    }

    .dome11 .seria2 {
        top: 2.2rem;
        right: inherit;
        left: 1.1rem;
    }

    .dome11 .xinxi {
        width: 0.9rem;
        height: 0.15rem;
        top: 3.07rem;
        left: 1.15rem;
    }

    .dome11 .dome11-xian {
        top: 3.23rem;
        left: 1.6rem;
    }

    @keyframes dome11-xian {
        from {
            width: 3px;
            height: 0;
        }
        to {
            width: 3px;
            height: 0.5rem;
        }
    }

    .dome11 .dome11-xian2 {
        top: 3.72rem;
        left: 1.6rem;
    }

    @keyframes dome11-xian2 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 0.455rem;
            height: 3px;
        }
    }
    .dome11 .dome11_tis3 {
        width: 2.3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        left: 1.98rem;
        top: 3.4rem;
    }

    .dome11 .seria3 {
        top: 3.5rem;
        right: inherit;
        left: 1.7rem;
    }

    /*dome12*/
    .dome12 .wnagzhi {
        width: 0.36rem;
        height: 0.15rem;
        top: 1.02rem;
        left: 1.4rem;
    }

    .dome12 .dome12-wangzhi1 {
        top: 1.18rem;
        left: 1.6rem;
    }

    @keyframes dome12-wangzhi1 {
        from {
            width: 3px;
            height: 0;
        }
        to {
            width: 3px;
            height: 0.44rem;
        }
    }

    .dome12 .dome12-wangzhi2 {
        top: 1.6rem;
        left: 1.6rem;
    }

    @keyframes dome12-wangzhi2 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 0.2867rem;
            height: 3px;
        }
    }
    .dome12 .dome12_tis1 {
        width: 2.3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        left: 1.76rem;
        top: 1.3rem;
    }

    .dome12 .lianjie {
        width: 0.7rem;
        height: 0.15rem;
        top: 2.43rem;
        left: 3.2rem;
    }

    .dome12 .dome12-lianjie1 {
        top: 2.5rem;
        left: 3.9rem;
    }

    @keyframes dome12-lianjie1 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 0.5rem;
            height: 3px;
        }
    }

    .dome12 .dome12_tis2 {
        width: 2.3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        left: 4.3rem;
        top: 2.18rem;
    }

    .dome12 .seria2 {
        top: 2.25rem;
        right: inherit;
        left: 4rem;
    }

    .dome12 .xinxi {
        width: 1.1rem;
        height: 0.25rem;
        top: 3.05rem;
        left: 1.55rem;
    }

    .dome12 .dome12-xian {
        top: 3.3rem;
        left: 2.1rem;
    }

    .dome12 .dome12-xian2 {
        top: 3.7rem;
        left: 2.1rem;
    }

    @keyframes dome12-xian {
        from {
            width: 3px;
            height: 0;
        }
        to {
            width: 3px;
            height: 0.4rem;
        }
    }
    @keyframes dome12-xian2 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 0.57rem;
            height: 3px;
        }
    }
    .dome12 .dome12_tis3 {
        width: 2.3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        left: 2.56rem;
        top: 3.4rem;
    }

    .dome12 .seria3 {
        top: 3.45rem;
        right: inherit;
        left: 2.3rem;
    }

    /*dome13*/
    .dome13 .wnagzhi {
        width: 1.4rem;
        height: 0.15rem;
        top: 0.03rem;
        left: 1rem;
    }

    .dome13 .dome13-wangzhi1 {
        left: 1.7rem;
        top: 0.18rem;
    }

    @keyframes dome13-wangzhi1 {
        from {
            width: 3px;
            height: 0;
        }
        to {
            width: 3px;
            height: 0.41rem;
        }
    }

    .dome13 .dome13-wangzhi2 {
        left: 1.7rem;
        top: 0.591rem;
    }

    @keyframes dome13-wangzhi2 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 0.257rem;
            height: 3px;
        }
    }

    .dome13 .dome13_tis1 {
        width: 3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        left: 1.85rem;
        top: 0.3rem;
    }

    .dome13 .serial {
        top: 0.71rem;
        right: inherit;
        left: 1.7rem;
    }

    .dome13 .lianjie {
        width: 0.81rem;
        height: 0.2rem;
        top: 1.5rem;
        left: 2.9rem;
    }

    .dome13 .dome13-lianjie1 {
        top: 1.6rem;
        right: 4.6rem;
    }

    @keyframes dome13-lianjie1 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 1.1rem;
            height: 3px;
        }
    }

    .dome13 .dome13-lianjie2 {
        top: 1.6rem;
        left: 1.8rem;
    }

    @keyframes dome13-lianjie2 {
        from {
            width: 3px;
            height: 0;
        }
        to {
            width: 3px;
            height: 1.29rem;
        }
    }

    .dome13 .dome13_tis2 {
        width: 3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 2.85rem;
        left: 0.1rem;
    }

    .dome13 .xinxi {
        width: 0.71rem;
        height: 0.23rem;
        top: 2.74rem;
        left: 4.4rem;
    }

    .dome13 .dome13-xian {
        top: 2.85rem;
        left: 5.1rem;
    }

    @keyframes dome13-xian {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 1.5rem;
            height: 3px;
        }
    }

    .dome13 .dome13-xian2 {
        top: 2.85rem;
        left: 6.6rem;
    }

    @keyframes dome13-xian2 {
        from {
            width: 3px;
            height: 0;
        }
        to {
            width: 3px;
            height: 0.8rem;
        }
    }

    .dome13 .dome13_tis3 {
        width: 3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 3.64rem;
        left: 4.2rem;
    }

    .dome13 .seria3 {
        top: 3.95rem;
        right: inherit;
        left: 4rem;
    }

    .dome13 .seria2 {
        top: 2.6rem;
        right: inherit;
        left: 2rem;
    }


    /*dome14*/
    .dome14 .wnagzhi {
        width: 1.98rem;
        height: 0.73rem;
        top: 0.43rem;
        left: 0.16rem;
    }

    .dome14 .dome14-wangzhi1 {
        left: 2.15rem;
        top: 0.76rem;
    }

    @keyframes dome14-wangzhi1 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 2.2rem;
            height: 3px;
        }
    }

    .dome14 .dome14_tis1 {
        width: 3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 0.45rem;
        left: 4.2rem;
    }

    .dome14 .serial {
        top: 0.85rem;
        right: 3.3rem;
    }

    .dome14 .lianjie {
        width: 3rem;
        height: 1.5rem;
        top: 1.35rem;
        left: 0.05rem;
    }

    .dome14 .dome14-lianjie1 {
        left: 3.05rem;
        top: 2.2rem;
    }

    @keyframes dome14-lianjie1 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 1.25rem;
            height: 3px;
        }
    }

    .dome14 .dome14_tis2 {
        width: 3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 1.9rem;
        left: 4.2rem;
    }

    .dome14 .xinxi {
        width: 0.98rem;
        height: 0.17rem;
        top: 3.3rem;
        left: 0.12rem;
    }

    .dome14 .dome14-xian {
        left: 1.1rem;
        top: 3.38rem;
    }

    .dome14 .dome14_tis3 {
        width: 3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 3.05rem;
        left: 4.2rem;
    }

    @keyframes dome14-xian {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 3.8455rem;
            height: 3px;
        }
    }
    .dome14 .seria2 {
        top: 2.3rem;
        right: inherit;
        left: 4rem;
    }

    .dome14 .seria3 {
        top: 3.5rem;
        right: initial;
        left: 4rem;
    }

    /*dome15*/
    .dome15 .wnagzhi {
        width: 1.2rem;
        height: 0.12rem;
        top: 0.24rem;
        left: 0.351rem;
    }


    .dome15 .dome15-wangzhi1 {
        left: 1.56rem;
        top: 0.3rem;
    }


    .dome15 .dome15_tis1 {
        width: 3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 0;
        left: 4.2rem;
    }

    @keyframes dome15-wangzhi1 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 2.74rem;
            height: 3px;
        }
    }

    .dome15 .serial {
        top: 0.4rem;
        right: initial;
        left: 4rem;
    }

    .dome15 .lianjie {
        width: 2.5rem;
        height: 0.751rem;
        top: 0.95rem;
        left: 0.1rem;
    }

    .dome15 .dome15-lianjie1 {
        left: 2.3rem;
        top: 1.3rem;
    }

    @keyframes dome15-lianjie1 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 2rem;
            height: 3px;
        }
    }

    .dome15 .dome15_tis2 {
        width: 3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 0.95rem;
        left: 4.2rem;
    }

    .dome15 .seria2 {
        top: 1.4rem;
        right: initial;
        left: 4rem;
    }

    .dome15 .xinxi {
        width: 0.4rem;
        height: 0.15rem;
        top: 2.28rem;
        left: 0.3rem;
    }

    .dome15 .dome15-xian {
        left: .71rem;
        top: 2.35rem;
    }

    @keyframes dome15-xian {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 3.6rem;
            height: 3px;
        }
    }
    .dome15 .dome15_tis3 {
        width: 3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 2rem;
        left: 4.2rem;
    }

    .dome15 .seria3 {
        top: 2.45rem;
        right: inherit;
        left: 4rem;
    }

    .dome15 .xinxi2 {
        width: 1.9rem;
        height: 0.75rem;
        top: 3.5rem;
        left: 0;
    }

    .dome15 .dome15_tis4 {
        width: 3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 3.5rem;
        left: 4.2rem;
    }

    .dome15 .dome15-xian2 {
        left: 1.91rem;
        top: 3.85rem;
    }

    @keyframes dome15-lianjie2 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 2.4rem;
            height: 3px;
        }
    }
    .dome15 .seria4 {
        bottom: 0.12rem;
        left: 4rem;
    }

    /*dome16*/
    .dome16 .wnagzhi {
        width: 1.6rem;
        height: 0.15rem;
        top: 0.1rem;
        left: 0.351rem;
    }


    .dome16 .dome16-wangzhi1 {
        left: 1.56rem;
        top: 0.1rem;
    }


    .dome16 .dome16_tis1 {
        width: 3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 0rem;
        left: 3.2rem;
    }

    @keyframes dome16-wangzhi1 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 2.74rem;
            height: 3px;
        }
    }

    .dome16 .serial {
        top: 0.2rem;
        right: initial;
        left: 3rem;
    }

    .dome16 .lianjie {
        width: 4.8rem;
        height: 1.6rem;
        top: 2rem;
        left: 1.3rem;
    }

    .dome16 .dome16-lianjie1 {
        left: 4.3rem;
        top: 2.6rem;
    }

    @keyframes dome16-lianjie1 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 2rem;
            height: 3px;
        }
    }

    .dome16 .dome16_tis2 {
        width: 3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 2.35rem;
        left: 5.1rem;
    }

    .dome16 .seria2 {
        top: 2.7rem;
        right: initial;
        left: 5rem;
    }

    .dome16 .xinxi {
        width: 3.4rem;
        height: 0.25rem;
        top: 3.78rem;
        left: 2rem;
    }

    .dome16 .dome16-xian {
        left: 3.71rem;
        top: 3.78rem;
    }

    @keyframes dome16-xian {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 3.6rem;
            height: 3px;
        }
    }
    .dome16 .dome16_tis3 {
        width: 3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 3.5rem;
        left: 5.6rem;
    }

    .dome16 .seria3 {
        top: 3.85rem;
        right: inherit;
        left: 5.5rem;
    }

    .dome16 .xinxi2 {
        width: 1.9rem;
        height: 0.75rem;
        top: 3.5rem;
        left: 0;
    }

    .dome16 .dome16_tis4 {
        width: 3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 3.5rem;
        left: 4.2rem;
    }

    .dome16 .dome16-xian2 {
        left: 1.91rem;
        top: 3.85rem;
    }

    @keyframes dome16-lianjie2 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 2.4rem;
            height: 3px;
        }
    }
    .dome16 .seria4 {
        bottom: 0.12rem;
        left: 4rem;
    }

    /*dome17*/
    .dome17 .wnagzhi {
        width: 2.1rem;
        height: 0.22rem;
        top: 0.17rem;
        left: 2.151rem;
    }


    .dome17 .dome17-wangzhi1 {
        left: 4.2rem;
        top: 0.3rem;
    }


    .dome17 .dome17_tis1 {
        width: 3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 0;
        left: 4.5rem;
    }

    @keyframes dome17-wangzhi1 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 2.74rem;
            height: 3px;
        }
    }

    .dome17 .serial {
        top: 0.4rem;
        right: initial;
        left: 4.3rem;
    }

    .dome17 .lianjie {
        width: 3.6rem;
        height: 4.27rem;
        top: 1.35rem;
        left: 0.3rem;
    }

    .dome17 .dome17-lianjie1 {
        left: 3.3rem;
        top: 3.13rem;
    }

    @keyframes dome17-lianjie1 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 2rem;
            height: 3px;
        }
    }

    .dome17 .dome17_tis2 {
        width: 3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 3.11rem;
        left: 4.1rem;
    }

    .dome17 .seria2 {
        top: 3.4rem;
        right: initial;
        left: 4rem;
    }

    .dome17 .xinxi {
        width: 0.7rem;
        height: 0.65rem;
        top: 5.8rem;
        left: 3.2rem;
    }

    .dome17 .dome17-xian {
        left: .71rem;
        top: 2.35rem;
    }

    @keyframes dome17-xian {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 3.6rem;
            height: 3px;
        }
    }
    .dome17 .dome17_tis3 {
        width: 3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 5.6rem;
        left: 4.2rem;
    }

    .dome17 .seria3 {
        top: 5.95rem;
        right: inherit;
        left: 4rem;
    }

    .dome17 .xinxi2 {
        width: 1.9rem;
        height: 0.75rem;
        top: 3.5rem;
        left: 0;
    }

    .dome17 .dome17_tis4 {
        width: 3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 3.5rem;
        left: 4.2rem;
    }

    .dome17 .dome17-xian2 {
        left: 3.71rem;
        top: 5.75rem;
    }

    @keyframes dome17-lianjie2 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 2.4rem;
            height: 3px;
        }
    }
    .dome17 .seria4 {
        bottom: 0.12rem;
        left: 4rem;
    }

    /*dome18*/
    .dome18 .wnagzhi {
        width: 2.1rem;
        height: 0.12rem;
        top: 0.14rem;
        left: 0.451rem;
    }


    .dome18 .dome18-wangzhi1 {
        left: 1.56rem;
        top: 0.1rem;
    }


    .dome18 .dome18_tis1 {
        width: 3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 0;
        left: 3.2rem;
    }

    @keyframes dome18-wangzhi1 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 2.74rem;
            height: 3px;
        }
    }

    .dome18 .serial {
        top: 0.4rem;
        right: initial;
        left: 3rem;
    }

    .dome18 .lianjie {
        width: 2.5rem;
        height: 0.19rem;
        top: 2.95rem;
        left: 0.7rem;
    }

    .dome18 .dome18-lianjie1 {
        left: 2.3rem;
        top: 2.93rem;
    }

    @keyframes dome18-lianjie1 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 2rem;
            height: 3px;
        }
    }

    .dome18 .dome18_tis2 {
        width: 3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 2.65rem;
        left: 3.8rem;
    }

    .dome18 .seria2 {
        top: 3rem;
        right: initial;
        left: 3.5rem;
    }

    .dome18 .xinxi {
        width: 0.4rem;
        height: 0.15rem;
        top: 2.28rem;
        left: 0.3rem;
    }

    .dome18 .dome18-xian {
        left: .71rem;
        top: 2.35rem;
    }

    @keyframes dome18-xian {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 3.6rem;
            height: 3px;
        }
    }
    .dome18 .dome18_tis3 {
        width: 3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 2rem;
        left: 4.2rem;
    }

    .dome18 .seria3 {
        top: 2.45rem;
        right: inherit;
        left: 4rem;
    }

    .dome18 .xinxi2 {
        width: 1.9rem;
        height: 0.75rem;
        top: 3.5rem;
        left: 0;
    }

    .dome18 .dome18_tis4 {
        width: 3rem;
        height: 0.55rem;
        font-size: 0.11rem;
        line-height: 0.19rem;
        top: 3.5rem;
        left: 4.2rem;
    }

    .dome18 .dome18-xian2 {
        left: 1.91rem;
        top: 3.85rem;
    }

    @keyframes dome18-lianjie2 {
        from {
            width: 0;
            height: 3px;
        }
        to {
            width: 2.4rem;
            height: 3px;
        }
    }
    .dome18 .seria4 {
        bottom: 0.12rem;
        left: 4rem;
    }

}


@media screen and (max-width: 1000px) {
    .dome6 .zhanghao {
        width: 3.75rem;
        height: 0.34rem;
        left: 1.72rem;
        bottom: 0.76rem;
    }

    .dome6 .xinxi {
        width: 3.73rem;
        height: 0.33rem;
        bottom: 0.3rem;
        left: 1.72rem;
    }

}