html,
body,
main {
    max-width: 1920px;
    margin: 0 auto;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Bold;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.swiper-banner {
    max-width: 1920px;
    max-height: 540px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-banner .swiper-wrapper {
    height: 540px;
}
.swiper-banner .swiper-wrapper img{
    height: 100%;
    width:100%;
    object-fit: cover;
}
.swiper-banner img {
    cursor: pointer;
    height: 100%;
}

.swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 999;
    bottom: 152px;
}

.swiper-banner .swiper-pagination-bullet {
    width: 60px;
    height: 4px;
    background: #fff;
    border-radius: 0;
    display: inline-block;
    opacity: 1;
    margin: 0 5px;
}

.swiper-banner .swiper-pagination-bullet-active {
    width: 60px;
    height: 4px;
    background: #4974F5;
    border-radius: 0;
    display: inline-block;
}

.banner-model {
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 32px;
    z-index: 999;
    left: 50%;
    transform: translate(-50%);
}

.banner-model>li {
    width: 285px;
    height: 100px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    transition: all .3s;
    cursor: pointer;
}

.banner-model>li:hover {
    transform: translateY(-10px);
}

.banner-model>li:hover h4 {
    -webkit-animation: colorRight .8s;
    animation: colorRight .8s;
    color: #222;
    background: #4974f5 linear-gradient(-135deg,
            transparent 25%,
            transparent 40%,
            rgba(255, 255, 255, 1) 40%,
            rgba(255, 255, 255, 1) 60%,
            transparent 60%,
            transparent);
    background-size: 15px 30px;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: -100% 0;
}

.banner-model>li h4 {
    font-size: 20px;
    color: #222222;
}

.banner-model>li p {
    font-size: 16px;
    color: #666666;
    margin-top: 6px;
}

.good-at {
    font-size: 18px;
    color: #222222;
}

.commom-h2 {
    font-size: 36px;
    color: #222;
    text-align: center;
}

.commom-h5 {
    margin: 12px 0 40px;
    font-size: 16px;
    color: #999999;
    text-align: center;
}

.hot-server {
    padding: 60px 0;
    background: url("../images/hotbg.png") no-repeat;
    background-size: 100% 100%;
}

.hot-server-list {
    display: flex;
    justify-content: space-between;
}

.hot-server-list img {
    width: 12px;
    height: 12px;
    margin-right: 12px;
}

.hot-server-list>li {
    padding: 24px 24px 32px 24px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    width: 389px;
    height: 355px;
    position: relative;
}

.hot-server-list>li:hover h3 {
    color: #4974F5;
}

.hot-server-list>li>.hot-div2 {
    position: absolute;
    top: -41px;
    right: -41px;
    display: block;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #EC5330;
    border-left: 40px solid transparent;
    transform: rotate(45deg);
    font-size: 12px;
    color: #FFFFFF;
}

.hot-server-list>li>.hot-div2::after {
    content: '热门';
    position: absolute;
    transform: rotate(0);
    left: -10px;
    bottom: -32px;
    width: 40px;
}

.hot-server-list h3 {
    font-size: 20px;
    color: #333;
}

.hot-server-list .hot-div1 {
    font-size: 14px;
    color: #999999;
    padding-bottom: 24px;
    border-bottom: 1px solid #D9D9D9;
    margin: 8px 0 24px;
}

.hot-server-list p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 16px;
}

.hot-server-list button {
    margin-top: 40px;
    width: 100%;
    height: 48px;
    background: #EFF3FF;
    border: 1px solid #4974F5;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 16px;
    color: #4974F5;
    transition: all .3s;
}

.hot-server-list button:hover {
    background: #4974F5;
    color: #FFFFFF;
}

.one-stop-solution {
    padding: 60px 0;
    box-sizing: border-box;
    background: #F7F8FB;
}

.one-stop-solution-list {
    display: flex;
}

.one-stop-solution-list1>.solution-left {
    background: url('../images/jj1.png') no-repeat;
    background-size: 100% 100%;
}

.one-stop-solution-list2 {
    margin: 24px auto;
}

.one-stop-solution-list2>.solution-left {
    background: url('../images/jj2.png') no-repeat;
    background-size: 100% 100%;
}

.one-stop-solution-list3>.solution-left {
    background: url('../images/jj3.png') no-repeat;
    background-size: 100% 100%;
}

.not-server {
    width: 406px;
    height: 64px;
    background: #4974F5;
    border-radius: 4px;
    font-size: 20px;
    color: #FFFFFF;
    display: block;
    margin: 40px auto 0;
}

.solution-left {
    width: 309px;
    height: 483px;
    display: flex;
    flex-direction: column-reverse;
    padding: 0 16px 16px;
    align-items: center;
    box-sizing: border-box;
}

.solution-left-content {
    width: 277px;
    height: 125px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 17px;
    box-sizing: border-box;
}

.solution-left-content>h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 13px;
}

.solution-left-content>p {
    font-size: 14px;
    color: #999999;
}

.solution-right {
    display: flex;
    flex-wrap: wrap;
}

.solution-right h3 {
    font-size: 20px;
    color: #222222;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.solution-right>li {
    padding: 32px 0 24px 32px;
    box-sizing: border-box;
    width: 445px;
    height: 242px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
}

.solution-right h3>img {
    margin-left: 11px;
}

.solution-right p {
    font-size: 14px;
    color: #888888;
    margin: 8px 0 12px;
}

.solution-right-model {
    display: flex;
}

.solution-right-model>li {
    font-size: 14px;
    color: #888888;
    width: 80px;
    height: 32px;
    border: 1px solid #888888;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.solution-right button {
    width: 252px;
    height: 48px;
    background: #EFF3FF;
    border: 1px solid #4974F5;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 16px;
    color: #4974F5;
    transition: all .3s;
    margin-top: 40px;
}

.solution-right>li:hover h3 {
    color: #4974F5;
}

.solution-right>li button:hover {
    background: #4974F5;
    color: #fff;
}

.handling-materials {
    padding: 60px 0;
    background: #E7F2FF;
}

.handling-materials-options {
    display: flex;
    justify-content: center;
    margin-bottom: 49px;
}

.handling-materials-options>li {
    width: 293px;
    height: 72px;
    background: #fff;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .3s;
    margin-right: 16px;
}

.handling-materials-options>li>img:first-child {
    display: block;
}

.handling-materials-options>li>img:last-child {
    display: none;
}

.handling-materials-options>li:hover {
    background-image: linear-gradient(180deg, #4976F5 0%, #4976F5 0%, #235CFF 100%);
    color: #fff;
}

.handling-materials-options>li:hover>img:first-child {
    display: none;
}

.handling-materials-options>li:hover>img:last-child {
    display: block;
}

.handling-materials-options>li:last-child {
    margin-right: 0;
}

.handling-materials-options>li:hover::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #235CFF;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -19px;
}

.handling-materials-options>.handling-materials-options-hover {
    background-image: linear-gradient(180deg, #4976F5 0%, #4976F5 0%, #235CFF 100%);
    color: #fff;
}

.handling-materials-options>.handling-materials-options-hover>img:first-child {
    display: none;
}

.handling-materials-options>.handling-materials-options-hover>img:last-child {
    display: block;
}

.handling-materials-options>.handling-materials-options-hover::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #235CFF;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -19px;
}

.handling-materials-options img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.handling-materials-details {
    display: flex;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.handling-materials-details>li {
    display: none;
}

.handling-materials-details>li:nth-child(1) {
    width: 1200px;
    height: 528px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
}

.handling-materials-details>li:nth-child(1)>img,
.handling-materials-details>li:nth-child(2)>img {
    width: 428px;
    height: 480px;
    margin-right: 40px;
}

.handling-materials-details>li:nth-child(1) div img,
.handling-materials-details>li:nth-child(2) div img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.handling-materials-details>li:nth-child(1) div>p:first-child,
.handling-materials-details>li:nth-child(2) div>div {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #222222;
}

.handling-materials-details>li:nth-child(2) div>div:first-child {
    margin-right: 40px;
}

.handling-materials-details>li:nth-child(2)>div>div {
    margin-bottom: 48px;
}

.handling-materials-details>li:nth-child(2)>div>div:nth-child(4) {
    margin-bottom: 32px;
}

.handling-materials-details>li:nth-child(1) div>p:last-child {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999999;
    padding-left: 28px;
    box-sizing: border-box;
    margin: 8px 0 24px;
}

.handling-materials-details>li:nth-child(1)>div>div {
    display: flex;
}

.handling-materials-details>li:nth-child(1)>div>div>div:first-child {
    margin-right: 32px;
}

.handling-materials-details>li:nth-child(1) h4,
.handling-materials-details>li:nth-child(2) h4 {
    font-weight: 700;
    font-size: 24px;
    color: #222222;
    padding: 24px 0 40px;
}

.handling-materials-details>li:nth-child(1) button,
.handling-materials-details>li:nth-child(2) button,
.handling-materials-details>li:nth-child(3) button {
    margin-top: 48px;
    width: 406px;
    height: 64px;
    background: #4974F5;
    border-radius: 4px;
    font-size: 20px;
    color: #FFFFFF;
}

.handling-materials-details>li:nth-child(3) button {
    margin-top: 50px;
}

.handling-materials-details>li:nth-child(2) {
    width: 1200px;
    height: 528px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
    box-sizing: border-box;
    display: none;
}

.handling-materials-details>li:nth-child(3) {
    width: 1200px;
    border-radius: 12px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    display: none;
}

.handling-materials-details>li:nth-child(3)>div {
    display: flex;
    font-size: 20px;
    color: #222222;
}

.handling-materials-details>li:nth-child(3)>div>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
    background: #fff;
    padding: 64px 0;
    cursor: pointer;
}

.handling-materials-details>li:nth-child(3)>div>div:last-child {
    border-right: 0;
}

.handling-materials-details>li:nth-child(3)>div img {
    width: 160px;
    height: 160px;
}

.solutions-sity {
    display: flex;
    justify-content: space-between;
}

.solutions-sity-list {
    width: 536px;
}

.solutions-sity-list>button {
    width: 536px;
    height: 64px;
    background: #4974F5;
    border-radius: 4px;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 24px;
}

.solutions-sity-list>ul {
    display: flex;
    flex-wrap: wrap;
}

.solutions-sity-list li {
    width: 128px;
    height: 47px;
    background: #F5F5F5;
    border-radius: 2px;
    font-size: 16px;
    color: #999999;
    display: flex;
    align-items: center;
    margin: 0 8px 8px 0;
    cursor: pointer;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.solutions-sity-list li:hover {
    background: #EFF3FF;
    color: #4974F5;
}

.solutions-sity-list li:hover::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 1px solid #98acff;
    border-bottom: 1px solid #98acff;
    z-index: 6;
    left: 0;
    bottom: 0;
    -webkit-animation: borderRotate 0.5s forwards;
    animation: borderRotate 0.5s forwards;
}

.solutions-sity-list li:hover::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 1px solid #98acff;
    border-right: 1px solid #98acff;
    z-index: 6;
    right: 0;
    top: 0;
    -webkit-animation: borderRotate 0.5s forwards;
    animation: borderRotate 0.5s forwards;
}

.solutions-sity-list li:nth-child(n+10) {
    margin-bottom: 0;
}

.solutions-sity-list li:nth-child(4n) {
    margin-right: 0;
}

.solutions-sity-list li>img {
    width: 15px;
    margin-right: 6px;
}

.solutions-sity-list .solutions-sity-list-active {
    background: #EFF3FF;
    color: #4974F5;
}

.solutions-sity-list .solutions-sity-list-active>img:nth-child(2) {
    display: block;
}

.solutions-sity-list .solutions-sity-list-active>img:nth-child(1) {
    display: none;
}

.solutions-sity-list .solutions-sity-list-active::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 1px solid #98acff;
    border-bottom: 1px solid #98acff;
    z-index: 6;
    left: 0;
    bottom: 0;
    -webkit-animation: borderRotate 0.5s forwards;
    animation: borderRotate 0.5s forwards;
}

.solutions-sity-list .solutions-sity-list-active::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 1px solid #98acff;
    border-right: 1px solid #98acff;
    z-index: 6;
    right: 0;
    top: 0;
    -webkit-animation: borderRotate 0.5s forwards;
    animation: borderRotate 0.5s forwards;
}

.solutions-sity-list li>img:nth-child(2) {
    display: none;
}

.solutions-sity-list li:hover>img:nth-child(1) {
    display: none;
}

.solutions-sity-list li:hover>img:nth-child(2) {
    display: block;
}

.business-registration-solutions {
    padding: 60px 0;
    background: #fff;
}

.solution-sity-swiper {
    width: 648px;
    overflow: hidden;
}

.solution-sity-details>img {
    width: 648px!important;
    height: 300px!important;
}

.solution-sity-details>img:first-child {
    display: block;
}

.solutions-sity {
    display: flex;
}

.rapid-passage {
    max-width: 1920px;
    overflow: hidden;
    height: 200px;
    cursor: pointer;
}

.rapid-passage>img:last-child {
    display: none;
}

.rapid-passage {
    width: 100%;
}

.platform-advantage {
    background: url('../images/ptys.jpg') no-repeat;
    background-size: 100% 100%;
    height: 555px;
}

.platform-advantage .w1200 {
    display: flex;
}

.platform-advantage-text {
    padding: 60px 58px 60px 0;
    box-sizing: border-box;
    width: 600px;
    position: relative;
    height: 100%;
}

.platform-advantage-banner {
    padding: 60px 0 60px 58px;
    width: 600px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    position: relative;
    flex-direction: column;
}

.swiper-pagination12 {
    width: 540px;
    height: 85px;
    overflow: hidden;
    padding-left: 45px;
}

.platform-advantage-text>h3 {
    font-weight: 700;
    font-size: 32px;
    color: #FFFFFF;
    position: relative;
    text-align: right;
    padding-right: 22px;
    margin-bottom: 48px;
}

.platform-advantage-text>h3::after {
    content: "";
    position: absolute;
    right: 0;
    width: 4px;
    height: 28px;
    background: #FFFFFF;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
}

.platform-advantage-text>h3>span {
    font-size: 30px;
    color: #FFFFFF;
    margin-right: 8px;
    font-weight: 500;
}

.platform-advantage-list>li {
    margin-bottom: 48px;
}

.platform-advantage-list>li:last-child {
    margin-bottom: 0;
}

.platform-advantage-list h4 {
    font-size: 18px;
    color: #FFFFFF;
    text-align: right;
    margin-bottom: 13px;
}

.platform-advantage-list p {
    font-size: 14px;
    color: #8DDFFF;
    text-align: right;
}

.platform-center-icon {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    top: 160px;
    right: -40px;
}

.platform-center-icon>img {
    width: 80px;
    height: 80px;
}

.platform-center-icon>img:nth-child(2) {
    margin: 48px 0;
}

.service-firm-swiper-new {
    width: 540px;
    height: 344px;
    margin-bottom: 6px;
    overflow: hidden;
}

.service-firm-swiper-new img {
    width: 540px;
    height: 344px;
    transition: all .9s;
}

.swiper-pagination12 img {
    display: block;
    width: 88px;
    height: 97px;
    object-fit: cover;
    cursor: pointer;
}

.service-firm-swiper-new img:hover {
    transform: scale(1.1);
}

.swiper-pagination12 .swiper-slide {
    width: 85px !important;
    height: 85px !important;
    overflow: hidden;
    box-sizing: border-box;
    filter: brightness(50%);
}

.swiper-pagination12 .swiper-slide-active {
    border: 3px solid #4974F5;
    opacity: 1;
    filter: brightness(100%);
}

.undertaking-guarantee {
    background-image: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
    padding: 60px 0;
}

.undertaking-guarantee h2 {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 36px;
    color: #222222;
}

.undertaking-guarantee-list {
    display: flex;
    justify-content: space-between;
}

.undertaking-guarantee-list>li {
    width: 225px;
    height: 260px;
    background: url('../images/bzbg.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 0 36px;
    box-sizing: border-box;
    transition: transform .3s;
    cursor: pointer;
}

.undertaking-guarantee-list>li:hover {
    background: url('../images/bzbgh.png') no-repeat;
    box-shadow: 0 2px 16px 0 hsla(225, 90%, 62%, 0.2);
    transform: translateY(-10px);
    background-size: 100% 100%;
}

.undertaking-guarantee-list>li>img {
    width: 80px;
    height: 80px;
}

.undertaking-guarantee-list>li>h4 {
    font-weight: 700;
    font-size: 20px;
    margin: 26px 0 16px;
    color: #222222;
}

.undertaking-guarantee-list>li>p {
    font-size: 14px;
    color: #6577AD;
    text-align: center;
}

.preferential-activities {
    position: fixed;
    bottom: 170px;
    cursor: pointer;
    left: 0;
    width: 0;
    overflow: hidden;
    transition: all .3s;
}

.bottom-suspension {
    position: fixed;
    z-index: 999;
}

.bottom-suspension-content {
    overflow: hidden;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    height: 152px;
    transition: width .3s;
}

.bottom-suspension-content>div {
    position: relative;
    height: 132px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: hsla(225, 89%, 25%, 0.8);
    display: flex;
    justify-content: center;
    z-index: 999;
}

.bottom-suspension-content img:first-child {
    position: absolute;
    top: -20px;
    cursor: pointer;
}

.bottom-suspension-content img:last-child {
    position: absolute;
    right: 26px;
    top: 10px;
    cursor: pointer;
}

.preferential-activities span {
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    position: absolute;
    left: 16px;
    bottom: 12px;
    width: 108px;
    overflow: hidden;
}

.preferential-activities img:first-child {
    width: 160px;
}

.preferential-activities img:last-child {
    width: 8px;
    position: absolute;
    right: 18px;
    bottom: 18px;
}

.right-suspension {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    z-index: 9999;
}

.right-suspension>img {
    cursor: pointer;
}

.right-suspension-content {
    width: 100px;
    height: 290px;
    background: #FFFFFF;
    box-shadow: 0 4px 24px 0 #e0e0e080;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 4px 0;
    padding: 12px 0;
    box-sizing: border-box;
}

.right-suspension-content .title {
    font-weight: 700;
    font-size: 12px;
    color: #4974F5;
    margin-bottom: 8px;
}

.right-suspension-content h3 a {
    width: 76px;
    height: 28px;
    background: #EFF1F8;
    border-radius: 4px;
    font-size: 12px;
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    cursor: pointer;
}

.right-suspension-content h3:hover a {
    background-image: linear-gradient(270deg, #72A5FF 0%, #3C6DFF 100%);
    color: #FFFFFF;
}

.right-suspension-content .time {
    font-size: 12px;
    color: #4974F5;
    margin-bottom: 4px;
}

.right-suspension-content p {
    font-weight: 700;
    font-size: 18px;
    color: #4974F5;
}

.back-top {
    width: 100px;
    height: 32px;
    background: #FFFFFF;
    box-shadow: 0 4px 24px 0 #e0e0e080;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

@-webkit-keyframes colorRight {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 130% 0;
    }
}

@keyframes colorRight {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 130% 0;
    }
}

@-webkit-keyframes borderRotate {
    50% {
        height: 100%;
        width: 0;
    }

    100% {
        height: 100%;
        width: 100%;
    }
}

@keyframes borderRotate {
    50% {
        height: 100%;
        width: 0;
    }

    100% {
        height: 100%;
        width: 100%;
    }
}

.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, #3961f4 0%, #5b83f7 100%);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    box-shadow: 0 2px 8px 0 #4974f533;
    border-radius: 4px;

}

.hvr-rectangle-out:active,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:hover {
    color: #fff
}

#LRdiv0 {
    display: none !important;
}

.qa {
    height: 668px;
    background: url("../images/bg11.png") no-repeat;
    background-size: 100% 100%;
    padding: 60px 0;
    box-sizing: border-box;
}

.qa-container {
    display: flex;
}

.qa>h3 {
    font-weight: 700;
    font-size: 36px;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
}

.qa-container>img {
    width: 331px;
    height: 386px;
    margin-right: 23px;
}

.qa-list {
    display: flex;
    width: 844px;
    height: 468px;
    background: #FFFFFF;
    flex-wrap: wrap;
}

.qa-list>li {
    width: 422px;
    box-sizing: border-box;
    padding: 32px 0 8px 32px;
    height: 234px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}

.qa-list>li:nth-child(-n+2) {
    border-bottom: 1px solid #D9D9D9;
}

.qa-list>li:nth-child(3),
.qa-list>li:nth-child(1) {
    border-right: 1px solid #D9D9D9;
}

.qa-list>li h4 {
    display: flex;
    font-weight: 700;
    font-size: 20px;
    color: #222222;
    align-items: center;
}

.qa-list>li span {
    width: 20px;
    height: 20px;
    background: #4974F5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
    margin-right: 8px;
}

.qa-list>li p {
    font-size: 14px;
    color: #999999;
    margin-top: 9px;
    line-height: 24px;
}
.qa-list>li font{
    color:#4974F5;
}
.private-service {
    width: 156px;
    height: 48px;
    background: #EFF3FF;
    border: 1px solid #4974F5;
    border-radius: 2px;
    font-size: 16px;
    color: #4974F5;
    box-sizing: border-box;
    margin-right: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.private-service>img:first-child,
.other-services>img:first-child {
    display: none;
}

.other-services {
    width: 156px;
    height: 48px;
    background: #EFF3FF;
    border: 1px solid #4974F5;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 16px;
    color: #4974F5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.private-service:hover>img:first-child,
.other-services:hover>img:first-child {
    display: block;
}

.private-service:hover,
.other-services:hover {
    width: 156px;
    height: 48px;
    background: #4974F5;
    border: 1px solid #4974F5;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    transition: all .3s;
}

.private-service:hover>img:last-child,
.other-services:hover>img:last-child {
    display: none;
}

.other-services>img,
.private-service>img {
    height: 20px;
    width: 20px;
    margin-right: 8px;
}

.qa-list>li>div:last-child {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 417px;
    height: 91px;
    background-image: linear-gradient(180deg, #ffffffeb 0%, #FFFFFF 100%);
    padding-bottom: 32px;
    justify-content: center;
    align-items: flex-end;
}

.qa-list>li:hover>div:last-child{
    display: flex;
}

.form-input {
    width: 216px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 12px;
}

.form-input input {
    font-size: 12px;
    color: #333;
    width: 100%;
    height: 100%;
}

input::placeholder {
    font-size: 16px;
    color: #999999 !important;
}

.form-input>img:first-child {
    margin-right: 12px;
}

.form-input .tel {
    width: 220px;
}

.form-input button {
    background: none;
    font-size: 16px;
    color: #4974F5;
    width: 100%;
    text-align: right;
}

.form-input input:last-child {
    margin-bottom: 0;
}

.form-input input::placeholder {
    font-size: 12px;
    color: #8C8C8C;
}

.form-input select {
    appearance: none;
    background: none;
    width: 254px;
    margin-right: 29px;
    border: none;
    color: #666666;
}

.form-input select option::selection {
    background: #d3d3d3;
    color: #555;
}

.form-input select option::-moz-selection {
    background: #d3d3d3;
    color: #555;
}

.form-input select option::-webkit-selection {
    background: #d3d3d3;
    color: #555;
}

.form-input select option {
    height: 50px;
    border: 1px solid #d9d9d9;
    padding: 15px 0;
    background-color: none;
    line-height: 40px !important;
}

.city-select {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .12);
    border: 1px solid #e4e7ed;
    height: 0;
    width: 291px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    left: 0;
    top: 49px;
    z-index: 9999;
    opacity: 0;
    padding-right: 2px;
    transition: all .3s;
}

.el-select-dropdown__list {
    height: 288px;
    padding: 5px 0;
    box-sizing: border-box;
    overflow-y: scroll;
}

.el-select-dropdown__list::-webkit-scrollbar {
    background: #fff;
    width: 6px;
}

.el-select-dropdown__list::-webkit-scrollbar-thumb {
    width: 6px;
    height: 99.5px;
    background: rgba(222, 223, 225, .8);
    border-radius: 4px;
}

.el-select-dropdown__list li {
    color: #606266;
    padding-left: 20px;
    box-sizing: border-box;
    height: 34px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
}

.el-select-dropdown__list li:hover {
    background: #ebf0f7;
}

.form-input .city-icon {
    width: 16px;
    height: 16px;
    transition: all .5s;
}

.fast-registration-channel {
    height: 604px;
    background-image: linear-gradient(0deg, #FFFFFF 0%, #F5F9FF 100%);
    padding: 60px 0;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fast-registration-channel h2 {
    font-weight: 700;
    font-size: 36px;
    color: #222222;
    text-align: center;
    margin-bottom: 32px;
}

.fast-form {
    width: 1200px;
    background: #FFFFFF;
    padding-top: 40px;
    box-sizing: border-box;
    box-shadow: 0 0 16px 0 hsla(0, 0%, 0%, 0.06);
}

.option-form {
    display: flex;
    font-size: 16px;
    color: #555555;
    padding-left: 42px;
    margin-bottom: 21px;
    box-sizing: border-box;
}

.option-business-address {
    margin-right: 40px;
}

.option-business-address img {
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-right: 8px;
}

.option-business-address>span {
    display: flex;
    align-items: center;
}

.option-business-address>span:first-child {
    margin: 0 0 0 12px;
}

.option-form>div {
    display: flex;
    align-items: center;
}

.form-input {
    margin-left: 12px;
}

.option-registration-type {
    margin-right: 40px;
}

.input-form {
    margin-left: 41px;
    display: flex;
    width: 1120px;
    height: 48px;
    background: #FFFFFF;
    border: 2px solid #4974F5;
    border-radius: 2px;
    box-sizing: border-box;
    align-items: center;
    padding-left: 17px;
    justify-content: space-between;
  
}

.input-form input {
    font-size: 14px;
    color: #333;
}

.input-form>div {
    width: 264px;
    height: 100%;
    position: relative;
}

.input-form>div::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #D9D9D9;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
}

.input-form>div:nth-child(3):after {
    height: 0;
}

.input-form input {
    height: 100%;
    margin-left: 6px;
    width: 150px;
}

.input-form input::placeholder {
    font-size: 14px;
    color: #8C8C8C;
}

.input-form img {
    vertical-align: sub;
}

.submit-button {
    width: 295px;
    height: 48px;
    background: #4974F5;
    border-radius: 2px;
    font-size: 16px;
    color: #FFFFFF;
}

.code-btn {
    background: hsla(225, 100%, 89%, 0.3);
    border-radius: 2px;
    font-size: 12px;
    color: #4974F5;
    padding: 6px 8px;
}

.registration-benefit {
    display: flex;
}

.registration-benefit img {
    width: 76px;
    height: 76px;
    margin-right: 16px;
}

.registration-benefit>li {
    display: flex;
    width: 300px;
    height: 124px;
    border-right: 1px solid hsla(0, 0%, 59%, 0.1);
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

.registration-benefit>li:last-child {
    border-right: 0;
}

.registration-benefit div {
    font-size: 16px;
    color: #333333;
}

.registration-benefit p {
    font-size: 14px;
    color: #999999;
    margin-top: 3px;
}

.registry-banner {
    width: 1200px;
    height: 144px;
}

.registry-banner>img {
    width: 100%;
    cursor: pointer;
}

.registry-banner>img:last-child {
    display: none;
}

.adress-label1 {
    margin-left: 12px;
}

.adress-label2 {
    margin-left: 24px;
}

.adress-label1 input,
.adress-label2 input {
    margin-right: 8px;
}
.check-box{
    margin-top: 20px;
    margin-left: 35px;
}
.agree span:after{
    top:3px!important;
    left: 3px!important;
}