.container {
    width: 1345px;
    margin: 0 auto;
    position: relative;
}

.main {
    height: 1080px;
    position: relative;
    overflow: hidden;
    background: url(../../images/index/bg.jpg) no-repeat center;
}

.nav {
    height: 58px;
    line-height: 58px;
    background: url(../../images/index/nav-bg.png) no-repeat center;
}

.nav .container {
    position: relative;
    z-index:2;
}

.nav .logo {
    position: absolute;
    left: 50%;
    margin-left: -145px;
    top: 10px;
}


 .banner { 
    position: relative;
    clear: both;
    display: block;
    top:15px;
    margin: auto; 
}

.nav .r>a,
.nav li {
    float: left;
    font-size: 16px;
    color: #bed1f1;
    margin: 0 20px;

}

.nav .r>a:hover,
.nav li:hover {
    color: #00b7ee;
}

.nav li{
    cursor: pointer;
}

.nav li+li {
    float: left;
}

.nav .r p {
    float: left;
    margin-left: 55px;
    font-size: 14px;
    color: #bed1f1;
}

.nav .r p img {
    margin-right: 8px;
    vertical-align: middle;
}

.nav .r p a {
    color: #00ffff;
}

.count {
    float: left;
    width: 277px;
    margin-top: 82px;
    margin-left: 20px;
    transform: perspective(1000px) scaleX(1.8) rotateY(59deg) rotateZ(-8deg) rotateX(-5deg);
}

.count-count {
    margin-top: 10px;
    height: 152px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

#dk,
#ck {
    display: none;
}

#ck div {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#dk div {
    position: absolute;
    width: 100%;
    margin-top: -100px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    animation: spanmove 5s 1;
    animation-timing-function: ease-in;
    display: none;
}

@keyframes spanmove {
    0% {
        margin-top: 30px;
        font-size: 12px;
        opacity: 0.2;
    }

    100% {
        margin-top: 230px;
        font-size: 24px;
        display: none;
        opacity: 2;
    }
}

.count h1 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.count h1 span {
    position: relative;
}

.count h1 span:before {
    position: absolute;
    width: 20px;
    height: 1px;
    background: #fff;
    top: 12px;
    left: 0;
    margin-left: -34px;
    content: "";
}

.count h1 span::after {
    position: absolute;
    width: 20px;
    height: 1px;
    background: #fff;
    top: 12px;
    right: 0;
    margin-right: -34px;
    content: "";
}

.count>div {
    height: 250px;
    margin-top: 10px;
    background: url(../../images/index/left-content.png) no-repeat center;
}

@font-face {
    font-family: 'DS-digitalbold';
    src: url("../../css/index/font/ds-digitalbold-webfont.eot"), url("../../css/index/font/DS-DigitalBold.TTF");
}

.count .item {
    float: left;
    width: 50%;
    padding-left: 7px;

}

.count h2 {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #000f34;
    text-align: center;
}

.count .item p {
    font-family: 'DS-digitalbold';
    padding-left: 5px;
}

.count .item p span {
    display: inline-block;
    text-align: center;
    width: 41px;
    height: 54px;
    line-height: 54px;
    font-size: 52px;
    color: #e1ff15;
}

.inf {
    float: right;
    margin-top: 100px;
    width: 284px;
    height: 273px;
    color: #5ed0ff;
    font-size: 15px;
    font-weight: bold;
    transform: perspective(1000px) scaleX(1.8) rotateY(-52deg) rotateZ(7deg) rotateX(-5deg);
    transform-origin: right;
    position: relative;
    background: url(../../images/index/right-content.png) no-repeat center;
}

.inf.spc {
    background: url(../../images/index/right-content-s.png) no-repeat center;
}

.inf ul {
    display: table;
}

.inf li {
    width: 65px;
    height: 42px;
    text-align: center;
    position: absolute;
}

.inf li.btn0 {
    left: 104px;
    top: 53px;
}

.inf li.btn1 {
    left: 41px;
    top: 117px;
}

.inf li.btn2 {
    left: 168px;
    top: 117px;
}

.inf li.btn3 {
    left: 104px;
    top: 183px;
}

.mid-content {
    margin: 100px auto 0 auto;
    background: url(../../images/index/main-bg.png) no-repeat center;
    z-index: 3;
    position: relative;
    height: 774px;
	width: 1026px;
}

.cloud {
    position: absolute;
	/* display: none; */
	left: 314px;
	top: 0px;
	margin-top: 1px;
	width: 404px;
	z-index: 100;
	height: 166px;
    background: url(../../images/index/cloud.png) no-repeat center;
}

.film {
    width: 377px;
    height: 90px;
    position: absolute;
    z-index: 3;
    left: 336px;
    top: -28px;
    background: url(../../images/index/film.png) no-repeat center;
}

.mid-content .dots>i {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 512px;
    top: 91px;

    border-radius: 50%;

}

.mid-content .dots>i:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 12px;
    height: 12px;
}

.mid-content .dot1 {
    animation: rotate1 5s linear infinite;
}

.mid-content .dot1:before {
    transform: translate(101px, 0) rotateZ(90deg);
    background: url(../../images/index/dot1.png) no-repeat center;
}

.mid-content .dot2 {
    animation: rotate1 8s linear infinite;
}

.mid-content .dot2:before {
    transform: translate(131px, 0) rotateZ(90deg);
    background: url(../../images/index/dot2.png) no-repeat center;
}

.mid-content .dot3 {
    animation: rotate1 13s linear infinite;
}

.mid-content .dot3:before {
    transform: translate(160px, 0) rotateZ(90deg);
    background: url(../../images/index/dot3.png) no-repeat center;
}

.mid-content .dot4 {
    animation: rotate1 18s linear infinite;
}

.mid-content .dot4:before {
    transform: translate(195px, 0) rotateZ(90deg);
    background: url(../../images/index/dot4.png) no-repeat center;
}


@keyframes rotate1 {
    0% {
        transform: rotateX(75deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(75deg) rotateZ(360deg);
    }
}

.btns {
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    left: 460px;
    top: 0px;
}

.btns .btn {
    position: absolute;
    display: block;
    width: 114px;
    height: 121px;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 105px;
    text-align: center;
    background: url(../../images/index/white-ball.png) no-repeat center;
}

.btns .btn:hover,
.btns .btn.cur {
    color: #e3ed22;
    background: url(../../images/index/yellow-ball.png) no-repeat center;
}

.wave {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

/* 地图 */
.map {
    position: absolute;
    width: 550px;
    height: 500px;
    left: 50%;
    margin-left: -300px;
    top: 350px;
    z-index: 2;
}

.mapimg {
	display: block;
	/* height: 100%; */
	width: 649px;
	height: 265px;
	position: relative;
	right: 24px;
	top: -23px;
}

.line {
    position: absolute;
    top: -192px;
    left: 121px;
}

.stars>li {
    position: absolute;
    width: 69px;
    height: 86px;
    background: url(../../images/index/star1.png) no-repeat center;
}

.star1 {
    left: 65px;
    top: 40px;
    animation: star1 9s linear infinite;
}

.star2 {
    left: 80px;
    top: 133px;

    animation: star2 12s linear infinite;
}

.star3 {
    left: 181px;
    top: 87px;
    animation: star3 17s linear infinite;
}

.star4 {
    left: 242px;
    top: 135px;
    animation: star4 11s linear infinite;
}

.star5 {
    left: 350px;
    top: 135px;
    animation: star5 14s linear infinite;
}

.star6 {
    left: 465px;
    top: 125px;
    animation: star6 16s linear infinite;
}

.star7 {
    left: 483px;
    top: 31px;
    animation: star7 17s linear infinite;
}

.star8 {
    left: 270px;
    top: 80px;
    animation: star8 16s linear infinite;
}


@keyframes star1 {
    0% {
        transform: translate(0, 0) rotateZ(0deg);

        opacity: 0;
    }

    5% {
        transform: translate(25px, -30px) rotateZ(0deg);

        opacity: 0;
    }

    5.001% {
        transform: translate(25px, -30px) rotateZ(0deg);

        opacity: 1;
    }

    50% {
        opacity: 1;
        transform: translate(190px, -240px) rotateZ(0deg);

    }

    50.001% {
        opacity: 1;
        transform: translate(190px, -240px) rotateZ(180deg);

    }

    95% {
        opacity: 1;
        transform: translate(65px, -82px) rotateZ(180deg);

    }

    95.001% {
        opacity: 0;
        transform: translate(65px, -82px) rotateZ(180deg);

    }


    100% {
        opacity: 0;
        transform: translate(0, 0) rotateZ(180deg);

    }
}

@keyframes star2 {
    0% {
        transform: translate(0, 0) rotateZ(-10deg);
        opacity: 0;
    }

    5% {
        transform: translate(40px, -80px) rotateZ(-10deg);

        opacity: 0;
    }

    5.001% {
        transform: translate(40px, -80px) rotateZ(-10deg);

        opacity: 1;
    }

    50% {
        opacity: 1;
        transform: translate(173px, -335px) rotateZ(-10deg);

    }

    50.001% {
        opacity: 1;
        transform: translate(173px, -335px) rotateZ(170deg);

    }

    95% {
        opacity: 1;
        transform: translate(47px, -90px) rotateZ(170deg);

    }

    95.001% {
        opacity: 0;
        transform: translate(47px, -90px) rotateZ(170deg);

    }


    100% {
        opacity: 0;
        transform: translate(0, 0) rotateZ(170deg);

    }
}

@keyframes star3 {
    0% {
        transform: translate(0, 0) rotateZ(-0deg);
        opacity: 0;
    }

    5% {
        transform: translate(19px, -68px) rotateZ(-24deg);
        opacity: 0;
    }

    5.001% {
        transform: translate(19px, -68px) rotateZ(-24deg);
        opacity: 1;
    }

    50% {
        opacity: 1;
        transform: translate(74px, -303px) rotateZ(-24deg);

    }

    50.001% {
        opacity: 1;
        transform: translate(74px, -303px) rotateZ(156deg);
    }

    95% {
        opacity: 1;
        transform: translate(25px, -90px) rotateZ(156deg);
    }

    95.001% {
        opacity: 0;
        transform: translate(25px, -90px) rotateZ(156deg);
    }


    100% {
        opacity: 0;
        transform: translate(0, 0) rotateZ(-156deg);
    }
}

@keyframes star4 {
    0% {
        transform: translate(1, 0) rotateZ(-32deg);
        opacity: 0;
    }

    5% {
        transform: translate(1px, -68px) rotateZ(-32deg);
        opacity: 0;
    }

    5.001% {
        transform: translate(1px, -68px) rotateZ(-32deg);
        opacity: 1;
    }

    50% {
        opacity: 1;
        transform: translate(20px, -323px) rotateZ(-32deg);

    }

    50.001% {
        opacity: 1;
        transform: translate(20px, -323px) rotateZ(148deg);
    }

    95% {
        opacity: 1;
        transform: translate(2px, -115px) rotateZ(148deg);
    }

    95.001% {
        opacity: 0;
        transform: translate(2px, -115px) rotateZ(148deg);
    }

    100% {
        opacity: 0;
        transform: translate(2px, 0) rotateZ(148deg);
    }
}

@keyframes star5 {
    0% {
        transform: translate(0, 0) rotateZ(-54deg);
        opacity: 0;
    }

    5% {
        transform: translate(-18px, -68px) rotateZ(-54deg);
        opacity: 0;
    }

    5.001% {
        transform: translate(-18px, -68px) rotateZ(-54deg);
        opacity: 1;
    }

    50% {
        opacity: 1;
        transform: translate(-91px, -323px) rotateZ(-54deg);
    }

    50.001% {
        opacity: 1;
        transform: translate(-91px, -323px) rotateZ(126deg);
    }

    95% {
        opacity: 1;
        transform: translate(-30px, -107px) rotateZ(126deg);
    }

    95.001% {
        opacity: 0;
        transform: translate(-30px, -107px) rotateZ(126deg);
    }


    100% {
        opacity: 0;
        transform: translate(0, 0) rotateZ(126deg);
    }
}

@keyframes star6 {
    0% {
        transform: translate(0, 0) rotateZ(-69deg);
        opacity: 0;
    }

    5% {
        transform: translate(-46px, -81px) rotateZ(-69deg);
        opacity: 0;
    }

    5.001% {
        transform: translate(-46px, -81px) rotateZ(-69deg);
        opacity: 1;
    }

    50% {
        opacity: 1;
        transform: translate(-191px, -323px) rotateZ(-69deg);
    }

    50.001% {
        opacity: 1;
        transform: translate(-191px, -323px) rotateZ(111deg);
    }

    95% {
        opacity: 1;
        transform: translate(-53px, -96px) rotateZ(111deg);
    }

    95.001% {
        opacity: 0;
        transform: translate(-53px, -96px) rotateZ(111deg);
    }


    100% {
        opacity: 0;
        transform: translate(0, 0) rotateZ(111deg);
    }
}

@keyframes star7 {
    0% {
        transform: translate(0, 0) rotateZ(-84deg);
        opacity: 0;
    }

    5% {
        transform: translate(-45px, -47px) rotateZ(-84deg);
        opacity: 0;
    }

    5.001% {
        transform: translate(-45px, -47px) rotateZ(-84deg);
        opacity: 1;
    }

    50% {
        opacity: 1;
        transform: translate(-219px, -212px) rotateZ(-84deg);
    }

    50.001% {
        opacity: 1;
        transform: translate(-219px, -212px) rotateZ(96deg);
    }

    95% {
        opacity: 1;
        transform: translate(-70px, -72px) rotateZ(96deg);
    }

    95.001% {
        opacity: 0;
        transform: translate(-70px, -72px) rotateZ(96deg);
    }


    100% {
        opacity: 0;
        transform: translate(0, 0) rotateZ(96deg);
    }
}

@keyframes star8 {
    0% {
        transform: translate(1, 0) rotateZ(-40deg);
        opacity: 0;
    }

    5% {
        transform: translate(1px, 32px) rotateZ(-40deg);
        opacity: 0;
    }

    5.001% {
        transform: translate(1px, 32px) rotateZ(-40deg);
        opacity: 1;
    }

    50% {
        opacity: 1;
        transform: translate(0px, -223px) rotateZ(-40deg);

    }

    50.001% {
        opacity: 1;
        transform: translate(00px, -223px) rotateZ(140deg);
    }

    95% {
        opacity: 1;
        transform: translate(5px, -15px) rotateZ(140deg);
    }

    95.001% {
        opacity: 0;
        transform: translate(2px, -15px) rotateZ(140deg);
    }

    100% {
        opacity: 0;
        transform: translate(2px, 0) rotateZ(140deg);
    }
}

.diamond {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.diamond>li {
    position: absolute;
}

.dia1 {
    left: 275px;
    top: 339px;
    width: 25px;
    height: 40px;
    background: url(../../images/index/dia1.png);
    animation: dia1 10s linear infinite;
}

.dia2 {
    left: 231px;
    top: 472px;
    width: 27px;
    height: 42px;
    background: url(../../images/index/dia2.png);
    animation: dia1 8s linear infinite;
}

.dia3 {
    left: 336px;
    top: 430px;
    width: 23px;
    height: 36px;
    background: url(../../images/index/dia3.png);
    animation: dia2 10s linear infinite;
}

.dia4 {
    right: 336px;
    top: 428px;
    width: 16px;
    height: 25px;
    background: url(../../images/index/dia4.png);
    animation: dia2 15s linear infinite;
}

.dia5 {
    right: 306px;
    top: 285px;
    width: 18px;
    height: 27px;
    background: url(../../images/index/dia5.png);
    animation: dia2 9s linear infinite;
}

.dia6 {
    right: 194px;
    top: 485px;
    width: 25px;
    height: 38px;
    background: url(../../images/index/dia6.png);
    animation: dia1 7s linear infinite;
}

@keyframes dia1 {
    0% {
        margin-top: -20px;
    }

    50% {
        margin-top: 20px;
    }

    100% {
        margin-top: -20px;
    }
}

@keyframes dia2 {
    0% {
        margin-top: 15px;
    }

    50% {
        margin-top: -15px;
    }

    100% {
        margin-top: 15px;
    }
}

#starsBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 500px;
    opacity: .5;
    z-index:1;
}

#starsBox span {
    display: inline-block;
    width: auto;
    position: absolute;
    border-radius: 100%;
    transition: 100s linear;
}

.header-nav .user-avatar {
    padding: 12px 10px;
}

.header-nav .user-avatar img {
    display: block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.header-nav .user-avatar .user-dropdown {
    display: none;
    position: absolute;
    background: #fff;
    top: 50px;
    right: 0px;
    z-index: 9;
    width: 220px;
    border: 1px solid #D8DDE4;
    padding: 10px;
    line-height: normal;
    font-size: 14px;
    color: #202d40;
    border-radius: 2px;
}

.header-nav .user-avatar:hover>.user-dropdown {
    display: block;
}

.header-nav .user-avatar .user-dropdown::before {
    content: '';
    position: absolute;
    top: -6px;
    right: 38px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #fff;
}

.header-nav .user-avatar .user-dropdown div {
    padding: 5px 0;
}

.header-nav .user-avatar .user-dropdown .user-title span {
    display: block;
}

.header-nav .user-avatar .user-dropdown .user-title .name {
    font-weight: 600;
    margin-bottom: 5px;
}

.header-nav .user-avatar .user-dropdown .user-title .desc {
    font-size: 12px;
    color: #76808e;
}

.header-nav .user-avatar .user-dropdown .user-edit .el-button {
    font-size: 12px;
    width: 100%;
    padding: 12px 10px;
}

.header-nav .user-avatar .user-dropdown .user-edit .edit-password, .header-nav .user-avatar .user-dropdown .user-edit .edit-phone {
    margin-top: 5px;
    font-size: 12px;
    display: block;
    color: #76808e;
}

.header-nav .user-avatar .user-dropdown .user-edit .el-button.is-plain:focus, .header-nav .user-avatar .user-dropdown .user-edit .el-button.is-plain:hover, .header-nav .user-avatar .user-dropdown .user-edit .el-button.is-plain:focus>span>.edit-password, .header-nav .user-avatar .user-dropdown .user-edit .el-button.is-plain:hover>span>.edit-password, .header-nav .user-avatar .user-dropdown .user-edit .el-button.is-plain:focus>span>.edit-phone, .header-nav .user-avatar .user-dropdown .user-edit .el-button.is-plain:hover>span>.edit-phone {
    border-color: #202d40 !important;
    color: #202d40 !important;
}

.header-nav .user-avatar .logout {
    text-align: center;
}

.header-nav .user-avatar .logout .el-button {
    width: 100%;
}

.header-nav .navlist li {
    position: relative;
}

.header-nav .navlist li:hover>.header-subnav {
    visibility: visible;
    top: 60px;
    opacity: 1;
}

.header-nav .header-subnav {
    visibility: hidden;
    position: absolute;
    top: 40px;
    right: -12px;
    background: #102981;
    z-index: 9;
    width: 120px;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* Chrome and Safari */
    -moz-backface-visibility: hidden;
    /* Firefox */
    -ms-backface-visibility: hidden;
    /* Internet Explorer */
}

.header-nav .header-subnav .header-subnav-item {
    display: block;
    line-height: 24px;
    padding: 5px 0 10px;
    text-align: center;
}

.header-nav .header-subnav .header-subnav-item {
    color: #fff;
}

.header-nav .header-subnav .header-subnav-item:hover {
    background: rgb(68, 102, 177);
    color: #fff;
}

.form-group {
    height: 64px;
}

.form-box {
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 2px;
    transition: all ease-in-out .3s;
    line-height: 58px;
}

.form-box input[type='text'], .form-box input[type='password'] {
    transform: translateY(-27%);
    height: 38px;
    width: 260px;
    border: none;
    background: transparent;
    line-height: 38px;
    font-size: 14px;
    padding: 0 10px;
}

.form-box input[type='text']::placeholder, .form-box input[type='password']::placeholder {
    color: #c0c0c0;
}

.form-box i {
    width: 38px;
    height: 38px;
    float: right;
    background-position: center center;
    background-repeat: no-repeat;
}

.form-box i.phone {
    background-image: url('/images/icon-login-phone.png');
}

.form-box i.password {
    background-image: url('/images/icon-login-password.png');
}

.form-error {
    height: 14px;
    display: block;
    padding-left: 2px;
    font-size: 12px;
    margin-top: 4px;
    color: #ec0000;
    line-height: 1;
    /* font-size: 0; */
}

.form-submit {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background: #ff9425;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: all ease-in-out .3s
}

.form-submit:hover {
    background: #ff7725
}

.validate-code input[type='text'] {
    width: 170px;
}

.form-box .getCode {
    width: 128px;
    line-height: 38px;
    background: #ddd;
    color: #666;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    cursor: pointer
}

.form-modify {
    width: 404px;
    background: url('/images/modal.png');
    display: none;
}

.form-modify h2 {
    height: 68px;
    line-height: 68px;
    font-size: 24px;
    color: #fff;
    background: #257cff;
    text-align: center
}

.form-modify .modify-box {
    padding: 40px 50px;
    background: #fff;
}

.footer{
    position: absolute;
    bottom:0px;
    padding:15px;
    background: transparent;
    text-align: center;
    width: 100%;
    color:#fff;
    z-index: 9;
}

.footer p{
    background: transparent;
}


/* 20200527区域联盟 */
.nav .add {
    position: relative;
}

.add-list {
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -60px;
    right: 0;
    width: 120px;
    border-radius: 5px;
    background-color: #1b41ab;
}

.add-list>i {
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 7px;
    background: url('../../images/add/add_icon.png') no-repeat;
}

.add-items>li {
    float: none !important;
    margin: 10px 0;
    text-align: center;
}

.add-items>li>a {
    display: block;
    min-height: 20px;
    line-height: 20px;
    padding: 5px 10px;
    font-size: 14px;
}

.add-items>li>a:hover {
    background-color: #16368b;
}

.nav .add:hover .add-list {
    display: block;
}

.links {
	position: absolute;
	top: 417px;
	left: 50%;
	transform: translateX(-50%);
	width: 990px;
	z-index: 100;
}

.links > div {
	float: left;
	width: 122px;
	height: 134px;
	position: relative;
	padding-top: 52px;
	text-align: center;
    cursor: pointer;
}

.links > div img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.links > div span {
	position: relative;
	z-index: 10;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.links > div:nth-child(2),
.links > div:nth-child(4) {
	margin-top: 153px;
}

.links > div:nth-child(3) {
	margin: 205px 170px 0;
}