@charset "utf-8";

/* 头部、底部、全局 */
#top-header {
    position: relative;
    width: 100%;
    display: flex;
    height: 115px;
    flex-shrink: 0;
    background-image: url(../2023_images/top-head.png);
    background-size: 1932px 146px;
    background-position: center;
}

.top-left {
    display: flex;
    height: 62px;
    margin-left: 55px;
    align-items: center;
    cursor: pointer;
}

.logo {
    margin-right: 14px;
}

.title1 {
    width: 400px;
    height: 23px;
    font-size: 22px;
    letter-spacing: 3px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
}

.title2 {
    width: 410px;
    height: 12px;
    font-size: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.center-title {
    position: absolute;
    left: 50%;
    transform:translate(-50%);
    display: flex;
    width: auto;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 50px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #8BE5EE;
    text-shadow: 0px 2px 3px rgba(0,0,0,0.25);

    background: linear-gradient(0deg, #95A5FF 0%, #2EFFDF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.top-right {
    position: absolute;
    right: 0;
    display: flex;
    height: 62px;
    align-items: center;
}

.guide {
    width: 39px;
    height: 34px;
}
.right-text {
    width: 210px;
    height: 24px;
    margin-left: 8px;
    margin-right: 55px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

.footer {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.bottom-bar {
    display: flex;
}

.home-button {
    width: 112px;
    height: 112px;
    margin: 0 0 52px 52px;
    cursor: pointer;
}

.bottom-center {
    display: flex;
    height: 170px;
    width: 100%;
    margin-bottom: 0;
    background-image: url(../2023_images/bottom-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.back-button {
    width: 112px;
    height: 112px;
    margin: 0 52px 52px 0;
    cursor: pointer;
}

.title-number {
    width: 56px;
    height: 36px;
    font-size: 48px;
    margin: 0 12px 0 36px;
    font-family: Alibaba;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 36px;

    background: linear-gradient(0deg, #01FAFF 0%, #0058FF 99.3896484375%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bottom-button1 {
    display: flex;
    width: 303px;
    height: 88px;
    margin-right: 15px;
    text-align: center;
    align-items: center;
    background-image: url(../2023_images/bottom1.png);
}

.bottom-button2 {
    display: flex;
    width: 303px;
    height: 88px;
    margin-right: 15px;
    text-align: center;
    align-items: center;
    background-image: url(../2023_images/bottom3.png);
    background-position: center;
}

.bottom-button3 {
    display: flex;
    width: 303px;
    height: 88px;
    margin-right: 15px;
    text-align: center;
    align-items: center;
    background-image: url(../2023_images/bottom3.png);
}

.bottom-button4 {
    display: flex;
    width: 303px;
    height: 88px;
    text-align: center;
    align-items: center;
    background-image: url(../2023_images/bottom4.png);
    background-position: center;
}

.bottom-bar-title {
    width: 180px;
    height: 32px;
    font-size: 20px;
    text-align: left;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;

    background: linear-gradient(0deg, #01FAFF 0%, #FFFFFF 99.3896484375%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bottom-bar-word {
    width: 112px;
    height: 14px;
    font-size: 14px;
    text-align: left;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A9EBFE;
    line-height: 14px;
}

/* 内容 */
/*.screen-wrapper {*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/


.screen {
    display: inline-block;
    width: 100%;
    transform-origin: 0 0;
    position: absolute;
}

#index {
    width: 100%;
    height: 100%;
    background-image: url(../2023_images/bg.png);
    background-size: 100% 100%;
}

.main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content-head {
    display: flex;
    margin: 10px 0 15px 0;
    justify-content: center;
}

.head-left {
    display: flex;
    width: 399px;
    height: 131px;
    line-height: 131px;
    align-items: center;
    background-image: url(../2023_images/left1.png);
}
.head-left img{
	
	width: 99px;height: 83px;margin: 0 24px 0 38px
}
.head-right {
    display: flex;
    width: 399px;
    margin-left: 100px;
    height: 131px;
    line-height: 131px;
    align-items: center;
    background-image: url(../2023_images/right1.png);
}
.head-right img{
	
	width: 99px;height: 83px;margin: 0 24px 0 73px
}
.head-title {
    width: 140px;
    height: 80px;
}

.p1 {
    line-height: 40px;
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    color: #2EFFDF;
}

.p2 {
    line-height: 30px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
}

.main {
    display: flex;
    height: 488px;
    justify-content: center;
}

.main-side {
    padding: 180px 0 100px 0;
    height: 200px;
    width: 500px;
}

.center {
    height: 489px;
    width: 508px;
    display: flex;
    position: relative;
    cursor: pointer;
}

.center1 {
    position: absolute;
    top: 11.5%;
    left: 13%;
    transform: translate(-50%, -50%);
    animation: rotate 6s linear infinite;
}

.button {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center1-hover {
    position: absolute;
    top: 11.5%;
    left: 13%;
    transform: translate(-50%, -50%);
    animation: rotate 3s linear infinite;
}

.search {
    width: 278px;
    height: 278px;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.left1 {
    display: flex;
    align-items: center;
    width: 502px;
    height: 142px;
    margin-bottom: 83px;
    background-image: url(../2023_images/left2.png);
}

.left2 {
    display: flex;
    align-items: center;
    width: 502px;
    height: 142px;
    background-image: url(../2023_images/left3.png);
}

.left-icon {
    width: 68px;
    height: 68px;
    margin: 0 43px;
}

.left-word {
    margin-left: 20px;
    height: 60px;
}

.right1 {
    display: flex;
    align-items: center;
    width: 502px;
    height: 142px;
    margin-bottom: 83px;
    background-image: url(../2023_images/right2.png);
}

.right2 {
    display: flex;
    align-items: center;
    width: 502px;
    height: 142px;
    background-image: url(../2023_images/right3.png);
}

.right-icon {
    width: 68px;
    height: 68px;
    margin: 0px 43px 0 69px;
}

.right-word {
    text-align: right;
    margin-left: 60px;
    height: 60px;
}

.top-word {
    width: 262px;
    height: 30px;
    margin: 0 0 10px 0;
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
}

.bottom-word {
    width: 262px;
    height: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    text-shadow: 0px -3px 3px rgba(0, 62, 187, 0.16);
}

#mask {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #333;
    z-index: 80;
    opacity: 0.5;
    -moz-opacity: 0.5;
    width: 100%;
    height: 100%;
}

/* 移动端适配 */
@media (max-width: 1600px) {
    .bottom-center {
		background-repeat: no-repeat;
		background-size: 100%;
    }

    .back-button {
        margin: 0 52px 52px auto;
    }

    .main{
		display:block;
		height:auto;
		position:relative;
	}
	.main-side{
		padding:0px 0 0 0;
		margin: 0 auto;
		height:auto;
		position: absolute;
	}
	.center{
		margin:0 auto
	}
	.left2{
		margin-top:0px
	}
	.right1{
		margin-bottom:20px
	}
	.side-l{
		left:0;
		top:200px;
		zoom:0.9
	}
	.side-r{
		right:0;
		top:200px;
		zoom:0.9
	}
}


@media(max-width:1200px) {
	.side-l,.side-r{
		display:none
	}
    /* 头部 */
    #top-header {
        padding: 20px 0;
        background-image: none;
        height: 300px;
        display: block;
        background-color: #22318c;
    }

    .top-left {
        display: flex;
        height: 100px;
        justify-content: center;
        margin: 0;
    }

    .logo {
        width: 100px;
        height: 100px;
    }

    .title1 {
        width: 700px;
        height: 50px;
        font-size: 44px;
        letter-spacing: 6px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 48px;
    }

    .title2 {
        width: 700px;
        height: 24px;
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
    }

    .center-title {
        position: absolute;
        left: 50%;
        transform:translate(-50%);
        display: flex;
        width: 700px;
        height: 200px;
        line-height: 200px;
        text-align: center;
        font-size: 100px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #8BE5EE;
        text-shadow: 0px 2px 3px rgba(0,0,0,0.25);

        background: linear-gradient(0deg, #95A5FF 0%, #2EFFDF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .top-right {
        display: none;
    }

    /* 中间 */
    #index {
        width: 100%;
        height: 100%;
        background-image: none;
        background-color: #0c1551;
    }

    .bottom-bar {
        display: none;
    }

    .content-head {
        display: block
    }

    .head-left {
        height: 200px;
        width: 80%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
		margin:0 auto;
		margin-top: 20px;
    }

    .head-right {
        height: 200px;
        width: 80%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
		margin:0 auto;
		background-image: url(../2023_images/left1.png);
		margin-top: 20px;
    }
    .head-right img{
		margin: 0 24px 0 38px;
    }
    .p1 {
        line-height: 72px;
        font-size: 70px;
        font-family: Arial;
        font-weight: bold;
        color: #2EFFDF;
    }

    .p2 {
        line-height: 42px;
        width: 250px;
        font-size: 40px;
        font-family: Microsoft YaHei;
        color: #FFFFFF;
    }


    .main {
        display: block;
        height: auto;
        background-color: #0c1551;
    }

    .center {
        height: 1000px;
        width: 1000px;
        display: flex;
        justify-content: center;
        position: relative;
        margin: 20px auto;
    }

    .center1 {
        position: absolute;
        top: 10%;
        left: 10%;
        transform: translate(-50%, -45%);
        animation: rotate 6s linear infinite;
    }

    .c2 {
        width: 800px;
        height: 800px;
    }

    .button {
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .center1-hover {
        position: absolute;
        top: 10%;
        left: 10%;
        transform: translate(-50%, -45%);
        animation: rotate 3s linear infinite;
    }

    .search {
        width: 600px;
        height: 600px;
    }

    .left-icon {
        display:none
    }
	.left2{
		background:none
	}
    .left-word {
        margin-top:20px;
        height: auto
    }

    .right-icon {
        display:none
    }

    .right-word {
        text-align: center;
        margin-left: 0px;
        height: auto
    }
	.right1{
		background:none
	}
    .top-word {
        width: 500px;
        height: 60px;
        margin: 0 0 20px 0;
        font-size: 50px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 60px;
    }

    .bottom-word {
        width: 500px;
        height: 40px;
        font-size: 30px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 40px;
        text-shadow: 0px -3px 3px rgba(0, 62, 187, 0.16);
    }

    /* 弹窗 */
    .dialog-container {
        width: 1300px;
        height: 1840px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-size: 100% 100%;
        background-image: url(../2023_images/bg2.png);

    }

    .close {
        width: 80px;
        height: 80px;
        position: absolute;
        top: 50px;
        right: 0;
        background-size: cover;
    }

    .content {
        display: flex;
        width: 100%;
    }

    .form {
        display: block;
        position: relative;
        width: 70%;
        height: 85%;
        left: 10%;
        margin-top: 300px;
    }

    .confirm {
        position: absolute;
        top: 1140px;
        right: 450px;
    }

    .title {
        width: 400px;
        height: 80px;
        margin: auto 0;
        font-size: 36px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 80px;
        text-align: right;
    }

    .radio-input {
        display: flex;
        width: 1150px;
        height: 80px;
        line-height: 80px;
        font-size: 36px;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
    }

    .check-radio {
        line-height: 40px;
        width: 40px;
        height: 40px;
        margin: 20px 10px 20px 40px;
    }

    .cheack-radio {
        width: 36px;
        height:  36px;
        margin-left: 36px;
        margin-right: 10px;
    }

    .form-input {
        width: 900px;
        height: 80px;
        line-height: 60px;
        font-size: 40px;
        outline: 0;
        padding: 0 100px 0 36px;
        caret-color: #01FAFF;
        color: #01FAFF;
        background: rgba(0, 42, 93, 0.53);
        border: 1px solid #13A1D7;
        border-radius: 2px;
    }

    .form-input::placeholder {
        font-size:30px;
    }

    .first {
        width: 1000px;
        height: 80px;
        margin: 50px 0;
        display: flex;
    }

    .second {
        width: 1000px;
        height: 80px;
        margin: 50px 0;
        display: flex;
    }

    .third {
        width: 1000px;
        height: 80px;
        margin: 50px 0;
        display: flex;
    }

    .forth {
        width: 1000px;
        height: 80px;
        margin: 50px 0;
        display: flex;
    }

    .fifth {
        width: 1000px;
        height: 80px;
        margin: 30px 0;
        display: flex;
    }

    .sixth {
        width: 1000px;
        height: 30px;
        display: flex;
        padding-left: 300px;
    }

    .notice {
        height: 24px;
        font-size: 24px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #47FFFE;
        line-height: 14px;
        opacity: 0.65;
    }

    .list-result {
        position: relative;
        left: 10%;
        margin-top: 250px;
    }

    .result {
        display: flex;
        height: 70px;
        width: 100%;
        align-items: center;
        margin-bottom: 20px;
    }

    .result img {
        width: 70px;
        height: 70px;
        margin-right: 20px;
    }

    .p01 {
        font-size: 30px;
        color: #FFFFFF;
        font-family: PingFangSC-Semibold;
    }

    .num {
        font-size: 30px;
        color: #00FDFF;
        font-family: PingFangSC-Regular;
    }

    .list {
        display: block;
        width: 81%;
        height: 1320px;
        overflow: auto;
        overflow-x: hidden;
    }

    .list::-webkit-scrollbar {
        height: 1070px;
        width: 20px;
        border-radius: 10px;
    }

    .list-cell {
        display: flex;
        height: 110px;
        width: 93%;
        margin: 20px 0;
        padding: 0 40px;
    }

    .list-cell p {
        width: 70%;
        font-size: 40px;
    }

    .more {
        display: flex;
        width: 200px;
        height: 70px;
        font-size: 30px;
    }

    #mask {
        width: 1400px;
        height: 200%;
    }
}
