.pc body {
    /* height: 100vh;
    width: 100vh; */
    padding: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* background-image: -moz-linear-gradient(0deg, rgb(58, 254, 188) 0%, rgb(0, 221, 253) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(58, 254, 188) 0%, rgb(0, 221, 253) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(58, 254, 188) 0%, rgb(0, 221, 253) 100%); */
}

#activity{
    width: 100%;
    height: 54px;
    background-color: rgb(225,53,41);

}

#activity .img{
    width: 1200px;
    background-image: url("../images/ba65ac23082aecb99bbb62c60dacfc2.jpg");
    background-position: center;
    background-size: contain;
    margin: auto;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav {
    width: 100%;
    height: 118px;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 10;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 4%);
}

.nav .container-1 {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 4rem;
}

.pc .nav .container-1{
    height: 64px;
}

.nav h1 {
    /* width: 100px; */
    height: 26px;
    text-indent: 35px;
    background-image: url('../favicon.png');
    background-size: contain;
    background-position: left center;
    /* margin-left: 4rem;
    margin-top: 5rem; */
    line-height: 26px;
    margin-bottom: 0;
    font-size: 16px;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.nav .we-work-service-icon {
    font-size: 13px;
    color: #0082f0;
    border-radius: 5px;
    border: 1px solid #cae7ff;
    padding: 4px 10px 4px 10px;
    cursor: default;
    position: relative;
    box-sizing: border-box;
}

.nav .anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pc h3.title {
    margin-bottom: 10px;
}

.nav .we-work-service-icon>.icon-wrap svg {
    width: 18px;
    height: 15px;
}

.we-work-service-icon>.icon-wrap {
    margin-right: 5px;
    vertical-align: middle;
}

.nav .login {
    font-family: "PingFangSC,PingFang SC";
    font-weight: 400;
    font-size: 16px;
    color: #2f54eb;
    cursor: pointer;
}

.nav .free-to-use,
.nav .loggedIn {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-left: 16px;
    background: #2f54eb;
    box-shadow: 0 4px 8px 0 rgb(47 84 235 / 24%);
    border-radius: 3px;
    color: #fff;
    padding: 4px 15px;
    cursor: pointer;
}

.nav .loggedIn {
    margin-right: 16px;
    margin-left: 0;
}

.pc .top,
.pc .bottom {
    width: 100%;
    height: 80vh;
    min-height: 1000px;
}

.pc .top {
    /* background-image: url('../images/one.png'); */
    /* background-size: cover;
    background-repeat: no-repeat; */
    padding-bottom: 10px;
    background: linear-gradient(1turn, #fff, #e0e9fa);
}

.pc .bottom {
    background-color: #fff;
    position: relative;
}

.pc .container-1 {
    /* background-color: rebeccapurple; */
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.pc .top>.container-1 {
    padding-top: 118px;
    box-sizing: border-box;
    position: relative;
    /* height: calc(48rem + 64px); */
}

.pc .top .img {
    width: 65rem;
    height: 100%;
    /* background-image: url('../images/first1.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 4rem;
    /* position: absolute;
    bottom: 0;
    left: 1rem; */
}

.pc .top .left {
    background-color: linear-gradient(70deg, rgba(245, 244, 254, .9), #f9fcff 44%, #eef5ff);
    width: 100%;
    /* background-color: yellow; */
}

.pc .top .left .index {
    width: 100vw;
    bottom: 0;
    padding: 34px 60px 0;
}

.pc .top .left .index .index-left {
    width: 50%;
    /* background-color: yellow; */
}

.pc .top .left .index .index-left h3 {
    color: rgba(80, 80, 80, 1);
    font-size: 36px;
    margin-bottom: 20px;
}

.pc .top .left .index .index-left p {
    color: rgba(80, 80, 80, 1);
    font-size: 16px;
    margin-bottom: 20px;
}

.pc .top .left .index .index-left .free-to-use {
    display: inline-block;
    width: 128px;
    height: 48px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(47, 84, 235, 1);
    border-radius: 3px;
    font-size: 16px;
    line-height: 48px;
    box-shadow: 0px 4px 8px 0px rgba(47, 84, 235, 0.24);
    text-align: center;
    cursor: pointer;
}

.pc .nav-left ul{
    margin-left: 20px;
}

.pc .nav-left ul  li a{
    font-size: 14px;
}

.pc .nav-left ul  li a{
    position: relative;
}

.pc .nav-left ul  li a .hot{
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    right: -5px;
    top: 0;
}

.pc .nav-left ul  li a .hot svg{
    width: 100%;
    height: 100%;
}

.pc .nav-left ul  li a:hover{
    color: #2f54eb !important;
}

.HeadPortrait {
    width: 40px;
    height: 40px;
    /* overflow: hidden; */
    border-radius: 50%;
    position: relative;
}

.HeadPortrait img {
    height: 100%;
    border-radius: 50%;
}

.drop-down-box {
    position: absolute;
    top: 40px;
    left: -30px;
    z-index: 9999999;
    padding-top: 12px;
    display: none;
}

.drop-down {
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    position: relative;
}

.HeadPortrait:hover .drop-down-box {
    display: block;
}

.drop-down span {
    display: block;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
    white-space: nowrap;
}

.drop-down span a{
    text-decoration: initial;
    color: #000;
    display: block;
}

.drop-down span a:hover{
    color: #2f54eb;
}

.drop-down span:hover{
    background-color: #ecf5ff;
    color: #2f54eb;
}

.drop-down .arrow {
    top: -6px;
    left: 50%;
    border-width: 6px;
    border-top-width: 0;
    border-color: transparent;
    border-bottom-color: #ebeef5;
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    transform: translate3d(-50%, 0, 0);
}

.drop-down .arrow:after {
    top: 1px;
    margin-left: -6px;
    content: " ";
    border-width: 6px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.menu li{
    position: relative;
}

.menu li .drop-down-box{
    left: 50%;
    top: 0;
    transform: translate3d(-50%, 28px, 0);
}

.menu li:hover .drop-down-box{
    display: block;
}

.free-to-use:hover,
.loggedIn:hover {
    text-decoration: initial;
}

.pc .top .left .index .index-right {
    width: 50%;
}

.pc .top .left .index .index-right .img {
    width: 706px;
    height: 450px;
    background-image: url(../images/index/chayan.png);
    background-position: center;
    background-size: contain;
}

/* .pc .top .left .index .index-right .img1{
    background-image: url(../images/index/def.png);
}

.pc .top .left .index .index-right .img2{
    background-image: url(../images/index/def.png);
}

.pc .top .left .index .index-right .img3{
    background-image: url(../images/index/def.png);
}

.pc .top .left .index .index-right .img4{
    background-image: url(../images/index/def.png);
}

.pc .top .left .index .index-right .img5{
    background-image: url(../images/index/def.png);
}

.pc .top .left .index .index-right .img6{
    background-image: url(../images/index/def.png);
}

.pc .top .left .index .index-right .img7{
    background-image: url(../images/index/def.png);
} */

.pc .top .left ul {
    list-style: none;
    margin-top: 80px;
    display: flex;
    align-items: flex-end;
    padding-right: 10px;
    padding: 0 60px
}

.pc .top .left ul li {
    /* background-color: red; */
    width: 15%;
    /* max-width: 150px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 20px 20px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
    cursor: pointer;
}

.pc .top .left ul li .img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-bottom: 17px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pc .top .left ul li .img svg {
    width: 50%;
    height: 50%;
}

.pc .top .left ul li h5 {
    color: rgba(80, 80, 80, 1);
    font-size: 16px;
    margin-bottom: 13px;
}

.pc .top .left ul li p {
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
}


.pc .top .right {
    /* padding-right: 5rem; */
    display: flex;
    align-items: center;
    position: absolute;
    right: 100px;
    /* transform: translate3d(-50%, 0, 0); */
    top: 9rem;
    opacity: 0;
    transition: all 0.6s;
}

#close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.pc .top .right .login {
    width: 240px;
    height: 280px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}


.pc .top .right .login .login-title {
    padding-top: 29px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.pc .wximg {
    width: 25px;
    height: 20px;
    margin-right: 20px;
}

.pc .login svg {
    width: 100%;
    height: 100%;
}

.pc .login-title span {
    /* width: 18rem; */
    height: 30px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3rem;
    letter-spacing: 0rem;
    color: #383838;
}

.pc .customer-service {
    background-color: #2f54eb;
    width: 40px;
    border-radius: 2px 0 0 2px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    font-size: 14px;
    color: #fff;
    padding: 15px 12px;
    cursor: pointer;
}

.pc .customer-service:hover .img {
    display: block;
}

.pc .customer-service .img {
    width: 182px;
    height: 182px;
    padding: 10px;
    position: absolute;
    left: -182px;
    top: -10px;
    display: none;

}

.pc .customer-service img {
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.pc .middle {
    width: 180px;
    height: 180px;
    margin-bottom: 30px;
}

.pc .erweima {
    width: 100%;
    height: 100%;
}

.pc .right .bottom {
    height: auto;
    min-height: 0;
    background-color: transparent;
}

.pc .right .bottom p,
.pc .right .bottom span {
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1rem;
    letter-spacing: 0rem;
    color: #383838;
    text-align: center;
    margin-bottom: 1rem;
}

.pc .right .bottom a {
    color: #2e85e5;
}

.pc iframe {
    width: 100%;
    height: 100%;
}

/* 轮播图样式 */
.pc .swiper-container {
    width: 70rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pc .swiper-slide {
    text-align: center;
    font-size: 1.125rem;
    /* background: #fff; */

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* -webkit-justify-content: center;
    justify-content: center; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.pc .bottom .bg {
    width: 100%;
    height: 30rem;
    background-image: url('../images/bottom-bg-pc.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    top: 25.5rem;
    left: 0;
}

.pc .bottom .bg2 {
    background-image: url('../images/two.png');
    background-position: center;
    background-size: 102%;
    background-position: 0;
}

.pc .swiper-slide .icon {
    width: 3rem;
    height: 4rem;
    /* background-color: #455cef; */
    margin-bottom: 5rem;
    margin-top: 3rem;
}

.pc .swiper-slide .title {
    font-size: 2rem;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 5rem; */
    letter-spacing: 0rem;
    color: #333333;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    height: auto;
}

.pc .swiper-slide p {
    font-size: 1.125rem;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 3rem; */
    letter-spacing: 0rem;
    color: #333333;
    margin-bottom: 5rem;
}

.pc .swiper-slide .imager {
    width: 56rem;
    height: 30.4rem;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0rem 0rem 1rem 0rem rgba(127, 127, 127, 0.68);
    /* background-color: red; */
}

.pc .problem {
    position: relative;
}

.pc .problem h3 {
    font-size: 28px !important;
    font-weight: normal !important;
}

.are-using {
    padding-top: 60px;
    background-color: #f5f4fe;
}

.are-using ul {
    list-style: none;
    margin: 0;
    margin-bottom: 30px;
    padding: 0 100px;
}

.are-using ul li {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 15px;
}

.are-using ul li .img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    background-image: url(../images/are-using/mq.jpg);
    background-position: center;
    background-size: contain;
}

.are-using ul li span {
    color: #999999;
}

.pc .footer {
    width: 100%;
    height: 8rem;
    background-color: rgba(255, 255, 255, 1);
    color: #999999;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    /* color: #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.pc .footer a {
    margin-left: 2rem;
    /* color: #fff; */
    color: #999999;
    font-size: 14px;
}

.pc .problem h3 {
    font-weight: 700;
    font-size: 1.5rem;
}

.pc .problem p {
    color: #000;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
}

.pc .faq-question {
    font-weight: 500;
    font-size: 14px;
}

.pc .text-muted {
    font-size: 14px !important;
}

.pc .information {
    padding: 0 50px;
}

.pc .information dl {
    width: 30%;
    margin-bottom: 16rem;
    margin-top: 30px;
}

.pc .information dl dt {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}

.pc .information dl dt i {
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(../favicon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.pc .information dl dt span {
    font-weight: normal;
}

.pc .information dl dd {
    color: #999999;
    font-size: 14px;
    text-align: left;
}

.pc .information dl dd p {
    margin-bottom: 5px;
    font-size: 14px;
    color: #999999;
}

.mobile {
    display: none;
}

@media (max-width: 480px) {
    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }
}

.mobile {
    width: 100vw;
    /* height: 100vh; */
    /* background-color: red; */
    position: relative;
    overflow: hidden;
    background-color: rgba(220, 232, 249, 0.5);
}

/* .mobile .bg {
    width: 100%;
    height: 50vh;
    background-color: #5c7cf4;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 60rem 60rem;
} */

.icon {
    display: flex;
    align-items: center;
    text-align: center;
}

.mobile .nav {
    position: fixed;
    height: 55px;
    left: 0;
    top: 0;
    padding: 0 10px;
}

.mobile .nav .container-1 {
    padding: 0;
    margin: 0;
}

.mobile .content {
    margin-top: 55px;
    padding-top: 40px;
}

.mobile .content h2 {
    font-size: 21px;
    font-weight: 600;
    color: rgba(0, 0, 0, .85);
    margin: 0 0 16px;
    text-align: center;
}

.mobile .content p {
    width: 280px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
    line-height: 18px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}

.mobile .content button {
    display: block;
    color: #fff;
    width: 140px;
    height: 37px;
    line-height: 37px;
    margin: 0 auto;
    background: #2f54eb;
    box-shadow: 0 6px 12px 0 rgb(47 84 235 / 24%);
    border-radius: 5px;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    outline: none;
    border: none;
    margin-bottom: 16px;
}

.mobile dl {
    padding: 12px;
    /* margin-bottom: 12px; */
    background: #fff;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 4%);
    border-radius: 8px;
}

.mobile .list {
    padding: 0 16px;
}

.mobile .list .module {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
}

.mobile .list .productImg {
    width: 100%;
    padding: 12px;
}

.mobile .list .productImg img {
    width: 100%;
}

.mobile dl dt {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    margin-right: 12px;
    overflow: hidden;
}

.mobile dl dd {
    width: calc(100% - 60px);
}

.mobile dl dt .img {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile dl dt .img svg {
    width: 50%;
    height: 50%;
}

.mobile dl dd h5 {
    margin-bottom: 6px;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333;
}

.mobile dl dd p {
    text-align: left;
    margin-bottom: 0;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #666;
}

.mobile .are-using {
    padding-top: 40px;
}

.mobile .are-using .title {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(0, 0, 0, .85);
}

.mobile .are-using .text-muted {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
}

.mobile .are-using ul {
    padding: 0;
    margin-bottom: 0;
}

.mobile .are-using ul li {
    width: 33.33%;
    height: 140px;
    margin-right: 0;
    margin-bottom: 0;
}

.mobile .are-using ul li .img {
    margin-bottom: 0;
}

.mobile .bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 73px;
    background: #222;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #555;
    line-height: 16px;
    text-align: center;
}

.mobile .bottom a {
    color: #555;
}

.mobile .customer-service {
    position: fixed;
    right: 0;
    top: 390px;
    padding: 5px 6px;
    height: 100px;
    background: #2f54eb;
    border-radius: 1px 0 0 1px;
    z-index: 1000;
}

.mobile .customer-service p {
    width: 15px;
    line-height: 16px;
    font-size: 14px;
    color: #fff;
    margin-left: 2px;
    margin-top: 5px;
}

.mobile .kefu {
    width: 240px;
    height: 270px;
    background: #fff;
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.mobile .kebg {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.mobile .kefu .head {
    overflow: auto;
}

.mobile .kefu .head img {
    float: right;
    width: 24px;
    height: 24px;
    margin: 10px;
}

.mobile .kefu .img {
    text-align: center;
}

.mobile .kefu .img img {
    width: 160px;
    height: 160px;
    margin-bottom: 8px;

}

.mobile .kefu p {
    text-align: center;
    color: #666;
    font-size: 13px;
}

.mobile .About-us {
    width: 100%;
    background-color: rgb(56, 91, 235);
    padding: 40px 16px 0;
}

.mobile .About-us h3 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.mobile .About-us .figure-container {
    position: relative;
    width: 100%;
    margin: 0 auto 0 auto;
    height: 300px;
    /* box-shadow: 0 0 5px green; */
    overflow: hidden;
}

.mobile .About-us .wrap {
    position: absolute;
    width: 300%;
    z-index: 1;
    display: flex;
    transition: all 0.6s;
}

.mobile .About-us .figure-container .wrap div {
    width: 100%;
    /* background-color: red; */

}

.mobile .About-us .figure-container .wrap div h4 {
    margin: 0 0 8px;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #fff;
}

.mobile .About-us .figure-container .wrap div p {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .85);
}

.mobile .figure-container .buttons {
    /* position: absolute;
    right: 150px;
    bottom:20px; */
    width: 100%;
    /* height: 10px; */
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.mobile .figure-container .buttons span {
    display: inline-block;
    width: 33.33%;
    line-height: 32px;
    height: 32px;
    border: 1px solid hsla(0, 0%, 100%, .24);
    border-left: none;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    background: transparent;
    color: rgb(255, 255, 255);
}

.mobile .figure-container .buttons span.active {
    background: rgb(255, 255, 255);
    color: rgb(47, 84, 235);
}

.mobile .figure-container .buttons span:first-of-type {
    border-left: 1px solid hsla(0, 0%, 100%, .24);
    border-radius: 3px 0 0 3px;
}

.mobile .figure-container .buttons span:last-of-type {
    border-radius: 0 3px 3px 0;
}

.mobile .figure-container .buttons span.on {
    background-color: red;
}