* {
margin: 0;
padding: 0;
line-height: 1;
color: #333333;
box-sizing: border-box;
list-style: none;
font-size: 14px;
text-decoration: none;
background-repeat: no-repeat;
}
button,
input {
display: block;
outline: none;
border: none;
}
img {
display: block;
width: 100%;
}
html,
body {
min-width: 1248px;
}
.main {
width: 1248px;
margin: 0 auto;
}
#nav {
width: 100%;
background-color: #373841;
padding: 10px 0 15px;
z-index: 2;
}
#nav .content {
display: flex;
justify-content: space-between;
}
#nav .logo {
width: 127px;
height: 21px;
align-self: center;
}
#nav .menu {
width: 590px;
display: flex;
align-self: center;
justify-content: space-between;
margin: 0 0 0 20%;
}
#nav .menu a {
display: block;
color: #fff;
}
#nav .dialog {
width: 136px;
height: 41px;
background-color: #ff6539;
align-self: center;
color: #fff;
box-shadow: 0 5px 5px #fa3f24;
border-radius: 20px;
line-height: 41px;
text-align: center;
cursor: pointer;
}
#banner {
width: 100%;
height: 594px;
background-image: url(/uploads/image/jimg/banner1.png);
background-position: center center;
}
#banner .content {
padding-top: 50px;
position: relative;
}
#banner .age {
width: 272px;
height: 47px;
font-size: 26px;
color: #fff;
background-color: #0084ff;
box-shadow: 0 8px 0px #085ce9;
line-height: 47px;
border-radius: 23px;
text-align: center;
letter-spacing: 1px;
margin-bottom: 28px;
}
#banner .slogan {
font-size: 80px;
text-shadow: 0 5px 3px rgba(0, 0, 0, 0.4);
color: #fff;
font-weight: bold;
letter-spacing: 2px;
margin-bottom: 28px;
}
#banner .boss {
font-size: 48px;
text-shadow: 0 5px 3px rgba(0, 0, 0, 0.4);
color: #fff;
letter-spacing: 2px;
margin-bottom: 61px;
}
#banner .advantage {
display: flex;
flex-wrap: wrap;
width: 427px;
height: 145px;
justify-content: space-between;
}
#banner .inner {
width: 164px;
height: 59px;
background-color: #fffbcb;
color: #803727;
font-size: 26px;
border-radius: 30px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
line-height: 59px;
padding-left: 63px;
font-weight: bold;
background-position-x: 19px;
}
#banner .advantage .inner:nth-child(1) {
background-image: url(/uploads/image/jimg/banner-icon01.png);
background-position-y: center;
}
#banner .advantage .inner:nth-child(2) {
background-image: url(/uploads/image/jimg/banner-icon02.png);
background-position-y: center;
}
#banner .advantage .inner:nth-child(3) {
background-image: url(/uploads/image/jimg/banner-icon03.png);
background-position-y: center;
}
#banner .advantage .inner:nth-child(4) {
background-image: url(/uploads/image/jimg/banner-icon04.png);
background-position-y: center;
}
#banner .leads {
position: absolute;
top: 150px;
right: 0;
background-color: #fff;
border-radius: 10px;
padding: 20px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
#banner .leads button:hover {
color: #fff;
background-color:#fa3f24;
}
#banner .title {
font-size: 18px;
font-weight: bold;
text-align: center;
letter-spacing: 1px;
padding-bottom: 5px;
}
#banner .title span {
font-size: inherit;
color: #ff3a32;
}
#banner .tips {
text-align: center;
font-size: 12px;
color: #bfbfbf;
padding-bottom: 20px;
}
#banner .leads input {
width: 220px;
border: 2px solid #0084ff;
height: 40px;
padding-left: 20px;
border-radius: 20px;
margin-bottom: 15px;
}
.right-div {
color: #b5b6b6;
font-size: 12px;
margin: 0 0 -6px 0;
}
.right-div:hover{
color: #fff;
}
#banner .leads button {
width: 220px;
height: 40px;
border-radius: 20px;
background-color: #ff3a32;
color: #fff;
letter-spacing: 1px;
cursor: pointer;
}
.attractor {
padding-bottom: 20px;
position: relative;
padding-top: 100px;
margin-bottom: 60px;
}
.attractor::after {
content: "";
width: 180px;
height: 8px;
border-radius: 4px;
background-color: #ff6539;
position: absolute;
bottom: 0;
left: 50%;
transform: translatex(-50%);
}
.attractor>div:nth-child(1) {
font-size: 33px;
color: #2f63cd;
font-weight: bold;
text-align: center;
line-height: 53px;
letter-spacing: 2px;
}
.attractor>div:nth-child(1) span {
color: #333333;
font-size: inherit;
}
.attractor>div:nth-child(2) {
font-size: 24px;
text-align: center;
color: #333333;
letter-spacing: 1px;
}
#bazaar {
background-color: #fff5e0;
padding-bottom: 55px;
}
#bazaar .content {
display: flex;
justify-content: space-between;
}
#bazaar .inner {
width: 260px;
height: 360px;
background-color: #ffa724;
border-radius: 10px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
padding-top: 36px;
}
#bazaar .pic {
width: 150px;
height: 150px;
margin: 0 auto;
border: 5px solid #ffd392;
border-radius: 50%;
margin-bottom: 26px;
}
#bazaar .pic:hover{
transform: scale(1.15);
}
#bazaar .pointer {
width: 138px;
height: 48px;
background-color: #339dff;
margin: 0 auto;
font-size: 24px;
text-align: center;
line-height: 48px;
color: #fff;
letter-spacing: 2px;
font-weight: bold;
border-radius: 24px;
margin-bottom: 16px;
}
#bazaar .pointer:hover {
color: #fff;
background-color:#2cc2ff;
}
#bazaar .info {
width: 205px;
margin: 0 auto;
color: #fff;
line-height: 20px;
}
.xm-btn {
width: 400px;
height: 71px;
box-shadow: 0 7px 0 #c01c02;
color: #fff;
background-color: #ff3a32;
font-size: 30px;
margin: 0 auto;
border-radius: 35px;
line-height: 71px;
letter-spacing: 1px;
margin-top: 80px;
background-image: url(/uploads/image/jimg/icon-arrow.png);
background-position: 323px center;
padding-left: 62px;
cursor: pointer;
}
.xm-btn:hover {
color: #fff;
background-color:#f94b44;
box-shadow: 0 7px 0 #d02409;
}
#organization {
padding-bottom: 55px;
}
#support {
padding-bottom: 55px;
}
#support .content>div {
display: flex;
justify-content: space-between;
}
#support .inner {
width: 278px;
height: 320px;
padding: 20px 18px 0;
border-radius: 10px;
background-color: #eaf6fd;
}
#support .pic {
width: 167px;
height: 242px;
margin: 0 auto;
}
#support .pointer {
font-size: 28px;
font-weight: bold;
color: #0084ff;
margin: 20px 0;
letter-spacing: 1px;
padding-left: 18px;
position: relative;
}
#support .pointer:hover {
color: #1eafff;
}
#support .pointer::before {
content: "";
width: 5px;
height: 26px;
border-radius: 2.5px;
background-color: #ff6539;
position: absolute;
top: 50%;
left: 0;
transform: translatey(-50%);
}
#support .info {
font-size: 16px;
line-height: 22px;
color: #33333;
letter-spacing: 1px;
}
#support .content>div:nth-child(1) {
padding-bottom: 60px;
}
#advantage{
background-color: #fff5e0;
padding-bottom: 53px;
}
#advantage .content{
padding-top: 60px;
}
#advantage .content>div{
display: flex;
justify-content: space-around;
}
#advantage .inner{
width: 334px;
height: 389px;
background-image: url(/uploads/image/jimg/advantage-yellow.png);
position: relative;
padding-top: 100px;
background-size: cover;
transition: all 0.3s linear;
}
#advantage .inner:hover{
background-image: url(/uploads/image/jimg/advantage-blue.png);
}
#advantage .pic{
width: 150px;
height: 150px;
position: absolute;
left: 50%;
transform: translatex(-50%);
top: -70px;
}
#advantage .pointer{
font-size: 24px;
font-weight: bold;
text-align: center;
color: #fff;
letter-spacing: 2px;
padding-bottom: 10px;
position: relative;
margin-bottom: 22px;
}
#advantage .pointer::after{
content: "";
width: 80px;
height: 4px;
border-radius: 2px;
background-color: #ff6539;
position: absolute;
bottom: 0;
left: 50%;
transform: translatex(-50%);
}
#advantage .info{
width: 255px;
margin: 0 auto;
color: #fff;
line-height: 26px;
letter-spacing: 1px;
text-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
#advantage .content>div:nth-child(2) .inner:nth-child(1){
position: relative;
left: 105px;
}
#advantage .content>div:nth-child(2) .inner:nth-child(2){
position: relative;
left: -105px;
}
#flow{
padding-bottom: 53px;
}
#suspend{
width: 100%;
background-color: #268cfd;
padding: 20px 0;
position: fixed;
bottom: 0;
left: 0;
}
#suspend .content{
position: relative;
}
#suspend .xmj{
position: absolute;
right: 200px;
top: -80px;
}
#suspend .leads{
width: 930px;
padding-left: 95px;
}
#suspend .leads form{
display: flex;
justify-content: space-between;
}
#suspend .leads input{
width: 180px;
height: 60px;
padding-left: 17px;
border-radius: 30px;
}
#suspend .leads button{
width: 180px;
height: 55px;
border-radius: 30px;
background-color: #ff6539;
color: #fff;
font-size: 20px;
font-weight: bold;
letter-spacing: 1px;
box-shadow: 0 5px 0 #fa3f24;
}
/*
#footer{
background-color: #2c3040;
padding-top: 88px;
padding-bottom: 150px;
}
#footer .content>div:nth-child(1){
display: flex;
}
#footer .code{
width: 135px;
}
#footer .code>div:nth-child(1){
width: 135px;
height: 135px;
margin-bottom: 10px;
}
#footer .code>div:nth-child(2){
text-align: center;
color: #cdced2;
letter-spacing: 1px;
}
#footer .intro{
padding-left: 58px;
}
#footer .intro>div{
color: #cdced2;
letter-spacing: 1px;
line-height: 45px;
}
#footer .logo{
align-self: center;
margin-left: 655px;
}
#footer .copy{
padding-top: 35px;
font-size: 10px;
text-align: center;
color: hsla(0,0%,100%,.3);
}
#footer .copy a{
font-size: 10px;
color: hsla(0,0%,100%,.3);
}
*//*
#append{
width: 150px;
height: 281px;
position: fixed;
top:50%;
left: 10px;
transform: translatey(-50%);
border-radius: 10px;
overflow: hidden;
box-shadow: 0 3px 5px rgba(0,0,0,0.2);
z-index: 2;
display: none;
} */