.w-e-text{
  padding: 10px;
  width:100%;
  color:#000;
  /*min-height:400px;*/
  box-sizing: border-box;
  /*overflow-y: scroll;*/
  font-size:16px;
  text-align:justify;
}
.w-e-text p,.w-e-text div{
  text-align:justify;
}
.w-e-text>*{
  font-size:16px;
}

.w-e-text img{
  max-width:100%;
  display:block;
  margin:0 auto;
}

.w-e-text ul li{
  list-style:disc !important;
}
.w-e-text ol li{
  list-style:decimal !important;
}



.w-e-clear-fix:after {
  content: "";
  display: table;
  clear: both;
}

.w-e-text p{
  font-size:17px;
  line-height: 35px;
  margin: 10px 0;
}
.w-e-text h1,
.w-e-text h2,
.w-e-text h3,
.w-e-text h4,
.w-e-text h5,
.w-e-text table,
.w-e-text pre {
  margin: 6px 0;
  line-height: 1.5;
  font-size:16px;
}
.w-e-text ul,
.w-e-text ol {
  margin: 10px 0 10px 20px;
}


.w-e-text table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.w-e-text table td,
.w-e-text table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px 5px;
}
.w-e-text table th {
  border-bottom: 2px solid #ccc;
  text-align: center;
}
.w-e-text:focus {
  outline: none;
}


.w-e-text *{
  box-sizing: border-box;
  user-select: text;
  outline: none;
}

/*分割线*/
.w-e-text hr{
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin: 1.5em 0;
  border: 1px solid #e9e9e9;
  border-width: 1px 0 0;
  border-top: 1px solid #d8d8d8;
}
.w-e-text hr:before {
  content: " ";
}

/*h1段落*/
.w-e-text h1{
  position: relative;
  font-size: 20px;
  min-height:24px;
  line-height:24px;
  color: #222;
  padding-left: 12px;
  margin: 20px 0;
  border-left: none;
}
.w-e-text h1:before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 4px;
  height: 20px;
  background: #de504a;
}

/*引用*/
.w-e-text blockquote {
  position: relative;
  color: #999;
  background-color: #fff;
  line-height: 24px;
  min-height:24px;
  margin: 24px 0;
  padding: 0 0 0 12px;
}

.w-e-text blockquote:before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 4px;
  height: 20px;
  background: #d8d8d8;
}
/*代码块*/
.w-e-text code {

}
.w-e-text pre {
  height: auto;
  padding: 16px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  font-size: 16px;
  line-height: 22px;
  min-height:22px;
  font-family: Monaco;
  color: #222;
}

.w-e-text a{
  text-decoration: none;
  color: #444;
  cursor: pointer;
  /*position: relative;*/
  /*margin-left: 20px;*/
}

/*图片*/
.w-e-text .editor_img_box{
  /*width:460px;*/
  text-align:center;
  position:relative;
  margin:0 auto 10px auto;
  background:#fff;
  /*padding:10px;*/
  box-sizing: border-box;
}
.w-e-text .editor_img_box img{
  max-width:440px;
}

.w-e-text .editor_img_box .editor_img_title{
  position: relative;
  width: 100%;
  height: 30px;line-height:30px;
  margin: 0 auto;
  text-align:center;
  color: #666;
  font-size: 16px;
}


/*视频*/
.w-e-text .editor_video_box{
  /*width:460px;*/
  text-align:center;
  position:relative;
  margin:0 auto 10px auto;
  padding:10px 0;
  box-sizing: border-box;
}

.w-e-text .editor_video_box .editor_video_show{
  max-width:100%;margin:0 auto;
}

.w-e-text .editor_video_box .editor_video_title{
  position: relative;
  width: 100%;
  height: 30px;line-height:30px;
  margin: 0 auto;
  text-align:center;
  color: #666;
  font-size: 16px;
}
.w-e-text .editor_video_box img{
  margin:0 auto;
  max-width:100%;
}



/*音频*/
.w-e-text .editor_audio_box{
  width:440px;
  /*height:54px;*/
  text-align:center;
  position:relative;
  margin:0 auto 10px auto;
  /*min-height:250px;*/
  background:#fff;
  /*padding:10px;*/
  box-sizing: border-box;
}
.w-e-text .editor_audio_box audio{
  width:100%;
}

audio::-internal-media-controls-download-button {
  display:none;
}

audio::-webkit-media-controls-enclosure {
  overflow:hidden;
}

audio::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}
.w-e-text .editor_audio_box .editor_audio_title{
  position: relative;
  width: 100%;
  height: 30px;line-height:30px;
  margin: 0 auto;
  text-align:center;
  color: #666;
  font-size: 16px;
}

.editor_audio_name{display:none;width:100%;height:30px;line-height:30px;font-size:16px;color:#333;}

.span_super,.span_sub{
  font-size: smaller;
}


/*第三方视频*/
.w-e-text iframe{
  width:510px;
  height:498px;
}

.w-e-phone h1,
.w-e-phone h2,
.w-e-phone h3,
.w-e-phone h4,
.w-e-phone h5,
.w-e-phone table,
.w-e-phone pre {
    margin: 10px 0;
    line-height: 1.5;
    font-size:16px;
}
.w-e-phone p{
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
}
.w-e-phone ul,
.w-e-phone ol {
    margin: 10px 0 10px 20px;
}


.w-e-phone table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.w-e-phone table td,
.w-e-phone table th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 3px 5px;
}
.w-e-phone table th {
    border-bottom: 2px solid #ccc;
    text-align: center;
}
.w-e-phone:focus {
    outline: none;
}



.w-e-phone *{
    cursor: text;
    box-sizing: border-box;
    user-select: text;
    outline: none;
}

/*分割线*/
.w-e-phone hr{
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin: 1.5em 0;
    border: 1px solid #e9e9e9;
    border-width: 1px 0 0;
    border-top: 1px solid #d8d8d8;
}
.w-e-phone hr:before {
    content: " ";
}

/*h1段落*/
.w-e-phone h1{
    position: relative;
    font-size: 20px;
    min-height:24px;
    line-height:24px;
    color: #222;
    padding-left: 12px;
    margin: 20px 0;
    border-left: none;
}
.w-e-phone h1:before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 4px;
    height: 20px;
    background: #de504a;
}

/*引用*/
.w-e-phone blockquote {
    position: relative;
    color: #999;
    background-color: #fff;
    line-height: 24px;
    min-height:24px;
    margin: 24px 0;
    padding: 0 0 0 12px;
}

.w-e-phone blockquote:before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    width: 4px;
    height: 20px;
    background: #d8d8d8;
}
/*代码块*/
.w-e-phone code {

}
.w-e-phone pre {
    height: auto;
    padding: 16px;
    background: #fafafa;
    border: 1px solid #e8e8e8;
    font-size: 16px;
    line-height: 22px;
    min-height:22px;
    font-family: Monaco;
    color: #222;
}

.w-e-phone a{
    text-decoration: none;
    color: #444;
    cursor: pointer;
    /*position: relative;*/
    /*margin-left: 20px;*/
}

/*图片*/
.w-e-phone .editor_img_box{
    text-align:center;
    position:relative;
    margin:0 auto 10px auto;
    min-height:100px;
    /*border: 1px solid #e8e8e8;*/
    background:#fff;
    /*padding:10px;*/
    /*padding-bottom:0;*/
}
.w-e-phone .editor_img_box img{
    /*max-width:418px;*/
    max-width: 90%;
}
.w-e-phone .editor_img_box img:hover {
    box-shadow: 0 0 5px #333;
}


.w-e-phone .editor_img_box span.editor_img_close{
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    opacity: 0;
    transform: scaleX(1);
    border-radius: 50%;
    background: #b2b2b2;
    transition: opacity .3s ease-in-out 0s;
    color: #ccc;
    z-index: 2;
    zoom:1;
}
.w-e-phone .editor_img_box:hover span.editor_img_close{
    opacity: 1;
}
.w-e-phone .editor_img_box span.editor_img_close:before{
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    position: absolute;
    top: 8px;
    left: 3px;
    background: #fff;
    transform: rotate(45deg);
}
.w-e-phone .editor_img_box span.editor_img_close:after{
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    position: absolute;
    top: 8px;
    left: 3px;
    background: #fff;
    transform: rotate(135deg);
}

.w-e-phone .editor_img_box .editor_img_title{
    position: relative;
    width: 100%;
    height: 30px;
    margin: 0 auto;
}
.w-e-phone .editor_img_box input{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    max-width: 100%;
    width: 100%;
    text-align: center;
    cursor: text;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 0 solid #d9d9d9;
    border-radius: 4px;
    transition: all .2s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: text;
}



.w-e-phone .editor_video_box img:hover {
    box-shadow: 0 0 5px #333;
}


.w-e-phone .editor_video_box span.editor_video_close{
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    opacity: 0;
    transform: scaleX(1);
    border-radius: 50%;
    background: #b2b2b2;
    transition: opacity .3s ease-in-out 0s;
    color: #ccc;
    z-index: 2;
    zoom:1;
}
.w-e-phone .editor_video_box:hover span.editor_video_close{
    opacity: 1;
}
.w-e-phone .editor_video_box span.editor_video_close:before{
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    position: absolute;
    top: 8px;
    left: 3px;
    background: #fff;
    transform: rotate(45deg);
}
.w-e-phone .editor_video_box span.editor_video_close:after{
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    position: absolute;
    top: 8px;
    left: 3px;
    background: #fff;
    transform: rotate(135deg);
}

.w-e-phone .editor_video_box .editor_video_title{
    position: relative;
    width: 100%;
    height: 30px;
    margin: 0 auto;
}
.w-e-phone .editor_video_box input{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    max-width: 100%;
    width: 100%;
    text-align: center;
    cursor: text;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 0 solid #d9d9d9;
    border-radius: 4px;
    transition: all .2s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: text;
}

.w-e-phone .editor_video_box input:hover{
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding-right: 2px;
}
.w-e-phone .editor_video_box input:focus{
    border: 1px solid #999;
    border-radius: 4px;
    padding-right: 2px;
}


/*音频*/
.w-e-phone .editor_audio_box{
    width:440px;
    /*height:54px;*/
    text-align:center;
    position:relative;
    margin:0 auto 10px auto;
    /*min-height:250px;*/
    border: 1px solid #e8e8e8;
    background:#fff;
    padding:10px;
    padding-bottom:0;
}

.w-e-phone .editor_audio_box span.editor_audio_close{
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    opacity: 0;
    transform: scaleX(1);
    border-radius: 50%;
    background: #b2b2b2;
    transition: opacity .3s ease-in-out 0s;
    color: #ccc;
    z-index: 2;
    zoom:1;
}
.w-e-phone .editor_audio_box:hover span.editor_audio_close{
    opacity: 1;
}
.w-e-phone .editor_audio_box span.editor_audio_close:before{
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    position: absolute;
    top: 8px;
    left: 3px;
    background: #fff;
    transform: rotate(45deg);
}
.w-e-phone .editor_audio_box span.editor_audio_close:after{
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    position: absolute;
    top: 8px;
    left: 3px;
    background: #fff;
    transform: rotate(135deg);
}


.w-e-phone .editor_audio_box audio{
    width:100%;
}

.w-e-phone .editor_audio_box .editor_audio_title{
    position: relative;
    width: 100%;
    height: 30px;
    margin: 0 auto;
}
.w-e-phone .editor_audio_box input{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    max-width: 100%;
    width: 100%;
    text-align: center;
    cursor: text;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 0 solid #d9d9d9;
    border-radius: 4px;
    transition: all .2s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: text;
}

.w-e-phone .editor_audio_box input:hover{
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding-right: 2px;
}
.w-e-phone .editor_audio_box input:focus{
    border: 1px solid #999;
    border-radius: 4px;
    padding-right: 2px;
}

/*第三方视频*/
.w-e-phone iframe{
    width: 100%;
}
