|
|
|
body,p,div{
|
|
|
|
margin: 0;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
@media screen and (min-width:1200px) and (max-width:1440px){
|
|
|
|
.right_back{
|
|
|
|
/* right: calc((100% - 1680px) / 2); */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.flex{
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.ft12{
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
.ft14{
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.ft16{
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
.ft18{
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
.disNone,.hide{
|
|
|
|
display: none !important;
|
|
|
|
opacity: 0;
|
|
|
|
transition: all .3s;
|
|
|
|
}
|
|
|
|
.disBlock{
|
|
|
|
opacity: 1;
|
|
|
|
transition: all .3s;
|
|
|
|
display: block !important;
|
|
|
|
}
|
|
|
|
.pageMask{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background: rgba(0,0,0,0.33);
|
|
|
|
position: fixed;
|
|
|
|
z-index: 100;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
.payModal{
|
|
|
|
position: fixed;
|
|
|
|
width: 740px;
|
|
|
|
height: 300px;
|
|
|
|
background-color: #fff;
|
|
|
|
left: 50%;
|
|
|
|
top: 20%;
|
|
|
|
z-index: 999;
|
|
|
|
transform: translateX(-50%);
|
|
|
|
border-radius: 16px;
|
|
|
|
padding: 28px 36px;
|
|
|
|
/* display: flex; */
|
|
|
|
}
|
|
|
|
.pay_header{
|
|
|
|
text-align: left;
|
|
|
|
position: relative;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.pay_header img{
|
|
|
|
position: absolute;
|
|
|
|
right: 0px;
|
|
|
|
height: 20px;
|
|
|
|
top: 0;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.payModal .pay_content{
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.pay_content{
|
|
|
|
padding: 36px 0;
|
|
|
|
border-top: 1px solid #CBD3DE;
|
|
|
|
margin-top: 36px;
|
|
|
|
}
|
|
|
|
.pay_type{
|
|
|
|
display: flex;
|
|
|
|
flex: 1;
|
|
|
|
align-items: center;
|
|
|
|
padding: 15px 0 20px 0;
|
|
|
|
}
|
|
|
|
.pay_left{
|
|
|
|
margin: 0 20px;
|
|
|
|
}
|
|
|
|
.pay_every{
|
|
|
|
width: 132px;
|
|
|
|
height: 34px;
|
|
|
|
/* 自动布局 */
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
padding: 7px 10px;
|
|
|
|
border-radius: 5px;
|
|
|
|
opacity: 1;
|
|
|
|
font-size: 12px;
|
|
|
|
background: rgba(255, 255, 255, 0.5);
|
|
|
|
box-sizing: border-box;
|
|
|
|
border: 1px solid #CBD3DE;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.pay_every.pay_active{
|
|
|
|
border: 1px solid #67C23A;
|
|
|
|
}
|
|
|
|
.pay_right{
|
|
|
|
padding-bottom: 24px;
|
|
|
|
font-family: Microsoft YaHei UI;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 18px;
|
|
|
|
letter-spacing: 0px;
|
|
|
|
font-variation-settings: "opsz" auto;
|
|
|
|
color: #8C919D;
|
|
|
|
}
|
|
|
|
.pay_detail{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex-direction: column;
|
|
|
|
padding-top: 36px;
|
|
|
|
border-top: 1px solid #CBD3DE;
|
|
|
|
margin-top: 36px;
|
|
|
|
}
|
|
|
|
.pay_succ_header{
|
|
|
|
font-family: Microsoft YaHei UI;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 18px;
|
|
|
|
letter-spacing: 0px;
|
|
|
|
font-variation-settings: "opsz" auto;
|
|
|
|
color: #3D3D3D;
|
|
|
|
}
|
|
|
|
.pay_succ_content {
|
|
|
|
display: flex;
|
|
|
|
width: 394px;
|
|
|
|
height: 100px;
|
|
|
|
padding: 28px 0;
|
|
|
|
}
|
|
|
|
.pay_succ_content #qrcode1{
|
|
|
|
width: 100px;
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
.pay_succ_right{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.pay_succ_right p{
|
|
|
|
font-family: Microsoft YaHei UI;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 18px;
|
|
|
|
letter-spacing: 0px;
|
|
|
|
font-variation-settings: "opsz" auto;
|
|
|
|
color: #3D3D3D;
|
|
|
|
}
|
|
|
|
#qrcode{
|
|
|
|
width: 140px;
|
|
|
|
height: 140px;
|
|
|
|
}
|
|
|
|
.pay_right p{
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
.pay_right .pay_moneyNum{
|
|
|
|
color: #3D3D3D;
|
|
|
|
font-size: 16px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
.pay_moneyNum #totalMoney{
|
|
|
|
font-family: Microsoft YaHei UI;
|
|
|
|
font-size: 30px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: normal;
|
|
|
|
letter-spacing: 0px;
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 8px;
|
|
|
|
font-variation-settings: "opsz" auto;
|
|
|
|
}
|
|
|
|
.modal_mes{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 8px 16px;
|
|
|
|
border-radius: 6px;
|
|
|
|
background: rgba(236, 133, 51, 0.12);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ====== */
|
|
|
|
|
|
|
|
.ai2_pay_wrap .ai2_tbpay i{
|
|
|
|
background: url(/images/ai2/pay/tbpay_grey.png) no-repeat center center;
|
|
|
|
background-size: 17px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ai2_pay_wrap .ai2_jdpay i{
|
|
|
|
background: url(/images/ai2/pay/jdpay_grey.png) no-repeat center center !important;
|
|
|
|
background-size: 17px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ai2_pay_wrap .ai2_tbpay.active::after{
|
|
|
|
content: '';
|
|
|
|
width: 100%;
|
|
|
|
height: 2px;
|
|
|
|
background: #FF6413;
|
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
bottom: -5px;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
.ai2_pay_wrap .ai2_jdpay.active::after{
|
|
|
|
content: '';
|
|
|
|
width: 100%;
|
|
|
|
height: 2px;
|
|
|
|
background: rgb(223, 29, 24) !important;
|
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
bottom: -5px;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
.ai2_pay_wrap .ai2_tbpay.active{
|
|
|
|
color: #FF6413;
|
|
|
|
}
|
|
|
|
.ai2_pay_wrap .ai2_jdpay.active{
|
|
|
|
color: rgb(223, 29, 24) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ai2_pay_wrap .ai2_tbpay.active i{
|
|
|
|
display: block;
|
|
|
|
background: url(/images/ai2/pay/tbpay.png) no-repeat center center;
|
|
|
|
background-size: 17px;
|
|
|
|
}
|
|
|
|
.ai2_pay_wrap .ai2_jdpay.active i{
|
|
|
|
display: block;
|
|
|
|
background: url(/images/ai2/pay/jdpay.png) no-repeat center center !important;
|
|
|
|
background-size: 17px !important;
|
|
|
|
}
|
|
|
|
/* taobao pay end*/
|
|
|
|
|
|
|
|
|
|
|
|
/* check card pay start*/
|
|
|
|
.ai2_pay_wrap .ai2_cardpay i{
|
|
|
|
background: url(/images/ai2/pay/checkcard_pay_grey.png) no-repeat center center;
|
|
|
|
background-size: 17px;
|
|
|
|
}
|
|
|
|
.ai2_pay_wrap .ai2_cardpay.active::after{
|
|
|
|
content: '';
|
|
|
|
width: 100%;
|
|
|
|
height: 2px;
|
|
|
|
background: #1675FF;
|
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
bottom: -5px;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
.ai2_pay_wrap .ai2_cardpay.active{
|
|
|
|
color: #1675FF;
|
|
|
|
}
|
|
|
|
.ai2_pay_wrap .ai2_cardpay.active i{
|
|
|
|
display: block;
|
|
|
|
background: url(/images/ai2/pay/checkcard_pay2.png) no-repeat center center;
|
|
|
|
background-size: 17px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ====== */
|
|
|
|
.big_container{
|
|
|
|
/* width: 100%;
|
|
|
|
height: 100vh; */
|
|
|
|
min-width: 1200px;
|
|
|
|
}
|
|
|
|
header{
|
|
|
|
position: fixed;
|
|
|
|
left: 0px;
|
|
|
|
top: 0px;
|
|
|
|
width: calc(100% - 56px);
|
|
|
|
z-index: 99;
|
|
|
|
min-width: 1144px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
padding: 14px 28px;
|
|
|
|
opacity: 1;
|
|
|
|
background-color: #ffffffb3;
|
|
|
|
-webkit-backdrop-filter: blur(20px);
|
|
|
|
backdrop-filter: blur(20px);
|
|
|
|
box-shadow: none;
|
|
|
|
transition: background-color .3s ease-in-out;
|
|
|
|
background: linear-gradient(90deg, rgba(243, 246, 254, 0) 0%, #F3F6FE 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
header .left{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
font-family: Alimama ShuHeiTi;
|
|
|
|
font-size: 22px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: normal;
|
|
|
|
letter-spacing: 0px;
|
|
|
|
font-variation-settings: "opsz" auto;
|
|
|
|
background: linear-gradient(0deg, #000000, #000000), linear-gradient(90deg, #93B6F9 13%, #5D8CF0 75%);
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
-webkit-text-fill-color: transparent;
|
|
|
|
background-clip: text;
|
|
|
|
text-fill-color: transparent;
|
|
|
|
}
|
|
|
|
header .right{
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
header .right div{
|
|
|
|
width: 88px;
|
|
|
|
height: 36px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 36px;
|
|
|
|
margin-left: 24px;
|
|
|
|
border-radius: 4px;
|
|
|
|
font-family: Microsoft YaHei UI;
|
|
|
|
color: #3D3D3D;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
header .right .activebtn{
|
|
|
|
font-weight: bold;
|
|
|
|
font-variation-settings: "opsz" auto;
|
|
|
|
color: #5B6FF6;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 36px;
|
|
|
|
background: #F4F5FA;
|
|
|
|
}
|
|
|
|
.page{
|
|
|
|
width: 100%;
|
|
|
|
padding-top: 64px;
|
|
|
|
position: relative;
|
|
|
|
/* display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center; */
|
|
|
|
/* height: 2000px; */
|
|
|
|
/* margin: 0 auto; */
|
|
|
|
}
|
|
|
|
.left_back{
|
|
|
|
width: 300px;
|
|
|
|
height: 454px;
|
|
|
|
background-image: linear-gradient(90deg, rgb(250, 250, 250) 0%, rgba(250, 250, 250, 0) 100%);
|
|
|
|
/* background: linear-gradient(90deg, #FAFAFA 0%, rgba(243, 246, 254, 0) 100%); */
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
z-index: 24;
|
|
|
|
left: calc((100% - 1920px) / 2);
|
|
|
|
}
|
|
|
|
.right_back{
|
|
|
|
width: 300px;
|
|
|
|
height: 454px;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
z-index: 24;
|
|
|
|
right: calc((100% - 1920px) / 2);
|
|
|
|
background-image: linear-gradient(-90deg, rgb(250, 250, 250) 0%, rgba(250, 250, 250, 0) 100%);
|
|
|
|
/* background: linear-gradient(90deg, rgba(243, 246, 254, 0) 0%, #F3F6FE 100%); */
|
|
|
|
}
|
|
|
|
.bottom_back{
|
|
|
|
width: 1276px;
|
|
|
|
height: 58px;
|
|
|
|
background: linear-gradient(0deg, #F3F6FE 0%, rgba(243, 246, 254, 0) 100%);
|
|
|
|
}
|
|
|
|
.topViedo{
|
|
|
|
position: relative;
|
|
|
|
width: 1920px;
|
|
|
|
left: 50%;
|
|
|
|
top: 0;
|
|
|
|
transform: translate(-50%);
|
|
|
|
/* width: 100%;
|
|
|
|
position: absolute;
|
|
|
|
height: 454px;
|
|
|
|
left: 0;
|
|
|
|
top: 0; */
|
|
|
|
}
|
|
|
|
.bb{
|
|
|
|
position: relative;
|
|
|
|
height: 454px;
|
|
|
|
}
|
|
|
|
.aa{
|
|
|
|
position: absolute !important;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
background-color: rgb(250, 250, 250);
|
|
|
|
/* background-image: var(--pc-background-image);
|
|
|
|
background-color: var(--background-color); */
|
|
|
|
background-size: 1920px auto;
|
|
|
|
background-position: center top;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
.top_viedo{
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
/* height: 454px; */
|
|
|
|
/* background-color: rgb(250, 250, 250); */
|
|
|
|
}
|
|
|
|
.top_viedo,.bottom_viedo{
|
|
|
|
/* width: 100%; */
|
|
|
|
}
|
|
|
|
.bottom_viedo{
|
|
|
|
/* height: 100%;
|
|
|
|
object-fit: cover; */
|
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
object-fit: cover;
|
|
|
|
z-index: -1;
|
|
|
|
}
|
|
|
|
.bottomViedo{
|
|
|
|
width: 100%;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0px;
|
|
|
|
height: 1380px;
|
|
|
|
min-height: 800px;
|
|
|
|
z-index: -1;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.main_page{
|
|
|
|
position: absolute;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 100%;
|
|
|
|
min-width: 1200px;
|
|
|
|
z-index: 66;
|
|
|
|
top: 64px;
|
|
|
|
}
|
|
|
|
.main_content{
|
|
|
|
/* padding: 42px 129px;
|
|
|
|
border-radius: 10px;
|
|
|
|
background: rgba(255, 255, 255, 0.9); */
|
|
|
|
margin: 0 auto;
|
|
|
|
margin-top: 82px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
/* min-width: 1004px;
|
|
|
|
max-width: 1378px; */
|
|
|
|
/* background-image: url(); */
|
|
|
|
}
|
|
|
|
.main_title_back{
|
|
|
|
background-color: transparent !important;
|
|
|
|
/* padding: 0 !important; */
|
|
|
|
height: 168px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.main_content .step_back{
|
|
|
|
margin-bottom: 12px ;
|
|
|
|
padding: 10px 0;
|
|
|
|
width: 100%;
|
|
|
|
background: rgba(255, 255, 255, 0.5);
|
|
|
|
backdrop-filter: blur(10px);
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.main_content .stickyStep{
|
|
|
|
position: sticky;
|
|
|
|
top: 64px;
|
|
|
|
opacity: 1;
|
|
|
|
z-index: 9;
|
|
|
|
background: rgba(255, 255, 255, 0.5);
|
|
|
|
box-sizing: border-box;
|
|
|
|
border-width: 0px 0px 1px 0px;
|
|
|
|
border-style: solid;
|
|
|
|
border-image: linear-gradient(270deg, rgba(114, 119, 244, 0) 8%, #7177F4 47%, rgba(117, 119, 245, 0) 89%) 0 0 1 0;
|
|
|
|
backdrop-filter: blur(20px);
|
|
|
|
}
|
|
|
|
.main_content .step_back .step_line{
|
|
|
|
min-width: 70px;
|
|
|
|
max-width: 258px;
|
|
|
|
margin: 0 44px;
|
|
|
|
height: 0;
|
|
|
|
margin-top: 27px;
|
|
|
|
border: 0.5px solid #D8D8D8;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main_title{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
text-align: left;
|
|
|
|
min-width: 744px;
|
|
|
|
max-width: 1118px;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
/* justify-content: center; */
|
|
|
|
/* align-items: center; */
|
|
|
|
}
|
|
|
|
.main_title .title1 img{
|
|
|
|
/* display: flex; */
|
|
|
|
width: 325px;
|
|
|
|
height: 61px;
|
|
|
|
/* justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
font-family: Alimama ShuHeiTi;
|
|
|
|
font-size: 50px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: normal;
|
|
|
|
letter-spacing: 0px;
|
|
|
|
font-variation-settings: "opsz" auto;
|
|
|
|
background: linear-gradient(90deg, #4689FA 8%, #606CF4 75%);
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
-webkit-text-fill-color: transparent;
|
|
|
|
background-clip: text;
|
|
|
|
text-fill-color: transparent; */
|
|
|
|
}
|
|
|
|
.main_title .title2{
|
|
|
|
font-size: 46px !important;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 12px 0 16px 0;
|
|
|
|
}
|
|
|
|
.main_title .title2 span:nth-child(1){
|
|
|
|
color: #121519;
|
|
|
|
font-size: 42px;
|
|
|
|
}
|
|
|
|
.main_title .title2 .shortSpan{
|
|
|
|
font-family: Alimama ShuHeiTi;
|
|
|
|
font-weight: bold;
|
|
|
|
font-variation-settings: "opsz" auto;
|
|
|
|
background: linear-gradient(263deg, #756DF7 9%, #4B8BFB 35%);
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
-webkit-text-fill-color: transparent;
|
|
|
|
background-clip: text;
|
|
|
|
text-fill-color: transparent;
|
|
|
|
}
|
|
|
|
.main_title .title3{
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #73787E;
|
|
|
|
}
|
|
|
|
.step_main{
|
|
|
|
width: 60%;
|
|
|
|
display: flex;
|
|
|
|
/* background: rgba(255, 255, 255, 0.5);
|
|
|
|
backdrop-filter: blur(10px); */
|
|
|
|
justify-content: center;
|
|
|
|
padding: 12px 164px;
|
|
|
|
}
|
|
|
|
.step_main dt>img{
|
|
|
|
width: 28px;
|
|
|
|
height: 28px;
|
|
|
|
}
|
|
|
|
.step_line{
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
.step_main .nor_step_title{
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: normal;
|
|
|
|
color: #626573;
|
|
|
|
height: 20px;
|
|
|
|
margin-bottom: 14px;
|
|
|
|
}
|
|
|
|
.step_main .nor_step_title +span{
|
|
|
|
|
|
|
|
}
|
|
|
|
.step_main .active_step_title{
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #3D3D3D;
|
|
|
|
}
|
|
|
|
.step_main dl{
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.step_main dd{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
line-height: 27px;
|
|
|
|
margin: 0 0 0 12px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #626573;
|
|
|
|
}
|
|
|
|
.main_select{
|
|
|
|
/* width: 750px; */
|
|
|
|
padding: 0;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: flex-start;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin-bottom: 48px;
|
|
|
|
}
|
|
|
|
.main_select li{
|
|
|
|
margin-right: 15px;
|
|
|
|
display: flex;
|
|
|
|
/* padding-left: 12px; */
|
|
|
|
padding: 7px 10px;
|
|
|
|
border: 1px solid #C4CCFF;
|
|
|
|
align-items: center;
|
|
|
|
position: relative;
|
|
|
|
margin-top: 15px;
|
|
|
|
border-radius: 8px;
|
|
|
|
background: rgba(255, 255, 255, 0.5);
|
|
|
|
cursor: pointer;
|
|
|
|
line-height: 30px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
.main_select .active_select{
|
|
|
|
border: 1px solid #5B6FF6;
|
|
|
|
}
|
|
|
|
li .li_icon{
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
|
|
|
|
}
|
|
|
|
li span{
|
|
|
|
margin-left: 10px;
|
|
|
|
/* height: 20px; */
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
li .select_icon, .pay_every .pay_icon{
|
|
|
|
width: 14px;
|
|
|
|
height: 14px;
|
|
|
|
margin-left: 10px;
|
|
|
|
opacity: 0;
|
|
|
|
/* display: none; */
|
|
|
|
/* position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0; */
|
|
|
|
}
|
|
|
|
.active_select .select_icon,.pay_active .pay_icon{
|
|
|
|
|
|
|
|
opacity: 1;
|
|
|
|
/* display: block; */
|
|
|
|
}
|
|
|
|
.backColor2{
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
flex-direction: column;
|
|
|
|
padding: 42px 130px;
|
|
|
|
width: 60%;
|
|
|
|
min-width: 744px;
|
|
|
|
max-width: 1118px;
|
|
|
|
margin: 0 130px;
|
|
|
|
border-radius: 8px;
|
|
|
|
opacity: 0.9;
|
|
|
|
background: rgba(255, 255, 255, 0.9);
|
|
|
|
}
|
|
|
|
.my_form{
|
|
|
|
/* margin: 0 auto; */
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.my_form .formOne{
|
|
|
|
display: flex;
|
|
|
|
/* width: 750px; */
|
|
|
|
justify-content: space-between;
|
|
|
|
margin-bottom: 48px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.custom-select {
|
|
|
|
position: relative;
|
|
|
|
/* width: 200px; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.placeBox{
|
|
|
|
position: absolute;
|
|
|
|
right: 24px;
|
|
|
|
top: 2px;
|
|
|
|
/* width: 162px; */
|
|
|
|
display: flex;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 18px;
|
|
|
|
justify-content: space-between;
|
|
|
|
padding: 12px 12px;
|
|
|
|
background-color: #fff;
|
|
|
|
color: #A5ABAF;
|
|
|
|
/* border: 1px solid #E8E8E8; */
|
|
|
|
border-radius: 6px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.placeBox img{
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
}
|
|
|
|
/* 这里可以添加更多样式来美化自定义下拉菜单 */
|
|
|
|
#project_select{
|
|
|
|
border-radius: 6px;
|
|
|
|
background: #FFFFFF;
|
|
|
|
border: 1px solid #E8E8E8;
|
|
|
|
padding: 14px 12px;
|
|
|
|
height: 46px;
|
|
|
|
width: 186px;
|
|
|
|
margin-right: 22px;
|
|
|
|
}
|
|
|
|
.key_words input{
|
|
|
|
display: flex;
|
|
|
|
flex: 1;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #E8E8E8;
|
|
|
|
padding: 8px 8px 8px 12px;
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
|
|
|
.oneRight{
|
|
|
|
flex: 1;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #E8E8E8;
|
|
|
|
padding: 4px 4px 4px 12px;
|
|
|
|
border-radius: 6px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.oneRight img{
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
}
|
|
|
|
.oneRight input{
|
|
|
|
flex: 1;
|
|
|
|
border: none;
|
|
|
|
padding-left: 12px;
|
|
|
|
color: #1F2225;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
.oneRight input::placeholder, .key_words input::placeholder{
|
|
|
|
color:#8C919D;
|
|
|
|
}
|
|
|
|
.oneRight input:focus-visible ,.key_words input:focus-visible{
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
.loadingPos,.aititlePos{
|
|
|
|
/* display: none; */
|
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
top: 48px;
|
|
|
|
width: calc(100% - 28px);
|
|
|
|
z-index: 2;
|
|
|
|
/* 自动布局 */
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: flex-end;
|
|
|
|
padding: 16px 14px;
|
|
|
|
gap: 12px;
|
|
|
|
border-radius: 8px;
|
|
|
|
background: #FFFFFF;
|
|
|
|
border: 1px solid #E8E8E8;
|
|
|
|
box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
|
|
|
|
}
|
|
|
|
.opt-area{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.posBack{
|
|
|
|
/* 自动布局子元素 */
|
|
|
|
/* position: static;
|
|
|
|
left: 14px;
|
|
|
|
top: 16px; */
|
|
|
|
/* width: 882px; */
|
|
|
|
/* height: 106px; */
|
|
|
|
/* 自动布局 */
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
padding: 28px 18px;
|
|
|
|
gap: 14px;
|
|
|
|
align-self: stretch;
|
|
|
|
z-index: 0;
|
|
|
|
border-radius: 8px;
|
|
|
|
opacity: 1;
|
|
|
|
margin-bottom: 12px;
|
|
|
|
background: linear-gradient(180deg, #EDF1FE 0%, #FCFDFF 119%);
|
|
|
|
}
|
|
|
|
.posHead{
|
|
|
|
font-family: MicrosoftYaHeiUI;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: normal;
|
|
|
|
letter-spacing: 0px;
|
|
|
|
font-variation-settings: "opsz" auto;
|
|
|
|
color: #282828;
|
|
|
|
line-height: 20px;
|
|
|
|
/* margin-bottom: 14px; */
|
|
|
|
}
|
|
|
|
.posHead img{
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
.posStep{
|
|
|
|
width: 100%;
|
|
|
|
align-items: center;
|
|
|
|
font-size: 12px;
|
|
|
|
max-width: 710px;
|
|
|
|
color: #8B919A;
|
|
|
|
}
|
|
|
|
.posStep img{
|
|
|
|
width: 6px;
|
|
|
|
height: 6px;
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
.posStep .posLine{
|
|
|
|
flex: 1;
|
|
|
|
margin: 0 8px;
|
|
|
|
min-width: 16px;
|
|
|
|
/* max-width: ; */
|
|
|
|
}
|
|
|
|
.posFooter{
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
color: #8C919D;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
|
|
|
.posFooter div{
|
|
|
|
background: transparent;
|
|
|
|
border: none;
|
|
|
|
color: #8C919D;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.posFooter .startBtn{
|
|
|
|
color: #5B6FF6;
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
.loading-area{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
width: 100%;
|
|
|
|
height: 84px;
|
|
|
|
background: linear-gradient( 180deg, #F1FBFF 0%, #ECF3FF 100%);
|
|
|
|
border-radius: 8px;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #8B919A;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.step-icon{
|
|
|
|
width:18px;
|
|
|
|
height: 18px;
|
|
|
|
margin-right: 4px;
|
|
|
|
/* background-image: url(//css.chachongz.com/images/ai2/modelessay/loading_step_gray.png); */
|
|
|
|
background-size: cover;
|
|
|
|
background-position: center center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
.step-text{
|
|
|
|
font-size: 12px;
|
|
|
|
color: #8B919A;
|
|
|
|
line-height: 84px;
|
|
|
|
}
|
|
|
|
.step-icon-done{
|
|
|
|
background-image: url(../img/stepDone.png);
|
|
|
|
}
|
|
|
|
.step-icon-done+.step-text{
|
|
|
|
color: #282828;
|
|
|
|
}
|
|
|
|
.step-icon-active{
|
|
|
|
background-image: none;
|
|
|
|
margin-top: -22px;
|
|
|
|
}
|
|
|
|
.step-icon-active+.step-text{
|
|
|
|
color: #1675FF;
|
|
|
|
}
|
|
|
|
.normal_recommend_title,.recommend_title{
|
|
|
|
width: 82px;
|
|
|
|
margin-left: 12px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
border-radius: 6px;
|
|
|
|
background: #F9FAFA;
|
|
|
|
padding: 8px 12px;
|
|
|
|
cursor: pointer;
|
|
|
|
transition: all .5s;
|
|
|
|
}
|
|
|
|
.recommend_title{
|
|
|
|
background: #FFF5ED;
|
|
|
|
color: #FF7800;
|
|
|
|
transition: all .5s;
|
|
|
|
}
|
|
|
|
.inputText{
|
|
|
|
color: #525252;
|
|
|
|
}
|
|
|
|
.warnInputText{
|
|
|
|
color: #FF4D4F;
|
|
|
|
}
|
|
|
|
.formItem{
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
color: #1F2225;
|
|
|
|
line-height: 34px;
|
|
|
|
}
|
|
|
|
.formItem .formLeft{
|
|
|
|
width: 70px;
|
|
|
|
text-align: left;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.formItem .requiredIcon{
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
margin-top: 13px;
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
.formItem .formRight{
|
|
|
|
flex: 1;
|
|
|
|
margin-left: 12px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.educationRight{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.educationRight img{
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
.educationRight+p{
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 18px;
|
|
|
|
color: #9E9E9E;
|
|
|
|
}
|
|
|
|
.education,.essayWords,.tableChart{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-right: 24px;
|
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.education input,.essayWords input{
|
|
|
|
opacity: 0;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
.tableChart input{
|
|
|
|
opacity: 0;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.education div, .essayWords div, .tableChart div{
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
margin-right: 3px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.education div,.essayWords div{
|
|
|
|
background: url(../img/education_no_select.svg);
|
|
|
|
}
|
|
|
|
.edu_active_select div, .essayWords_active div{
|
|
|
|
background: url(../img/education_select.svg);
|
|
|
|
}
|
|
|
|
.tableChart div{
|
|
|
|
background: url(../img/no_checked_icon.svg);
|
|
|
|
}
|
|
|
|
.tableChart_active div{
|
|
|
|
background: url(../img/checked_icon.svg);
|
|
|
|
}
|
|
|
|
.btn_result,.btn_result_now{
|
|
|
|
width: 200px;
|
|
|
|
height: 50px;
|
|
|
|
font-size: 15px;
|
|
|
|
border: none;
|
|
|
|
color: #FFFFFF;
|
|
|
|
line-height: 50px;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 8px;
|
|
|
|
margin-top: 30px;
|
|
|
|
background: linear-gradient(270deg, #6C69F5 0%, #3467E5 100%);
|
|
|
|
}
|
|
|
|
.checkbox_wrap {
|
|
|
|
margin-top: 12px;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 18px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
color: #8C919D;
|
|
|
|
}
|
|
|
|
.checkbox_wrap p::before{
|
|
|
|
content: '';
|
|
|
|
width: 15px;
|
|
|
|
height: 15px;
|
|
|
|
display: inline-block;
|
|
|
|
background: url(../img/no_checked_icon.svg) center center no-repeat;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-right: 4px;
|
|
|
|
position: relative;
|
|
|
|
top: -1px;
|
|
|
|
}
|
|
|
|
.checkbox_wrap p.active::before{
|
|
|
|
content: '';
|
|
|
|
width: 15px;
|
|
|
|
height: 15px;
|
|
|
|
display: inline-block;
|
|
|
|
background: url(../img/checked_icon.svg) center center no-repeat !important;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-right: 4px;
|
|
|
|
position: relative;
|
|
|
|
top: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-click {
|
|
|
|
pointer-events: none;
|
|
|
|
/* 其他样式,比如透明度调整等 */
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
.upgrade-modal{
|
|
|
|
display: none;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
background: rgba(0,0,0,0.22);
|
|
|
|
z-index: 999999999;
|
|
|
|
}
|
|
|
|
.upgrade-content{
|
|
|
|
width: 445px;
|
|
|
|
height: 162px;
|
|
|
|
background: #FFFFFF;
|
|
|
|
border-radius: 8px;
|
|
|
|
position: absolute;
|
|
|
|
top:50%;
|
|
|
|
left: 50%;
|
|
|
|
margin-top: -81px;
|
|
|
|
margin-left: -220px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.upgrade-info,.upgrade-info span{
|
|
|
|
font-size: 16px;
|
|
|
|
color: #000000;
|
|
|
|
line-height: 20px;
|
|
|
|
margin-top: 28px;
|
|
|
|
}
|
|
|
|
.upgrade-info img{
|
|
|
|
width: 38px;
|
|
|
|
height: 38px;
|
|
|
|
margin-right: 9px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
.upgrade-button{
|
|
|
|
width: 132px;
|
|
|
|
height: 40px;
|
|
|
|
background: linear-gradient( 139deg, #76EAE7 0%, #43CBC7 100%);
|
|
|
|
border-radius: 6px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #FFFFFF;
|
|
|
|
line-height: 40px;
|
|
|
|
text-align: center;
|
|
|
|
margin: 28px auto;
|
|
|
|
}
|
|
|
|
.upgrade-button2{
|
|
|
|
width: 132px;
|
|
|
|
height: 40px;
|
|
|
|
background: linear-gradient( 270deg, #005FFF 0%, #00DBFF 100%);
|
|
|
|
border-radius: 6px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #FFFFFF;
|
|
|
|
line-height: 40px;
|
|
|
|
text-align: center;
|
|
|
|
margin: 28px auto;
|
|
|
|
}
|
|
|
|
.textAreaRight{
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
#side_textarea{
|
|
|
|
flex: 1;
|
|
|
|
/* width: 100%; */
|
|
|
|
padding: 14px 12px;
|
|
|
|
/* width: 664px; */
|
|
|
|
height: 65px;
|
|
|
|
border-radius: 6px;
|
|
|
|
background: #FFFFFF;
|
|
|
|
border: 1px solid #E8E8E8;
|
|
|
|
}
|
|
|
|
#side_textarea::placeholder{
|
|
|
|
color: #8C919D;
|
|
|
|
}
|
|
|
|
.footer{
|
|
|
|
background: #FAFAFC;
|
|
|
|
margin-top: 50px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.footer .footerbox{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
padding: 24px 200px;
|
|
|
|
background: transparent;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
.footerbox .left_top{
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-start;
|
|
|
|
width: 100%;
|
|
|
|
align-items: center;
|
|
|
|
font-family: Alimama ShuHeiTi;
|
|
|
|
font-size: 22px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: normal;
|
|
|
|
letter-spacing: 0px;
|
|
|
|
font-variation-settings: "opsz" auto;
|
|
|
|
background: linear-gradient(0deg, #000000, #000000), linear-gradient(90deg, #93B6F9 13%, #5D8CF0 75%);
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
-webkit-text-fill-color: transparent;
|
|
|
|
background-clip: text;
|
|
|
|
text-fill-color: transparent;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
.footerbox .main_footer{
|
|
|
|
color: #9E9E9E;
|
|
|
|
font-size: 12px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
height: 53px;
|
|
|
|
position: relative;
|
|
|
|
padding-top: 50px;
|
|
|
|
width: 100%;
|
|
|
|
min-width: 880px;
|
|
|
|
}
|
|
|
|
.main_footer .right{
|
|
|
|
width: 262px;
|
|
|
|
margin-left: 145px;
|
|
|
|
height: 53px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: flex-start;
|
|
|
|
flex-direction: column;
|
|
|
|
line-height: 26px;
|
|
|
|
}
|
|
|
|
.main_footer .left{
|
|
|
|
flex: 1;
|
|
|
|
/* min-width: 473px; */
|
|
|
|
}
|
|
|
|
.noempty{
|
|
|
|
flex: 1;
|
|
|
|
min-width: 145px;
|
|
|
|
}
|
|
|
|
.main_footer .left p:nth-child(1){
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
.main_footer p{
|
|
|
|
font-size: 12px;
|
|
|
|
margin: 0;
|
|
|
|
text-align: left;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
footer{
|
|
|
|
/* position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
top: 938px; */
|
|
|
|
width: calc(100%);
|
|
|
|
/* 自动布局 */
|
|
|
|
display: flex;
|
|
|
|
font-size: 12px;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
height: 55px;
|
|
|
|
/* padding: 50px 70px; */
|
|
|
|
background: #FAFAFC;
|
|
|
|
line-height: 32px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
border-width: 1px 0px 0px 0px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #D8D8D8;
|
|
|
|
}
|
|
|
|
footer span{
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 12px;
|
|
|
|
}
|
|
|
|
footer a{
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 3px;
|
|
|
|
color: black;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|