.personal-container {
    /*height: 4000px;*/
    width: 100%;
    background-image: url("../images/personal-2.png");
    /*background-size: 100% 100%;*/
    /*background-position: center center;*/
    position: relative;
    background-repeat: no-repeat;
}
/* 顶部样式 开始 */
.index-container {
    height: 715px;
    position: relative;
    overflow: hidden;
}

.index-container .left-show {
    float: left;
    min-width: 635px;
    margin-left: 172px;
}

.index-container .left-show .title-container {
    padding-top: 180px;
}

.index-container .left-show .desc-line {
    margin-top: 40px;
    display: flex; flex-direction: column;
}

.index-container .right-show {
    /*height: 815px;*/
    position: absolute;
    top: 0px;
    /*right: 0px;*/
    left: 800px;
    width: 45%;
}

.index-container .p-container {
    position: relative;
}

.index-container .p1 {
    font-weight: bold;
    font-size: 68px;
    letter-spacing: 5px;
    color: #3F3F3F;
    white-space: nowrap;
}

.index-container .p2 {
    font-size: 48px;
    margin-left: 20px;
    color: #3F3F3F;
}

.index-container .p-container .notice {
    width: 76px;
    height: 33px;
    line-height: 33px;
    background: #2AB100;
    border-radius: 16px;
    color: #fff;
    font-size: 21px;
    display: inline-block;
    text-align: center;
    position: absolute;
    /*top: 7px;*/
}

.index-container .title-tips {
    font-size: 40px;
    line-height: 66px;
    color: #3F3F3F;
}

.index-container .desc-line li {
    width: 250px;
    line-height: 32px;
    display: inline-flex;
    align-items: center;
    font-size: 24px;
    color: #191919;
    margin-bottom: 16px;
    font-weight: lighter;
}

.index-container .desc-line .li-line {
    display: inline-block;
    width: 13px;
    height: 5px;
    background: #3269E0;
    border-radius: 1px;
    margin-right: 10px;
}

.personal-container .button-container {
    margin-top: 45px;
}

.personal-container .button-container .button {
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: linear-gradient(-83deg, #6A9BFF 0%, #3676FF 100%);
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    outline: none;
    border: 0px;
    padding: 0px 30px;
    width: 340px;
    display: flex;
    align-items: center;
}

.personal-container .button-container .button .logo {
    width: 30px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
}

.personal-container .button-container .button .name {
    display: inline-block;
    vertical-align: middle;
    margin-left: 22px;
}
.phone_btn{ display: none;}
/* 顶部样式 结束 */

/* 中部nav 开始 */
.personal-container .nav {
    width: 80%;
    max-width: 1226px;
    height: 78px;
    background: #DAE1EF;
    border-radius: 42px;
    /*margin: 100px auto 0 auto;*/
    padding: 8px 12px;
    display: flex;
    z-index: 10;
    /*position: fixed;*/
    /*top: 78px;*/
}

.personal-container .nav-container {
    margin-top: 0;
}

.fixed {
    position: fixed;
    top: 78px;
    margin-top: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    /*background: #DAE1EF;*/
}

.fixed .nav {
    box-shadow: 0px 3px 21px 0px rgba(135, 135, 135, 0.47);
}

.personal-container .nav li {
    width: 25%;
    height: 62px;
    font-size: 20px;
    color: #3F3F3F;
    text-align: center;
    line-height: 62px;
    cursor: pointer;
}

.personal-container .nav li.active {
    width: 25%;
    background: #3A79FF;
    border-radius: 37px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

/* 产品介绍 */
.personal-container .item-title {
    font-weight: 800;
    font-size: 30px;
    color: #77A4FD;
    line-height: 35px;
    text-align: center;
    margin-top: 91px;
    margin-bottom: 34px;
}

.personal-container .item-desc {
     max-width: 1226px; 
    text-align: center;
    line-height: 28px;
    margin: 0 auto;
    color: #191919;
    font-size: 16px;
    width: 80%;
    min-width: 320px;
}

.item-block {
    width: 100%;
    height: auto;
}

/* 用户对象 */
.item-usertype {
    width: 1226px;
    height: 612px;
    margin: 0px auto;
    display: flex;
    align-items: center;
}

.item-usertype .usertype-text {
    flex: 1;
    height: 397px;
}

.item-usertype .usertype-text .usertype-text-title {
    font-weight: 800;
    font-size: 30px;
    color: #77A4FD;
    line-height: 35px;
    margin-top: 92px;
    margin-bottom: 30px;
}

.item-usertype .usertype-text .usertype-text-desc {
    color: #191919;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}

.item-usertype .usertype-img {
    width: 636px;
    height: 397px;
}

/* 建模能力 */
.item-create {
    width: 1226px;
    height: 612px;
    margin: 0px auto;
    display: flex;
    align-items: center;
}

.item-create .create-text {
    flex: 1;
    height: 397px;
    padding-left: 190px;
}

.item-create .create-text .create-text-title {
    font-weight: 800;
    font-size: 30px;
    color: #77A4FD;
    line-height: 35px;
    margin-top: 92px;
    margin-bottom: 30px;
}

.item-create .create-text .create-text-desc {
    color: #191919;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}

.item-create .create-img {
    width: 686px;
    height: 273px;
}

/* 预览 */
.item-preview {
    width: 1226px;
    height: 612px;
    margin: 0px auto;
    display: flex;
    align-items: center;
}

.item-preview .preview-text {
    flex: 1;
    height: 397px;
}

.item-preview .preview-text .preview-text-title {
    font-weight: 800;
    font-size: 30px;
    color: #77A4FD;
    line-height: 35px;
    margin-top: 92px;
    margin-bottom: 30px;
}

.item-preview .preview-text .preview-text-desc {
    color: #191919;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}

.item-preview .preview-img {
    width: 879px;
    height: 541px;
    margin-right: -78px;
}

/* 模型库 */
.item-model {
    width: 1226px;
    height: 612px;
    margin: 0px auto;
    display: flex;
    align-items: center;
}

.item-model .model-text {
    flex: 1;
    height: 397px;
    padding-left: 140px;
}

.item-model .model-text .model-text-title {
    font-weight: 800;
    font-size: 30px;
    color: #77A4FD;
    line-height: 35px;
    margin-top: 92px;
    margin-bottom: 30px;
}

.item-model .model-text .model-text-desc {
    color: #191919;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}

.item-model .model-img {
    width: 867px;
    height: 476px;
}

.personal-container .function-container {
    margin-top: 114px;
}

.personal-container .function-container .list {
    width: 1226px;
    display: flex;
    flex-wrap: wrap;
    /*column-gap: 29px;*/
    margin: 78px auto 0;
    justify-content: space-between;
}

.personal-container .function-container .list li {
    height: 449px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #CFDCF7;
    margin-bottom: 30px;
    width: calc(33.3% - 15px);
}

.personal-container .function-container .list li .img-container {
    padding: 0 12px;
    /*width: 358px;*/
    height: 240px;
    background: #CFDCF7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.personal-container .function-container .list li img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}


.personal-container .function-container .list li .title {
    color: #000001;
    margin-left: 30px;
    margin-top: 25px;
    font-weight: bolder;
    font-size: 24px;
}

.personal-container .function-container .list li .desc {
    font-size: 14px;
    color: #191919;
    line-height: 24px;
    width: 304px;
    margin-left: 30px;
    margin-top: 30px;
}

.personal-container .connectBuy {
    width: 1226px;
    height: 260px;
    background: #E9F0FF;
    border-radius: 10px;
    margin: 78px auto 65px;
    display: flex;
    align-items: center;
}

.personal-container .connectBuy .left {
    margin-left: 212px;
}


.personal-container .connectBuy .left .name {
    font-weight: bold;
    font-size: 24px;
    color: #000207;
}

.personal-container .connectBuy .left .info {
    width: 496px;
    height: 51px;
    background: #CDE4FF;
    border-radius: 22px;
    margin-left: 20px;
    display: inline-block;
    line-height: 51px;
    padding-left: 80px;
}

.personal-container .connectBuy .right {
    margin-left: 120px;
    display: flex;
    align-items: center;
}

.personal-container .connectBuy .right span {
    font-size: 24px;
    color: #191919;
    line-height: 30px;
    margin-left: 25px;
}

.personal-container .application-container {
    width: 1226px;
    margin: 78px auto 0;
}

.personal-container .application-container .content-container {
    display: flex;
    margin-top: 58px;
}

.personal-container .application-container .content-container ul {
    display: flex;
    column-gap: 29px;
    flex-wrap: wrap;
    width: 1029px;
    margin: 0px auto;
}

.personal-container .application-container .content-container ul li {
    width: 323px;
    height: 293px;
    background: #E1EBFF;
    border-radius: 30px;
    border: 1px solid #CFDCF7;
    margin-bottom: 39px;
    padding: 20px 36px 0 36px;
}

.personal-container .application-container .content-container ul .tit1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.personal-container .application-container .content-container ul .img-container {
    width: 188px;
    height: 65px;
    background-image: url("../images/react-bg.png");
}

.personal-container .application-container .content-container ul .img-container img {
    margin-top: 6px;
    margin-left: 12px;
    width: 44px;
    height: 44px;
}

.personal-container .application-container .content-container ul .tit1 span {
    color: #9BA4B2;
    font-size: 12px;
}

.personal-container .application-container .content-container ul .tit2 {
    display: flex;
    align-items: center;
}

.personal-container .application-container .content-container ul .tit2 .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #3A79FF;
    border-radius: 1px;
}

.personal-container .application-container .content-container ul .tit2 .name {
    font-size: 24px;
    color: #384047;
    margin-left: 10px;
}

.personal-container .application-container .content-container ul .tit3 {
    color: #5d5d5d;
    margin-top: 20px;
    line-height: 28px;
    font-size: 14px;
}

.color-blue {
    color: #77A4FD;
}

.connect-us {
    position: fixed;
    bottom: 268px;
    right: 30px;
    /*width: 245px;*/
    display: inline-flex;
    justify-content: space-between;
    font-size: 14px;
    text-align: center;
    background: #fff;
}

.connect-us .connect-client {
    position: absolute;
    right: 78px;
    top: 73px;
    background: #3A79FF;
    color: #fff;
    white-space: nowrap;
    padding: 10px 20px;
    border-radius: 4px;
    opacity: 0;
}

.connect-us .connect-left {
    width: 165px;
    background-color: #ffffff;
    box-shadow: 0px 0px 2px 2px rgba(8, 8, 8, 0.1);
    border-radius: 4px;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    right: 78px;
    top: 0px;
}

.connect-us .connect-left .left-top {
    color: #ffffff;
    background: #3A79FF;
    height: 73px;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.connect-us .connect-left .left-person-icon {
    width: 19px;
    height: 19px;
    margin: 8px auto;
}

.connect-us .connect-left .left-person {
    color: #3A79FF;
}

.connect-us .connect-left .left-code-img {
    width: 125px;
    height: 125px;
    margin: 5px auto 10px;
}


.connect-us .connect-right {
    width: 68px;
    height: 146px;
    border-radius: 4px;
    /*overflow: hidden;*/
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 2px 2px rgba(8, 8, 8, 0.1);
    cursor: pointer;
    user-select: none;
    position: relative;
}

.connect-us .connect-right .conncet-service {
    flex: 1;
    /*background: #3A79FF;*/
    color: #000000;
}

.connect-us .connect-right .conncet-service .img {
    width: 21px;
    height: 20px;
    display: block;
    margin: 16px auto 6px;
    background: gray;
    border: none;
    background: url("/images/connect-service-1.png");
}

.connect-us .connect-right .conncet-service:hover .connect-left {
    opacity: 1;
}

.connect-us .connect-right .conncet-service:hover {
    background: #3A79FF;
    color: #fff;
}

.connect-us .connect-right .conncet-service:hover .img {
    background: url("/images/connect-service-2.png");
}

.connect-us .connect-right .download {
    flex: 1;
    background: #ffffff;
    color: #333333;
    display: block;
}

.connect-us .connect-right .download:hover .connect-client {
    opacity: 1;
}

.connect-us .connect-right .download .img {
    width: 25px;
    height: 21px;
    display: block;
    margin: 15px auto 6px;
    background: url("/images/clienticon.png") center center;
    background-size: 100% 100%;
}

.connect-us .connect-right .download:hover {
    background: #3A79FF;
    color: #fff;
}

.connect-us .connect-right .download:hover .img {
    background: url("/images/client-icon-2.png") center center;
}


