* {
    margin: 0;
    padding: 0;
}

a:hover,a:focus{
    text-decoration: none;
}
.sxcard{
    color:#ff9d00;
    cursor: pointer;
}
.figure {
    width: 980px;
    height: 90px;
    padding: 12px 110px 8px;
    background: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.filling {
    border-bottom: 2px solid #eeeeee;
}

.filling p {
    margin-bottom: 16px;
}

.figure-back {
    background: url(../../public/skin/default/images/figure_back.png) repeat-x;
    height: 40px;
    position: relative;
}

.figure-finish-back {
    background: url("../../public/skin/default/images/figure_back_finish.png") repeat-x;
    height: 40px;
    position: absolute;
}

.figure-finish {
    background: url("../../public/skin/default/images/figure_finish.png") repeat-x;
    height: 40px;
    width: 40px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    margin-left: -20px;
    margin-right: 20px;
    position: absolute;
}

.figure-todo {
    background: url("../../public/skin/default/images/figure_todo.png") repeat-x;
    height: 40px;
    width: 40px;
    font-size: 20px;
    color: #838c8d;
    text-align: center;
    line-height: 40px;
    margin-left: -20px;
    margin-right: 20px;
    position: absolute;
}

.figure-words {
    display: inline-block;
    font-size: 14px;
    color: #9a9a9a;
    letter-spacing: 0.5px;
    margin: 8px -20px;
    width: 100%;
    text-align: center;
    position: absolute;
    top:40px;
}

.figure-word {
    display: inline-block;
    width: 24%;
}

.mw-checkbox {
    cursor: pointer;
    display: inline-block;
}

.mw-checkbox span {
    margin-right: 5px;
}
.mw-checkbox span img{
    width: 18px;
    height: 18px;
    vertical-align: top;
}

.mw-checked {
    display: inline-block;
    background: #ffffff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.30), inset 0 -1px 0 0 #b9b9b9;
    margin-right: 10px;
    border-radius: 4px;
}

.mw-checked span {
    display: inline-block;
    padding: 3px 9px 3px 9px;
    font-size: 14px;
    color: #8e8e8e;
    letter-spacing: 0.85px;
}

.mw-checked > a {
    vertical-align: top;
    display: inline-block;
    border-left: 1px solid #ededed;
    padding: 0 5px;
    width: 24px;
    height: 26px;
    background: url("../../public/skin/default/images/close_a.png") center no-repeat;
}

.mw-checked > a:hover {
    background: url("../../public/skin/default/images/shut_orange.png") center no-repeat;
}

.mw-checked > a.active {
    background: url("../../public/skin/default/images/blush_shut.png") center no-repeat;
}

.mw-radio {
    cursor: pointer;
    display: inline-block;
}

.mw-radio > span {
    margin-right: 5px;
}

.f_select {
    min-width: 190px;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    line-height: 40px;
}

.f_select .state {
    padding-left: 14px;
    position: absolute;
    bottom: 12px;
}

.f_select_a {
    background: #fff;
    padding-left: 39px;
}

.f_select_a .select2-choice > .select2-chosen {
    color: #666666;
}

.f_select_b .select2-choice > .select2-chosen {
    padding: 11px 0 0 15px;
    color: #666666;
    font-family: '微软雅黑';
}

.f_select_a .select2-choice, .f_select_b .select2-choice {
    background: none ;
    height: 40px ;
}

.ng-hide {
    display: none;
}

.files_type {
    /*background: url("../../public/skin/default/images/file.png") no-repeat;*/
    background-size: 100% 100%;
    color: #ffffff;
    width: 204px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    cursor: pointer;
    font-weight: normal;
    letter-spacing: 4.5px;
    border: none;
    outline: 0;
    background-color: #333;
    border-radius: 5px;
}


.mw-button {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 2.81px;
    background-size: 100% 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.mw-button span:first-child{
    border-radius: 6px 0 0 6px;
    width: 15px;
}
.mw-button span:nth-child(2){
    line-height: 30px;
    vertical-align: top;
    width: calc(100% - 30px);
    letter-spacing: 0px;
}
.mw-button span:last-child{
    border-radius: 0 6px 6px 0;
    width: 15px;
}

.mw-button span:first-child,
.mw-button span:nth-child(2),
.mw-button span:last-child{
    background: #008aff;
    height: 30px;
    display: inline-block;
}
.mw-button.mw-disabled span:first-child,
.mw-button.mw-disabled span:nth-child(2),
.mw-button.mw-disabled span:last-child{
    background: #e1e1e1;
}

.mw-send-message {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.30);
    background: #fff;
    padding-top: 1px;
    min-width: 880px;
}

.mw-send-message .send_to {
    margin-top: 20px;
    font-size: 0;
}

.mw-send-message .send_to .send_label {
    display: inline-block;
    width: 230px;
    padding-right: 20px;
    font-size: 13px;
    color: #666;
    letter-spacing: 3px;
    text-align: right;
    line-height: 40px;
    vertical-align: top;
}

.mw-send-message .send_to .send_name {
    display: inline-block;
    width: 630px;
    height: 40px;
    font-size: 14px;
    color: #8cc6cc;
    line-height: 40px;
}

.mw-send-message .send_to .send_name>span{
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.mw-send-message .message_content {
    width: 980px;
    padding: 20px;
}

.message_content .message_icon {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin-right: 4px;
}

.message_content .message_icon .message_company {
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.30);
    border-radius: 4px;
    overflow: hidden;
    width: 60%;
    height: 60px;
}

.message_content .message_icon .message_company img {
    width: 100%;
    height: 100%;
}

.message_content .message_icon .message_name {
    text-align: left;
    color: #a5a5a5;
    font-size: 13px;
    line-height: 20px;
}

.message_content .message_icon .message_name > div {
    max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.message_content .message_icon .message_name .register_name {
    color: #777;
}

.message_content .message_icon .message_verify {
    margin-top: 10px;
    text-align: left;
    font-size: 13px;
    color: #888;
}

.mw-send-message .message_content .message_icon .message_register_name,
.mw-send-message .message_content .message_icon .message_company_name{
    display: none;
}

.message_content .message_icon .message_register {
    display: inline-block;
    vertical-align: top;
    border-radius: 100%;
    text-align: center;
    height: 60px;
    width: 60px;
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.30);
    position: relative;
}

.message_content .message_icon .message_register > span > img {
    max-height: 100%;
    max-width: 100%;
}

.message_content .message_text {
    display: inline-block;
}

.message_content .message_text > textarea {
    background: #eeeeee;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    width: 630px;
    height: 120px;
    min-height: 120px;
    border: 0;
    font-size: 14px;
    letter-spacing: 0.11px;
    margin-bottom: 10px;
}

.message_content .message_text .message_btn {
    position: relative;
    height: 30px;
}

.message_content .message_text .message_btn .cancel_btn {
    font-size: 16px;
    color: #cccccc;
    letter-spacing: 0.13px;
    border-radius: 4px;
    width: 70px;
    height: 30px;
    margin-right: 20px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}

.message_content .message_text .message_btn .cancel_btn:hover {
    background: rgba(140, 198, 204, 0.20);
    color: #8cc6cc;
}

.message_content .message_text .message_btn .publish {
    text-align: right;
}

.message_content .message_text .message_btn .publish > div {
    display: inline-block;
}

.message_content .message_text .message_btn .mw-button {
    width: 150px;
    height: 30px;
    line-height: 30px;
}

.message_content .message_text .message-bottom-info{
    float: left;
    text-align: left;
    max-width: 370px;
}

.mw-register-profile {
    position: relative;
    width: 100%;
    height: 100%;
}

.mw-register-profile > span {
    height: 90%;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45%;
    margin-left: -45%;
    display: inline-block;
    overflow: hidden;
    border-radius: 100%;
}

.mw-register-profile > span > img {
    height: 100%;
    max-width: 100%;
}

.mw-text-area {
    display: inline;
}

.mw-message-left {

}

.data-pager {
    text-align: center;
}

.modal-dialog {
    border-radius: 4px;
    height: calc(100% - 60px);
}

.modal-md{
    width: 600px;
}

.modal-lg{
    width: 900px;
}

.modal-backdrop {
    background: #fff;
    width: 100%;
    height: 100%;
}

.modal-content {
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25);
    border: 0;
    border-radius: 4px;
    overflow: hidden;
}
.editObject .modal-content{
    height: 100%;
}

.modal-content .container-fluid{
   height: 100%;
}
.modal-content .modal-body{
    height: calc(100% - 120px);
    overflow-y: auto;
}

.mw-alert-message {
    text-align: center;
    min-height: 200px;
    position: relative;
}

.mw-alert-message .message-content {
    min-height: 140px;
    position: relative;
}

.mw-alert-message .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.mw-alert-message .mw-button {
    font-size: 13px;
    letter-spacing: 2.61px;
    text-align: center;
    border-radius: 4px;
    width: 126px;
    height: 30px;
    line-height: 30px;
}

.mw-alert-message .text-context {
    position: absolute;
    top: 50%;
    width: 100%;
}

.mw-alert-message .mw-text-body {
    margin: 0 20px;
}

.mw-alert-message .btn-block{
    text-align: center;
    padding-bottom: 30px;
}

img.heightImg {
    width: 100%;
    max-width: none;
    height: auto;
}

img.widthImg {
    height: 100%;
    max-height: none;
    width: auto;
}

.btn-block {
    text-align: left;
}

.btn-block > div {
    display: inline-block;
    margin: 0 8px;
}
.btn-block .abrogate > .mw-button {
    color: #ffffff!important;
}

.btn-block .cancel > .mw-button {
    background: none;
    /*    color: #a5a5a5;*/
}

.mw-file-hide{width: 0;height: 0;display: inline-block;float: left;outline: none!important;}

.mt10{
    margin-top: 10px;
}

/***比例样式****/
.hold {
    z-index: 1;
}
.pie1, .hold1 {
    clip: rect(0px,50px,50px,25px);
}
.pie1{
    background-color: #9acdd2;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    position: absolute;
}
.pie, .bg, .hold {
    width: 50px;
    height: 50px;
    position: absolute;
}
.pie2, .hold2 {
    clip: rect(0px,25px,50px,0px);
}
.pie, .bg {
    background-color: #9acdd2;
    border-radius: 100px;
    box-shadow:0px 1px 2px 0px rgba(0,0,0,0.30);
}
.bg {
    background-color: #f1f1f1;
}
.white_content {
    color:#9b9b9b;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 12px;
    margin: 6px;
    background:#f1f1f1;
    box-shadow:0 1px 2px 0 rgba(0,0,0,0.30);
    border-radius: 100px;
    position: absolute;
    z-index: 1;

}
.icon {
    width: 50px;
    height: 50px;
    display: inline-block;
}
.hand{
    cursor: pointer;
}
@media screen and (min-width: 1280px) {
    .mw-all-content .mw-all-right-content-ml .mw-all-right-content {
        margin: auto auto;
        width: 980px;
    }
}

@media screen and ( max-width: 1430px) {
    .top_win {
        left: -300px;
    }

    .top_win .arrow {
        margin-left: 315px;
    }
}
/******2016-10-25******/
.next_a .mw-button{
    font-size: 14px;
    color:#9b9b9b;
    letter-spacing: 2.81px;
    background:#ededed;
    width: 204px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border-radius: 23px;
}
.mw-disabled{
    cursor: not-allowed;
}
.uploadify-button{
    background: url(../../public/skin/default/images/file.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
    color: #ffffff;
    width: 204px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    cursor: pointer;
    font-weight: normal;
    letter-spacing: 4.5px;
    position: relative;
}
.uploadify >object{
    left:0;
}
.uploadify:hover .uploadify-button{
    background-color: transparent;
}
.message-content .mw-sale-confirm{
    position: absolute;
    width: 100%;
}
.message-content .mw-sale-confirm .mw-sale-title{
    margin-top: 40px;
    color: #333;
}
.message-content .mw-sale-confirm .mw-sale-content{
    margin-top: 20px;
    color: #999;
}
.close-btn{
    position: absolute;
    right: 20px;
    top:18px;
    cursor: pointer;
    top: 20px;
}
.close-btn img{
    width: 17px;
}
.remind_over{
    border:1px solid #f0f0f0;
    border-radius:6px;
    margin:15px 0px 30px 0px;
    padding: 16px 20px;
    display: inline-block;
}
.warm-reminder{
    font-size:16px;
    color:#999999;
    margin-bottom: 3px;
}
.remind_over_mb{
    border:1px solid #f0f0f0;
    border-radius:6px;
    margin:15px 0px 30px -215px;
    padding: 16px 20px;
    display: inline-block;
}
.warm-reminder_mb{
    font-size:16px;
    color:#999999;
}
.remind_overs{
    border:1px solid #f0f0f0;
    border-radius:6px;
    margin:15px 0px 30px -210px;
    padding: 16px 20px;
    display: inline-block;
}
.attention{
    font-size:16px;
    color:#ff0000;
    background:#fff2f2;
    border-radius:6px;
    padding: 9px 14px;
    margin-top: 30px;
}
.attentions{
    font-size:16px;
    color:#ff0000;
    background:#fff2f2;
    border-radius:6px;
    padding: 9px 14px;
    margin:15px 0px 30px -215px;
}
/*弹出层开始*/
.over_div {
    width: 100%;
    position: fixed;
    opacity: 0.5;
    left: 0;
    height: 100%;
    background-color: #333;
    z-index: 100;
    top: 0;
}
.processitem {
    width: 720px;
    padding: 43px 50px 0px 50px;
    background: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    position: fixed;
    left: 50%;
    top: 40%;
    margin-left: -360px;
    margin-top: -197px;
    z-index: 1000;
}
.padlock {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
/*弹出层结束*/
