282 lines
7.0 KiB
CSS
Executable File
282 lines
7.0 KiB
CSS
Executable File
.orico_Page_download {
|
|
width: 100%;
|
|
position: relative;
|
|
height: auto;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
background: #f2f2f2;
|
|
|
|
}
|
|
.orico_Page_download .downloadMain {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
}
|
|
.orico_Page_download .downloadMain .topimg {
|
|
width: 100%;
|
|
position: relative;
|
|
margin-top:3.75rem;
|
|
}
|
|
.orico_Page_download .downloadMain .topimg img {
|
|
width: 100%;
|
|
}
|
|
.orico_Page_download .downloadMain .topimg .banner_title {
|
|
font-size: 3.5rem;
|
|
position: absolute;
|
|
left: 0;
|
|
width: 100%;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
color: #fff;
|
|
top: 50%;
|
|
height: 56px;
|
|
line-height: 56px;
|
|
margin-top: -28px;
|
|
font-family: "Montserrat-Bold";
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c {
|
|
width: 82%;
|
|
margin: auto;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .search_all {
|
|
background-color: #fff;
|
|
border-radius: 1.5rem;
|
|
margin: auto;
|
|
display: flex;
|
|
font-family: "Montserrat-Medium";
|
|
color: #9e9e9f;
|
|
z-index: 9;
|
|
position: relative;
|
|
padding: 4rem;
|
|
font-size: 1rem;
|
|
margin-top: -96px;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .search_all input {
|
|
padding: 1.4375rem 2rem;
|
|
width: 100%;
|
|
background: none;
|
|
background-color: #f2f2f2;
|
|
border-radius: 2rem;
|
|
outline: none;
|
|
border: none;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .search_all .searchbtn {
|
|
position: absolute;
|
|
cursor: pointer;
|
|
top: 50%;
|
|
margin-top: -0.75rem;
|
|
right: 6rem;
|
|
border: 0;
|
|
background-color: transparent;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .search_all .searchbtn img {
|
|
width: 100%;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .tab {
|
|
margin-top: 4rem;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .tab a{
|
|
width:32%
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .tab .tabit {
|
|
/* width: 27.5rem; */
|
|
font-size: 1.125rem;
|
|
padding-top: 1.5625rem;
|
|
padding-bottom: 1.5625rem;
|
|
font-family: "Montserrat-Bold";
|
|
text-align: center;
|
|
border-radius: 0.75rem;
|
|
cursor: pointer;
|
|
position: relative;
|
|
background-color: #fff;
|
|
color: #000;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .tab .on {
|
|
background-color: #004bfa;
|
|
color: #fff;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .tab .on::after {
|
|
content: "";
|
|
position: absolute;
|
|
bottom: 0;
|
|
transform: rotate(45deg);
|
|
background-color: #004bfa;
|
|
left: 50%;
|
|
z-index: 0;
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-bottom: -6px;
|
|
margin-left: -8px;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .softlist {
|
|
margin-top: 2rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .softlist .softit {
|
|
padding: 80px 64px;
|
|
margin-bottom: 24px;
|
|
background-color: #fff;
|
|
border-radius: 24px;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .softlist .softit .left_img {
|
|
width: 320px;
|
|
height: 320px;
|
|
margin-right: 64px;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .softlist .softit .left_img img {
|
|
width: 320px;
|
|
height: 320px;
|
|
border-radius: 12px;
|
|
overflow: hidden;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .softlist .softit .title {
|
|
font-size: 1.125rem;
|
|
font-family: "Montserrat-Bold";
|
|
color: #000;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .softlist .softit .sub_title {
|
|
font-size: 0.875rem;
|
|
margin-top: 0.875rem;
|
|
font-family: "Montserrat-Regular";
|
|
color: #9e9e9f;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .softlist .softit .des {
|
|
line-height: 20px;
|
|
margin-top: 8px;
|
|
font-size: 16px;
|
|
font-family: "Montserrat-Medium";
|
|
color: #000;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .softlist .softit .l_button {
|
|
border-radius: 28px;
|
|
padding: 15px 40px;
|
|
margin-top: 74px;
|
|
display: inline-block;
|
|
font-family: "Montserrat-Bold";
|
|
color: #004bfa;
|
|
background-color: rgba(0, 75, 250, 0.05);
|
|
cursor: pointer;
|
|
}
|
|
.orico_Page_download .downloadMain .page-box {
|
|
text-align: center;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .pagination {
|
|
display: inline-block!important;
|
|
zoom: 1;
|
|
text-align: center;
|
|
color: #555;
|
|
padding-bottom: 2rem!important;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .pagination span {
|
|
padding: 0px 0px;
|
|
display: inline-block;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .pagination li {
|
|
display: inline-block;
|
|
width: 34px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
font-size: 16px;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .pagination li.active {
|
|
background-color: #444444;
|
|
color: #ffffff;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .vidotabs {
|
|
margin-top: 32px;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .vidotabs .hd {
|
|
width: 100%;
|
|
background-color: #fff;
|
|
border-radius: 12px;
|
|
overflow: hidden;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .vidotabs .hd ul {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
padding-left: 40px;
|
|
padding-right: 40px;
|
|
flex-wrap: wrap;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .vidotabs .hd ul li {
|
|
margin-right: 80px;
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
font-size: 16px;
|
|
position: relative;
|
|
cursor: pointer;
|
|
font-family: "Montserrat-Bold";
|
|
color: #000;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .vidotabs .hd ul li a{
|
|
font-weight: bold;
|
|
color: #000;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .vidotabs .hd ul .von {
|
|
border-bottom: 2px solid #004bfa;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .vidotabs .bdconten {
|
|
margin-top: 24px;
|
|
height: auto;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .vidotabs .bdconten ul {
|
|
display: flex;
|
|
align-items: inherit;
|
|
flex-wrap: wrap;
|
|
width: 100%;
|
|
justify-content: space-between;
|
|
flex-direction: row;
|
|
margin-bottom: 1.5%;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .vidotabs .bdconten .video_hotul {
|
|
width:49.2%
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .vidotabs .bdconten .video_hotul dd {
|
|
background-color: #fff;
|
|
border-radius: 24px;
|
|
overflow: hidden;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .vidotabs .bdconten .video_hotul:last-child dd{
|
|
margin-right: 0;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .vidotabs .bdconten .video_hotul dd video {
|
|
width: 100%;
|
|
display: block;
|
|
max-height:390px;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .vidotabs .bdconten .video_hotul dd .htit {
|
|
padding-left: 56px;
|
|
padding-right: 56px;
|
|
height: 114px;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .vidotabs .bdconten .video_hotul dd .htit .htit1 {
|
|
font-family: "Montserrat-Regular";
|
|
color: #000;
|
|
font-size: 16px;
|
|
margin-top: 40px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .vidotabs .bdconten .video_hotul dd .htit .htit2 {
|
|
font-family: "Montserrat-Regular";
|
|
color: #9e9e9f;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
line-clamp: 2;
|
|
overflow: hidden;
|
|
font-size: 14px;
|
|
margin-top: 16px;
|
|
line-height: 20px;
|
|
}
|
|
.orico_Page_download .downloadMain .contact_c .video-empty {
|
|
padding-bottom: 3rem;
|
|
}
|