@charset "UTF-8";
/*ppt 课件编辑活动*/
.clearaft:after {
  content: '';
  display: block;
  clear: both;
}

.cursor {
  cursor: pointer;
}

.opacity0 {
  opacity: 0;
}

.banner-box {
  height: 240px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 17px 0 rgba(239, 239, 239, 0.5);
  margin-bottom: 16px;
  margin-top: 40px;
}

.banner-box .swiper-box {
  width: 100%;
  max-width: 1200px;
  height: 240px;
  margin: 0 auto;
  position: relative;
}

.banner-box .swiper-box .catalog {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 20px;
  color: #6B89B3;
  background: #F7FAFC;
  border: 1px solid #E1EBFA;
  border-radius: 30px;
  width: 92px;
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.banner-box .swiper-box .catalog .icon-menu5 {
  display: inline-block;
  color: #A3BAD9;
  font-size: 16px;
  margin-right: 4px;
}


.banner-box .swiper-box .arrow-left {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -45px;
  font-size: 36px;
  color: #CAD5E6;
}

.banner-box .swiper-box .arrow-right {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -45px;
  font-size: 36px;
  color: #CAD5E6;
}

.banner-box .swiper-box .arrow-right-disabled {
  opacity: .4;
}

.banner-box .swiper-box .swiper-container {
  width: calc(100% - 100px);
  height: 210px;
  color: #fff;
  text-align: center;
}

.banner-box .swiper-box .swiper-slide {
  height: 100%;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.banner-box .swiper-box .swiper-slide .cover {
  position: relative;
  width: 176px;
  height: 99px;
  margin: 48px auto 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 17px 0 #ebebeb;
  box-shadow: 0 2px 17px 0 #ebebeb;
  border: 1px solid #f2f2f2;
}

.banner-box .swiper-box .swiper-slide .cover .cover-img {
  width: 100%;
  height: 100%;
}

.banner-box .swiper-box .swiper-slide .cover .shade-box {
  height: 80px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  display: none;
}

.banner-box .swiper-box .swiper-slide .cover .icon-fullscreen {
  display: inline-block;
  width: 22px;
  height: 23px;
  background: url("../../images/ppt/fangda.png") no-repeat center;
  background-size: cover;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}

.icon-fullscreen-tag{
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../../images/ppt/fangda.png") no-repeat center;
  background-size: cover;
  cursor: pointer;
}

.banner-box .swiper-box .swiper-slide .cover .tag {
  min-width: 70px;
  height: 22px;
  line-height: 22px;
  padding: 0 16px;
  font-size: 12px;
  color: #FFFFFF;
  background: rgba(0, 153, 255, 0.7);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.banner-box .swiper-box .swiper-slide .num {
  text-align: center;
  font-size: 16px;
  color: #8A8B99;
  line-height: 24px;
}

.banner-box .swiper-box .swiper-slide-visible {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.banner-box .swiper-box .swiper-slide-active {
  top: 0;
  opacity: 1;
}

.banner-box .swiper-box .swiper-slide-active .cover {
  width: 100%;
  height: 138px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #0099FF;
  margin-top: 28px;
  box-shadow: none;
}

.banner-box .swiper-box .swiper-slide-active .cover .shade-box {
  display: block;
}

.banner-box .swiper-box .swiper-slide-active .cover .tag {
  height: 30px;
  line-height: 30px;
}

.banner-box .swiper-box .swiper-slide-active .num {
  color: #0099FF;
}

.banner-box .select-wrap {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 2;
  width: 240px;
}

.banner-box .select-wrap .select-inp {
  width: 240px;
  height: 34px;
  border: 1px solid #E1E1E5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #181E33;
  padding-right: 35px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.container .add-relevancy {
  display: flex;
  align-items: flex-start;
  width: 100%;
  font-size: 0;
  margin-bottom: 6px;
}
.container .add-relevancy label {
  display: inline-block;
  width: 56px;
  line-height: 28px;
  font-size: 13px;
  color: #131B26;
}
.container .add-relevancy .add-box {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 56px);
  font-size: 0;
  color: #8A8B99;
}
.container .add-relevancy .add-box .add-btn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 14px 0 26px;
  border: 1px dashed #DADFE5;
  border-radius: 4px;
  background: #fff url(../../images/ppt/icon-add2.png) 10px center no-repeat;
  background-size: 12px 12px;
  margin: 0 10px 10px 0;
  font-size: 12px;
  color: #8A8B99;
}
.container .add-relevancy .add-box .add-btn:hover {
  color: #3A8BFF;
  border: 1px dashed #3A8BFF;
}
.container .add-relevancy .add-box .list-item {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 14px;
  border: 1px solid #DADFE5;
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  color: #8A8B99;
  margin: 0 10px 10px 0;
  position: relative;
}
.container .add-relevancy .add-box .list-item .item-close {
  display: none;
  position: absolute;
  right: -5px;
  top: -4px;
  z-index: 2;
  width: 16px;
  height: 16px;
  background: url(../../images/ppt/icon-delete2.png) center center no-repeat;
  background-size: 16px 16px;
}
.container .add-relevancy .add-box .list-item:hover {
  border: 1px solid #3A8BFF;
  color: #3A8BFF;
  cursor: pointer;
}
.container .add-relevancy .add-box .list-item:hover .item-close {
  display: block;
}

.container .remark-box .textarea-box {
  padding: 19px 20px;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.container .remark-box .textarea-box:focus-within {
  border: 1px solid #3A8BFF;
}

.container .remark-box .txt-remark {
  width: 100%;
  min-height: 22px;
  font-size: 16px;
  color: #181E33;
  letter-spacing: 0.02px;
  outline: none;
  line-height: 22px !important;
  background: #ffffff !important;
  text-align: left !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  caret-color: #3A8BFF;
}

.container .remark-box .txt-remark .def {
  color: #CED0DA;
}

.container .remark-box .def-color {
  font-size: 16px;
  color: #CED0DA;
}

.container .remark-box .btns {
  display: none;
  margin-bottom: 22px;
  text-align: right;
}

.container .remark-box .btns span {
  font-size: 16px;
  margin-right: 22px;
  cursor: pointer;
}

.container .list-box {
  background: #FFFFFF;
  box-shadow: 0 2px 17px 0 rgba(239, 239, 239, 0.5);
  border-radius: 4px;
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.container .list-box .add-act {
  padding: 20px 30px;
  border-bottom: 1px solid #f2f2f2;
  text-align: left;
  margin-bottom: 10px;
}

.container .list-box .list {
  margin-bottom: 20px;
  padding: 0 2px;
}

.container .list-box .list > li {
  cursor: pointer;
  padding: 0 0 0 92px;
  position: relative;
  min-height: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container .list-box .list > li:hover {
  background: #F7FAFC;
}

.container .list-box .list > li:hover .act-name:hover {
    color: #3A4B87;
}

.container .list-box .list > li:hover .icon-move {
  display: inline-block;
}

.container .list-box .list > li:hover .icon-move:hover:before {
  color: #92bdff;
}

.container .list-box .list > li .icon-move {
  display: none;
  cursor: pointer;
}

.container .list-box .list > li .icon-move:hover{
  color:#92BDFF;
}

.container .list-box .list > li .tag {
  position: absolute;
  top: -4px;
  left: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.container .list-box .list > li .tag-blue {
  background: #4EACF5;
  color: #ffffff;
}

.container .list-box .list > li .tag-gray {
  background: #CCCCCC;
  color: #FFFFFF;
}

.container .list-box .list > li .tag-img {
  width: 42px;
  height: 42px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 20px;
  left: 30px;
}

.container .list-box .list > li .r-info {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 14px;
  padding-top: 14px;
  padding-right: 36px;
  position: relative;
  min-height: 42px;
}

.container .list-box .list > li .r-info .act-name {
  font-size: 14px;
  color: #181E33;
  width: 100%;
  line-height: 24px;
}

.container .list-box .list > li .r-info .l-info {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: calc(100% - 205px);
}

.container .list-box .list > li .r-info .rename {
  display: none;
  margin-bottom: 5px;
}

.container .list-box .list > li .r-info .rename input[type="text"] {
  width: 350px;
  height: 30px;
  white-space: nowrap;
  overflow-x: hidden;
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 7px 1px #75BAFF;
  border-radius: 2px;
  padding: 0 10px;
  outline: none;
  font-size: 14px;
}

.container .list-box .list > li .r-info .rename span {
  color: #999999;
  margin-right: 10px;
  cursor: pointer;
}

.container .list-box .list > li .r-info .tip {
  font-size: 12px;
  color: #A8A8B3;
  line-height: 20px;
  width: 100%;
}

.container .list-box .list > li .r-info .right {
  height: 42px;
  line-height: 42px;
  width: 200px;
  display: inline-block;
  text-align: right;
}

.container .list-box .list > li .r-info .right .icon-move-down {
  margin-right: 32px;
  margin-left: 20px;
}

.container .list-box .list > li .r-info .right .more {
  display: inline-block;
  position: relative;
  height: 42px;
  line-height: 42px;
}

.container .list-box .list > li .r-info .right .more .icon-more {
  font-size: 16px;
  color: #cedef5;
  position: relative;
  top: 12px;
}

.container .list-box .list > li .r-info .right .more:hover .icon-more:before {
  color: #92BDFF;
}

.container .list-box .list > li .r-info .right .more:hover .hover-pop {
  display: block;
}

.container .list-box .list > li .r-info .right .more .hover-pop {
  display: none;
  width: 90px;
  position: absolute;
  top: 35px;
  left: -20px;
}

.container .list-box .list > li .r-info .right .more:hover .hover-pop2 {
  display: block;
}

.container .list-box .list > li .r-info .right .more .hover-pop2 {
  display: none;
  width: 75px;
  position: absolute;
  top: 35px;
  left: -20px;
}

.icon-move-up, .icon-move-down {
  font-size: 14px;
  color: #cedef5;
  cursor: pointer;
  vertical-align: middle;
}

.icon-move-up:before, .icon-move-down:before {
  /*color: #cedef5;*/
}

.marginRight20 {
  margin-right: 20px;
}

.hover-pop {
  background: #FFFFFF;
  box-shadow: 0 2px 12px 0 #B3B3B3;
  border-radius: 6px;
  padding: 6px 0;
  z-index: 1;
}

.hover-pop li {
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #646873;
  cursor: pointer;
  text-align: left;
}

.hover-pop li:hover {
  background: #F5F8FB;
  color: #3B90FF;
}

.hover-pop2 {
  background: #FFFFFF;
  box-shadow: 0 2px 12px 0 #B3B3B3;
  border-radius: 6px;
  padding: 6px 0;
  z-index: 1;
}

.hover-pop2 li {
  padding-left: 15px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #646873;
  cursor: pointer;
  text-align: left;
}

.hover-pop2 li:hover {
  background: #F5F8FB;
  color: #3B90FF;
}

/*签到、投票、选人弹框公共部分 start*/
.popSignIn .popDiv, .popVote .popDiv, .popSelectPerson .popDiv, .popGrade .popDiv, .popDiscuss .popDiv {
  overflow: unset;
}

.popSignIn .popDiv .popHead, .popVote .popDiv .popHead, .popSelectPerson .popDiv .popHead, .popGrade .popDiv .popHead, .popDiscuss .popDiv .popHead, .popStudentBack .popDiv .popHead, .popTimer .popDiv .popHead {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.popSignIn .popDiv .popBottom, .popVote .popDiv .popBottom, .popSelectPerson .popDiv .popBottom, .popGrade .popDiv .popBottom, .popDiscuss .popDiv .popBottom {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.popSignIn .wid640, .popVote .wid640, .popSelectPerson .wid640, .popGrade .wid640, .popDiscuss .wid640 {
  max-height: 600px;
}

.popSignIn .set-box, .popVote .set-box, .popSelectPerson .set-box, .popGrade .set-box, .popDiscuss .set-box {
  text-align: left;
}

.popSignIn .set-box .mui-switch, .popVote .set-box .mui-switch, .popSelectPerson .set-box .mui-switch, .popGrade .set-box .mui-switch, .popDiscuss .set-box .mui-switch {
  margin-left: 22px;
}

.popSignIn .set-box > li, .popVote .set-box > li, .popSelectPerson .set-box > li, .popGrade .set-box > li, .popDiscuss .set-box > li {
  font-size: 14px;
  color: #646873;
  line-height: 20px;
  margin-bottom: 20px;
}

.popSignIn .set-box > li:last-child, .popVote .set-box > li:last-child, .popSelectPerson .set-box > li:last-child, .popGrade .set-box > li:last-child, .popDiscuss .set-box > li:last-child {
  margin-bottom: 0;
}

.popSignIn .set-box > li .gesture-box, .popVote .set-box > li .gesture-box, .popSelectPerson .set-box > li .gesture-box, .popGrade .set-box > li .gesture-box, .popDiscuss .set-box > li .gesture-box {
  width: 220px;
  height: 220px;
  margin: 0 auto 16px;
}

.popSignIn .set-box > li .re-gesture, .popVote .set-box > li .re-gesture, .popSelectPerson .set-box > li .re-gesture, .popGrade .set-box > li .re-gesture, .popDiscuss .set-box > li .re-gesture {
  color: #CED0DA;
  text-align: center;
  cursor: pointer;
}

.popSignIn .set-box .lineh-26, .popVote .set-box .lineh-26, .popSelectPerson .set-box .lineh-26, .popGrade .set-box .lineh-26, .popDiscuss .set-box .lineh-26 {
  line-height: 26px;
}

/*签到、投票、选人弹框公共部分 end*/
/*签到弹框*/
.popSignIn .set-box {
  padding: 30px 30px 20px;
}

.popSignIn .textarea-box .big-ipt {
  padding-right: 14px !important;
}

.popSignIn .btm-set-box {
  padding-top: 0;
  padding-bottom: 27px;
}

.popSignIn .signin-tab {
  text-align: center;
}

.popSignIn .signin-tab .tab-head {
  border-bottom: 1px solid #F2F2F2;
}

.popSignIn .signin-tab .tab-head .tab-t {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  color: #A8A8B3;
  margin-right: 70px;
}

.popSignIn .signin-tab .tab-head .tab-t:last-child {
  margin-right: 0;
}

.popSignIn .signin-tab .tab-head .tab-t span {
  display: block;
}

.popSignIn .signin-tab .tab-head .tab-t .line {
  width: 34px;
  height: 4px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 10px auto 0;
}

.popSignIn .signin-tab .tab-head .tab-t.current {
  color: #181E33;
}

.popSignIn .signin-tab .tab-head .tab-t.current .line {
  background: #3B90FF;
}

.popSignIn .signin-tab .tab-body .tab-list {
  display: none;
}

.popSignIn .pop-signin-content {
  max-height: 467px;
}

.mg-right20 {
  margin-right: 20px;
}

.mg-top20 {
  margin-top: 20px;
}

.mg-left14 {
  margin-left: 14px;
}

.select-wrap {
  margin-right: 10px;
  width: 60px;
  line-height: 36px;
  font-size: 14px;
}

.select-wrap .select-inp {
  cursor: pointer;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E1E1E5;
  border-radius: 2px;
  height: 26px;
}

.select-wrap .select-btn {
  position: absolute;
  right: 8px;
  top: 7px;
  z-index: 3;
  background-size: 100% 100%;
  transform: scale(0.84);
  font-size: 12px;
  cursor: pointer;
  color: #CFD8E5;
}

.mg-btm30 {
  margin-bottom: 30px;
}

.icon-yes, .icon-no {
  display: inline-block;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: url("../../images/data/rename_ico.png") no-repeat;
  overflow: hidden;
  vertical-align: middle;
}

.icon-yes {
  background-position: 0 0;
  margin-left: 14px;
}

.icon-no {
  background-position: -30px 0;
  margin-left: 10px;
}

.popDiv .icon-close {
  font-size: 18px;
  color: #CAD5E6;
}

/*弹框：抢答  start*/
.hide {
  display: none;
}

.quick-answer-pop .wid640 {
  max-height: 600px;
}

.quick-answer-pop .popDiv {
  overflow: unset;
}

.quick-answer-pop .popDiv .popHead {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.quick-answer-pop .popDiv .popBottom {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

/* 设置  start */
.setting {
  padding: 0 30px 30px;
  /* 公共下拉弹窗 */
}

.setting .set-title {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 20px;
}

.setting .set-title .title-icon {
  display: inline-block;
  color: #CAD5E6;
  font-size: 10px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  margin-left: 10px;
}

.setting .set-title.open .title-icon {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.setting .set-hide .switch-con {
  margin-top: 0;
}

.setting .switch-hide {
  background: #F5F7FA;
  border-radius: 4px;
  padding: 20px;
  margin-top: 16px;
}

/*.setting .switch-hide .rank-list {*/
/*  margin-bottom: 16px;*/
/*}*/

.setting .switch-hide .rank-list:last-child {
  margin-bottom: 0;
}

.setting .switch-hide .rank-list .rank-name {
  font-size: 14px;
  color: #646873;
  display: inline-block;
  float: left;
  height: 26px;
  line-height: 26px;
}

.setting .set-bottom {
  margin: 20px 0 0;
}

.setting .set-bottom .time-list {
  margin-right: 14px;
}

.setting .set-bottom .set-auto {
  line-height: 26px;
}

.setting .popList .select-wrap {
  margin-right: 10px;
  width: 60px;
  line-height: 36px;
  font-size: 14px;
}

.setting .popList .select-wrap .select-inp {
  cursor: pointer;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E1E1E5;
  border-radius: 2px;
  height: 26px;
}

.setting .popList .select-wrap .select-btn {
  position: absolute;
  right: 8px;
  top: 7px;
  z-index: 3;
  background-size: 100% 100%;
  transform: scale(0.84);
  font-size: 12px;
  cursor: pointer;
}

.setting .popList .select-wrap .select-btn:before {
  color: #CFD8E5;
}

.setting .popList .unit {
  font-size: 14px;
  color: #646873;
}

.setting .popList #zSelect .select-item {
  text-align: center;
  padding: 10px 0;
}

/* 设置  end */
/*弹框：抢答  end*/
/*弹框：投票  start*/
.popVote .pop-vote-container {
  max-height: 466px;
  overflow-y: auto;
}

.popVote .pop-vote-container .textarea-box .big-ipt {
  padding-right: 14px;
}

.popVote .vote-type-list li {
  display: block;
  margin: 0 auto 20px;
  width: 128px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #E1E1E5;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  font-size: 14px;
  color: #A8A8B3;
  cursor: pointer;
  position: relative;
}

.popVote .vote-type-list li.current {
  background: #3A8BFF;
  color: #FFFFFF;
  border-color: #3A8BFF;
}

.popVote .vote-type-list li:hover {
  background: #EAF0FF;
  border-color: #80B7FF;
  color: #3A8BFF;
}

.popVote .vote-type-list li:hover .bubble {
  display: block;
}

.popVote .vote-type-list li:last-child {
  margin-bottom: 30px;
}

.popVote .vote-type-list li .bubble {
  width: 104px;
  height: 37px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 44px;
  padding: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*弹框：投票  end*/
/*弹框：选人 start*/
.popSelectPerson .set-box {
  padding: 0;
}

.popSelectPerson .pop-select-container {
  max-height: 470px;
}

/*加减数量*/
.add-reduce {
  width: 98px;
  height: 24px;
  line-height: 24px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #EBEBEB;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  margin-right: 10px;
}

.add-reduce i {
  display: inline-block;
  width: 24px;
  height: 24px;
  float: left;
  cursor: pointer;
  line-height: 22px;
}

.add-reduce i:before {
  color: #398bff;
}

.add-reduce .icon-reduce-disable:before {
  color: #ebebeb;
}

.add-reduce input {
  width: 48px;
  height: 24px;
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-size: 14px;
  color: #181E33;
  text-align: center;
  line-height: 24px;
}

/*弹框：选人 end*/
.popDiv .textarea-box, .quick-answer-pop .textarea-box {
  position: relative;
  margin-bottom: 32px;
  padding: 20px 30px 0;
}

.popDiv .textarea-box .big-ipt, .quick-answer-pop .textarea-box .big-ipt {
  display: block;
  width: 580px;
  height: 38px;
  padding: 8px 40px 8px 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #E1E1E5;
  border-radius: 4px;
  outline: none;
  min-height: 36px;
  font-size: 14px;
  color: #181E33;
  line-height: 20px;
}

.popDiv .textarea-box .big-ipt:focus, .quick-answer-pop .textarea-box .big-ipt:focus {
  border: 1px solid #CCDEF3;
  box-shadow: 0 0 4px 0 rgba(117, 186, 255, 0.5);
}

.popDiv .textarea-box .icon-camera, .quick-answer-pop .textarea-box .icon-camera {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 28px;
  right: 44px;
  background: url("../../images/common/icon-camera.png") no-repeat center;
  background-size: cover;
}

.popDiv .textarea-box .icon-camera input[type='file'], .quick-answer-pop .textarea-box .icon-camera input[type='file'] {
  width: 20px;
  height: 20px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

/*弹框中上传图片列表*/
.img-list {
  margin-top: 6px;
}

.img-list > li {
  width: 70px;
  height: 70px;
  border: 2px solid #E1E1E5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  position: relative;
}

.img-list > li:nth-of-type(7n) {
  margin-right: 0;
}

.img-list > li img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.img-list > li .tip {
  height: 26px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}

.img-list > li .tip span {
  font-size: 12px;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}

.img-list > li .w-blue {
  position: absolute;
  left: 0;
  top: 0;
  height: 26px;
  background: rgba(91, 155, 247, 0.8);
}

.img-list > li .icon-del-img {
  width: 20px;
  height: 20px;
  background: url("../../images/common/icon-del-img.png") no-repeat center;
  background-size: cover;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  display: none;
}

.img-list > li:hover .icon-del-img {
  display: block;
}

.img-list .add-box {
  width: 70px;
  height: 70px;
  border: 1px dashed #D4D4D9;
  border-radius: 4px;
  text-align: center;
  font-size: 36px;
  line-height: 68px;
  color: #D4D4D9;
  position: relative;
}

.img-list .add-box .ipt-file {
  width: 70px;
  height: 70px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

/*弹框：全屏 start*/
.popFullScreen .pop-content {
  width: 100%;
  height: 666px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popFullScreen .swiper-div {
  margin: 0 auto;
  width: 1184px;
  height: 666px;
  text-align: center;
  position: relative;
}

.popFullScreen .swiper-container {
  margin: 0 auto;
  width: 1184px;
  height: 666px;
  text-align: center;
  position: relative;
}

.popFullScreen .swiper-container .swiper-slide {
  position: relative;
  width: 1184px;
  height: 666px;
}

.popFullScreen .swiper-container .cover-img {
  width: 100%;
  max-height: 666px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popFullScreen .arrow-left {
  position: absolute;
  left: 33px;
  top: 50%;
  margin-top: -15px;
  font-size: 52px;
  color: #CAD5E6;
}

.popFullScreen .arrow-right {
  position: absolute;
  right: 33px;
  top: 50%;
  margin-top: -15px;
  font-size: 52px;
  color: #CAD5E6;
}

.popFullScreen .arrow-right-disabled {
  opacity: .2;
}

.popFullScreen .icon-close {
  font-size: 28px;
  color: #CAD5E6;
  position: absolute;
  top: 0;
  right: -58px;
  cursor: pointer;
}

/*弹框：全屏 end*/
/*弹框：评分 start*/
.popGrade .pop-grade-container {
  max-height: 470px;
}

.popGrade .border-btm {
  padding-bottom: 20px;
  border-bottom: 1px solid #F2F2F2;
}

.popGrade .switch-tip {
  display: none;
  margin-left: 10px;
}

.popGrade .switch-tip .color-red {
  color: #F33F34;
}

.popGrade .grade-list {
  padding: 20px;
  background: #F7F8F9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  margin-top: 16px;
  font-size: 14px;
  display: none;
}

.popGrade .grade-list .items > li {
  margin-bottom: 20px;
  color: #646873;
  line-height: 34px;
}

.popGrade .grade-list .items > li:hover .btn-del-item {
  display: inline-block;
}

.popGrade .grade-list .ipt-name {
  width: 316px;
  height: 34px;
  background: #FFFFFF;
  border: 1px solid #E1E1E5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-left: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 30px;
  font-size: 14px;
  color: #181E33;
}

.popGrade .grade-list .ipt-name:focus {
  border: 1px solid #CCDEF3;
  box-shadow: 0 0 4px 0 rgba(117, 186, 255, 0.5);
}

.popGrade .grade-list .ipt-num {
  width: 54px;
  height: 34px;
  border: 1px solid #E1E1E5;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
}

.popGrade .grade-list .ipt-num:focus {
  border: 1px solid #CCDEF3;
  -webkit-box-shadow: 0 0 4px 0 rgba(117, 186, 255, 0.5);
  box-shadow: 0 0 4px 0 rgba(117, 186, 255, 0.5);
}

.popGrade .grade-list .btn-del-item {
  color: #CAD5E6;
  font-size: 13px;
  margin-left: 20px;
  vertical-align: middle;
  display: none;
  cursor: pointer;
}

.popGrade .grade-list .btn-add-grade {
  color: #3A8BFF;
  cursor: pointer;
}

.popGrade .grade-list .icon-add2:before {
  font-size: 12px;
  color: #3A8BFF;
  margin-right: 6px;
}

/*ppt下活动列表空值页面 end*/
.pullUp{height:40px;line-height:40px;font-size:14px;text-align:center;color: #A8A8B3;padding:15% 0 15% 0}

/*弹框：评分 end*/


/*下边的样式是定时签到用的样式*/
.rightCon{width:440px;}
.rightCon ul li{float:left;margin-right:30px;margin-bottom:20px;color:#333;font-size:14px;line-height:20px;}
.rightCon ul li input{float:left;margin-right:10px;margin-top:3px;}

.rightCon i{display:inline-block;width:16px;height:16px;background:url(../../images/activate/class/dx_check.png) no-repeat;background-size: 100%;
  float:left;margin:3px 10px 0 0;}
.rightCon i.checkedBox{background:url(../../images/activate/class/dx_checked.png) no-repeat;background-size: 100%;;}
.wid56{min-width:56px;font-size: 14px;margin-right:20px;color: #646873;}
.hideMyself{display:none}
.showMyself{display:block}
/*下边的样式是定时签到用的样式*/

/*群聊*/
.pop-studentback-container .textarea-box .big-ipt{
  padding-right: 14px !important;
}


/* 主题讨论 start */
.enableReplySetting-list {
  padding: 20px;
  padding-bottom: 1px;
  background: #F7F8F9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  margin-top: 16px;
  font-size: 14px;
  display: none;
}

.enableReplySetting-list .ipt-num {
  width: 54px;
  height: 34px;
  border: 1px solid #E1E1E5;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
}

.pop-discuss-container {
  max-height: 470px;
}
.pop-topicDiscuss-container {
  max-height: 470px;
}

.popDiscuss .enableReplySetting-list .items > li {
  margin-bottom: 20px; 
  color: #646873;
  line-height: 34px;
}

.normalCountScoresicon{
  display:inline-block;
  margin-right: 7px;
  border-radius: 5px;
  position: relative;
  top: 0.26rem;
  width: 1.13rem;
  height: 1.13rem;
  background:url(../../images/dx_check.png) no-repeat;
  background-size:100%;
}
.selectNormalCountScoresicon{
  background:url(../../images/dx_checked.png) no-repeat;
  background-size: 100%;
}
.normalCountScoresSetting-list{
  padding: 20px;
  padding-bottom: 1px;
  background: #F7F8F9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  margin-top: 16px;
  font-size: 14px;
  display: none;
}
.popDiscuss .normalCountScoresSetting-list .items > li {
  margin-bottom: 20px;
  color: #646873;
  line-height: 34px;
}
/* 主题讨论 end */
