.technology-section .container .technologyDivOne{ box-shadow: 0px 2px 17px 4px rgba(158, 158, 158, 0.15); display: flex; background-color: #fff; } .technology-section .container .technologyDivOne .technologyBackColor1{ background: #96AFDD; } .technology-section .container .technologyDivOne .technologyBackColor2{ background: #E8B396; } .technology-section .container .technologyDivOne .technologyBackColor3{ background: #81CFE2; } .technology-section .container .technologyDivOne .technologyTitle{ width: 166px; height: 100%; padding: 60px 60px; font-size: 16px; font-family: Microsoft YaHei; font-weight: bold; color: #FFFFFF; text-align: center; } .technology-section .container .technologyDivOne .technologyContent{ width: calc(100% - (166px + 182px)); padding-left: 60px; } .technology-section .container .technologyDivOne .technologyContent>div{ font-family: Microsoft YaHei; line-height: 41px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .technology-section .container .technologyDivOne .technologyContent>div:nth-child(1){ font-size: 20px; font-weight: bold; color: #333333; padding-top: 40px; padding-bottom: 20px; cursor: pointer; } .technology-section .container .technologyDivOne .technologyContent>div:nth-child(2){ font-size: 16px; color: #666666; padding-left: 10px; } .technology-section .container .technologyDivOne .technologyButton{ padding: 60px 20px; } .technology-section .container .technologyDivOne .technologyButton .ButtonDownload{ width: 142px; height: 50px; background: #FFFFFF; border: 1px solid #639BFF; border-radius: 10px; text-align: center; line-height: 45px; } .technology-section .container .technologyDivOne .technologyButton .ButtonDownload>span{ margin-left: 10px; font-size: 16px; font-family: Microsoft YaHei; font-weight: 400; color: #639BFF; } @media (max-width: 991px) { .technology-section .container .technologyDivOne .technologyContent{ padding-left: 20px; } } @media (max-width: 414px){ .technology-section .container .technologyDivOne{ display: block; } .technology-section .container .technologyDivOne .technologyTitle{ width: 100%; padding: 20px 0px; font-size: 20px; } .technology-section .container .technologyDivOne .technologyContent{ width: 100%; text-align: center; padding-left: 0px; } .technology-section .container .technologyDivOne .technologyContent>div:nth-child(2){ padding-left: 0px; } .technology-section .container .technologyDivOne .technologyButton{ padding: 30px 20px; text-align: center; } }