.main_views .main_banner { position: relative; z-index: -1; width: 100%; height: 5rem; } .main_views .main_banner::before { content: ""; background: linear-gradient(180deg, rgba(16,61,235,0) 0%, #4A80FD 100%); position: absolute; left: 0; top: 0; width: 100%; height: 100%; } .main_banner .w1440 { position: relative; height: 100%; } .main_banner .title_con { position: absolute; bottom: 2.5rem; left: 0; color: #fff; } .main_banner .title_con .h1 { font-size: .36rem; } .main_banner .title_con p { text-transform: uppercase; font-size: .24rem; letter-spacing: 2px; padding-top: 0.12rem; } .content { padding: 34px 0; } .content .channel_title { position: relative; text-align: center; margin-top: 1.88rem; } .content .channel_title .yuan { position: absolute; top: -0.1rem; left: -0.2rem; width: 0.3rem; height: 0.3rem; } .content .channel_title .h1 { font-size: .36rem; color: #1016b3; margin-bottom: 0.3rem; font-weight: bold; display: inline-block; position: relative; } .content .channel_title p { font-size: .24rem; color: #5c68ff; } .channel-policy { padding: 0.4rem 0; display: flex; padding-bottom: 0.9rem; } .policy-l { width: 5.86rem; position: relative; } .policy-r { width: calc(100% - 5.86rem); display: flex; flex-wrap: wrap; padding-left: 1.5rem; padding-top: 1.1rem; box-sizing: border-box; position: relative; } .policy-r .dot-icon { position: absolute; right: -0.23rem; bottom: -0.15rem; z-index: -1; width: 2rem; } .policy-l .bg-yuan,.service-r .bg-yuan { width: 90%; height: auto; position: absolute; left: 50%; transform: translateX(-50%); top: 0; } .policy-txt { color: #878787; font-size: .19rem; line-height: 2.4; text-indent: 2em; padding-top: 0.8rem; } .w100 { width: 100%; } .r-item { width: 50%; display: flex; justify-content: center; flex-wrap: wrap; } .r-item .item-icon { background: #F98093; width: 1.6rem; height: 1.6rem; border-radius: 50%; box-shadow: 0px 20px 69px 0px rgba(249,128,147,0.8); display: flex; justify-content: center; align-items: center; position: relative; margin-bottom: 0.5rem; } .r-item .item-icon img { width: 38%; height: auto; } .r-item .item-icon::after { content: ""; width: 0.56rem; height: 2px; background: #F98093; position: absolute; left: 50%; transform: translateX(-50%); bottom: -0.3rem; } .r-item .item-name { width: 100%; text-align: center; font-size: .26rem; font-weight: bold; color: #1016B3; } .r-item:nth-child(2) .item-icon { background: #78CFCE; box-shadow: 0px 20px 69px 0px rgba(120,207,206,0.8); } .r-item:nth-child(2) .item-icon::after { content: ""; background: #78CFCE; } .r-item:nth-child(3) .item-icon { background: #C192F9; box-shadow: 0px 20px 69px 0px rgba(193,146,249,0.8); } .r-item:nth-child(3) .item-icon::after { content: ""; background: #C192F9; } .r-item:nth-child(4) .item-icon { background: #FFA05F; box-shadow: 0px 20px 69px 0px rgba(255,160,95,0.8); } .r-item:nth-child(4) .item-icon::after { content: ""; background: #FFA05F; } .r-item:nth-child(3),.r-item:nth-child(4) { margin-top: 1rem; } .l-btns { display: flex; justify-content: space-around; padding-top: 0.6rem; } .l-btns .btn-item { background: linear-gradient(90deg,#00C6FB,#005BEA); border-radius: 10px; font-weight: bold; color: #FFFFFF; width: 30%; max-width: 160px; height: 48px; line-height: 48px; text-align: center; font-size: .19rem; } .channel-support { height: 5.6rem; } .channel-support .channel_title { margin-top: 0; padding-top: 1.2rem; } .channel-support .channel_title .h1,.channel-support .channel_title p { color: #FFFFFF; } .channel-support .txt { color: #E8E8E8; font-size: .19rem; text-align: center; padding-top: 0.5rem; } .support-list { display: flex; justify-content: space-around; padding-top: 1rem; position: relative; margin-bottom: 1.5rem; } .list-item { width: 2.98rem; height: 3.17rem; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; box-shadow: -18px 14px 68px 0px rgba(193,194,196,0.24); position: relative; border-radius: 14px; overflow: hidden; padding: 0.3rem 0; box-sizing: border-box; cursor: pointer; z-index: 1; } .list-item:hover::after { content: ""; display: none; } .list-item::after { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,.5); z-index: 1; } .list-item .item-name { width: 100%; color: #FFFFFF; text-align: center; position: relative; z-index: 2; font-size: .22rem; } .list-item .item-icon { width: 0.9rem; height: 0.9rem; background: #0491FF; border-radius: 50%; display: flex; justify-content: center; align-items: center; position: relative; z-index: 2; } .list-item .item-icon img { width: 44%; height: auto; } .list-item:nth-child(2) .item-icon { background: #7B44EB; } .list-item:nth-child(3) .item-icon { background: #C10094; } .list-item:nth-child(4) .item-icon { background: #EFBF00; } .list-item .item-icon::after { content: ""; position: absolute; height: 2px; background: #0491FF; width: 0.4rem; left: 50%; transform: translateX(-50%); bottom: -0.3rem; } .list-item:nth-child(2) .item-icon::after { content: ""; background: #7B44EB; } .list-item:nth-child(3) .item-icon::after { content: ""; background: #C10094; } .list-item:nth-child(4) .item-icon::after { content: ""; background: #EFBF00; } .support-list .dot-icon { width: 2rem; height: auto; position: absolute; } .support-list .dot-icon1 { right: 3.1rem; top: 0.1rem; } .support-list .dot-icon2 { left: -0.55rem; bottom: -0.5rem; } .channel-service { margin-top: 2.7rem; background-color: #F4F6FC; padding: 2rem 0; padding-bottom: 1.1rem; } .channel-service-wrap { display: flex; } .service-l { width: calc(100% - 5.79rem); display: flex; flex-wrap: wrap; padding-right: 1.6rem; box-sizing: border-box; position: relative; } .service-r { width: 5.79rem; position: relative; top: -0.7rem; } .channel-service .item { width: 50%; display: flex; justify-content: center; margin-bottom: 0.5rem; } .channel-service .l-item { width: 2.98rem; max-width: 100%; height: 3.17rem; border-radius: 14px; overflow: hidden; position: relative; box-shadow: -4px 1px 113px 0px rgba(41,129,246,0.5); z-index: 2; } .channel-service .item:nth-child(2) .item-name { background: rgba(204, 32, 255, 0.8); } .channel-service .item:nth-child(3) .item-name { background: rgba(255, 151, 171, 0.8); } .channel-service .item:nth-child(4) .item-name { background: rgba(16, 22, 179, 0.8); } .channel-service .l-item .item-name { background: rgba(4, 114, 210, 0.8); color: #FFFFFF; width: 100%; height: 1rem; position: absolute; left: 0; bottom: 0; text-align: center; padding-top: 23px; box-sizing: border-box; } .channel-service .l-item .item-name span { font-weight: bold; padding: 0 0.1rem; } .channel-service .l-item .item-name::before { content: ""; width: 0.5rem; height: 2px; background-color: #fff; position: absolute; bottom: 0.3rem; left: 50%; transform: translateX(-50%); } .channel-service .dot-icon { position: absolute; z-index: 1; width: 2rem; } .channel-service .dot-icon1 { right: 1.1rem; top: -0.6rem; } .channel-service .dot-icon2 { left: -1.26rem; bottom: -0.45rem; } .channel-service .channel_title { left: -1.1rem; top: 0.5rem; } .channel-service .policy-txt { padding-right: 30%; box-sizing: border-box; padding-top: 1rem; } .contact-list { display: flex; justify-content: space-around; padding: 1rem 0; flex-wrap: wrap; } .contact-list .item { width: calc((100% - 2rem) / 2); height: 64px; background: linear-gradient(180deg, #EDEFFF 0%, #FDFDFF 100%); box-shadow: 0px 3px 23px 0px rgba(0,4,143,0.16); border-radius: 20px; display: flex; justify-content: center; align-items: center; margin-bottom: 0.4rem; } .contact-list .item img { width: 0.36rem; height: auto; margin-right: 0.4rem; } .contact-list .item:first-child img { width: 0.315rem; } .contact-us .channel_title { margin-top: 1.2rem; } @media screen and (max-width: 750px) { .main_views .main_banner { height: 6.53rem; background-position: 57% !important; background-size: cover !important; } .main_banner .title_con { left: 0.3rem; } .channel-policy { flex-wrap: wrap; } .policy-l { width: 100%; padding: 0 20px; box-sizing: border-box; } .policy-r { width: 100%; padding-left: 0; } .support-list { flex-wrap: wrap; } .list-item { margin-bottom: 20px; } .channel-service { margin-top: 7.5rem; } .channel-service-wrap { flex-wrap: wrap; } .service-l { width: 100%; padding-right: 0; } .service-r { width: 100%; padding-top: 1rem; } .service-r .bg-yuan { top: 1rem; } .channel-service .channel_title { margin-top: 1.88rem; left: auto; top: 0.5rem; } .channel-service .policy-txt { padding-right: 0; } .contact-list .item { width: 90%; } .quickwrap>div .qick_show.qick_kefu { left: -2.7rem !important; width: 2.6rem !important; padding: 0; } }