#wechat_broadcast_article_author,
#wechat_broadcast_article_origin_url {
	width: 100%;
}

#wechat_broadcast_preview_followers_ids {
	display: block;
	width: 100%;
	max-width: 350px;
	margin: 10px 0;
}

#wp-content-editor-tools {
	padding-top: 5px;
}

#insert-media-button {
	margin-left: 5px;
}

.wp-editor-expand #wp-content-editor-container {
	min-height: 530px;
}

#post-status-info {
	width: 100%!important;
	position: relative!important;
}

.wp-editor-expand div.mce-statusbar {
	bottom: 0!important;
}

.post-type-wechat_article #visibility,
.post-type-wechat_broadcast_msg #visibility {
	display: none;
}

.post-type-wechat_broadcast_msg #save-action {
	padding-bottom: 10px;
}

.post-type-wechat_broadcast_msg #minor-publishing-actions {
	text-align: left;
}

.post-type-wechat_broadcast_msg input#save-post,
.post-type-wechat_broadcast_msg #save-action .spinner,
.post-type-wechat_broadcast_msg #preview-action .spinner,
.post-type-wechat_broadcast_msg #publish,
.post-type-wechat_broadcast_msg #delete-action {
	float: none;
}

.post-type-wechat_broadcast_msg .misc-pub-section.curtime.misc-pub-curtime,
.ac-wechat_broadcast_msg .subsubsub,
.post-type-wechat_broadcast_msg #publishing-action,
.post-type-wechat_broadcast_msg .misc-pub-section.misc-pub-post-status,
.post-type-wechat_broadcast_msg .edit-timestamp {
	visibility: hidden;
}

.post-type-wechat_broadcast_msg #publishing-action {
	float: none;
	text-align: left;
	display: inline-block;
	padding-top: 5px;
}

.post-type-wechat_broadcast_msg #publishing-action .spinner {
	float: right;
}

.post-type-wechat_broadcast_msg #content .inside {
	padding: 0;
	margin: 0;
	min-height: 460px;
}

.wp-weixin-broadcast-items-selector-container {
	margin-left: 350px;
	padding: 12px 24px 20px 24px;
}

.wp-weixin-broadcast-items-container {
	width: 350px;
	position: absolute;
	top: 0;
	bottom: 0;
	border-right: 1px solid #efefef;
	background: #f5f5f5;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 12px 30px 0;
	box-sizing: border-box;
	font-family: "mp-quote", -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
}

.wp-weixin-broadcast-items-container ol {
	list-style: none;
	margin: 0;
}

.wp-weixin-broadcast-items-container li .card,
.select2-container--wp-weixin-broadcast-select li .card {
	padding: 14px;
	margin: 0 auto;
	cursor: pointer;
	border: none;
	box-shadow: none;
}

.select2-container--wp-weixin-broadcast-select .card {
	font-family: "mp-quote", -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
	color: #353535;
}

.select2-container--wp-weixin-broadcast-select .select2-selection {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	background-color: #fff;
	color: #32373c;
}

.select2-container--wp-weixin-broadcast-select .select2-dropdown {
	border-color: #ddd;
	border-radius: 0px;
}

.select2-container--wp-weixin-broadcast-select.select2-container .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 26px;
    padding-right: 31px;
}

.select2-container--wp-weixin-broadcast-select.select2-container .select2-selection--single .select2-selection__clear {
	position: absolute;
	right: 15px;
	margin-right: 5px;
}

.select2-container--wp-weixin-broadcast-select .select2-selection .select2-selection__rendered .wp-weixin-broadcast-selected-item {
	overflow: hidden;
	text-overflow: ellipsis;
}

.select2-container.select2-container--wp-weixin-broadcast-select .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
	width: 100%!important;
	padding-right: 20px;
}

.select2-container--wp-weixin-broadcast-select .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

.select2-container--wp-weixin-broadcast-select .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
}

.select2-container--wp-weixin-broadcast-select .select2-selection .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--wp-weixin-broadcast-select.select2-container--open .select2-selection .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}
.select2-container--wp-weixin-broadcast-select .select2-selection .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

#select2-wp_weixin_broadcast_select_item-results li {
	max-width: 285px;
	margin: 10px auto;
	padding: 0;
}

#select2-wp_weixin_broadcast_select_item-results li:first-child {
	margin-top: 5px;
}

#select2-wp_weixin_broadcast_select_item-results .select2-results__option  {
	list-style: none;
	display: list-item;
	background-image: none;
	padding: 0;
}

#select2-wp_weixin_broadcast_select_item-results .select2-results__option--highlighted .card {
	color: #353535;
	background-color: #fff;
	box-shadow: 0px 0px 5px rgb(220, 220, 220)
}



.select2-container--wp-weixin-broadcast-select.select2-container--disabled.select2-container .select2-selection .select2-selection__rendered {
    background: rgba(255,255,255,.5);
    border-color: rgba(222,222,222,.75);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.04);
    color: rgba(51,51,51,.5);
}

.select2-container--wp-weixin-broadcast-select.select2-container--open.select2-container--below .select2-selection {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--wp-weixin-broadcast-select.select2-container--open.select2-container--above .select2-selection {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--wp-weixin-broadcast-select .select2-search--dropdown .select2-search__field {
	background: #fff;
}

.select2-container--wp-weixin-broadcast-select .select2-dropdown.select2-dropdown--below,
.select2-container--wp-weixin-broadcast-select .select2-dropdown.select2-dropdown--above {
	background: #f5f5f5;
}

#select2-wp_weixin_broadcast_select_item-results .select2-results {
	padding: 0 ;
	margin: 0;
	max-height: 335px;
}

.wp-weixin-broadcast-items-container li:not(:first-child):not(.placeholder) .card:before {
	right: 15px;
	content: " ";
	position: absolute;
	left: 15px;
	right: 78px;
	top: 0;
	height: 1px;
	background-color: #e4e8eb;
}

.wp-weixin-broadcast-items-container li.message-item {
	margin: 0;
}

.broadcasted .wp-weixin-broadcast-send-ignore-reprint-container {
	display: none;
}

.broadcasted .wp-weixin-broadcast-items-container .message-item-container li.message-item {
	position: relative;
}

.wp-weixin-broadcast-items-container li.placeholder {
	margin: 5px 0;
}

.wp-weixin-broadcast-items-container li:first-child .card-background-full,
.wp-weixin-broadcast-items-container li .card-background-thumb,
.select2-container--wp-weixin-broadcast-select li .card-background-thumb {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.wp-weixin-broadcast-items-container li .card-background-thumb,
.select2-container--wp-weixin-broadcast-select li .card-background-thumb {
	display: block;
	width: 48px;
	height: 48px;
}

.wp-weixin-broadcast-items-container ol li:first-child .card-background-thumb {
	display: none;
}

.wp-weixin-broadcast-items-container li:first-child .card-inner {
	padding-top: 56.25%;
	position: relative;
}

ol.message-item-placeholder-container li.placeholder .card-inner {
	padding: 0px;
}

li.placeholder .card-inner span {
	font-size: 35px;
	width: 35px;
	height: 35px;
}

li.placeholder .card-inner p {
	font-size: 16px;
}

.wp-weixin-broadcast-items-container li:first-child .card-title-container { 
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #fff;
	z-index: 1;
	width: auto;
}

.wp-weixin-broadcast-items-container li:not(first-child) .card-title-container,
.select2-container--wp-weixin-broadcast-select .card-title-container {
	width: 2000px;
}

.wp-weixin-broadcast-items-container .card-background-container,
.wp-weixin-broadcast-items-container li:not(first-child) .card-title-container,
.select2-container--wp-weixin-broadcast-select .card-title-container,
.select2-container--wp-weixin-broadcast-select .card-background-container  {
	display: table-cell;
	vertical-align: middle;
	word-wrap: break-word;
	word-break: break-all;
}

.wp-weixin-broadcast-items-container .card-background-container,
.select2-container--wp-weixin-broadcast-select .card-background-container {
	padding-left: 15px;
}

.wp-weixin-broadcast-items-container li:first-child .card-background-full {
	display: none;
}

.wp-weixin-broadcast-items-container li:first-child .card-background-full {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
	background-color: #f5f5f5;
	display: block;
}

.wp-weixin-broadcast-items-container li:first-child .card-background-full::before {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
}

.wp-weixin-broadcast-items-container li.placeholder .card {
	box-shadow: 0px 0px 5px rgb(4, 117, 173);
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #0073aa;
	border: none;
}

.wp-weixin-broadcast-items-container strong.card-title,
.select2-container--wp-weixin-broadcast-select strong.card-title {
	font-weight: 400;
	font-size: 14px; 
}

.wp-weixin-broadcast-items-container li:not(:first-child) .card .card-title,
.select2-container--wp-weixin-broadcast-select .card .card-title {
	color: #353535;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.wp-weixin-broadcast-items-container .card-actions {
	opacity: 0;
	position: absolute;
	top: auto;
	right: 0;
	left: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,0.5)!important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80000000',endcolorstr = '#80000000');
	text-align: right;
	cursor: default;
	z-index: 999;
}

.wp-weixin-broadcast-items-container .card-actions:hover {
	opacity: 1;
}

.dragging .wp-weixin-broadcast-items-container .card-actions:hover {
	opacity: 0;
}

.wp-weixin-broadcast-items-container .delete-card {
	color: #fff;
	text-decoration: none;
	padding-right: 20px;
	line-height: 1.5;
	height: 20px;
	display: inline-block;
}

.wp-weixin-broadcast-items-container .delete-card .dashicons {
	font-size: 18px;
}

body.dragging, body.dragging * {
	cursor: move !important;
}

.wp-weixin-broadcast-items-container::-webkit-scrollbar-track-piece {
	background-color: #f5f5f5;
}

@media (-webkit-max-device-pixel-ratio: 1) {

	.wp-weixin-broadcast-items-container::-webkit-scrollbar-thumb {
		background-color: #c2c2c2;
		background-clip: padding-box;
		min-height: 28px;
	}
}

@media (-webkit-max-device-pixel-ratio: 1) {

	.wp-weixin-broadcast-items-container::-webkit-scrollbar {
		width: 6px;
		height: 6px;
	}
}

@media (-webkit-max-device-pixel-ratio: 1) {

	.wp-weixin-broadcast-items-container::-webkit-scrollbar-track-piece {
		background-color: #f5f5f5;
	}
}

.post-type-wechat_broadcast_msg #content .inside h2 {
	padding: 8px 0;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	line-height: 1.4;
}

#howto-drag {
	font-size: 13px;
	font-weight: normal;
}

#howto-drag.hidden {
	display: none;
}

#wp_weixin_broadcast_select_item {
	width: 100%;
	max-width: 350px;
}


#wp_weixin_broadcast_select_broadcast_to_wp_users {
	width: 100%;
	max-width: 100%;
}

#wp_weixin_broadcast_select_broadcast_to_tag {
	width: 100%;
	max-width: 250px;
}

.select2-container--wp-weixin-broadcast-select .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--wp-weixin-broadcast-select .select2-selection--multiple .select2-selection__choice {
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--wp-weixin-broadcast-select .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container.select2-container--wp-weixin-broadcast-select {
	margin-right: 5px;
	margin-bottom: 15px;
}

.select2-container--wp-weixin-broadcast-select,
.wp-core-ui .button-primary.add-item-trigger,
.wp-core-ui .button-primary.delete-item-trigger,
#wp_weixin_broadcast_select_delete_item
 {
	margin-bottom: 15px;
}

#wp_weixin_broadcast_select_delete_item {
	margin-right: 5px;
}

.wp-weixin-broadcast-send-ignore-reprint-container {
	margin-bottom: 1em;
}

.wp-weixin-broadcast-send-ignore-reprint-container .howto {
	margin-top: 0;
}

/*.wp-weixin-broadcast-radio {
	display: inline-block;
	padding: 5px 0;
}*/

/*.wp-weixin-broadcast-target-type:not(last-child) {
	margin-right: 10px;
}*/

.wp-weixin-broadcast-target-type {
	margin-top: 10px;
}

.select2-ui-wait {
	visibility: hidden;
	height: 0;
}

.wp-weixin-broadcast-select-wp-users-result {
	display: inline-block;
	width: 100%;
}

.wp-weixin-broadcast-select-wp-users-result img {
	margin-right: 10px;
	height: 30px;
	vertical-align: middle;
}

.select2-selection__choice .wp-weixin-broadcast-select-wp-users-result img {
	margin: 0;
	padding: 5px;
	height: 25px;
	width: 25px;
	vertical-align: middle;
}

#log .inside {
	padding: 0 5px 0 0;
	margin: 0;
}

#wechat_broadcast_log_container {
	max-height: 450px;
	overflow: scroll;
	padding: 0px 10px 5px 10px;
}

#wechat_broadcast_log_container .card {
	min-width: auto;
	background: #f5f5f5;
	border-radius: 5px;
	margin: 10px 0px;
	padding: 10px;
	cursor: pointer;
}

.last_action_result .status.success,
#wechat_broadcast_log_container .status.success,
#latest-broadcast-status span.success {
	background: #46b450;
}

.last_action_result .status.warning,
#wechat_broadcast_log_container .status.warning,
#latest-broadcast-status span.warning {
	background: #ffba00;
}

.last_action_result .status.failure,
#wechat_broadcast_log_container .status.failure,
#latest-broadcast-status span.failure {
	background: #dc3232;
}

#wechat_broadcast_log_container .type,
#wechat_broadcast_log_container .timestamp,
#wechat_broadcast_log_container .excerpt {
	margin-left: 5px;
}

#wechat_broadcast_log_container .card label {
	font-weight: bold;
}

#wechat_broadcast_log_container .card > div > label {
	display: table-cell;
	vertical-align: top;
	padding-right: 5px;
}

#wechat_broadcast_log_container .card > div > span {
	display: table-cell;
}

#wechat_broadcast_log_container .excerpt {
	margin-top: 5px;
}

.last_action_result .status,
#wechat_broadcast_log_container .status {
	color: #fff;
	padding: 2px 6px;
	border-radius: 5px;
	vertical-align: middle;
	display: block;
	font-weight: bold;
	text-shadow: 0px 0px 2px #000;
	text-align: center;
	margin-bottom: 5px;
}

.last_action_result .status {
	display: inline-block;
}

#wechat_broadcast_log_container span {
	vertical-align: middle;
}

#wechat_broadcast_log_container::-webkit-scrollbar {
	-webkit-appearance: none;
}

#wechat_broadcast_log_container::-webkit-scrollbar:vertical {
	width: 11px;
}

#wechat_broadcast_log_container::-webkit-scrollbar:horizontal {
	height: 11px;
}

#wechat_broadcast_log_container::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 2px solid white; /* should match background, can't be transparent */
	background-color: rgba(0, 0, 0, .5);
}

#wechat_broadcast_log_container .log-full {
	position: fixed;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -45%);
	bottom: 0;
	right: 0;
	z-index: 160000;
	width: 80%;
    max-width: 800px;
	background: #fff;
	cursor: default;
}

#wechat_broadcast_log_container .log-full-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	background: 0 0;
	color: #666;
	z-index: 1000;
	cursor: pointer;
	outline: 0;
}

#wechat_broadcast_log_container .log-full-close-icon:before {
	content: "\f158";
	font: 400 20px/1 dashicons;
	speak: none;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#latest-broadcast-status span {
    font-weight: bold;
    color: #fff;
    padding: 1px 3px;
    border-radius: 2px;
    font-size: 12px;
    vertical-align: middle;
}

#broadcast-status-action {
	margin-top: 10px;
}

#latest-broadcast-status {
	margin-top: 5px;	
}

@media only screen and (max-width: 640px), screen and (max-height: 400px){
	#wechat_broadcast_log_container .log-full {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		transform: none;
		width: 100%;
	}
}

#wechat_broadcast_log_container .log-modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 360px;
	background: #000;
	opacity: .7;
	z-index: 159900;
}

#wechat_broadcast_log_container .log-full .log-full-details-container {
	position: fixed;
	overflow: hidden;
	overflow-y: auto;
	top: 45px;
	left: 15px;
	bottom: 30px;
	right: 15px;
	padding: 0 5px;
}

#wechat_broadcast_log_container .log-full .wechat-broadcast-message-scroll {
	max-height: 250px;
	background: #eeeeee;
	overflow-y: scroll;
}

#wechat_broadcast_log_container .log-full .wechat-broadcast-message-scroll pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	background: none;
}

#wechat_broadcast_log_container .log-full .wechat-broadcast-message-scroll code {
	display: block;
	background: none;
	padding: 15px 30px 30px 30px;
}

#wechat_broadcast_log_container .log-full .type,
#wechat_broadcast_log_container .log-full .timestamp,
#wechat_broadcast_log_container .log-full .excerpt {
	margin: 0;
	line-height: 1.5;
}

#wechat_broadcast_log_container .log-full .status {
	display: inline-block;
}

#wechat_broadcast_log_container .log-full h3 {
	margin: 0 0 15px 0;
}

#wechat_broadcast_log_container .log-full h4 {
	margin: 15px 0 5px 0;
}

#wechat_broadcast_log_container .log-full ul {
	margin-top: 0px;
	list-style: disc;
	padding: 5px 20px;
	list-style-position: outside;
}

#wechat_broadcast_log_container .log-full ul label,
#wechat_broadcast_log_container .log-full ul span {
	vertical-align: bottom;
}

#wechat_broadcast_log_container .log-full ul span.howto {
	max-width: 600px;
}

#tencent_message_overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #fff;
	z-index: 99999;
}

#tencent_message {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#tencent_message .agree {
	margin-right: 15px;
}

.wp-weixin-broadcast-debug-warning {
    color: #dc3232;
    font-weight: bold;
}

.wp-weixin-broadcast-delete-item .spinner {
	float: none;
	vertical-align: top;
}

.wp-weixin-broadcast-items-container .deleted-text {
    padding: 5px 10px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,.07);
}

.wp-weixin-broadcast-items-container .deleted-text-container {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #dc3232;
}

.wp-weixin-broadcast-items-container .deleted .card {
    opacity: 0.5;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
}

#wp_weixin_broadcast_h5_editor_wrap .wp-weixin-broadcast-editor-switch {
	position: absolute;
    top: 60px;
    right: 5px;
}

#wp_weixin_broadcast_h5_editor_wrap {
	margin-top: 40px;
	display: none;
}

#wp_weixin_broadcast_h5_editor_wrap.active {
	display: block;
}
#wp_weixin_broadcast_h5_preview_resizer {
	display: inline-block;
    width: 300px;
    height: 590px;
    margin-top: 20px;
    overflow: hidden;
}

#wp_weixin_broadcast_h5_preview_wrap {
    padding: 55px 2%;
    border-radius: 30px;
    border: .5px solid #e0e0e0;
    background-color: #292929;
    box-shadow: inset 0 0 0 -4px rgba(255,255,255,.1), 1px 1px 6px rgba(0,0,0,.05), 1px 1px 8px rgba(0,0,0,.07);
    height: 667px;
    width: 375px;
    display: inline-block;
	-moz-transform: scale(0.75, 0.75); 
	-webkit-transform: scale(0.75, 0.75); 
	-o-transform: scale(0.75, 0.75);
	-ms-transform: scale(0.75, 0.75);
	transform: scale(0.75, 0.75); 
	-moz-transform-origin: top left;
	-webkit-transform-origin: top left;
	-o-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

#wp_weixin_broadcast_h5_preview {
    height: 667px;
    width: 375px;
    overflow-y: scroll;
    background: white;
}
#wp_weixin_broadcast_h5_preview iframe {
    height: 667px;
    width: 375px;
}

#wp_weixin_broadcast_h5_editor_content_wrap {
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	width: 100%;
}

#wp_weixin_broadcast_h5_editor_description {
	padding: 10px 0 15px 15px;
    margin: 0;
    background: #fff;
    border: 1px solid #ccd0d4;
    border-bottom-color: #ddd;
    width: 100%;
    position: relative;
}

#wp_weixin_broadcast_h5_editor_wrap .CodeMirror-wrap {
	height: 480px;
	width: 100%;
	border: 1px solid #ccd0d4;
    border-top: none;
    padding-right: 15px;
}

@media screen and (max-width: 782px) {
	#wp-content-media-buttons a.wp-weixin-broadcast-editor-switch {
		padding: 0 7px;
	}
}

@media screen and (max-width: 679px) {
	#wp_weixin_broadcast_h5_preview_resizer {
	    width: 100%;
	    margin-top: 30px;
	}

	#wp_weixin_broadcast_h5_preview_wrap {
		transform-origin: top center;
	}

	#wp_weixin_broadcast_h5_editor_content_wrap {
		width: 95%;
	}
}

@media screen and ( min-width: 851px ) and ( max-width: 1200px ) {
	#wp_weixin_broadcast_h5_preview_resizer {
	    width: 200px;
	    height: 400px;
	}

	#wp_weixin_broadcast_h5_preview_wrap {
		-moz-transform: scale(.5,.5);
		-webkit-transform: scale(.5,.5);
		-o-transform: scale(.5,.5);
		-ms-transform: scale(.5,.5);
		transform: scale(.5,.5);
	}
}

@media screen and ( max-width: 1024px ) {
	.wp-weixin-broadcast-items-container {
		width: 100%;
		position: static;
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 15px;
	}

	.wp-weixin-broadcast-items-selector-container {
		margin: 0;
	}
}

@media screen and ( max-width: 768px ) {
	.post-type-wechat_broadcast_msg #content .inside h2 {
		text-align: center;

	}
}

/*@media screen and ( max-width: 425px ) {
	.wp-weixin-broadcast-target-type {
		display: block;
	}
}*/

@media screen and ( max-width: 320px ) {
	.wp-weixin-broadcast-items-container {
		padding: 15px 0;
	}

	.select2-container--wp-weixin-broadcast-select li .card {
		min-width: 215px;
	}

	.select2-container--wp-weixin-broadcast-select .select2-results__option--highlighted .card {
		box-shadow: 0px 0px 10px rgb(220, 220, 220);
	}
}


[placeholder]{
	text-overflow:ellipsis!important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	text-overflow:ellipsis!important;
}
::-moz-placeholder { /* Firefox 19+ */
	text-overflow:ellipsis!important;
}
:-ms-input-placeholder { /* IE 10+ */
	text-overflow:ellipsis!important;
}
:-moz-placeholder { /* Firefox 18- */
	text-overflow:ellipsis!important;
}