/**
##
#	Project: PHPDISK File Storage Solution
#	This is NOT a freeware, use is subject to license terms.
#
#	Chinese Website: http://www.phpdisk.com
#
#	International Website: http://www.phpdisk.net
#
#	Author: Along ( admin@phpdisk.com )
#
#	$Id: index.css 53 2024-08-02 11:51:45Z along $
#
#	Copyright (C) 2008-2083 PHPDisk Team. All Rights Reserved.
#
##
*/

.index-title h2 {
  margin: 20px 0;
  font-weight: bold;
  font-size: 36px;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 792px) {
  .index-title h2 {
    margin: 10px 0;
    font-size: 18px;
  }
}
.index-DM-type {
  padding: 50px 0 80px;
  background-color: #f2f5fa;
}
.index-DM-type .type-content {
  position: relative;
}
.index-DM-type .type-content .type-wrap {
  overflow: hidden;
}
.index-DM-type .type-content .type-item {
  cursor: pointer;
  position: relative;
  float: left;
  width: 330px;
  height: 334px;
  padding: 0 10px;
  transition: all 0.4s ease;
}
@media screen and (min-width: 1200px) {
  .index-DM-type .type-content .type-item .text {
    opacity: 0;
  }
  .index-DM-type .type-content .type-item.open {
    width: 520px;
    text-align: left;
    color: #fff;
    transition: width 0.4s ease;
  }
  .index-DM-type .type-content .type-item.open > div {
    padding: 140px 30px 20px;
  }
  .index-DM-type .type-content .type-item.open .text {
    transition: all 0.6s ease;
    opacity: 1;
  }
}
.index-DM-type .type-content .type-item h5 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}
.index-DM-type .type-content .type-item .text {
  color: #fff;
  font-size: 16px;
  transition: all 0.6s ease;
}
.index-DM-type .type-content .type-item > div {
  width: 100%;
  height: 100%;
  padding: 215px 30px 20px;
}
.index-DM-type .type-content .item1 > div {
  background: url(../images/bg/b001.jpg) left no-repeat;
}
.index-DM-type .type-content .item2 > div {
  background: url(../images/bg/b002.png) left no-repeat;
}
.index-DM-type .type-content .item3 > div {
  background: url(../images/bg/b003.png) left no-repeat;
}
.index-DM-type .type-content .item4 > div {
  background: url(../images/bg/b004.jpg) left no-repeat;
}
@media screen and (max-width: 1200px) {
  .index-DM-type .type-content .type-item {
    width: 33.3%;
  }
}
@media screen and (max-width: 992px) {
  .index-DM-type .type-content .type-item {
    height: 260px;
  }
  .index-DM-type .type-content .type-item > div {
    padding: 80px 10px 20px;
  }
  .index-DM-type .type-content .type-item h5 {
    font-size: 18px;
  }
  .index-DM-type .type-content .type-item .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .index-DM-type .type-content .type-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
