#c2-container {
  box-sizing: border-box;
  color: #000;
  margin: 0 auto;
  max-width: 1280px;
}

#c2-container.c2-photo .c2-container-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#c2-container.c2-photo .c2-container-inner > li {
  box-sizing: border-box;
  cursor: pointer;
  padding: .75%;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  width: 33.333%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#c2-container.c2-photo .c2-container-inner > li:hover {
  background-color: rgba(110, 110, 110, 0.1);
}

#c2-container.c2-photo .c2-photo-image {
  background-color: rgba(110, 110, 110, 0.4);
  border-radius: 5px;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-bottom: 93%;
}

#c2-container.c2-photo .c2-photo-image .c2-photo-image-inner {
  background: no-repeat center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  -webkit-transition: all .1s ease .1s;
  transition: all .1s ease .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: visible;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#c2-container.c2-photo .c2-photo-image .c2-photo-image-inner video {
  width: 100%;
  height: 100%;
}

#c2-container.c2-photo .c2-photo-image .c2-load {
  opacity: 0;
  -webkit-transition: all .1s ease 0s;
  transition: all .1s ease 0s;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#c2-container.c2-photo .c2-photo-image.c2-state-load .c2-photo-image-inner {
  opacity: 0;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  visibility: hidden;
}

#c2-container.c2-photo .c2-photo-image.c2-state-load .c2-load {
  opacity: 1;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  visibility: visible;
}

#c2-container.c2-photo .c2-photo-image > .c2-user {
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em .5em .5em;
  position: absolute;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

#c2-container.c2-photo .c2-photo-image > .c2-user .c2-user-name {
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#c2-container.c2-photo .c2-photo-image > .c2-user .c2-app-icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120%;
  border-radius: 2px;
  display: block;
  padding-bottom: 10%;
  width: 10%;
}

#c2-container.c2-photo .tw .c2-app-icon {
  background-image: url(../images/logo-tw.png);
}

#c2-container.c2-photo .ig .c2-app-icon {
  background-image: url(../images/logo-ig.png);
}
#c2-container.c2-photo .nophoto{
  display: none;
}
#c2-container.c2-photo .nophoto .c2-photo-image-inner {
  background-image: url(../images/nophoto.jpg);
}

#c2-container.c2-photo .c2-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: .8em 0 .5em;
}

#c2-container.c2-photo .c2-user-icon {
  border-radius: 50%;
  overflow: hidden;
  width: 15%;
  width:2em;
  height:2em;
  background:no-repeat center center #ccc;
  background-size:cover;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#c2-container.c2-photo .c2-user-icon > .c2-user-icon-inner {
  background: no-repeat center center;
  background-color: rgba(110, 110, 110, 0.4);
  background-size: cover;
  padding-bottom: 100%;
  width: 100%;
}

#c2-container.c2-photo .c2-user-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-left: .5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color:#3d4698;
}

#c2-container.c2-photo .c2-user-txt {
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 1em;
  overflow: hidden;
  padding-top: .5em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-top:0;
  margin-top:0;
  text-align: left;
}

#c2-container.c2-text li {
  border-top: 1px solid rgba(100, 100, 100, 0.5);
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

#c2-container.c2-text li:hover {
  background-color: rgba(100, 100, 100, 0.1);
}

#c2-container.c2-text .c2-user-icon {
  background-color: rgba(100, 100, 100, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#c2-container.c2-text .c2-user {
  padding-left: 10px;
}

#c2-container.c2-text .c2-user-name {
  display: block;
  font-weight: bold;
  padding-bottom: .2em;
}

#c2-container.c2-text .c2-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
}

#c2-container.c2-text .c2-size-m .c2-user-txt {
  font-size: 1.2em;
}

#c2-container.c2-text .c2-size-l .c2-user-txt {
  font-size: 1.3em;
  font-weight: bold;
}

#c2-container.c2-rotation {
  padding: 0;
  position: relative;
  width: 300px;
}

#c2-container.c2-rotation a {
  background-color: rgba(100, 100, 100, 0.1);
  display: block;
  font-size: 12px;
  padding: 1em;
  height: calc(37px + 9.5em);
}

#c2-container.c2-rotation ul {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

#c2-container.c2-rotation li {
  color: #333;
  font-size: 14px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  visibility: hidden;
  top: 0;
  left: 0;
}

#c2-container.c2-rotation li.active {
  opacity: 1;
  -webkit-transition: all .3s ease .2s;
  transition: all .3s ease .2s;
  visibility: visible;
}

#c2-container.c2-rotation .c2-user-icon {
  background-color: rgba(100, 100, 100, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#c2-container.c2-rotation .c2-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: .5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#c2-container.c2-rotation .c2-user-name {
  font-size: 12px;
  font-weight: bold;
  padding-left: 1em;
}

#c2-container.c2-rotation .c2-user-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  word-break: break-all;
  height: 7.5em;
}

#c2-container.c2-rotation .c2-user-txt div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

#c2-container.c2-rotation .c2-size-m .c2-user-txt {
  font-size: 1.2em;
}

#c2-container.c2-rotation .c2-size-l .c2-user-txt {
  font-size: 1.3em;
  font-weight: bold;
}

#c2-container .c2-more {
  border: 2px solid #ccc;
  color: #999;
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 3;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#c2-container .c2-more a {
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

#c2-container .c2-more .c2-load {
  opacity: 0;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  visibility: hidden;
  width: 18px !important;
  height: 18px !important;
}

#c2-container .c2-more .c2-load svg circle {
  stroke: #666 !important;
}

#c2-container .c2-more.c2-state-load {
  cursor: default;
}

#c2-container .c2-more.c2-state-load span {
  opacity: 0;
  visibility: hidden;
}

#c2-container .c2-more.c2-state-load .c2-load {
  opacity: 1;
  visibility: visible;
}

#c2-container .c2-more.c2-state-off {
  opacity: 0;
  visibility: hidden;
}

#c2-container .c2-load {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 18%;
  height: 18%;
}

#c2-container .c2-load svg {
  position: absolute;
  top: 0;
  left: 0;
}

#c2-container .c2-load svg circle {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 5px;
}

#c2-container .c2-load .c2-load-base {
  opacity: .2;
}

#c2-container .c2-load .c2-load-loader {
  -webkit-animation: c2load 1s linear 0s infinite;
  animation: c2load 1s linear 0s infinite;
  opacity: .5;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  stroke-dasharray: 150;
  stroke-dashoffset: 100;
}

#c2-container .c2-template {
  display: none;
}

#c2-container.c2-mode-dark {
  color: #fff;
}

#c2-container.c2-mode-dark li {
  color: #fff;
}

#c2-container.c2-mode-dark .c2-more {
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.5);
}

#c2-container.c2-mode-dark .c2-more .c2-load svg circle {
  stroke: rgba(255, 255, 255, 0.5) !important;
}

@media only screen and (max-width: 1280px) {
  #c2-container.c2-photo .c2-user {
    font-size: 1.2vw;
  }
  #c2-container.c2-photo .c2-user-name {
    font-size: 1.2vw;
  }
}

@media only screen and (max-width: 800px) {
  #c2-container.c2-photo .c2-container-inner li {
    width: calc(100% / 3);
    width: calc(100% / 2);
  }
  #c2-container.c2-photo .c2-user {
    font-size: 1.8vw;
  }
  #c2-container.c2-photo .c2-user-icon{
    width:4vw;
    height:4vw;
  }
  #c2-container.c2-photo .c2-user-name {
    font-size: 3.2vw!important;
  }
  #c2-container.c2-photo .c2-user-txt{
    font-size:2.8vw;
  }
  #c2-container.c2-photo .c2-container-inner > li{
    padding:1.25%;
  }
}

@media only screen and (max-width: 480px) {
  #c2-container.c2-photo .c2-container-inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #c2-container.c2-photo .c2-container-inner li {
    padding: 0;
    width: 49%;
  }
  #c2-container.c2-photo .c2-user {
    font-size: 2.5vw;
  }
  #c2-container.c2-photo .c2-user-icon {
    width: 17%;
  }
  #c2-container.c2-photo .c2-user-name {
    /* font-size: 2.5vw; */
  }
  #c2-container.c2-photo .c2-user-txt {
    /* font-size: 2.5vw; */
    margin-bottom: 1.5em;
  }
  #c2-container.c2-photo .c2-more {
    color: #aaa;
    font-size: 3vw;
  }
  #c2-container.c2-text .c2-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
  }
}

@-webkit-keyframes c2load {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes c2load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body {
  background: #ccc;
}

#c2-container {
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  color: #000;
  letter-spacing: 0.05em;
}

#c2-container.c2-mix .c2-container-inner {
  display: block;
  padding-bottom: 30px;
}

#c2-container.c2-mix .c2-container-inner > li {
  box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 25%;
  padding: 0.75%;
  cursor: pointer;
}

#c2-container.c2-mix .c2-container-inner > li.hide {
  display: none;
}

#c2-container.c2-mix .c2-container-inner > li > .inner {
  position: relative;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}

#c2-container.c2-mix .c2-photo-image {
  padding-bottom: 100%;
  background-color: rgba(110, 110, 110, 0.4);
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 1;
}

#c2-container.c2-mix .c2-photo-image .c2-photo-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.1s ease 0.1s;
  transition: all 0.1s ease 0.1s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#c2-container.c2-mix .c2-photo-image .c2-photo-image-inner video {
  width: 100%;
  height: 100%;
}

#c2-container.c2-mix .c2-photo-image .c2-load {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#c2-container.c2-mix .c2-photo-image.c2-state-load .c2-photo-image-inner {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}

#c2-container.c2-mix .c2-photo-image.c2-state-load .c2-load {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}

#c2-container.c2-mix .c2-user {
  width: 100%;
  box-sizing: border-box;
  padding: 2em 0.5em 0.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#c2-container.c2-mix .c2-user .c2-user-name {
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#c2-container.c2-mix .c2-app-icon {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 10%;
  display: block;
  padding-bottom: 10%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  z-index: 1;
}

#c2-container.c2-mix .c2-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8em 20px 0.5em;
}

#c2-container.c2-mix .c2-user-icon {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 12%;
  overflow: hidden;
  border-radius: 50%;
  background: no-repeat center center;
  background-size: cover;
  background-color: rgba(110, 110, 110, 0.4);
}

#c2-container.c2-mix .c2-user-icon > .c2-user-icon-inner {
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

#c2-container.c2-mix .c2-user-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.7em !important;
  font-weight: bold;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#c2-container.c2-mix .c2-user-txt {
  padding: 20px;
  padding-top: 1em;
  font-size: 12px;
  line-height: 1.8;
  overflow: hidden;
  margin-bottom: 1em;
  text-align: left;
}

#c2-container.c2-mix .tw .c2-app-icon {
  background-image: url(../images/logo-tw.png);
}

#c2-container.c2-mix .tw .c2-user-txt {
  padding-top: 0 !important;
}

#c2-container.c2-mix .ig .c2-app-icon {
  background-image: url(../images/logo-ig.png);
}

#c2-container.c2-mix .ig .c2-user {
  display: none;
}

#c2-container.c2-mix .ig .c2-user-txt {
  padding-top: 1.5em;
}

#c2-container.c2-mix .nophoto .c2-photo-image {
  display: none;
}

#c2-container.c2-mix .nophoto .c2-user {
  padding-top: 20px;
}

#c2-container.c2-mix .nophoto .c2-user-icon {
  width: 15%;
}

#c2-container.c2-mix .nophoto .c2-user-name {
  font-size: 14px;
}

#c2-container.c2-mix .nophoto .c2-user-txt {
  font-size: 15px;
}

#c2-container.c2-mix .nophoto.tw .c2-user-txt {
  padding-top: 0em;
}

@media only screen and (max-width: 1280px) {
  #c2-container.c2-photo .c2-user {
    font-size: 1.2vw;
  }
  #c2-container.c2-photo .c2-user-name {
    font-size: 1.2vw;
  }
}

@media only screen and (max-width: 800px) {
  #c2-container.c2-mix .c2-container-inner li {
    width: calc(100% / 3);
  }
  #c2-container.c2-mix .c2-user {
    font-size: 1.8vw;
  }
  #c2-container.c2-mix .c2-user-name {
    font-size: 1.8vw;
  }
}

@media only screen and (max-width: 480px) {
  #c2-container.c2-mix .c2-container-inner li {
    width: 50%;
    padding: 0;
    padding: 1.5vw;
  }
  #c2-container.c2-mix .c2-user {
    font-size: 2.5vw;
    padding: 2vw 3vw 1vw;
  }
  #c2-container.c2-mix .c2-app-icon {
    top: 1vw;
    right: 1vw;
  }
  #c2-container.c2-mix .c2-user-icon {
    width: 17%;
  }
  #c2-container.c2-mix .c2-user-name {
    font-size: 2.5vw;
  }
  #c2-container.c2-mix .c2-user-txt {
    font-size: 3vw;
    margin-bottom: 1.5em;
    padding: 3vw 3vw 3vw !important;
    word-break: break-all;
    line-height: 1.6;
  }
  #c2-container.c2-mix .c2-more {
    font-size: 3vw;
    color: #aaa;
  }
  #c2-container .c2-container-inner li.nophoto .c2-user {
    padding: 5vw 3vw 2vw;
  }
  #c2-container .c2-container-inner li.nophoto .c2-user-name {
    font-size: 3vw;
  }
  #c2-container .c2-container-inner li.nophoto .c2-user-txt {
    padding-top: 3vw;
    font-size: 3.5vw !important;
  }
}

@-webkit-keyframes c2load {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes c2load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
