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.
657 lines
15 KiB
657 lines
15 KiB
@charset "UTF-8";
|
|
.openAccountTit {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.openAccountTit p {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 24px;
|
|
line-height: 1.5;
|
|
color: #333;
|
|
}
|
|
.openAccountTit p::before {
|
|
display: block;
|
|
content: "";
|
|
width: 4px;
|
|
height: 24px;
|
|
margin-right: 14px;
|
|
background-color: #f08200;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.reservationBlock {
|
|
padding-top: 54px;
|
|
padding-bottom: 60px;
|
|
}
|
|
.reservationBlock .w1280 #reservationForm {
|
|
width: 100%;
|
|
max-width: 700px;
|
|
margin: 0 auto;
|
|
}
|
|
.reservationBlock .w1280 #reservationForm .tit {
|
|
margin-bottom: 36px;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-size: 20px;
|
|
line-height: 1.5;
|
|
color: #000;
|
|
}
|
|
.reservationBlock .w1280 #reservationForm .list {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 20px;
|
|
}
|
|
.reservationBlock .w1280 #reservationForm .list .left {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
width: 110px;
|
|
padding-right: 18px;
|
|
font-size: 16px;
|
|
color: #333;
|
|
}
|
|
.reservationBlock .w1280 #reservationForm .list .left span {
|
|
font-size: 16px;
|
|
color: #ff0000;
|
|
margin-right: 5px;
|
|
}
|
|
.reservationBlock .w1280 #reservationForm .list .right {
|
|
display: flex;
|
|
align-items: center;
|
|
position: relative;
|
|
width: calc(100% - 110px);
|
|
}
|
|
.reservationBlock .w1280 #reservationForm .list .right input {
|
|
width: 100%;
|
|
height: 46px;
|
|
border: solid 1px #e5e5e5;
|
|
padding: 0 20px;
|
|
font-size: 16px;
|
|
color: #333;
|
|
}
|
|
.reservationBlock .w1280 #reservationForm .list .right .radio {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-right: 55px;
|
|
font-size: 14px;
|
|
line-height: 21px;
|
|
color: #666;
|
|
cursor: pointer;
|
|
}
|
|
.reservationBlock .w1280 #reservationForm .list .right .radio span {
|
|
display: block;
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-right: 10px;
|
|
border: 1px solid #ccc;
|
|
border-radius: 50%;
|
|
}
|
|
.reservationBlock .w1280 #reservationForm .list .right .radio.on span {
|
|
border: 2px solid #f08200;
|
|
}
|
|
.reservationBlock .w1280 #reservationForm .list .right textarea {
|
|
width: 100%;
|
|
height: 100px;
|
|
padding: 15px 20px;
|
|
background-color: #ffffff;
|
|
border: solid 1px #e5e5e5;
|
|
font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
|
|
font-size: 16px;
|
|
color: #333;
|
|
}
|
|
.reservationBlock .w1280 #reservationForm .list .right .Verification {
|
|
position: relative;
|
|
width: 100%;
|
|
}
|
|
.reservationBlock .w1280 #reservationForm .list .right .Verification .codeImg {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
position: absolute;
|
|
right: 13px;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
width: 88px;
|
|
height: 30px;
|
|
padding: 0 20px;
|
|
background: #ffecd6;
|
|
cursor: pointer;
|
|
}
|
|
.reservationBlock .w1280 #reservationForm .submit {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-left: 110px;
|
|
width: 590px;
|
|
height: 54px;
|
|
margin-top: 40px;
|
|
background-color: #f08200;
|
|
font-size: 16px;
|
|
color: #fff;
|
|
}
|
|
|
|
.speedBlock {
|
|
padding-top: 60px;
|
|
background: #f7f7f7;
|
|
}
|
|
.speedBlock .w1280 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.speedBlock .w1280 .left {
|
|
margin-left: -50px;
|
|
font-size: 0;
|
|
width: 46.875%;
|
|
}
|
|
.speedBlock .w1280 .right {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: flex-start;
|
|
width: 46.875%;
|
|
}
|
|
.speedBlock .w1280 .right .tit {
|
|
margin-top: -6px;
|
|
font-size: 34px;
|
|
color: #333;
|
|
}
|
|
.speedBlock .w1280 .right .tips {
|
|
margin-top: 22px;
|
|
font-size: 16px;
|
|
line-height: 1.75;
|
|
color: #666;
|
|
}
|
|
.speedBlock .w1280 .right .text {
|
|
margin-top: 14px;
|
|
}
|
|
.speedBlock .w1280 .right .text .img {
|
|
font-size: 0;
|
|
margin: 0 auto;
|
|
}
|
|
.speedBlock .w1280 .right .text p {
|
|
margin-top: 17px;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
color: #666;
|
|
}
|
|
|
|
.speedBlock2 {
|
|
padding-top: 60px;
|
|
padding-bottom: 40px;
|
|
background: #f7f7f7;
|
|
}
|
|
.speedBlock2 .w1280 {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.speedBlock2 .w1280 .list {
|
|
width: calc((100% - 60px) / 4);
|
|
height: auto;
|
|
padding-top: 22px;
|
|
padding-bottom: 22px;
|
|
background: #fff;
|
|
margin-left: 20px;
|
|
margin-bottom: 20px;
|
|
text-align: center;
|
|
}
|
|
.speedBlock2 .w1280 .list .img {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 0;
|
|
}
|
|
.speedBlock2 .w1280 .list .img img {
|
|
max-width: 55px;
|
|
}
|
|
.speedBlock2 .w1280 .list p {
|
|
margin-top: 14px;
|
|
font-weight: bold;
|
|
font-size: 20px;
|
|
line-height: 1.75;
|
|
}
|
|
.speedBlock2 .w1280 .list:nth-child(4n+1) {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.brankBlock {
|
|
padding-top: 34px;
|
|
padding-bottom: 60px;
|
|
background: #f7f7f7;
|
|
}
|
|
.brankBlock .w1280 .openAccountTit {
|
|
margin-bottom: 35px;
|
|
}
|
|
.brankBlock .w1280 .openAccountTit .menu {
|
|
display: none;
|
|
position: relative;
|
|
}
|
|
.brankBlock .w1280 .openAccountTit .menu .swiper-button-next, .brankBlock .w1280 .openAccountTit .menu .swiper-button-prev {
|
|
position: initial;
|
|
opacity: 1;
|
|
width: 36px;
|
|
height: 36px;
|
|
margin-top: 0;
|
|
background: url(../images/open_account/left2.png) no-repeat center;
|
|
border-radius: 50%;
|
|
border: 1px solid #f08200;
|
|
}
|
|
.brankBlock .w1280 .openAccountTit .menu .swiper-button-next::after, .brankBlock .w1280 .openAccountTit .menu .swiper-button-prev::after {
|
|
display: none;
|
|
}
|
|
.brankBlock .w1280 .openAccountTit .menu .swiper-button-next.swiper-button-disabled, .brankBlock .w1280 .openAccountTit .menu .swiper-button-prev.swiper-button-disabled {
|
|
border: 1px solid rgba(204, 204, 204, 0.5);
|
|
background: url(../images/open_account/left.png) no-repeat center;
|
|
}
|
|
.brankBlock .w1280 .openAccountTit .menu .swiper-button-next {
|
|
transform: rotate(180deg);
|
|
margin-left: 10px;
|
|
}
|
|
.brankBlock .w1280 .brankList.pc {
|
|
/* height: 268px; */
|
|
}
|
|
.brankBlock .w1280 .brankList.pc .wrapper{
|
|
display: grid;
|
|
grid-template-columns: repeat(6, 1fr);
|
|
grid-gap: 20px;
|
|
}
|
|
.brankBlock .w1280 .brankList.pc .wrapper .slide {
|
|
/* width: calc((100% - 105px) / 6); */
|
|
height: calc((100% - 20px) / 2);
|
|
max-width: 196px;
|
|
cursor: pointer;
|
|
}
|
|
.brankBlock .w1280 .brankList.pc .wrapper .slide .img {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 80px;
|
|
background: #fff;
|
|
font-size: 0;
|
|
}
|
|
.brankBlock .w1280 .brankList.pc .wrapper .slide p {
|
|
margin-top: 16px;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
line-height: 1.75;
|
|
color: #666;
|
|
}
|
|
.brankBlock .w1280 .brankList.pc .wrapper .slide.slide-thumb-active .img {
|
|
box-shadow: 0px 5px 10px 0px rgba(240, 130, 0, 0.15);
|
|
border: solid 1px #f08200;
|
|
}
|
|
.brankBlock .w1280 .brankList {
|
|
/* height: 268px; */
|
|
}
|
|
.brankBlock .w1280 .brankList.swiper{
|
|
display: none;
|
|
}
|
|
.brankBlock .w1280 .brankList .swiper-wrapper .swiper-slide {
|
|
width: calc((100% - 105px) / 6);
|
|
height: calc((100% - 20px) / 2);
|
|
max-width: 196px;
|
|
cursor: pointer;
|
|
}
|
|
.brankBlock .w1280 .brankList .swiper-wrapper .swiper-slide .img {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 80px;
|
|
background: #fff;
|
|
font-size: 0;
|
|
}
|
|
.brankBlock .w1280 .brankList .swiper-wrapper .swiper-slide p {
|
|
margin-top: 16px;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
line-height: 1.75;
|
|
color: #666;
|
|
}
|
|
.brankBlock .w1280 .brankList .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .img {
|
|
box-shadow: 0px 5px 10px 0px rgba(240, 130, 0, 0.15);
|
|
border: solid 1px #f08200;
|
|
}
|
|
.brankBlock .w1280 .brankInfo {
|
|
margin-top: 34px;
|
|
}
|
|
.brankBlock .w1280 .brankInfo .swiper-wrapper .swiper-slide {
|
|
padding: 40px 60px 60px;
|
|
background: #fff;
|
|
}
|
|
.brankBlock .w1280 .brankInfo .swiper-wrapper .swiper-slide .tit {
|
|
text-align: center;
|
|
font-size: 24px;
|
|
line-height: 1.75;
|
|
color: #333;
|
|
}
|
|
.brankBlock .w1280 .brankInfo .swiper-wrapper .swiper-slide > span {
|
|
display: block;
|
|
width: 50px;
|
|
height: 4px;
|
|
margin: 0 auto;
|
|
margin-top: 13px;
|
|
background-color: #f08200;
|
|
border-radius: 2px;
|
|
}
|
|
.brankBlock .w1280 .brankInfo .swiper-wrapper .swiper-slide .content {
|
|
margin-top: 60px;
|
|
}
|
|
.brankBlock .w1280 .brankInfo .swiper-wrapper .swiper-slide .content h4 {
|
|
margin-bottom: 14px;
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
line-height: 1.75;
|
|
color: #333;
|
|
}
|
|
.brankBlock .w1280 .brankInfo .swiper-wrapper .swiper-slide .content p {
|
|
display: block;
|
|
margin-bottom: 14px;
|
|
font-size: 16px;
|
|
line-height: 1.75;
|
|
color: #212121;
|
|
}
|
|
.brankBlock .w1280 .brankInfo .swiper-wrapper .swiper-slide .content img {
|
|
display: block;
|
|
margin: 67px auto;
|
|
}
|
|
|
|
.guideBlock {
|
|
background: #f7f7f7;
|
|
padding-top: 40px;
|
|
padding-bottom: 60px;
|
|
}
|
|
.guideBlock .w1280 {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
justify-content: flex-end;
|
|
position: relative;
|
|
}
|
|
.guideBlock .w1280 .left {
|
|
width: 290px;
|
|
height: 400px;
|
|
padding: 30px 40px;
|
|
background: #fff;
|
|
}
|
|
.guideBlock .w1280 .left .list {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
position: relative;
|
|
font-size: 18px;
|
|
line-height: 60px;
|
|
color: #333;
|
|
}
|
|
.guideBlock .w1280 .left .list img {
|
|
transition: opacity 0.5s;
|
|
opacity: 0;
|
|
}
|
|
.guideBlock .w1280 .left .list.on {
|
|
font-weight: bold;
|
|
color: #f08200;
|
|
}
|
|
.guideBlock .w1280 .left .list.on img {
|
|
opacity: 1;
|
|
}
|
|
.guideBlock .w1280 .left .list.on::after {
|
|
width: 100%;
|
|
}
|
|
.guideBlock .w1280 .left .list::after {
|
|
display: block;
|
|
content: "";
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
transition: width 0.5s;
|
|
width: 0;
|
|
height: 1px;
|
|
background: #f08200;
|
|
}
|
|
.guideBlock .w1280 .right {
|
|
width: calc(100% - 320px);
|
|
padding: 40px;
|
|
margin-left: 30px;
|
|
background: #fff;
|
|
}
|
|
.guideBlock .w1280 .right .cont {
|
|
display: none;
|
|
}
|
|
.guideBlock .w1280 .right .content {
|
|
margin-top: 52px;
|
|
}
|
|
.guideBlock .w1280 .right .content p {
|
|
margin-bottom: 14px;
|
|
font-size: 18px;
|
|
line-height: 1.75;
|
|
color: #333;
|
|
}
|
|
.guideBlock .w1280 .right .content p img {
|
|
display: block;
|
|
margin: 40px auto;
|
|
}
|
|
|
|
@media (any-hover: hover) {
|
|
.guideBlock .w1280 .left .list:hover img {
|
|
opacity: 1;
|
|
}
|
|
.guideBlock .w1280 .left .list:hover::after {
|
|
width: 100%;
|
|
}
|
|
}
|
|
@media (max-width: 1280px) {
|
|
.speedBlock .w1280 .right {
|
|
padding-right: 0;
|
|
}
|
|
.speedBlock .w1280 .right .text {
|
|
margin-top: 30px;
|
|
}
|
|
}
|
|
@media (max-width: 1080px) {
|
|
.brankBlock .w1280 .brankList.pc{
|
|
display: none;
|
|
}
|
|
.brankBlock .w1280 .brankList.swiper{
|
|
display: block;
|
|
}
|
|
.openAccountTit p {
|
|
font-size: 20px;
|
|
}
|
|
.brankBlock .w1280 .openAccountTit {
|
|
margin-bottom: 30px;
|
|
}
|
|
.brankBlock .w1280 .openAccountTit .menu {
|
|
display: flex;
|
|
}
|
|
.brankBlock .w1280 .brankList .swiper-wrapper {
|
|
height: 200px;
|
|
}
|
|
.brankBlock .w1280 .brankList .swiper-wrapper .swiper-slide {
|
|
height: calc(50% - 10px);
|
|
}
|
|
.brankBlock .w1280 .brankList .swiper-wrapper .swiper-slide .img {
|
|
height: 50px;
|
|
}
|
|
.brankBlock .w1280 .brankInfo {
|
|
margin-top: 16px;
|
|
}
|
|
.brankBlock .w1280 .brankInfo .swiper-wrapper .swiper-slide {
|
|
padding: 40px;
|
|
}
|
|
.reservationBlock {
|
|
padding-top: 40px;
|
|
padding-bottom: 40px;
|
|
}
|
|
.reservationBlock .w1280 #reservationForm .tit {
|
|
margin-bottom: 40px;
|
|
}
|
|
.reservationBlock .w1280 #reservationForm .list {
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
margin-bottom: 20px;
|
|
}
|
|
.reservationBlock .w1280 #reservationForm .list .left {
|
|
justify-content: flex-start;
|
|
transform: translateY(-2px);
|
|
margin-bottom: 12px;
|
|
}
|
|
.reservationBlock .w1280 #reservationForm .list .right {
|
|
width: 100%;
|
|
}
|
|
.reservationBlock .w1280 #reservationForm .list .right input {
|
|
height: 44px;
|
|
font-size: 14px;
|
|
}
|
|
.reservationBlock .w1280 #reservationForm .list.sex, .reservationBlock .w1280 #reservationForm .list.type {
|
|
padding: 0;
|
|
}
|
|
.reservationBlock .w1280 #reservationForm .submit {
|
|
width: 260px;
|
|
margin: 0 auto;
|
|
margin-top: 30px;
|
|
}
|
|
.speedBlock {
|
|
padding-top: 40px;
|
|
}
|
|
.speedBlock .w1280 {
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.speedBlock .w1280 .left {
|
|
margin-left: 0;
|
|
width: 100%;
|
|
max-width: 600px;
|
|
}
|
|
.speedBlock .w1280 .right {
|
|
max-width: 600px;
|
|
width: 100%;
|
|
margin-top: 30px;
|
|
}
|
|
.speedBlock .w1280 .right .tit {
|
|
font-size: 20px;
|
|
}
|
|
.speedBlock .w1280 .right .tips {
|
|
font-size: 14px;
|
|
}
|
|
.speedBlock2 {
|
|
padding: 40px 0 20px;
|
|
}
|
|
.speedBlock2 .w1280 .list {
|
|
width: calc((100% - 40px) / 3);
|
|
}
|
|
.speedBlock2 .w1280 .list:nth-child(4n+1) {
|
|
margin-left: 20px;
|
|
}
|
|
.speedBlock2 .w1280 .list:nth-child(3n+1) {
|
|
margin-left: 0;
|
|
}
|
|
.brankBlock {
|
|
padding: 30px 0;
|
|
}
|
|
.brankBlock .w1280 .brankList .swiper-wrapper .swiper-slide {
|
|
width: auto;
|
|
}
|
|
.brankBlock .w1280 .brankList .swiper-wrapper .swiper-slide p {
|
|
font-size: 14px;
|
|
}
|
|
.guideBlock {
|
|
padding: 30px 0;
|
|
}
|
|
.guideBlock .w1280 {
|
|
flex-direction: column;
|
|
background: #fff;
|
|
}
|
|
.guideBlock .w1280 .left {
|
|
display: flex;
|
|
width: calc(100% - 80px);
|
|
height: auto;
|
|
overflow-x: auto;
|
|
min-height: auto;
|
|
padding: 0px 0;
|
|
margin: 0 40px;
|
|
}
|
|
.guideBlock .w1280 .left .list {
|
|
line-height: 60px;
|
|
margin-right: 30px;
|
|
white-space: nowrap;
|
|
font-size: 16px;
|
|
}
|
|
.guideBlock .w1280 .left .list img {
|
|
display: none;
|
|
}
|
|
.guideBlock .w1280 .right {
|
|
width: 100%;
|
|
padding: 40px;
|
|
margin-left: 0;
|
|
border-top: 1px solid #f2f2f2;
|
|
}
|
|
.guideBlock .w1280 .right .content {
|
|
margin-top: 30px;
|
|
}
|
|
.guideBlock .w1280 .right .content p {
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
@media (max-width: 750px) {
|
|
.speedBlock2 .w1280 {
|
|
justify-content: space-between;
|
|
}
|
|
.speedBlock2 .w1280 .list {
|
|
width: calc((100% - 20px) / 2);
|
|
height: auto;
|
|
margin-left: 0 !important;
|
|
padding: 20px 0;
|
|
}
|
|
.speedBlock2 .w1280 .list .img img {
|
|
width: 45px;
|
|
}
|
|
.speedBlock2 .w1280 .list p {
|
|
font-size: 16px;
|
|
line-height: 1.5;
|
|
}
|
|
.speedBlock2 .w1280 .list .tips {
|
|
margin-top: 5px;
|
|
font-size: 14px;
|
|
line-height: 1.5;
|
|
}
|
|
.brankBlock .w1280 .brankList {
|
|
height: auto;
|
|
}
|
|
.brankBlock .w1280 .brankList .swiper-wrapper .swiper-slide p {
|
|
margin-top: 10px;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.brankBlock .w1280 .brankList .swiper-wrapper .swiper-slide p {
|
|
font-size: 12px;
|
|
}
|
|
.brankBlock .w1280 .brankInfo .swiper-wrapper .swiper-slide {
|
|
padding: 20px;
|
|
}
|
|
.brankBlock .w1280 .brankInfo .swiper-wrapper .swiper-slide .tit {
|
|
font-size: 18px;
|
|
}
|
|
.brankBlock .w1280 .brankInfo .swiper-wrapper .swiper-slide .content {
|
|
margin-top: 30px;
|
|
}
|
|
.brankBlock .w1280 .brankInfo .swiper-wrapper .swiper-slide .content h4 {
|
|
font-size: 16px;
|
|
}
|
|
.brankBlock .w1280 .brankInfo .swiper-wrapper .swiper-slide .content p {
|
|
font-size: 14px;
|
|
}
|
|
.brankBlock .w1280 .brankInfo .swiper-wrapper .swiper-slide .content img {
|
|
margin: 20px 0;
|
|
}
|
|
.guideBlock .w1280 .left {
|
|
width: calc(100% - 40px);
|
|
margin: 0 20px;
|
|
padding: 0px 0;
|
|
}
|
|
.guideBlock .w1280 .right {
|
|
padding: 20px;
|
|
}
|
|
.guideBlock .w1280 .right .content p img {
|
|
margin: 20px 0;
|
|
}
|
|
}/*# sourceMappingURL=open_account.css.map */
|