/* common */
.datadog-background {
    max-width: 1220px;
    margin: 0 auto;
}

.btns {
    font-size: 16px;
}

.sap-data-content .btns .consult-ow {
    display: inline-block;
    height: 37px;
    line-height: 37px;
    border-radius: 19px;
    color: #E4009B;
    font-weight: bold;
    background-color: #fff;
    padding: 0 25px;
    cursor: pointer;
    margin-bottom: 65px;
    margin-right: 24px;
}

.btns .video-introduction {
    display: inline-block;
    height: 37px;
    line-height: 37px;
    border-radius: 19px;
    color: #FFFFFF;
    font-weight: bold;
    /*background-color: #fff;*/
    border: 2px solid  #fff;
    padding: 0 25px;
    cursor: pointer;
}


/*第一部分图片区域 begin*/
.banner {
    width: 100%;
    background-image: url('/img/datadog/datadog_1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-color: #286dff;
}


/*大小/格式/水平居中*/
.sap-data-content {
    max-width: 1360px;
    margin: 0 auto;
}

.sap-data-content .title {
    font-size: 40px;
    font-weight: bold;
    font-family: PingFang SC, PingFang SC;
    text-align: left;
    color: #FFFFFF;
    padding: 63px 0px 23px;
}

.subtitle {
    font-size: 20px;
    font-family: PingFang SC-Regular;
    color: #FFFFFF;
    text-align: left;
    line-height: 30px;
    padding: 0px 0px 43px;
}
/*数以千计的客户热爱并信任 Datadog*/
.data-dog-box1{
    margin-bottom: 75px;
}
.data-dog-title-box1{
    margin: 60px 0px 17px;
}
.data-dog-title{
    font-weight: bold;
    font-size: 35px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;

}
.data-dog-background{
    background: #E5E5E5;
    border-radius: 10px 10px 10px 10px;
    background-color: rgba(229, 229, 229, 0.58);
}
.datadog-img-box{
    padding: 22px 24px;
}

.data-dog-title-box2{
    margin: 64px 0px 22px;
}
.data-dog-title-subheading{
    margin-bottom: 60px;
}
.data-dog-subheading{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.datadog-img-1{

}
.background-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.datadog-title1{
    font-weight: bold;
    font-size: 23px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 17px;
}
.datadog-title2{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
/*无限制指标*/
.data-dog-box2{
    background: #E5E5E5;
    border-radius: 0px 0px 0px 0px;
    background-color: rgba(229, 229, 229, 0.58);
}
.datadog-background-box2{
    padding: 68px 0px;
}
.datadog-btns-box{
    margin-top: 32px;
}
.datadog-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;
}

.data-dog-box3{
    margin: 75px 0px;
}



.requirement-contact {
    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: 65px;
    margin-bottom: 19px;
}

.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;
}
.contact{
    padding-bottom: 65px;
}