.left-menu {
  background: #222222;
  font-size: 16px;
}
.null{
	width: 100%;
	float: left;
}
.left-menu .head {
  padding-top: 34px;
  padding-bottom: 20px;
  text-align: center;
}
.left-menu .head .avatar {
  width: 72px;
  height: 72px;
  margin: 0 auto 10px;
}
.left-menu .head .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.left-menu ul li {
  text-align: center;
  border-top: 1px solid #333333;
}
.left-menu ul li a {
  display: block;
  padding: 17px 0;
}
.left-menu ul li a:link,
.left-menu ul li a:visited {
  color: #787878;
}
.left-menu ul li a:hover,
.left-menu ul li a:active {
  color: #aaaaaa;
  background: #3c3c3c;
}
.left-menu ul li.active a {
  color: #e3b37b;
}
@media (max-width: 991px) {
  .left-menu {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .left-menu .head {
    float: left;
    width: 16.66666%;
    padding: 0;
  }
  .left-menu .head .avatar {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-top: 13px;
  }
  .left-menu .head .nick-name {
    display: inline-block;
  }
  .left-menu ul li {
    float: left;
    width: 16.66666%;
    border-top: none;
    border-left: 1px solid #333333;
  }
}
.topbar {
  height: 54px;
  line-height: 54px;
  background: #222222;
  margin-bottom: 1px;
  border-bottom: 1px solid #2c2c2c;
}
.topbar.alarm {
  font-size: 14px;
  color: #e3b37b;
  padding-left: 20px;
  padding-right: 20px;
}
.topbar.alarm .alarm-text span {
  margin-right: 10px;
  font-size: 22px;
  vertical-align: middle;
}
.topbar.alarm .alarm-right .alarm-date {
  font-size: 14px;
  color: #a0a0a0;
  margin-right: 5px;
}
.topbar.sec-title {
  font-size: 16px;
  color: #e3b37b;
  padding-left: 20px;
}
.topbar .yellow-title {
  color: #e3b37b;
  border-bottom: 2px solid #e3b37b;
  padding: 0 34px;
  display: inline-block;
  height: 54px;
}
.topbar.title {
  font-size: 16px;
  color: #e3b37b;
}
.topbar.title .title-box {
  height: 54px;
  float: left;
  padding: 0 34px;
  border-bottom: 2px solid #e3b37b;
}
.topbar .left-item {
  margin-right: 130px;
}
.topbar .right-item {
  float: right;
  margin-right: 30px;
}
.topbar .right-item .date {
  font-size: 12px;
  color: #a0a0a0;
}
.topbar .nav {
  height: 54px;
  font-size: 14px;
}
.topbar .nav ul {
  height: 100%;
  margin-right: 100px;
}
.topbar .nav li {
  float: left;
  height: 100%;
  background: #222222;
  border-bottom: 1px solid #2c2c2c;
}
.topbar .nav li a {
  height: 54px;
  padding: 0 24px;
  color: #a0a0a0;
}
.topbar .nav > li > a > span {
  font-size: 12px;
}
.topbar .nav > li > a:focus,
.topbar .nav > li > a:hover {
  background: #2f2f2f;
}
.topbar .nav-blue > li.active > a,
.topbar .nav-blue > li.active > a:focus,
.topbar .nav-blue > li.active > a:hover {
  color: #fff;
  background-color: #004578;
}
.topbar .nav-yellow > li.active > a,
.topbar .nav-yellow > li.active > a:focus,
.topbar .nav-yellow > li.active > a:hover {
  background: none;
  color: #e3b37b;
  border-bottom: 2px solid #e3b37b;
}
.topbar .nav-yellow > li > a {
  padding: 0 34px;
}
.site-input,
.site-select {
  border: none;
  background: #3c3c3c;
  height: 32px;
  font-size: 12px;
}
.uc-input {
  padding: 7px 10px;
}
.uc-select {
  padding: 0 20px;
}
.right {
  padding-left: 0.25rem;
}
.right .right-wrap {
  background: #1e1e1e;
}
.clearboth {
  clear: both;
}
@media (max-width: 991px) {
  .row .right {
    padding-left: 0;
  }
}
.notice-page .right {
  padding-left: 0;
}
.form-wrap {
  padding: 20px 20px 20px 0;
  background: #1a1a1a;
}
.uc-form .form-group .right-wrap {
  font-size: 12px;
  margin-left: 100px;
  background: none;
}
.uc-form .form-group .right-wrap.with-desc .form-control {
  float: left;
}
.uc-form .form-group .right-wrap.with-desc .desc {
  float: left;
  font-size: 12px;
  color: #858585;
  margin-left: 10px;
  display: inline-block;
  margin-top: 7px;
}
.uc-form .form-group .control-label {
  float: left;
  font-size: 12px;
  font-weight: 500;
  padding-top: 7px;
  margin: 0 1px 0 0;
  text-align: center;
}
.uc-form .form-group .form-control {
  border-color: #3c3c3c;
  background: #3c3c3c;
  height: 32px;
  font-size: 12px;
  padding: 6px 12px;
}
.uc-form .form-group .checkbox-wrap {
  font-size: 12px;
}
.uc-form .btn-wrap {
  margin-left: 100px;
  padding-top: 15px;
}
.uc-form .btn-wrap .process-btn {
  margin-right: 12px;
}
.filter-form {
  position: relative;
}
.filter-form .form-left {
  margin-right: 120px;
}
.filter-form .form-right {
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.filter-form .form-right .operate-btn {
  margin-top: 7px;
  margin-right: 3px;
}
.filter-form .form-group {
  float: left;
  margin-left: 20px;
  display: flex;
}
.filter-form .form-group .control-label {
  width: 70px;
  height: 32px;
  background: #3c3c3c;
}
.filter-form .form-group .form-control {
  width: 190px;
}
.filter-form .form-group select.form-control {
  width: 115px;
}
.filter-form .form-group .checkbox-inline {
  margin-right: 17px;
}
.filter-form .form-group .checkbox-wrap {
  padding-top: 4px;
  line-height: 21px;
  height: 32px;
}
.filter-form .form-group .right-wrap {
  margin: 0;
  float: left;
}
.filter-form .form-group .right-wrap .form-control {
  color: #b5b5b5;
}
.normal-form .group-bind .operate-btn {
  margin-top: 4px;
  margin-left: 12px;
}
.normal-form .form-group .right-wrap .form-control-static {
  color: #939393;
}
.normal-form .form-group .right-wrap select.address-select {
  width: 88px;
  float: left;
  margin-right: 8px;
}
.normal-form .form-group .right-wrap textarea {
  height: 84px;
}
.normal-form .form-group .control-label {
  width: 88px;
  height: 32px;
  margin-right: 12px;
  text-align: right;
}
.normal-form .form-group .checkbox-wrap,
.normal-form .form-group .radio-wrap {
  padding-top: 4px;
  line-height: 21px;
  height: 32px;
}
.normal-form .form-group .form-control {
  width: 467px;
}
.edit-form .form-group .right-wrap .form-control {
  width: 617px;
}
.edit-form .form-group .form-control {
  width: 100%;
}
.edit-form .group-name .right-wrap .form-control {
  width: 304.7px;
}
.edit-form .group-name .right-wrap .radio-inline {
  margin-right: 15px;
}
.edit-form .group-date .right-wrap .form-control {
  width: 143px;
  color: #b9b9b9;
  margin-right: 15px;
}
.edit-form .group-date .checkbox-wrap {
  color: #959595;
}
.edit-form .group-intro .right-wrap textarea.form-control {
  height: 250px;
  resize: none;
}
.profile-form .address-group .address-select {
  margin-bottom: 15px;
}
.profile-form .address-group .address-detail {
  clear: both;
}
.profile-form .group-avatar .control-label {
  margin-top: 7px;
}
.profile-form .group-avatar .avatar {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 10px;
}
.profile-form .group-avatar .avatar img {
  width: 100%;
}
.profile-form .group-phone .phone {
  width: 265px;
  height: 32px;
  float: left;
  position: relative;
  background: #3c3c3c;
}
.profile-form .group-phone .phone .form-control {
  width: 190px;
}
.profile-form .group-phone .phone button {
  position: absolute;
  right: 5px;
  top: 5px;
  margin-top: 0;
  background: #2970b0;
  padding-left: 5px;
  padding-right: 5px;
}
.profile-form .group-phone .ver-code {
  width: 202px;
  float: left;
}
.profile-form .group-phone .ver-code label {
  width: 60px;
}
.profile-form .group-phone .ver-code .form-control {
  width: 130px;
}
.zutu .col {
  margin-bottom: 0.22rem;
  display: flex;
    flex-direction: column;
}
.zutu .img-wrap .inputStyle.check-show,
.zutu .img-wrap .inputStyle.check-show2 {
  display: block;
}
.zutu .img-wrap {
      position: relative;
    overflow: hidden;
    padding-top: 66%;
}
.single-video .img-wrap{
  padding-top: 56%;
}
.single-video .img-wrap .play-btn{
  position: absolute;
  bottom: 14px;
  right: 19px;
}
.img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.single-link img:hover {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.02) !important;
transform: translate3d(-50%, -50%, 0) scale(1.02) !important;
}
.zutu .img-wrap .check {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  overflow: hidden;
}
.zutu .img-wrap .inputStyle {
  position: absolute;
  right: 0;
  z-index: 100;
  background-color: #004578;
  border: 0.02rem solid #004578;
  display: none;
  height: 33px;
  width: 33px;
  text-align: center;
}
.zutu .img-wrap .checkIcon {
  display: none;
  line-height: 25px;
  color: #fff;
  font-size: 26px;
}
.zutu .text-box {
  position: relative;
  padding: 10px 20px 5px 20px;
  color: #bcbcbc;
   /* flex: 1; */
   flex-grow: 1;
  display: flex;
  flex-direction: column;
  user-select: text;
}
.zutu .text-box .single-title {
  font-size: 16px;
  color: #FFF;
  margin-bottom: 0.3rem;
}
.zutu .text-box .info .key-value {
  font-size: 12px;
  margin-bottom: 0.05rem;
}
.zutu .text-box .info .key-value span:nth-of-type(1){
  width: 55px;
  display: inline-block;
  text-align: justify;
  text-align-last: justify;
  margin-right: 5px;
}
.multiple-choice {
  padding: 15px 32px 15px 20px;
  border-bottom: 1px solid #2c2c2c;
  border-top: 1px solid #2c2c2c;
}
.multiple-choice .choice-all-btn {
  font-size: 14px;
  cursor: pointer;
}
.multiple-choice .operate-btn {
  font-size: 14px;
}
.img-wrap .img-check-box {
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 1;
  display: none;
  width: 27px;
  height: 26px;
  background: #004578;
  text-align: center;
}
.leftBox {
  height: 24px;
  line-height: 24px;
  display: inline-block;
}
.leftBox .leftLabel {
  width: 100px;
  cursor: pointer;
}
.leftBox .inputStyle1 {
  position: relative;
  width: 15px;
  height: 15px;
  background-color: #434343;
  text-align: center;
  float: left;
  margin-top: 4px;
  margin-right: 5px;
  
}
.leftBox .checkIcon {
  top: -4px;
  left: 0;
  font-size: 12px;
  width: 15px;
  height: 15px;
  color: #e3b37b;
  display: none;
  position: absolute;
}
.rightBox .choice-count {
  margin-right: 8px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
}
.rightBox .choice-count .nums {
  color: #e3b37b;
}
.rightBox .operate-btn {
  margin-left: 8px;
}
.rightBox .download{
  /*display: none;*/
}
.tab-content-like .tab-pane {
  padding: 44px;
}
.tab-content-like .tab-pane .zutu .single-link {
  background: #313131;
  border: 1px solid #535353;
  /* flex: 1; */
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.tab-content-like .tab-pane .zutu .text-box {
  background: none;
}
.tab-content-like .tab-pane .zutu .text-box .single-title {
  font-size: 14px;
  margin-bottom: 8px;
  min-height: 62px;
  overflow: hidden;
  /* flex: 1; */
  flex-grow: 1;
}
.timeBox div {
  display: inline-block;
}
.timeBox .chooseTime {
  margin-left: 10px;
}
.timeBox .chooseTime .form-control {
  display: inline-block;
  width: 100px;
  height: 32px;
  background: #3c3c3c!important;
}
.chooseTime .resetIcon{
  top: 0;
}
.uc-like-page .mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 111111111;
  background: rgba(0, 0, 0, 0.7);
}
.uc-like-page .mask .win-wrap {
  position: fixed;
  left:30%;
  top: 5%;
  padding: 40px 35px;
  right: 30%;
  z-index: 100;
}
.uc-like-page .mask .win-wrap .close-btn {
  position: absolute;
      right: 8px;
    top: 3px;
}
.uc-like-page .mask .win-wrap .close-btn .iconfont {
  font-size: 30px;
  color: #999fa4;
  cursor: pointer;
}
.uc-like-page .mask .compare-content {
  border: 1px solid #3f3f3f;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.uc-like-page .mask .compare-content .compare-img {
  width: 38%;
}
.uc-like-page .mask .compare-content .compare-img .compare-desc .title {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 70px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.uc-like-page .mask .compare-content .compare-img .compare-desc .key-value-wrap {
  color: #b7b6b6;
  font-size: 14px;
}
.uc-like-page .mask .compare-content .compare-img .compare-desc .key-value-wrap .key-value {
  margin-bottom: 10px;
}
.uc-like-page .mask .compare-content .compare-img .compare-pic {
  width: 100%;
  height:2.5rem;
  overflow: hidden;
  display: flex;
	display: -webkit-flex;
  align-items: center;
  margin-bottom: 10px;
  
}
.uc-like-page .mask .compare-content .compare-img .compare-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.uc-like-page .mask .compare-content .compare-img-wrapper .compare-left-img {
  width: 50%;
  padding:0 10px;
}
.uc-like-page .mask .compare-slider {
  position: relative;
  height: 1rem;
  margin-top:20px;
  padding: 0 50px;
}
.uc-like-page .mask .compare-slider .maskSwiper {
  height: 1rem;
  overflow: hidden;
}
.uc-like-page .mask .compare-slider .maskSwiper .imgItem {
  margin: 0 10px;
  position: relative;
  height: 1rem;
      display: flex;
    display: -webkit-flex;
    overflow: hidden;
    align-items: center;
    width: 100%;
    box-sizing: border-box;

}
.uc-like-page .mask .compare-slider .maskSwiper .imgItem .checkbox-blue {
  position: absolute;
  right: 0;
  z-index: 100;
  background-color: #004578;
  border: 0.02rem solid #004578;
  display: none;
  height: 0.3rem;
  width: 0.3rem;
  top: 0;
  text-align: center;
}
.uc-like-page .mask .compare-slider .maskSwiper .imgItem .checkbox-blue .iconfont {
  display: none;
  position: absolute;
  font-size: 0.15rem;
  left: 0.05rem;
}
.uc-like-page .mask .compare-slider .maskSwiper .imgItem img {
  /*width: 100%;*/
 height: 100%;
 margin: 0 auto;
}
.uc-like-page .mask .compare-slider .btns {
  position: absolute;
  width: 35px;
  height: 100%;
  line-height: 1rem;
  background-color: #152c4b;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
}
.maskSwiper .swiper-slide{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	height: 1rem  !important;
}
.maskSwiper .swiper-wrapper{
	height: 1rem !important;
}
.uc-like-page .mask .compare-slider .left-btn {
  left: 0;
}
.uc-like-page .mask .compare-slider .right-btn {
  right: 0;
}
.nick-name {
	padding-bottom: 5px;
}
.nick-name:hover {
	color: #e3b37b!important;
	border-bottom: 2px #e3b37b solid;
}
.avatar:hover + .nick-name {
	color: #e3b37b!important;
	border-bottom: 2px #e3b37b solid;
}
.noneDataBox{
  background: #1a1a1a;
}
.all-list .all-list-row .col .img-wrap img{
  width: auto!important;
  max-width: 100%;
  height: auto !important;
  max-height: 100%;
}
@media (min-width: 768px){
  .zutu .col.col-sm-4{
    width: 33%;
  }
}

@media (min-width: 992px){
  .zutu .col.col-md-3{
    width: 24.9%;
  }
} 