You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

197 lines
2.8 KiB

.nav-box {
height: 66px;
background: #000000;
line-height: 66px;
padding: 0 9%;
color: #fff;
font-size: 16px;
font-weight: bold;
div {
margin-right: 56px;
cursor: pointer;
}
}
.nav-box-active {
color: #13ACC4 !important;
}
.top-box {
overflow: hidden;
background-image: linear-gradient(to right, #6C63FF , #13ACC4);
position: relative;
}
.top-title {
position: absolute;
top: 70px;
left: 4%;
padding: 0;
font-size: 50px;
color: #fff;
}
@media only screen and (max-width: 1500px) {
.top-title {
font-size: 40px;
}
}
.top-content {
float: right;
margin: 30px 0;
margin-right: 12%;
width: 62%;
padding: 0;
font-size: 16px;
color: #fff;
line-height: 36px;
}
.circular {
height: 20px;
width: 20px;
background: #13ACC4;
border-radius: 50%;
top: 50%;
margin-top: -10px;
position: absolute;
}
.center-box {
overflow: hidden;
background: #fff;
padding: 0 9%;
position: relative;
}
.center-title {
position: absolute;
top: 40%;
font-size: 30px;
color: #000;
}
.center-content {
float: right;
margin: 50px 0;
width: 79%;
line-height: 36px;
font-size: 16px;
}
.bottom-box {
// height: 830px;
overflow: hidden;
position: relative;
padding: 0 9%;
}
.bottom-title {
position: absolute;
top: 20%;
font-size: 30px;
color: #000;
}
.bottom-content {
position: relative;
float: right;
margin: 40px 0;
width: 79%;
}
.partner-box {
// height: 1060px;
overflow: hidden;
position: relative;
padding: 0 9%;
background: #fff;
}
.partner-title {
position: absolute;
top: 15%;
font-size: 30px;
color: #000;
}
.partner-content {
float: right;
margin: 100px 0;
width: 79%;
}
.join-box {
// height: 300px;
overflow: hidden;
position: relative;
padding: 0 9%;
}
.join-title {
position: absolute;
top: 40%;
font-size: 30px;
color: #000;
}
.join-content {
float: right;
margin: 70px 0;
font-size: 16px;
width: 79%;
color: rgba(0,0,0,0.65);
line-height: 36px;
}
.content-box {
position: relative;
padding: 0 9%;
}
.space-box:hover{
box-shadow: 0 6px 6px rgba(0,0,0,0.16)
}
.space-box:hover .introduce-title{
margin-top: 20px;
}
.introduce-box {
width: 60%;
overflow: hidden;
position: relative;
background: #fff;
cursor: pointer;
padding: 0 30px;
}
.introduce-title {
margin: 20px 0;
font-size: 30px;
color: rgba(0,0,0,0.85);
}
.introduce-content {
font-size: 16px;
color: rgba(0,0,0,0.65);
margin-bottom: 0
}
.flow-path {
background: -webkit-linear-gradient(left, #13ACC4 , #fff);
padding: 80px 9%;
position: relative;
}
.flow-title {
position: absolute;
top: 40%;
font-size: 30px;
color: #fff;
}
.flow-content {
margin-left: 20%;
width:80%;
font-size: 16px;
color: #fff;
}
.flow-content1 {
margin-left: 15%;
width:85%;
}
.login-color {
color: #096DD9;
cursor: pointer;
}