body,
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.big {
  background-color: #000;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.choose_atlas {
  color: #333;
  font-weight: bold;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background-color: rgba(0,0,0,0);
}
#myModal > .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
}
#myModal > .modal-dialog > .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.mymodel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 40;
  background-color: #333;
  -webkit-transition: left 0.3s ;
  transition: left 0.3s ;
}
.mymodel .mymodel_head {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #333;
  border-bottom: 1px solid #343434;
  z-index: 1;
}
.mymodel .mymodel_head span {
  color: #fff;
}
.mymodel .mylist {
  padding-top: 50px;
  height: 100%;
  overflow: scroll;
}
.mymodel .mylist ul {
  padding: 0;
  margin-top: 10px;
}
.mymodel .mylist li {
  width: 100%;
  height: 40px;
  line-height: 30px;
  font-size: 14px;
  border-bottom: 1px dashed #fff;
  margin-bottom: 10px;
  list-style: none;
}
.mymodel .mylist li span {
  color: #fff;
  display: inline-block;
}
.mymodel .mylist li .pull-left {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mymodel .mylist li .opus_remove {
  width: 50px;
  text-align: right;
}
.mymodel .mylist li:nth-last-child(1) {
  margin-bottom: 0;
}
.mymodel .newfolder {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
  background-color: #a3a3a3;
  padding: 10px 20px 20px;
}
.mymodel .newfolder .big {
  background-color: #a3a3a3;
}
.mymodel .newfolder .per {
  margin-bottom: 10px;
}
.mymodel .newfolder .per input {
  width: 100%;
  text-indent: 5px;
  border: 0;
}
.mymodel .newfolder .per button {
  margin-right: 10px;
  color: #004C9C;
}
.mymodel.moveleft {
  left: 0;
  -webkit-transition: left 0.3s ;
  transition: left 0.3s ;
}
.alert_msg {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.main_opus {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: 60px;
  right: 0;
  background-color: #fff;
  overflow: scroll;
  background-color: #dedede;
}
.main_opus .opus_des {
  margin-top: 10px;
  padding: 10px;
  background-color: #fff;
  position: relative;
}
.main_opus .opus_des .thumb_container .inner_box {
  display: inline-block;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.main_opus .opus_des .thumb_container .inner_box img {
  width: 100px;
  height: 100px;
  margin: 5px;
}
.main_opus .opus_des .thumb_container .inner_box .thumb_num {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 2px 5px;
  background-color: #fde428;
  line-height: 1;
  border-bottom-right-radius: 5px;
  font-size: 12px;
}
.main_opus .opus_des .thumb_msg {
  position: absolute;
  left: 140px;
  right: 0;
  top: 10px;
  bottom: 54px;
  text-align: left;
}
.main_opus .opus_des .thumb_msg .thumb_name {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
  font-size: 20px;
}
.main_opus .opus_des .thumb_msg .thumb_time {
  font-size: 14px;
  margin: 8px 0;
}
.main_opus .opus_des .thumb_msg .thumb_other img {
  width: 16px;
  height: auto;
  vertical-align: middle;
  margin-right: 3px;
}
.main_opus .opus_des .thumb_msg .thumb_other span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.main_opus .opus_des .thumb_option {
  width: 100%;
  margin-top: 15px;
}
.main_opus .opus_des .thumb_option .pull-left {
  width: 33.33%;
  height: 31px;
  background-position: center;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.main_opus .opus_des .thumb_option .thumb_edit {
  background-image: url('../images/1_btn_01.png');
}
.main_opus .opus_des .thumb_option .thumb_move {
  background-image: url('../images/1_btn_02.png');
}
.main_opus .opus_des .thumb_option .thumb_del {
  background-image: url('../images/1_btn_03.png');
}
#editModel {
  background-color: #eee;
  overflow: hidden;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
#editModel .mymodel_head {
  position: relative;
  background-color: #000;
}
#editModel .mymodel_head .pull-left {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 15px;
  top: 0;
  text-align: left;
}
#editModel .mymodel_head .pull-right {
  width: 54px;
  height: 34px;
  line-height: 34px;
  position: absolute;
  right: 15px;
  top: 8px;
  color: #fff;
  font-size: 14px;
  background-color: #F77808;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#editModel .mymodel_head .edit_opus.active {
  background-color: #204d74;
}
#editModel .edit_name {
  background-color: #f5f5f5;
  height: 70px;
  position: relative;
  line-height: 70px;
}
#editModel .edit_name .pull-left {
  font-size: 20px;
  margin-left: 15px;
}
#editModel .edit_name .pull-right {
  color: #333;
  font-size: 20px;
  margin-right: 15px;
}
#editModel .edit_lists {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  bottom: 60px;
  padding: 0 15px;
  background-color: #fff;
  overflow: scroll;
}
#editModel .edit_lists .edit_list_box {
  width: 50%;
  height: 140px;
  text-align: center;
}
#editModel .edit_lists .edit_list_box .edit_thum_box {
  width: 112px;
  height: 112px;
  border: 1px solid #ddd;
  display: inline-block;
  margin-top: 20px;
  position: relative;
}
#editModel .edit_lists .edit_list_box .edit_thum_box .edit_box_remove {
  position: absolute;
  top: -10px;
  right: -10px;
}
#editModel .edit_lists .edit_list_box .edit_thum_box .edit_box_remove i {
  font-size: 20px;
}
#editModel .edit_lists .edit_list_box .edit_thum_box img {
  width: 100px;
  height: 100px;
  margin: 5px;
}
#editModel .edit_lists .edit_list_box .edit_thum_box .edit_thum_name {
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
}
#editModel .editModelFoot {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #fff;
  border-top: 1px solid #ddd;
}
#editModel .editModelFoot .pull-left {
  width: 25%;
  height: 38px;
  margin-top: 11px;
  background-position: center;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
#editModel .editModelFoot .scene {
  background-image: url('../images/4_icon_scene_d.png');
}
#editModel .editModelFoot .scene.active {
  background-image: url('../images/4_icon_scene_h.png');
}
#editModel .editModelFoot .switch {
  background-image: url('../images/4_icon_switch_d.png');
}
#editModel .editModelFoot .switch.active {
  background-image: url('../images/4_icon_switch_h.png');
}
#editModel .editModelFoot .music {
  background-image: url('../images/4_icon_music_d.png');
}
#editModel .editModelFoot .music.active {
  background-image: url('../images/4_icon_music_h.png');
}
#editModel .editModelFoot .preview {
  background-image: url('../images/5_icon_preview_d.png');
}
#editModel .editModelFoot .preview a {
  width: 100%;
  height: 100%;
  display: block;
}
#editModel .editSlide {
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 60px;
  background-color: #fff;
  z-index: 5;
}
#editModel .editSlide .new_view {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: scroll;
  transition: left 0.3s;
  background-color: #fff;
}
#editModel .editSlide .new_view.active {
  transition: left 0.3s;
  left: -100%;
}
#editModel .editSlide .summary_name {
  padding: 15px;
}
#editModel .editSlide .summary_name input {
  width: 100%;
  height: 28px;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-indent: 5px;
}
#editModel .editSlide .summary_msg {
  padding: 0 15px;
}
#editModel .editSlide .summary_msg textarea {
  padding: 10px;
  width: 100%;
  height: 100px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  resize: none;
}
#editModel .editSlide .all_switch {
  padding: 10px 0;
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: scroll;
  cursor: pointer;
}
#editModel .editSlide .all_switch .sig_switch {
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  padding: 10px 15px;
}
#editModel .editSlide .all_switch .sig_switch .switch_name {
  width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#editModel .editSlide .all_switch .sig_switch .swtich_box {
  position: relative;
  width: 88px;
  height: 30px;
  border: 1px solid #ddd;
  overflow: hidden;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#editModel .editSlide .all_switch .sig_switch .swtich_box .b_switch {
  width: 88px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  transition: left 0.3s;
}
#editModel .editSlide .all_switch .sig_switch .swtich_box .b_switch .pull-left {
  width: 43px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  top: 0;
  font-size: 14px;
  font-weight: normal;
}
#editModel .editSlide .all_switch .sig_switch .swtich_box .b_switch .switch_on {
  left: 0;
  background-color: #4caf50;
  color: #fff;
}
#editModel .editSlide .all_switch .sig_switch .swtich_box .b_switch .switch_k {
  left: 43px;
}
#editModel .editSlide .all_switch .sig_switch .swtich_box .b_switch .switch_off {
  left: 86px;
  background-color: #eeeeee;
}
#editModel .editSlide .all_switch .sig_switch .swtich_box .b_switch.active {
  transition: left 0.3s;
  -webkit-transition: left 0.3s;
  left: -43px;
}
#editModel .editSlide .music_list {
  position: absolute;
  top: 50px;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: scroll;
}
#editModel .editSlide .music_list .per_music {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  padding: 10px 15px;
}
#editModel .editSlide .music_list .per_music .music_select {
  line-height: 30px;
}
#editModel .editSlide .music_list .per_music .music_msg {
  position: relative;
}
#editModel .editSlide .music_list .per_music .music_msg span {
  display: inline-block;
  width: 70%;
  height: 30px
			    		overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 30px;
}
#editModel .editSlide .music_list .per_music .music_msg a {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  width: 25px;
  height: 25px;
}
#editModel .editSlide .music_list .per_music .music_msg .play {
  background: url('../images/play.png') no-repeat center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
#editModel .editSlide .music_list .per_music .music_msg .pause {
  background: url('../images/pause.png') no-repeat center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
#editModel.active {
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  left: 0;
}
