/* ------- header ------- */
.header {
background: #fff;
box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
padding:17px 0;
/* height: 70px;
line-height: 70px; */
}
.tuoImg {
width: 182px !important;
height: 75px !important;
position: absolute;
top: -4px !important;
left: 0px !important;
display: none;
}
.logo:hover .tuoImg {
display: block;
}
.logo {
font-size: 28px;
line-height: 36px;
color: #007bf8 !important;
font-weight: bold;
}
.logo img {
width: 36px;
height: 36px;
}
.logo span {
font-size: 28px;
font-weight: bold;
color: #007bf8;
margin-left: 5px;
}
.classify-list {
font-size: 16px;
font-weight: normal;
margin-left: 60px;
}
.classify-list li {
margin-right: 50px;
flex-shrink: 0;
position: relative;
height:70px;
display:flex;
align-items:center;
}
.classify-list li a {
display: block;
line-height: 24px;
}
.classify-list li:hover .father_type {
color: #007bf8;
}
.logo:hover .tuoImg-common {
display: block;
}
.ppt_panel{
box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.09);
position: absolute;
left: -85px;
z-index: 9999;
top: 60px;
padding: 20px 30px 10px 30px;
width: 170px;
background: #fff;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.ppt_panel span{
font-size:13px;
width:74px;
height: 28px;
display:flex;
justify-content:center;
align-items:center;
margin-bottom: 10px;
border-radius:2px;
}
.ppt_panel span a{
display:inline-block !important;
color:#222;
}
.ppt_panel span:hover{
background: #0078F8;
}
.ppt_panel span:hover a{
color:#fff !important;
}
.ppt_panel_box{display:none;}
.classify-list li:hover .ppt_panel_box{
display:block;
}
/* ------- search ------- */
.search-wrap {
border-radius: 4px;
margin: 46px auto 0;
line-height: 30px;
width: 735px;
box-sizing: border-box;
background: #007bf8;
padding: 2px;
/* 隐藏之前的搜?*/
display: none;
}
.search-wrap-box {
background: #fff;
height: 54px;
}
.search-wrap .search-l {
width: 104px;
justify-content: center;
font-size: 14px;
color: #666;
cursor: pointer;
}
.search-wrap .search-l:hover img {
transform: rotate(0);
}
.search-wrap .search-l img {
width: 12px;
height: 12px;
margin-left: 5px;
transform: rotate(180deg);
transition: all 0.2s;
}
.search-wrap .search-input {
border: none;
line-height: 30px;
height: 30px;
border-left: 2px solid #ebebeb;
padding: 0 15px;
flex: 1;
outline: none;
color: #000;
}
.search-wrap .search-r {
border: none;
background: #007bf8;
justify-content: center;
width: 120px;
font-size: 16px;
color: #fff;
font-weight: bold;
height: 100%;
}
.search-wrap .search-r:hover {
background: #3695f9;
}
.search-wrap .search-r img {
width: 36px;
height: 36px;
}
/* ------- 搜索热次 ------- */
.search-word-wrap {
width: 860px;
margin: 16px auto 24px auto;
}
.search-word-wrap .search-title {
color: #999;
line-height: 20px;
display: inline-block;
font-size: 14px;
}
.search-word-list {
max-width: 780px;
display: inline-flex;
flex-wrap: nowrap;
overflow: hidden;
}
.search-word-list li {
/* margin: 0 16px; */
margin-right: 30px;
flex-shrink: 0;
}
.search-word-list li a {
color: #999;
line-height: 20px;
display: block;
font-size: 14px;
cursor: pointer;
}
.search-word-list li a:hover {
color: #007bf8;
}
/* ------- banner ------- */
.banner-list {
margin-bottom: 30px;
height: 400px;
}
.banner-list-wrap {
height: 100%;
}
.layui-carousel > [carousel-item] > .banner-list-item {
transition-duration: 0.8s;
}
.banner-list-item {
height: 100%;
}
.header-wrap h1 {
font-size: 28px;
line-height: 36px;
color: #007bf8 !important;
font-weight: bold;
/* margin-left: 5px; */
margin: 0 0 0 5px !important;
}
.fixed-header h3 {
font-size: 28px;
line-height: 36px;
color: #007bf8 !important;
font-weight: bold;
/* margin-left: 5px; */
margin: 0 0 0 5px !important;
}
.search-wrap-0702 {
display: none;
}
.banner-list-item a {
display: block;
height: 100%;
position: relative;
}
.banner-list-item a img {
position: absolute;
left: 50%;
top: 0;
/* width: 1920px;
margin-left: -960px; */
height: 100%;
}
/* ------- 推荐?------- */
.tj-list {
justify-content: center;
}
.tj-item {
margin-right: 18px;
/* margin: 0 12px; */
}
.tj-list li:nth-child(4n) {
margin-right: 0;
}
.tj-item a {
display: block;
text-align: center;
position: relative;
}
/* .tj-item img {
width: 282px;
height: 160px;
border-radius: 4px;
} */
/* .tj-item p {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 0;
line-height: 160px;
font-size: 22px;
color: #fff;
font-weight: bold;
background: rgba(37, 46, 63, 0.5);
overflow: hidden;
}
.tj-item:hover p {
transition: all 0.2s;
height: 100%;
} */
/* ------- 分类 ------- */
.categoty-list {
padding-top: 62px;
}
.category-item {
margin-bottom: 62px;
}
.category-item:last-child {
margin: 0;
}
.category-item-header {
justify-content: space-between;
margin-bottom: 30px;
}
.category-item-header h2 {
font-size: 24px;
margin-right: 45px;
font-weight: normal;
}
.type-list li {
margin-right: 16px;
}
.type-list li a {
display: block;
background: #f2f2f2;
border-radius: 2px;
line-height: 28px;
color: #666;
padding: 0 10px;
cursor: pointer;
}
.type-list li.active a {
color: #fff;
background: #007bf8;
}
.look-more:hover {
color: #007bf8;
}
.look-more:hover .default-icon {
display: none;
}
.look-more:hover .active-icon {
display: block;
}
.look-more img {
width: 12px;
height: 12px;
}
.template-list {
/* justify-content: space-between; */
/* flex-wrap: wrap; */
}
.template-list li {
flex-shrink: 0;
margin-right: 18px;
position: relative;
border: 1px solid #f0f0f0;
border-radius: 4px;
}
/* .template-list li:nth-child(4n){
margin-right: 0;
} */
.template-list li:hover .template-operate-wrap {
display: block;
}
.template-list li:hover .download-btn {
display: block;
}
.template-list li:hover .collect-btn {
display: block;
}
.download-btn span {
display: inline-block;
width: 65px !important;
}
.collect-btn span {
display: inline-block;
width: 65px !important;
}
.template-pic-box {
position: relative;
width: 100%;
height: 398px;
}
.template-pic {
width: 100%;
height: 100%;
border-radius: 4px 4px 0px 0px;
display: block;
}
.template-title {
text-align: center;
line-height: 44px;
padding: 0 10px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 13px;
}
.template-operate-wrap {
position: absolute;
width: 100%;
height: 100%;
background: rgba(37, 46, 63, 0.5);
left: 0;
top: 0;
box-sizing: border-box;
padding-top: 143px;
border-radius: 4px 4px 0px 0px;
display: none;
}
.download-btn:hover {
background: #3695f9;
}
.collect-btn:hover {
background: #3695f9;
border: none;
}
.down_icon_img {
width: 20px;
height: 20px;
margin-left: 4px;
margin-top: -2px;
}
.collect-icon-img {
width: 20px;
height: 20px;
margin-left: 4px;
margin-top: -2px;
}
.download-btn {
position: absolute;
border: none;
justify-content: center;
font-size: 16px;
color: #fff;
width: 131px;
height: 50px;
background: transparent;
border-radius: 6px;
z-index: 999;
left: 0;
right: 0;
margin: auto;
background: #007bf8;
display: none;
}
.collect-btn {
position: absolute;
justify-content: center;
font-size: 16px;
color: #fff;
width: 131px;
height: 50px;
background: transparent;
border-radius: 6px;
z-index: 999;
left: 0;
right: 0;
margin: auto;
border-radius: 6px;
border: 2px solid #ffffff;
color: #fff;
display: none;
}
.template-item-title {
font-size: 13px;
line-height: 44px;
text-align: center;
}
.template-operate-wrap button {
border: none;
justify-content: center;
font-size: 16px;
color: #fff;
width: 131px;
height: 50px;
margin: 0 auto 16px;
background: transparent;
border-radius: 6px;
}
.template-operate-wrap button.download {
background: #007bf8;
}
.template-operate-wrap button.keep {
border-radius: 6px;
border: 2px solid #ffffff !important;
color: #fff;
}
.template-operate-wrap button:hover {
background: #3695f9;
border: none;
border: 2px solid #3695f9 !important;
}
.collect_text {
letter-spacing: 4px;
}
.template-operate-wrap button span {
width: 65px;
}
.template-operate-wrap button img {
width: 20px;
height: 20px;
margin-left: 4px;
margin-top: 2px;
}
/* ------- 热词搜索 ------- */
.hot-word-wrap {
/* background: #eee; */
padding: 15px 0px;
}
.hot-word-box {
width: 1200px;
margin: 0 auto;
align-items: flex-start;
line-height: 22px;
}
.hot-word-box h3 {
color: #676767;
font-size: 14px;
width: 70px;
flex-shrink: 0;
margin: 10px 0;
}
.hot-word-list {
flex: 1;
flex-wrap: wrap;
}
.hot-word-list li {
margin: 10px 0;
}
.hot-word-list a {
padding: 0 23px;
display: block;
color: #666;
font-size: 12px;
}
.hot-word-list a:hover {
color: #007bf8;
}
/* mwm 新增教程css */
.course-list {
display: flex;
justify-content: space-between;
padding-top: 81px;
}
.course-item {
width: 330px;
background: #ffffff;
border: 1px solid #f2f2f2;
border-radius: 4px;
padding: 26px 20px 32px 20px;
}
.course-item-title {
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 20px;
cursor: pointer;
}
.course-item-list {
font-size: 14px;
font-family: PingFang SC;
font-weight: 400;
color: #333333;
}
.course-item-list li a {
margin-bottom: 22px;
display: flex !important;
align-items: center;
cursor: pointer;
}
.number {
width: 18px;
height: 18px;
border: 1px solid #b4b4b4;
border-radius: 2px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 10px;
}
.course-item-list li a:hover .number {
background-color: #007bf8;
border: 1px solid #007bf8;
color: #fff;
}
.desc {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.course-item-list li a:hover .desc {
color: #007bf8;
}
.seeMore {
font-size: 14px;
font-family: PingFang SC;
font-weight: 400;
color: #848484;
}
.fs14 {
font-size: 14px !important;
}
/********** 搜索?20210701 start **********/
.search-wrap-0701 {
width: 860px;
height: 56px;
background: #ffffff;
border: 2px solid #0078f8;
border-radius: 6px;
margin: 32px auto 0;
position: relative;
}
.search-wrap-0701 .search-box {
display: flex;
align-items: center;
justify-content: center;
}
/* 下拉搜索 */
.search-wrap-0701 .search-box .search-selection {
width: 100px;
height: 56px;
}
.search-wrap-0701 .search-box .search-selection .show-text {
width: 100px;
height: 56px;
line-height: 56px;
font-size: 13px;
color: #666;
text-align: center;
cursor: pointer;
}
.search-wrap-0701 .search-box .search-selection .show-text a {
font-size: 13px;
color: #666;
}
.search-wrap-0701 .search-box .search-selection .show-text i {
display: inline-block;
width: 10px;
height: 10px;
background: url('../imgs/home/home_bottom_icon.png') no-repeat;
background-size: 100% 100%;
margin-left: 5px;
}
.search-wrap-0701 .search-box .search-selection:hover .show-text i {
/* transform: rotate(180deg); */
}
.search-wrap-0701 .search-box .search-selection .hover-wrap {
display: none;
width: 100px;
position: absolute;
top: 56px;
left: 0;
z-index: 200;
box-shadow: 0px 3px 6px rgba(16, 47, 80, 0.06);
}
.search-wrap-0701 .search-box .search-selection .hover-wrap ul {
width: 100px;
background-color: #fff;
padding: 15px 0;
margin-top: 2px;
border-radius: 4px;
}
/* .search-wrap-0701 .search-box .search-selection:hover .hover-wrap{
display: block;
} */
.search-wrap-0701 .search-box .search-selection .hover-wrap li {
padding: 6px 0;
line-height: 18px;
font-size: 13px;
font-weight: 400;
color: #666;
text-align: center;
cursor: pointer;
}
.search-wrap-0701 .search-box .search-selection .hover-wrap li:hover {
background-color: #eff5fc;
color: #0078f8;
}
/* 输入?*/
.search-wrap-0701 .search-box .search-inputwrap {
flex: 1;
height: 56px;
}
.search-wrap-0701 .search-box .search-inputwrap .search-input {
width: 600px;
height: 30px;
line-height: 30px;
border: none;
border-left: 2px solid #ebebeb;
outline: none;
color: #000;
padding: 0 15px;
margin-top: 14px;
}
/* 搜索按钮 */
.search-wrap-0701 .search-box .search-btnwrap {
width: 120px;
height: 56px;
background: #0078f8;
}
.search-wrap-0701 .search-box .search-btnwrap .btn-search {
width: 120px;
display: block;
height: 56px;
line-height: 56px;
background-color: #007bf8;
justify-content: center;
font-size: 16px;
font-weight: bold;
color: #fff;
text-align: center;
background: url('../imgs/home/home_search_icon.png') no-repeat;
background-size: 20px 20px;
background-position: 30px;
text-indent: 30px;
cursor: pointer;
/* letter-spacing: 10px; */
}
.search-wrap-0701 .search-box .search-btnwrap .btn-search:hover {
background-color: #3695f9;
}
.search-wrap-0701 .focus-wrap {
display: none;
width: 860px;
/* height: 420px; */
background: #ffffff;
box-shadow: 0px 3px 6px rgba(16, 47, 80, 0.06);
border-radius: 4px;
position: absolute;
top: 60px;
left: 0;
z-index: 100;
padding: 10px 0;
}
.search-wrap-0701 .focus-wrap .history-wrap {
line-height: 40px;
margin: 0 20px;
font-size: 12px;
font-weight: 400;
color: #969696;
border-bottom: 1px solid #f1f1f1;
overflow: hidden;
}
.search-wrap-0701 .focus-wrap .history-wrap .his-label {
font-size: 12px;
font-weight: 400;
color: #969696;
float: left;
}
.search-wrap-0701 .focus-wrap .history-wrap .his-wrap {
display: flex;
flex-wrap: wrap;
align-items: center;
width: 750px;
white-space: nowrap;
overflow: hidden;
height: 44px;
}
.search-wrap-0701 .focus-wrap .history-wrap .his-wrap .his-list {
display: flex;
flex: 1;
flex-wrap: wrap;
}
.search-wrap-0701 .focus-wrap .history-wrap .his-delete-btn {
border: none;
background: transparent;
margin-left: 10px;
width: 16px;
height: 16px;
}
.search-wrap-0701 .focus-wrap .history-wrap .his-delete-btn img {
width: 100%;
height: 100%;
display: block;
}
.search-wrap-0701
.focus-wrap
.history-wrap
.his-delete-btn
img.delete-active-pic {
display: none;
}
.search-wrap-0701
.focus-wrap
.history-wrap
.his-delete-btn:hover
.delete-default-pic {
display: none;
}
.search-wrap-0701
.focus-wrap
.history-wrap
.his-delete-btn:hover
.delete-active-pic {
display: block;
}
.search-wrap-0701 .focus-wrap .history-wrap .his-wrap li {
margin-right: 20px;
cursor: pointer;
}
.search-wrap-0701 .focus-wrap .history-wrap .his-wrap li:hover {
color: #0078f8;
}
/* .search-wrap-0701 .focus-wrap .hotwords-wrap {} */
.search-wrap-0701 .focus-wrap .hotwords-wrap .hot-label {
height: 38px;
line-height: 38px;
font-size: 12px;
font-weight: 400;
color: #969696;
padding: 0 20px;
}
.search-wrap-0701 .focus-wrap .hotwords-wrap .hot-wrap {
min-height: 300px;
overflow: hidden;
}
.search-wrap-0701 .focus-wrap .hotwords-wrap .hot-wrap li {
height: 30px;
line-height: 30px;
padding: 0 20px;
font-size: 12px;
font-weight: 400;
color: #222222;
cursor: pointer;
}
.search-wrap-0701 .focus-wrap .hotwords-wrap .hot-wrap li:hover {
background-color: #eff5fc;
}
.search-wrap-0701 .focus-wrap .hotwords-wrap .hot-wrap li span {
display: inline-block;
width: 16px;
height: 16px;
line-height: 14px;
color: #fff;
background-color: #cad1d8;
border-radius: 2px;
text-align: center;
text-indent: -1px;
}
.search-wrap-0701 .focus-wrap .hotwords-wrap .hot-wrap li:nth-child(1) span,
.search-wrap-0701 .focus-wrap .hotwords-wrap .hot-wrap li:nth-child(2) span,
.search-wrap-0701 .focus-wrap .hotwords-wrap .hot-wrap li:nth-child(3) span {
background-color: #0078f8;
}
.search-wrap-0701 .focus-wrap .hotwords-wrap .hot-wrap li a {
margin-left: 10px;
}
.search-wrap-0701 .focus-wrap .hotwords-wrap .hot-wrap li:hover a {
color: #0078f8;
}
/********** 搜索?20210701 end **********/
.teaching-list-wrap {
margin: 62px 0;
justify-content: space-between;
}
.teaching-list-header {
line-height: 50px;
justify-content: space-between;
padding: 0 20px;
color: #fff;
}
.teaching-list-ppt-box .teaching-list-header {
background: url(../imgs/teaching_ppt_bg.png) 0 0 no-repeat;
background-size: 100% 100%;
}
.teaching-list-word-box .teaching-list-header {
background: url(../imgs/teaching_word_bg.png) 0 0 no-repeat;
background-size: 100% 100%;
}
.teaching-list-excel-box .teaching-list-header {
background: url(../imgs/teaching_excel_bg.png) 0 0 no-repeat;
background-size: 100% 100%;
}
.teaching-name {
font-size: 20px;
}
.teaching-name img {
width: 25px;
height: 25px;
margin-right: 10px;
}
.teaching-get-more {
color: #fff;
font-size: 14px;
}
.teaching-get-more img {
width: 12px;
height: 12px;
margin-left: 3px;
}
.teaching-get-more:hover {
color: #fff;
opacity: 0.8;
}
.teaching-list {
padding: 20px 20px 14px;
line-height: 36px;
font-size: 14px;
color: #4e4e4e;
}
.teaching-list li {
padding: 0 16px;
border-radius: 2px;
}
.teaching-list li.active {
background: #eff5fc;
}
.teaching-list li:hover {
background: #eff5fc;
}
.teaching-list .teaching-index {
color: #999;
margin-right: 13px;
}
.teaching-list li p {
flex: 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.teaching-list li a {
color: #4e4e4e;
}
.teaching-list li a:hover {
color: #4e4e4e;
}
.link-list-wrap {
padding-top: 20px;
border-top: 1px solid #ebebeb;
}
.link-tab-list {
margin-bottom: 25px;
font-size: 14px;
color: #222;
}
.template-title-text {
width: 210px;
overflow: hidden;
display: flex;
}
.template-item-title {
display: flex;
}
.link-tab-list li {
margin-right: 60px;
cursor: pointer;
}
.link-tab-list li.active {
color: #0078f8;
font-weight: 500;
}
.link-tab-list li:hover {
color: #0078f8;
font-weight: 500;
}
.link-list-wrap .link-list li {
margin: 5px 20px 5px 0;
}
.link-list-wrap .link-list a {
color: #7a7a7a;
display: block;
line-height: 16px;
font-size: 12px;
}
.link-list-wrap .link-list a:hover {
color: #0078f8;
}
.header .header-wrap {
margin: 0 auto;
height: 36px;
/* justify-content: space-between; */
}
.logo {
position: relative;
}
.fill {
flex: 1;
position: relative;
}
.header-type{
align-items: center;
}
/* 982 */
@media screen and (max-width: 1300px) {
.content {
width: 982px;
}
.w{
width:164px !important;
}
.tuoImg {
width: 172px !important;
height: 72px !important;
position: absolute;
top: 0 !important;
left: 2px !important;
display: none;
}
.template-item-title {
width: 210px;
margin: 0 auto;
}
.search-word-wrap .search-title {
width: 70px;
}
.search-word-list {
width: 590px !important;
display: flex;
flex-wrap: wrap !important;
height: 20px;
}
.search-word-wrap {
width: 660px !important;
margin: 16px auto 24px auto;
display: flex;
white-space: nowrap !important;
}
.search-wrap-0701,
.search-wrap-0701 .focus-wrap {
width: 660px !important;
}
.search-wrap-0701 .search-box .search-inputwrap .search-input {
width: 400px !important;
}
.search-wrap-0701 .focus-wrap .history-wrap .his-wrap {
width: 550px !important;
}
#banner-list {
/* width:1440px !important; */
height: 300px !important;
}
.banner-list-item a img {
width: 1440px;
margin-left: -720px;
}
.template-operate-wrap {
padding-top: 104px;
height: 324px;
}
.download-btn {
top: 104px;
}
.collect-btn {
top: 170px;
}
.header .header-wrap {
width: 982px;
margin: 0 auto;
height: 36px;
/* justify-content: space-between; */
}
.template-list li {
flex-shrink: 0;
margin-right: 18px;
}
.teaching-list-box {
width: 310px;
border: 1px solid #ebebeb;
border-radius: 4px;
}
.template-list li a {
display: block;
width: 230px;
/* border: 1px solid #f0f0f0; */
border-radius: 4px;
}
.template-list li:nth-child(5n) {
display: none;
}
.template-pic-box {
position: relative;
width: 100%;
height: 322px;
}
.tj-list li:nth-child(5n) {
display: none;
}
.tj-wrap {
width: 980px;
margin: 0 auto;
}
.tj-item img {
width: 232px;
height: 130px;
border-radius: 4px;
}
.tj-item p {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 0;
line-height: 130px;
font-size: 22px;
color: #fff;
font-weight: bold;
background: rgba(37, 46, 63, 0.5);
overflow: hidden;
}
.tj-item:hover p {
transition: all 0.2s;
height: 100%;
}
}
/* 1198*/
@media screen and (min-width: 1300px) and (max-width: 1590px) {
.search-word-wrap .search-title {
width: 70px;
}
.template-item-title {
width: 260px;
margin: 0 auto;
}
.search-word-list {
width: 690px !important;
display: flex;
flex-wrap: wrap !important;
height: 20px;
}
.search-word-wrap {
width: 760px !important;
margin: 16px auto 24px auto;
display: flex;
white-space: nowrap !important;
}
#banner-list {
height: 320px !important;
}
.search-wrap-0701,
.search-wrap-0701 .focus-wrap {
width: 760px !important;
}
.search-wrap-0701 .search-box .search-inputwrap .search-input {
width: 500px !important;
}
.search-wrap-0701 .focus-wrap .history-wrap .his-wrap {
width: 650px !important;
}
.banner-list-item a img {
width: 1536px;
margin-left: -768px;
}
.template-operate-wrap {
padding-top: 144px;
height: 400px;
}
.download-btn {
top: 140px;
}
.collect-btn {
top: 206px;
}
.template-list li a {
display: block;
width: 284px;
/* border: 1px solid #f0f0f0; */
border-radius: 4px;
}
.teaching-list-box {
width: 384px;
border: 1px solid #ebebeb;
border-radius: 4px;
}
.template-pic-box {
position: relative;
width: 100%;
height: 398px;
}
.template-list li {
margin-right: 18px;
}
.tj-item img {
width: 284px;
border-radius: 4px;
}
.tj-item p {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 0;
line-height: 161px;
font-size: 22px;
color: #fff;
font-weight: bold;
background: rgba(37, 46, 63, 0.5);
overflow: hidden;
}
.tj-item:hover p {
transition: all 0.2s;
height: 100%;
}
}
/* 1322*/
@media screen and (min-width: 1590px) and (max-width: 1720px) {
#banner-list {
height: 360px !important;
}
.header .header-wrap {
width: 1322px;
}
.banner-list-item a img {
width: 1728px;
margin-left: -864px;
}
.template-operate-wrap {
padding-top: 118px;
height: 350px;
}
.download-btn {
top: 116px;
}
.collect-btn {
top: 182px;
}
.template-item-title {
width: 226px;
margin: 0 auto;
}
.template-list li a {
display: block;
width: 248px;
border-radius: 4px;
}
.template-pic-box {
position: relative;
width: 100%;
height: 347px;
}
.template-list li {
margin-right: 18px;
}
.teaching-list-box {
width: 422px;
border: 1px solid #ebebeb;
border-radius: 4px;
}
/* .tj-list li:nth-child(5n){
display:none;
}
.template-list li:nth-child(5n){
display:none;
} */
.tj-wrap {
width: 980px;
margin: 0 auto;
}
.tj-item img {
width: 315px;
border-radius: 4px;
}
.tj-item p {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 0;
line-height: 205px;
font-size: 22px;
color: #fff;
font-weight: bold;
background: rgba(37, 46, 63, 0.5);
overflow: hidden;
}
.tj-item:hover p {
transition: all 0.2s;
height: 100%;
}
}
/* 1502 */
@media screen and (min-width: 1720px) {
#banner-list {
height: 400px !important;
}
.template-item-title {
width: 260px;
margin: 0 auto;
}
.banner-list-item a img {
width: 1920px;
margin-left: -960px;
}
.template-operate-wrap {
padding-top: 144px;
height: 400px;
}
.download-btn {
top: 140px;
}
.collect-btn {
top: 206px;
}
.header .header-wrap {
width: 1502px;
margin: 0 auto;
height: 36px;
/* justify-content: space-between; */
}
.template-list li:nth-child(5n) {
margin-right: 0;
}
.teaching-list-box {
width: 484px;
border: 1px solid #ebebeb;
border-radius: 4px;
}
.template-list li a {
display: block;
width: 284px;
/* border: 1px solid #f0f0f0; */
border-radius: 4px;
}
.template-pic-box {
position: relative;
width: 100%;
height: 398px;
}
.tj-item img {
width: 361px;
border-radius: 4px;
}
.tj-item p {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 0;
line-height: 205px;
font-size: 22px;
color: #fff;
font-weight: bold;
background: rgba(37, 46, 63, 0.5);
overflow: hidden;
}
.tj-item:hover p {
transition: all 0.2s;
height: 100%;
}
.template-list li {
margin-right: 18px;
}
}
/* 1198 */
@media screen and (min-width: 1300px) and (max-width: 1590px) {
.content {
width: 1198px;
margin: 0 auto;
overflow: hidden;
}
.footer-content {
width: 1198px;
margin: 0 auto;
}
.fixed-header-wrap {
width: 1198px;
margin: 0 auto;
/* justify-content: space-between; */
}
.link-box {
width: 1198px;
margin: 0 auto;
line-height: 22px;
align-items: flex-start;
}
.header .header-wrap {
width: 1198px;
}
}
ٶ