@charset "utf-8";
/* CSS Document */
/*快捷新闻*/
cs-app, cs-app * {
  box-sizing: border-box;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
}

cs-app {
	margin: auto;
	width: 1000px;
	height: 500px;
}
cs-app cs-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 3em;
}
cs-app cs-tiles {
  height: 344px;
  position: relative;
  color:#FFC400;
  font-size:1.3em;
}
cs-app cs-tiles input {
  display: none;
}
cs-app cs-tiles cs-tile-container {
  display: flex;
  position: absolute;
  height: 85px;
  -webkit-transform: translateX(-50%);
		  transform: translateX(-50%);
  transition: all 0.15s 0.15s;
  z-index: 1000;
}
cs-app cs-tiles cs-tile-container cs-tile {
  background: #36f;
  margin: auto;
  width: 90%;
  height: 80%;
  border-radius: 2px;
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
  position: relative;
  transition: all 0.15s 0.15s, background 0.15s;
}
cs-app cs-tiles cs-tile-container cs-tile:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75);
  background: #668cff;
}
cs-app cs-tiles cs-tile-container cs-tile cs-text {
  transition: all 0.15s 0.15s;
  width: 100%;
  text-align: center;
  line-height: 70px;
  white-space: nowrap;
  text-transform: uppercase;
}
cs-app cs-tiles cs-tile-container cs-tile cs-content {
  transition: all 0.15s, max-height 0s;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  max-height: 0;
}
cs-app cs-tiles cs-tile-container cs-tile .cs-open {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
cs-app cs-tiles cs-tile-container cs-tile .cs-close {
  cursor: pointer;
  transition: all 0.15s;
  position: absolute;
  opacity: 0;
  top: 25px;
  right: 25px;
  -webkit-transform: rotateZ(45deg) translateX(-50%) translateY(-50%);
		  transform: rotateZ(45deg) translateX(-50%) translateY(-50%);
  font-size: 25px;
}
cs-app cs-tiles input:checked + cs-tile-container {
  transition: all 0.25s;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
		  transform: translateX(-50%) translateY(-50%);
  z-index: 10000;
}
cs-app cs-tiles input:checked + cs-tile-container cs-tile {
  transition: all 0.25s;
  background: #3b3;
  height: 80%;
  width: 80%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
cs-app cs-tiles input:checked + cs-tile-container cs-tile:hover {
  cursor: initial;
}
cs-app cs-tiles input:checked + cs-tile-container cs-tile .cs-open {
  display: none;
}
cs-app cs-tiles input:checked + cs-tile-container cs-tile .cs-close {
  transition: all 0.15s 0.25s;
  opacity: 1;
}
cs-app cs-tiles input:checked + cs-tile-container cs-tile .cs-close:hover {
  transition: all 0.15s;
  opacity: 0.5;
}
cs-app cs-tiles input:checked + cs-tile-container cs-tile cs-text {
  transition: all 0.15s 0.25s;
  font-size: 24px;
  line-height: 50px;
}
cs-app cs-tiles input:checked + cs-tile-container cs-tile cs-content {
  flex: 1;
  transition: all 0.25s 0.4s, max-height 0s 0.4s, flex 0s 0.4s;
  opacity: 1;
  margin-top: 10px;
  pointer-events: initial;
  width: 100%;
  max-height: 1000000px;
  overflow: hidden;
}
/*每块的位置*/
cs-app cs-tile-container:nth-of-type(1) {
  left: calc(0 * 33.334% + 1 * 16.667%);
  top: calc(0 * 85px);
  width: 33.334%;
}
cs-app cs-tile-container:nth-of-type(2) {
  left: calc(1 * 33.334% + 1 * 16.667%);
  top: calc(0 * 85px);
  width: 33.334%;
}
cs-app cs-tile-container:nth-of-type(3) {
  left: calc(2 * 33.334% + 1 * 16.667%);
  top: calc(0 * 85px);
  width: 33.334%;
}
cs-app cs-tile-container:nth-of-type(4) {
  left: calc(0 * 33.334% + 1 * 16.667%);
  top: calc(1 * 85px);
  width: 33.334%;
}
cs-app cs-tile-container:nth-of-type(5) {
  left: calc(1 * 33.334% + 1 * 16.667%);
  top: calc(1 * 85px);
  width: 33.334%;
}
cs-app cs-tile-container:nth-of-type(6) {
  left: calc(2 * 33.334% + 1 * 16.667%);
  top: calc(1 * 85px);
  width: 33.334%;
}
cs-app cs-tile-container:nth-of-type(7) {
  left: calc(0 * 33.334% + 1 * 16.667%);
  top: calc(2 * 85px);
  width: 33.334%;
}
cs-app cs-tile-container:nth-of-type(8) {
  left: calc(1 * 33.334% + 1 * 16.667%);
  top: calc(2 * 85px);
  width: 33.334%;
}
cs-app cs-tile-container:nth-of-type(9) {
  left: calc(2 * 33.334% + 1 * 16.667%);
  top: calc(2 * 85px);
  width: 33.334%;
}
cs-app cs-tile-container:nth-of-type(10) {
  left: calc(0 * 33.334% + 1 * 16.667%);
  top: calc(3 * 85px);
  width: 33.334%;
} 
cs-app cs-tile-container:nth-of-type(11) {
  left: calc(1 * 33.334% + 1 * 16.667%);
  top: calc(3 * 85px);
  width: 33.334%;
}
cs-app cs-tile-container:nth-of-type(12) {
  left: calc(2 * 33.334% + 1 * 16.667%);
  top: calc(3 * 85px);
  width: 33.334%;
}
cs-app cs-title{font-size: 64px;color: red;}
cs-app cs-tiles cs-tile-container cs-tile cs-content p{color:aqua;font-size: 1.5em;}
/*cs-app cs-tiles{border: 2px solid red;}*/
