@charset "utf-8";

/* 
********************申请试用页面样式*********************
*/
html, body {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

main {
    display: flex;
    width: 100%;
    height: 100%;
}

/* 左侧 */
main .left {
    width: 54.16%;
    background: url(../img/bg-apply.jpg) no-repeat center center / 100% 100%;
    position: relative;
}

main .left .logo {
    width: 18.46%;
    /* aspect-ratio: 192 / 53; */
    margin: 2.31% 0 0 4.21%;
    background: url(../img/logo2.png) no-repeat center center / 100% 100%;
}

main .left .middle {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 6.93%;
    margin-top: 9.63%;
}

main .left .middle p {
    text-align: right;
}

main .left .middle p:nth-child(1) {
    font-size: 3.33vw;
    color: rgb(0, 91, 172);
    font-weight: bold;
}

main .left .middle p:nth-child(2) {
    width: 63.03%;
    height: 3.13vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4.14% 0;
    font-size: 1.77vw;
    color: rgb(255, 255, 255);
    background-image: linear-gradient( 90deg, rgb(0,91,172) 0%, rgb(25,118,201) 100%);
    clip-path: polygon(0 100%, 1.96% 33.33%, 5.24% 0, 100% 0, 98.04% 66.66%, 94.76% 100%);
}

main .left .middle p:nth-child(3) {
    font-size: 1.15vw;
    color: rgb(124, 170, 230);
}

main .left .middle p:nth-child(3) span {
    color: #ff903e;
    font-weight: bold;
}

main .left .bottom {
    width: 100%;
    padding: 0 4.21%;
    position: absolute;
    bottom: 8.79%;
    left: 0;
}

main .left .bottom p {
    display: flex;
    align-items: center;
}

main .left .bottom p span:nth-child(1) {
    font-size: 1.25vw;
    color: rgb(51, 51, 51);
    margin-right: 0.53vw;
}

main .left .bottom p span:nth-child(2) {
    font-size: 1.04vw;
    color: rgb(168, 168, 168);
}

main .left .bottom p span:nth-child(3) {
    font-size: 1.04vw;
    color: #0087ff;
}

main .left .bottom ul {
    display: flex;
    justify-content: space-between;
    margin-top: 4.14%;
}

main .left .bottom ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 10.57%;
}

main .left .bottom ul li span:nth-child(1) {
    display: inline-block;
    width: 100%;
    /* aspect-ratio: 1 / 1; */
    border-radius: 50%;
    margin-bottom: 0.83vw;
}

main .left .bottom ul li span.icon-step1 {
    background: url(../img/icon-step1.png) no-repeat 58% center / 48% auto, rgb(174, 202, 251);
}

main .left .bottom ul li span.icon-step2 {
    background: url(../img/icon-step2.png) no-repeat center center / 60% auto, rgb(174, 202, 251);
}

main .left .bottom ul li span.icon-step3 {
    background: url(../img/icon-step3.png) no-repeat center center / 50% auto, rgb(174, 202, 251);
}

main .left .bottom ul li span.icon-step4 {
    background: url(../img/icon-step4.png) no-repeat center center / 50% auto, rgb(174, 202, 251);
}

main .left .bottom ul li:nth-child(n + 2) span {
    position: relative;
}

main .left .bottom ul li:nth-child(n + 2) span:nth-child(1)::before {
    content: '';
    display: inline-block;
    height: 0.53vw;
    width: 150%;
    background-image: linear-gradient( 90deg, rgb(174,202,251) 0%, rgba(174,202,251, 0) 100%);
    position: absolute;
    top: 50%;
    left: -170%;
    transform: translateY(-50%);
}

main .left .bottom ul li span:nth-child(3) {
    word-break: keep-all;
}

main .left .bottom ul li span:nth-child(n + 2) {
    font-size: 0.9vw;
    color: rgb(85, 85, 85);
    line-height: 1.25vw;
}
/* /左侧 */

/* 右侧 */
main form.right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 45.84%;
    height: 100vh;
}

main form.right .title {
    font-size: 1.46vw;
    color: rgb(68, 68, 68);
    font-weight: bold;
    margin-bottom: 2.08vw;
}

main form.right .tips {
    font-size: 1.15vw;
    color: rgb(170, 170, 170);
    margin-bottom: 3.13vw;
}
  
main form.right input[type="text"] {
    width: 56.81%;
    height: 3.13vw;
    margin-bottom: 1.56vw;
    padding: 0 1.56vw;
    border-radius: 8px;
    background-color: #f3f9ff;
    border: 1px solid rgb(110, 187, 255);
    font-size: 1.15vw;
    outline: none;
    transition: border-color 0.3s ease;
}

main form.right input[type="text"]:focus {
    border: 1px solid rgb(0, 99, 185);
}

main form.right input[type="text"]::placeholder {
    color: rgb(173, 199, 226);
}

main form.right .btn-fill-blue {
    flex-grow: unset;
    width: 56.81%;
    height: 3.13vw;
    margin-top: 3.13vw;
    font-size: 1.25vw;
    max-height: 60px;
}

main form.right p:last-child {
    margin-top: 1.04vw;
    font-size: 0.94vw;
    color: rgb(0, 91, 172);
}
/* /右侧 */
  
  
  
  

  
  



  























