
.g-s-home-form {
    padding: 15px 64px;
    background: white;
    width: 800px;
    height: 600px;
    border-top: 4px solid var(--theme-Primary-color);
    overflow: hidden;
    overflow-y: auto;
    -ms-overflow-style: none; /*IE*/
    scrollbar-width:none; /*火狐浏览器*/
}
.g-s-h-block1 {
    font-family: 'Source Han Serif CN';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 16px;
}
.g-s-h-block2 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 32px;
}
.g-s-h-block3 {
    margin-bottom: 32px;
    width: 100%;
    height: 48px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    padding: 13px 16px;
    border: 1px solid var(--theme-gray01-color);
    caret-color: var(--theme-Primary-color);
}
.b3-textarea {
    height: 96px;
}
.g-s-h-block3:hover,
.g-s-h-block3:focus
{
    border: 1px solid var(--theme-Primary-color);
}
.g-s-h-block3::-webkit-input-placeholder {    /* Chrome/Opera/Safari */
    color: var(--theme-gray03-color);
}
.g-s-h-block3::-moz-placeholder { /* Firefox 19+ */
    color: var(--theme-gray03-color);
}
.g-s-h-block3:-ms-input-placeholder { /* IE 10+ */
    color: var(--theme-gray03-color);
}
.g-s-h-block3:-moz-placeholder { /* Firefox 18- */
    color: var(--theme-gray03-color);
}
.g-s-h-b2-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    cursor: pointer;
}
.g-s-h-btn {
    width: 176px;
    height: 48px;
    background: var(--theme-Primary-color);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    cursor: pointer;
}
.g-s-h-btn.global-btn-disabled {
    cursor: not-allowed;
    background: #999999;
    color: rgba(255, 255, 255, 0.4);
}
.g-s-b2-i-img {
    width: 120px;
    min-width: 120px;
    height: 120px;
    min-height: 120px;
    margin-bottom: 12px;
}
.g-s-b2-i-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}
.g-s-b2-i-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
    border: 1px solid #000000;
    margin-right: 8px;
}
.g-s-h-b2-item:hover .g-s-b2-i-box,
.g-s-h-b2-item:checked .g-s-b2-i-box {
    border: 1px solid var(--theme-Primary-color);
}
.g-s-b2-i-check {
    width: 10px;
    min-width: 10px;
    height: 10px;
    min-height: 10px;
    background: var(--theme-Primary-color);
}
.g-s-home-form2 {
    background: white;
    width: 800px;
    height: 600px;
    border-top: 4px solid var(--theme-Primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.g-s-h-check-circle {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
    margin-bottom: 28px;
}
.g-s-h-text1 {
    margin-bottom: 8px;
    font-family: 'Source Han Serif CN';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.g-s-h-text2 {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: var(--theme-gray02-color);
}

@media (max-width: 768px) { /* 屏幕宽度小于768px */
    .g-s-home-form {
        box-sizing: border-box;
        width: 100vw;
        height: calc(100vh - 80px);
        padding: 16px 20px;
        border-top: 0;
    }
    .g-s-home-form2 {
        width: 100vw;
        height: calc(100vh - 80px);
        justify-content: flex-start;
        padding-top: 87px;
        box-sizing: border-box;
        position: static;
        transform: none;
        border-top: 0;
    }
    .g-s-h-block2 {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        margin-bottom: 48px;
    }
    .g-s-h-b2-item {
        flex-direction: row;
        align-items: center;
        margin-bottom: 16px;
    }
    .g-s-b2-i-img {
        width: 64px;
        height: 64px;
        min-width: 64px;
        min-height: 64px;
        margin-right: 25px;
        margin-bottom: 0;
    }
    .g-s-b2-i-box {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }
    .g-s-h-block3 {
        margin-bottom: 48px;
    }
    textarea.g-s-h-block3 {
        height: 112px;
    }


    .global-btn-primary:hover .global-btn-test:after {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {  /* 屏幕宽度 [768,1024] */
    .g-s-home-form {
        padding: 35px 64px 56px;
        height: auto;
        width: 640px;
    }
    .g-s-h-block2 {
        justify-content: space-between;
    }
    .g-s-h-b2-item {
        margin-right: 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }
    .g-s-h-b2-item:last-child {
        margin-right: 0;
    }
    .g-s-b2-i-img {
        /*display: none;*/
    }
    .g-s-home-form2 {
        width: 640px;
        position: static;
        transform: none;
    }
    .g-s-h-block1 {
        margin-bottom: 16px;
        font-weight: 700;
        font-size: 15px;
        line-height: 24px;
    }
    .g-s-h-block2 {
        padding: 12px 0;
        margin-bottom: 24px;
    }
    .g-s-h-block3 {
        margin-bottom: 24px;
    }
    .b3-textarea {
        height: 88px;
    }
    .mr-b-0 {
        margin-bottom: 0;
    }
    .g-s-h-btn {
        margin-top: 30px;
    }
}