*{
    margin: 0;padding: 0;font-family: "Microsoft Yahei";
}
body{
background-color: white;
}
.dropdown_data_item {
    line-height: 30px;
}
.dropdown_menu.open {
    z-index: 2;
}
.dropdown_menu {
    vertical-align: middle;
    width: 116px;
}
.dropdown_menu {
    display: inline-block;
    position: relative;
    width: 95px;
    line-height: normal;
    text-align: left;
    font-size: 0;
}
h3.title {
    font-size: 19px;
    height: 50px;
    line-height: 34px;
    border-bottom: 1px solid #e6e9eb;
    font-weight: bold;
    margin-bottom: 20px;
}
.title-2 {
    font-size: 17px;
    height: 30px;
    line-height: 20px;
    border-bottom: 1px solid #e6e9eb;
    font-weight: bold;
    margin-bottom: 10px;
}
.appmsg_edit_item .frm_input_box {
    display: block;
    width: auto;
    height: auto;
    min-height: 30px;
    border-color: #e7e7eb;
}
.frm_input_box {
    display: inline-block;
    position: relative;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    width: 189px;
    font-size: 14px;
    padding: 0 10px;
    border: 1px solid #e7e7eb;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #fff;
}
.appmsg_edit_item .frm_input_box {
    display: inline-block;
    width: 189px;
}
.frm_input {
    height: 22px;
    margin: 4px 0;
}
.frm_msg_fail {
        color: #e15f63;
    margin: 4px 0;
}
.frm_input, .frm_textarea {
    width: 100%;
    background-color: transparent;
    border: 0;
    outline: 0;
}
.appmsg_edit_item .frm_label {
    float: left;
    width: 7em;
}
.appmsg_edit_item .frm_label {
    display: block;
    width: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 4px;
}
.frm_label {
    float: left;
    width: 5em;
    margin-top: .3em;
    margin-right: 1em;
    font-size: 14px;
}
.frm_controls {
    display: table-cell;
    vertical-align: top;
    float: none;
    width: auto;
}
.frm_vertical_lh {
    line-height: 32px;
}
.brand_item .brand_img {
    display: inline-block;
    vertical-align: top;
}
.brand_item .brand_img img {
    margin-right: 1em;
    width: 80px;
    margin-left: 2em;
    margin-top: 1em;
}
.brand_item .brand_name {
    display: inline-block;
    vertical-align: top;
    margin-top: 1em;
}

.appmsg_edit_item {
    padding-bottom: 21px;
}

.btn.dropdown_switch {
    background-color: #fff;
    background-image: -moz-linear-gradient(top,#fff 0,#fff 100%);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
    background-image: -webkit-linear-gradient(top,#fff 0,#fff 100%);
    background-image: -o-linear-gradient(top,#fff 0,#fff 100%);
    background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
    border-color: #e6e7ec;
    color: #222;
    height: 30px;
    line-height: 30px;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    text-align: left;
}
.btn {
    min-width: 60px;
}
.btn {
    display: inline-block;
    overflow: visible;
    padding: 0 22px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
}
.dropdown_menu {
    vertical-align: middle;
    width: 116px;
}
.dropdown_menu {
    display: inline-block;
    position: relative;
    width: 95px;
    line-height: normal;
    text-align: left;
    font-size: 0;
}
.color_picker .dropdown_switch label {
    width: 22px;
    height: 22px;
    margin-top: 4px;
    margin-left: 5px;
    text-indent: -100px;
}
.dropdown_switch label {
    display: block;
    cursor: pointer;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: normal;
    word-break: normal;
    margin-left: 10px;
    margin-right: 25px;
}
.dropdown_switch .arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2.5px;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: dashed;
    border-color: transparent;
    border-bottom-width: 0;
    border-top-color: #c6c6c6;
    border-top-style: solid;
}
.dropdown_data_container {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: -1px;
    left: 0;
    z-index: 1;
    min-width: 100%;
}
.color_picker .dropdown_data_list {
    width: 127px;
    max-height: none;
    padding: 5px;
    margin: 0;
}
.color_picker .dropdown_data_list {
    width: 138px;
    max-height: none;
    padding: 5px;
    margin: 0;
}
.dropdown_data_list {
    max-height: 150px;
    min-height: 2em;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #d9dadc;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 14px;
}
ul, ol {
    padding-left: 0;
    list-style-type: none;
}
textarea, input {
    color: #222;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
.appmsg_edit_item {
    padding-bottom: 21px;
}
.appmsg_edit_item .frm_label {
    float: left;
    width: 7em;
}
.appmsg_edit_item .frm_label {
    display: block;
    width: auto;
    float: left;
    margin-right: 0;
    margin-bottom: 4px;
}
.frm_label {
    float: left;
    width: 5em;
    margin-top: .3em;
    margin-right: 1em;
    font-size: 14px;
}
label {
    cursor: default;
}
.portable_editor .frm_label .title {
    font-weight: 400;
    font-style: normal;
}
.appmsg_edit_item .title {
    font-weight: 400;
    font-style: normal;
    float: left;
}
.appmsg_edit_item .frm_label:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}
.color_picker .dropdown_data_list .dropdown_data_item {
    display: inline-block;
    line-height: normal;
    margin: 0;
    padding: 0;
    height: auto;
}
.color_picker .dropdown_data_list .dropdown_data_item a {
    display: block;
    padding: 0;
    width: 22px;
    height: 22px;
    text-indent: -173px;
}
.color_picker .dropdown_data_list .dropdown_data_item.tr1td1 a {
    background-color: #63b359;
}
.jsBtLabel{
    background-color: white;
}
.color_picker .dropdown_data_list .dropdown_data_item:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.color_picker .dropdown_data_list .dropdown_data_item.tr1td2 a {
    background-color: #2c9f67;
}
.color_picker .dropdown_data_list .dropdown_data_item.tr1td3 a {
    background-color: #509fc9;
}
.color_picker .dropdown_data_list .dropdown_data_item.tr1td4 a {
    background-color: #5885cf;
}
.color_picker .dropdown_data_list .dropdown_data_item.tr1td5 a {
    background-color: #9062c0;
}
.color_picker .dropdown_data_list .dropdown_data_item.tr2td1 a {
    background-color: #d09a45;
}
.color_picker .dropdown_data_list .dropdown_data_item.tr2td2 a {
    background-color: #e4b138;
}
.color_picker .dropdown_data_list .dropdown_data_item.tr2td3 a {
    background-color: #ee903c;
}
.color_picker .dropdown_data_list .dropdown_data_item.tr2td4 a {
    background-color: #dd6549;
}
.color_picker .dropdown_data_list .dropdown_data_item.tr2td5 a {
    background-color: #cc463d;
}
.vip-card{
    position: fixed;
    float: left;
    width: 318px;
    margin-right: 16px;
    padding-bottom: 150px;
    overflow: hidden;
    background: #f6f6f8;
    margin-left: 5px;
}
.card_body {
    margin: 30px 10px 10px;
}
.msg_title {
    text-align: center;
    height: 62px;
    line-height: 85px;
    font-size: 11px;
    color: #fff;
    display: none;
}
.msg_card_section.shop {
    margin: 0;
    padding: 0;
    border-bottom: 1px dashed #e7e7eb;
    position: relative;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
.shop_panel {
    padding: 21px 12px 12px;
    min-height: 137px;
    height: auto;
    text-align: center;
}
.logo_area {
    position: relative;
    margin-bottom: 7px;
    line-height: 42px;
    color: #8d8d8d;
    margin-top: -40px;
}
.logo {
    display: block;
    width: 38px;
    height: 38px;
    padding-top: 0;
    margin: 0 auto;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    float: none;
    border: 1px solid #e7e7eb;
}
.logo img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit;
}
.tick_msg {
    margin-bottom: 6px;
}
.card_name {
    font-weight: normal;
    font-size: 28px;
    word-break: break-word;
    word-wrap: break-word;
}
.btn_use_card {
    border-width: 0;
    background-color: #f4f5f9;
}
.btn {
    min-width: 60px;
}
.btn {
    display: inline-block;
    overflow: visible;
    padding: 0 22px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 14px;
    border-style: solid;
    cursor: pointer;
}
.time {
    text-align: center;
}
.quick_pay {
    height: 14px;
    line-height: 14px;
    text-align: center;
    padding: 20px 0;
    /*border-top: 1px solid #e7e7eb;*/
}
.msg_card_cell {
    background-color: #fff;
}
a {
    color: #459ae9;
    text-decoration: none;
}
.msg_card_cell {
    background-color: #fff;
}
.list {
    margin: 0 10px;
}
ul, ol {
    padding-left: 0;
    list-style-type: none;
}
.msg_card_section {
    position: relative;
}
.list .li_panel {
    padding: 11px 0;
}
.list li .li_panel {
    display: block;
    padding: 11px 30px 11px 0;
    border-bottom: 1px solid #e7e7eb;
}
.section_card_intro {
    width: 100%;
    height: auto;
    color: #8d8d8d;
    overflow: hidden;
    padding: 0;
    word-wrap: break-word;
    word-break: break-all;
}
.section_card_intro p {
    line-height: 1.6;
}
.section_card_intro .cover_wrap {
    overflow: hidden;
    max-height: 116px;
    height: auto;
    padding-top: 5px;
}
.msg_img_text .list .li_panel .ic {
    top: 16px;
}
.list li .li_panel .ic {
    position: absolute;
    top: 36%;
    right: 5px;
    width: 16px;
    height: 15px;
    background: url("http://res.wx.qq.com/mpres/zh_CN/htmledition/comm_htmledition/style/page/cardticket/card_control_z29d7c9.png") 0 -104px no-repeat;
}
.msg_card_cell.shop_detail {
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
.card_preview_area .msg_card_cell {
    background-color: #fff;
}
.all-body{
    width: 1200px;margin: 0 auto;
}
.tool_bar.border {
    border-top: 1px solid #e7e7eb;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.tool_bar {
    margin-top: 0;
    clear: both;
}
.tc {
    text-align: center;
}
.tool_bar {
    padding-bottom: 50px;
    padding-top: 20px;
}
.tool_bar.tc .btn {
    margin-left: .5em;
    margin-right: .5em;
}
.btn.btn_input {
    min-width: 104px;
}
.btn_default {
    background-color: #fff;
    background-image: -moz-linear-gradient(top,#fff 0,#fff 100%);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
    background-image: -webkit-linear-gradient(top,#fff 0,#fff 100%);
    background-image: -o-linear-gradient(top,#fff 0,#fff 100%);
    background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
    border-color: #e7e7eb;
    color: #222;
}
.btn {
    /*border-color: transparent;*/
    display: inline-block;
    overflow: visible;
    padding: 0 22px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
}
.btn.btn_input button {
    width: 100%;
}
.btn_default button {
    color: white;
}
.btn button {
    display: block;
    height: 100%;
    background-color: transparent;
    border: 0;
    outline: 0;
    overflow: visible;
    padding: 0 22px;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
.tool_bar.border {
    border-top: 1px solid #e7e7eb;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.brand_img {
    display: inline-block;
    vertical-align: top;
}
.brand_img img {
    margin-right: 1em;
    width: 80px;
    height: 80px;
}
.brand_name {
    display: inline-block;
    vertical-align: top;
}
.btn-primary {
    background-color: #006DCC;
    background-image: linear-gradient(to bottom, #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn_primary2 {
    background-color: #44b549;
    background-image: -moz-linear-gradient(top,#44b549 0,#44b549 100%);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#44b549),to(#44b549));
    background-image: -webkit-linear-gradient(top,#44b549 0,#44b549 100%);
    background-image: -o-linear-gradient(top,#44b549 0,#44b549 100%);
    background-image: linear-gradient(to bottom,#44b549 0,#44b549 100%);
    border-color: #44b549;
    color: #fff;
}
.btn {
    display: inline-block;
    overflow: visible;
    padding: 0 22px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
}
.list li .supply_area {
    color: #8d8d8d;
    float: right;
}