.class-movie-to {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  display: none;
}

.class-movie-to .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  opacity: 0.76;
  background: #101A29;
}

.class-movie-to .movie-to-content {
  width: 640px;
  height: 480px;
  position: absolute;
  left: 50%;
  top: 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%);
  background: white;
  z-index: 5;
  border-radius: 6px;
}

.class-movie-to .movie-to-content .move-to-title {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #F2F2F2;
}

.class-movie-to .movie-to-content .move-to-title .move-to-name {
  font-size: 18px;
  color: #131B26;
  font-weight: 500;
  float: left;
  margin: 17px 0 18px 30px;
}

.class-movie-to .movie-to-content .move-to-title .move-to-close-icon {
  width: 17px;
  height: 17px;
  margin: 22px 31px 0 0;
  float: right;
  background: url("../../images/popClose.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  cursor: pointer;
}

.class-movie-to .movie-to-content .name-box {
  padding: 15px 30px 0;
}

.class-movie-to .movie-to-content .ipt-name {
  width: 100%;
  height: 38px;
  padding: 8px 14px 8px 14px;
  box-sizing: border-box;
  border: 1px solid #E1E1E5;
  border-radius: 4px;
  outline: none;
  min-height: 36px;
  font-size: 14px;
  color: #181E33;
  line-height: 20px;
}

.class-movie-to .movie-to-content .group-tip {
  font-size: 12px;
  color: #8A8B99;
  padding: 15px 30px 10px;
  text-align: left;
}

.class-movie-to .movie-to-content .movie-to-lists {
  width: 100%;
  max-height: 252px;
  overflow-y: auto;
}

.class-movie-to .movie-to-content .movie-to-lists.max-h320 {
  max-height: 300px;
}

.class-movie-to .movie-to-content .movie-to-lists .movie-groups {
  height: 48px;
  font-size: 14px;
  cursor: pointer;
  text-align: left;
  color: #474C59;
  letter-spacing: 0.27px;
  line-height: 48px;
  padding: 0 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.class-movie-to .movie-to-content .movie-to-lists .movie-groups.current {
  background: #F0F6FF;
  color: #3A8BFF;
  position: relative;
}

.class-movie-to .movie-to-content .movie-to-lists .movie-groups.current:before {
  width: 100%;
  height: 1px;
  content: '';
  display: block;
  background: #d6e8ff;
  position: absolute;
  top: 0;
  left: 0;
}

.class-movie-to .movie-to-content .movie-to-lists .movie-groups.current:after {
  width: 100%;
  height: 1px;
  content: '';
  display: block;
  background: #d6e8ff;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.class-movie-to .movie-to-content .movie-to-lists .movie-groups:hover {
  background: #F0F6FF;
}

.class-movie-to .movie-to-content .movie-to-lists .movie-groups:hover .rename {
  color: #3A8BFF;
}
.class-movie-to .movie-to-content .movie-to-lists .movie-groups:hover .right-part {
  display: block;
}
.class-movie-to .movie-to-content .movie-to-lists .movie-groups .right-part {
  display: none;
}
.class-movie-to .movie-to-content .movie-to-lists .movie-groups .right-part span {
  margin-right: 20px;
  font-size: 14px;
  cursor: pointer;
  line-height: 48px;
}
.class-movie-to .movie-to-content .movie-to-lists .movie-groups .right-part span:last-child {
  margin-right: 0;
}
.class-movie-to .movie-to-content .movie-to-lists .movie-groups .up-icon, .class-movie-to .movie-to-content .movie-to-lists .movie-groups .down-icon {
  color: #A3BAD9;
}
.class-movie-to .movie-to-content .movie-to-lists .movie-groups .up-icon:hover, .class-movie-to .movie-to-content .movie-to-lists .movie-groups .down-icon:hover, .class-movie-to .movie-to-content .movie-to-lists .movie-groups .rename:hover, .class-movie-to .movie-to-content .movie-to-lists .movie-groups .delete:hover {
  color: #3A8BFF;
}
.class-movie-to .movie-to-content .movie-to-lists .movie-groups .ipt-checkbox {
  margin-right: 10px;
  vertical-align: middle;
  display: none;
}
.class-movie-to .movie-to-content .movie-to-lists .movie-groups .title {
  vertical-align: middle;
}

.class-movie-to .movie-to-content .input-group {
  width: calc(100% - 60px);
  margin-left: 30px;
  height: 48px;
  display: none;
}

.class-movie-to .movie-to-content .input-group .input-class {
  width: 216px;
  height: 30px;
  float: left;
  margin-top: 9px;
  border: 1px solid #3A8BFF;
  border-radius: 3px;
}

.class-movie-to .movie-to-content .input-group .input-class .input-class-style {
  display: inline-block;
  width: calc(100% - 10px);
  margin-left: 10px;
  height: 100%;
  border: none;
  outline: none;
  color: #646873;
}

.class-movie-to .movie-to-content .input-group .input-class .input-class-style[placeholder] {
  font-size: 14px;
  color: #646873;
}

.class-movie-to .movie-to-content .input-group .confirm {
  width: 24px;
  height: 24px;
  float: left;
  margin-left: 14px;
  cursor: pointer;
  background: red;
  margin-top: 12px;
  background: url("../../images/data/rename_ico.png") no-repeat;
  background-position: 0 0;
}

.class-movie-to .movie-to-content .input-group .quit {
  width: 24px;
  height: 24px;
  float: left;
  margin-left: 14px;
  cursor: pointer;
  background: red;
  margin-top: 12px;
  background: url("../../images/data/rename_ico.png") no-repeat;
  background-position: -30px 0;
}

.class-movie-to .movie-to-content .footer {
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.class-movie-to .movie-to-content .footer .operate-class {
  float: right;
}

.class-movie-to .movie-to-content .footer .operate-class div {
  float: right;
  margin-top: 12px;
  margin-right: 30px;
}

.class-movie-to .movie-to-content .footer .new-group {
  font-size: 14px;
  color: #3A8BFF;
  letter-spacing: 0.27px;
  text-align: left;
  margin-top: 12px;
  line-height: 36px;
  margin-left: 30px;
  font-weight: bold;
  cursor: pointer;
}

.class-movie-to .movie-to-content .footer .new-group.add-icon:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../../images/activate/new-group.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 4px;
  vertical-align: middle;
}
.movie-groups:hover .right-part{
  display: inline-block;
}
.movie-groups:hover .rename{
  color: #3A8BFF;
}
.movie-groups:hover .delete{
  color: #3A8BFF;
}

.movie-groups .right-part{
  display: none;
}
.movie-groups .left-part{
  float: left;
  width: 70%;
}
.movie-groups .right-part{
  float: right;
}
.movie-groups .right-part span{
  margin-right: 20px;
  font-size: 14px;
  cursor: pointer;
  line-height: 48px;
}
.movie-groups .right-part span:last-child{
  margin-right: 0;
}
.movie-groups .up-icon, .movie-groups .down-icon{
  color: #A3BAD9;
}

.movie-groups .up-icon:hover, .movie-groups .down-icon:hover, .movie-groups .rename:hover{
  color: #3A8BFF;
}
.class-movie-to .group-info-edit {
  display: none;
  width: calc(100% - 295px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 0px 30px;
  margin: 7px 60px 0px 0px;
}
.class-movie-to .group-info-edit .fix {
  width: 216px;
  margin-right: 14px;
}
.class-movie-to .group-info-edit .fix input {
  display: inline-block;
  width: 100%;
  height: 34px;
  outline: none;
  padding: 0 8px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #131B26;
  border-radius: 4px;
  border: 1px solid #D4D6D9;
}
.class-movie-to .rename_yes {
  margin-top: 6px;
  margin-left: 14px;
}
.class-movie-to .rename_no {
  margin-top: 6px;
  margin-left: 10px;
}

.pop-group-edit .handle-box {
  padding: 16px 30px 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #3A8BFF;
}
.pop-group-edit .handle-box .batch-eidt {
  line-height: 28px;
  cursor: pointer;
}
.pop-group-edit .handle-box .btn-delete {
  display: none;
  height: 28px;
  width: 60px;
  text-align: center;
  border-radius: 30px;
  line-height: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.pop-group-edit .all-checkbox {
  display: none;
  padding: 10px 30px;
}
.pop-group-edit .all-checkbox .btn-all-checkbox {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  font-size: 14px;
  color: #8A8B99;
  cursor: pointer;
}
.pop-group-edit .all-checkbox .btn-all-checkbox span {
  vertical-align: middle;
}
.pop-group-edit .all-checkbox .ipt-checkbox {
  margin-right: 10px;
}
.pop-group-edit .isEdit .all-checkbox {
  display: block;
}
.pop-group-edit .isEdit .btn-delete {
  display: block;
}
.pop-group-edit .isEdit .movie-to-lists .movie-groups .ipt-checkbox {
  display: inline-block;
}
.pop-group-edit .isEdit .group-info-edit {
  margin-top: 0;
}
.pop-group-edit .isEdit .movie-to-lists .movie-groups:hover .right-part {
  display: none !important;
}
.class-movie-to .movie-to-content .movie-to-lists .movie-groups .title-name{
  text-overflow: ellipsis;
  overflow: hidden;
}
