/* common */
.meegle-background {
    max-width: 1220px;
    margin: 0 auto;
}

.description .btns {
    font-size: 16px;
}

.btns .video-introduction {
    display: inline-block;
    height: 37px;
    line-height: 37px;
    border-radius: 19px;
    color: #fff;
    font-weight: bold;
    background-color: #E5A414;
    padding: 0 25px;
    cursor: pointer;
}


/*第一部分图片区域 begin*/
.banner {
    width: 100%;
    /*height: 312px;*/
    background-image: url(../img/SealSuite/sealsuite-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-color: #d2e8ff;
}


/*大小/格式/水平居中*/
.sap-data-content {
    max-width: 1375px;
    margin: 0 auto;
}

.sap-data-content .title {
    font-size: 40px;
    font-weight: bold;
    font-family: PingFang SC, PingFang SC;
    text-align: left;
    color: #1B1B1B;
    padding: 63px 0px 23px;
}

.subtitle {
    font-size: 20px;
    font-family: PingFang SC-Regular;
    color: #1B1B1B;
    text-align: left;
    line-height: 30px;
    padding: 0px 0px 34px;
}

.btns-a {
    padding-bottom: 44px;
}

/*什么是 SealSuite？*/
.seal-suite-position {
    margin-top: 63px;
    margin-bottom: 50px;
}

.suite-title {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 35px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 15px;
}

.suite-content {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.data-analysis-tabs {
    margin-bottom: 85px;
}

.data-analysis-tabs .tabs-btns {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: space-between;
}

.tabs-btns .position-text .icon {
    padding: 11px 33px 17px;
}

.icon-box {
    padding: 0px 12px 6px;
}

.text {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

/*一体化解决方案，用于管理和保护工作空间*/
.sealsuite-position {
    margin-bottom: 24px;
}

.partner-content {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    margin-bottom: 30px;
}

.sealsuite-partner-content {
    padding: 140px  0px 0px 51px;
}

.words .title {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 29px;
}


.words .points .point {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom: 18px;
    padding-left: 34px;
    position: relative;
}

.points .point::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/SealSuite/sealsuite-7.png) center / 100% 100%;
}
.img-sealsuite-partner{
    padding-right: 34px;
}

/*终端管理与安全*/

.sealsuite-modify{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
}

.sealsuite-background-color{
    background: #D2E8FF;
    border-radius: 0px 0px 0px 0px;
    background-color: rgba(216,236,252,0.58);
}
.img-sealsuite-partner-1{
    padding: 53px 0px 54px 51px;
}
.sealsuite-partner-content-2{
    padding: 206px 30px 0px 0px;
}
.sealsuite-modify-box{
    margin-top: 55px;
    margin-bottom: 42px !important;
}
.btns-b{
    margin-top: 23px;
}

.seal-suite-title{
    margin-top: 85px;
    margin-bottom: 26px;
}

/*以杰出成就引领您的组织变革*/
.partner-tabs .tabs-btns {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    border-bottom: 1px solid rgba(112, 112, 112, 0.17);
}

.tabs-btns > li {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    font-style: normal;
    text-transform: none;
    position: relative;
    cursor: pointer;
    padding-bottom: 6px;
    text-align: center;
}

.tabs-btns > li.current {
    color: #E5A414;
}

.partner-tabs .tabs-btns > li.current::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background-color: #e5a414;
}

/*设置背景色*/
.deel-background-est {
    border-radius: 30px 30px 30px 30px;
    background: #FDFDFD;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);

}


.partner-content-2 {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    margin-top: 38px;
}

/*设置内容格式*/
.partner-content-2 .meegle-partner-content {
    margin-top: 130px;
    margin-left: 88px;
}

.partner-content-2 .words .title-box {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 23px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom: 15px;
    line-height: 31px
}

.partner-content-2 .words .title-min {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom: 40px;

}

.img-sealsuite-3{
    padding: 21px 46px 13px 0px;
}


/*设置背景色*/
.meegle-title-1 {
    width: 1220px;
    height: 383px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 15px 15px 15px 15px;
}
.meegle-meegle-blank {
    display: flex;
    justify-content: space-between;
    min-width: 100px;
}
/*控制距离*/
.distance {
    margin-bottom: 32px;
}

.adjust-distance {
    margin-top: 122px;
    margin-right: 143px;
}
.adjust-distance-within-1{
    margin-top: 31px;
}
.data-analysis-tabs .tabs-btns-1 {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: space-between;
}

.requirement-contact {
    height: 228px;
    background-color: #e5a414;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.contact-box .title-new {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    font-style: normal;
    text-transform: none;
    margin-top: 50px;
    margin-bottom: 8px;
}
.contact-box .title-new-2 {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
}

.contact-box .contact a {
    display: inline-block;
    padding: 0 32px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border-radius: 18.5px;
    color: #e5a414;
    font-size: 16px;
    background-color: #fff;
}

