<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container-fluid {
    width: 100%;
    padding: 0;
    margin: 0;
}

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

body {
    background: url(../images/bodybg.png) no-repeat top center #3D3B60;
    background-size: 100%;
}

/* 头部——HEADER */
.header {
    height: 100px;
    color: #333;
    overflow: hidden;
    line-height: 100px;
}

.dengl {
    line-height: 100px;
    color: #fff;
    font-size: 24px;
}
.logo{
	width:180px
}
.dengl span {
    display: inline-block;
    width: 140px;
    height: 60px;
    border: 3px solid #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    letter-spacing: 0.2rem;
    color: #fff;
    margin-left: 20px;
}

.dengl span.zx {
    background: #fff;
    color: #3D3B60;
}

/* banner */
.banner {
    color: #fff;
    text-align: center;
}

.banner .topword {
    margin-top: 80px;
    font-size: 88px;
    text-shadow: 0 0 8px #333;
    letter-spacing: 0.4rem;
}

.bottomword {
    font-size: 160px;
    text-shadow: 0 0 8px #333;
    letter-spacing: 0.2rem;
    font-weight: bold;
}

/* selectbox */
.selectbox {
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selectbox select {
    width: 320px;
    height: 82px;
    border: 0;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 50px;
    font-size: 28px;
    text-indent: 2rem;
    background: url(../images/selectbg.png) no-repeat center right 30px #fff;
}

.selectbox input {
    width: 320px;
    height: 82px;
    border: 0;
    outline: none;
    border-radius: 50px;
    font-size: 28px;
    color: #fff;
    background: #756AB6;
    letter-spacing: 0.2rem;
    cursor: pointer;
}

/* leftbox */
.codebox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
}

.leftbox img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
}

.leftbox p {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}

.leftbox {
    margin-right: 34px;
}

.rightbox a {
    display: block;
    width: 180px;
    height: 46px;
    line-height: 46px;
    border-radius: 30px;
    border: 2px solid #fff;
    text-align: center;
    margin-bottom: 10px;
	position:relative;
}
.rightbox a img{
position: absolute;
    left: 0;
    bottom: 50px;
    display: none;
    width: 100%;
}
.rightbox a:hover img{display:block}
.rightbox span {
    display: block;
    width: 180px;
    height: 46px;
    line-height: 46px;
    border-radius: 30px;
    border: 2px solid #fff;
    text-align: center;
    margin-bottom: 10px;
    color:#fff;
    cursor: pointer;
}

/* dlzcbox */
.dlzcbox {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    background: rgb(0, 0, 0, 0.8);
    overflow-y: auto;
    display: none;
}

.window {
    position: relative;
    left: 50%;
    top: 0;
    width: 632px;
    margin: 100px auto;
    margin-left: -294px;
    background: rgba(255, 255, 255, 0.5);
    background: rgb(255, 255, 255, 0.5);
    border-radius: 20px;
}

.closebtn {
    position: absolute;
    right: -40px;
    top: -40px;
    width: 40px;
}

.remove_win {
    background: #fff;
    border-radius: 20px;
    position: relative;
    padding-bottom: 62px;
}

.topdlbox {
    height: 176px;
    line-height: 176px;
    text-align: center;
    font-size: 60px;
    font-weight: bold;
}

.topdlbox span {
    margin: 0 20px;
    color: #b1b1b1;
    cursor: pointer;
}

.topdlbox span.choosebtn {
    color: #543fcc;
}

.dlqhbox p {
    width: 500px;
    overflow: hidden;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}

.dlqhbox p select {
    border: 0;
    outline: none;
    height: 88px;
    background: #EBEAF1;
    width: 240px;
    font-size: 32px;
    text-indent: 1rem;
}

.dlqhbox p.selectboxp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dlqhbox p input {
    border: 0;
    outline: none;
    height: 88px;
    background: #EBEAF1;
    width: 412px;
    font-size: 32px;
    text-indent: 1rem;
}

.dlqhbox&gt;input {
    display: block;
    border: 0;
    outline: none;
    height: 88px;
    background: #756AB6;
    width: 500px;
    font-size: 32px;
    text-indent: 1rem;
    margin: 0 auto;
    color: #fff;
}

.dlqhbox p span {
    display: block;
    width: 124px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    background: #CCCCCC;
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.2rem;
}

/* tittleall */
.tittleall {
    text-align: center;
    font-size: 18px;
    font-weight: 550;
    margin-top: 80px;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    color: #fff;
}

/* ggcxbox */
.ggcxbox {
    background: rgba(255, 255, 255, 0.5);
    background: rgb(255, 255, 255, 0.5);
    border-radius: 20px;
}

.boxcxgg {
    background: #F3F2FA;
    border-radius: 20px;
    position: relative;
    right: 20px;
    top: -20px;
    overflow: hidden;
    padding-bottom: 20px;
    display: none;
}

.zwgg {
    width: 1144px;
    height: 140px;
    margin: 30px auto;
    background: #756AB6;
    text-align: center;
    overflow: hidden;
    display: none;
}

.zwgg p {
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    line-height: 70px;
    margin-top: 14px;
}

.zwgg span {
    font-size: 22px;
    letter-spacing: 0.4rem;
    color: #C7C4DF;
}

.rmgg {
    width: 1144px;
    margin: 0 auto;
}

.rmgg p {
    font-size: 32px;
    height: 74px;
    line-height: 74px;
    font-weight: bold;
    margin-top: 10px;
}

.linkbox {

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.linkbox a {
    display: block;
    width: 100%;
    height: 88px;
    line-height: 88px;
    text-align: center;
    background: #EBEAF1;
    font-size: 32px;
    margin-bottom: 18px;
    color: #333;
}

.linkbox a:hover {
    color: #756AB6;
}

.gglist {
    width: 1084px;
    margin: 0 auto;
}
.gglist ul{
    margin: 20px 0;
}
.gglist ul li {
    line-height: 60px;
    color: #333;
    font-size: 30px;
}

.gglist ul li a {
    color: #333;
    display: inline-block;
    width: 800px;
    overflow: hidden;
    height: 60px;
}

.gglist p span {
    display: inline-block;
    width: 266px;
    height: 86px;
    line-height: 86px;
    text-align: center;
    font-size: 28px;
    background: #EBEAF1;
    margin: 4px 10px 10px;
    color: #c2c2c2;
    cursor: pointer;
}
.gglist p span:hover{
    background: #756AB6;
    color: #fff;
}
.gglist p span.choose{
    background: #756AB6;
    color: #fff;
}








/*  */</pre></body></html>