* {
    font: inherit;
    color: inherit;
    user-select: inherit;
    -ms-user-select: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    word-break: break-all;
}

body {
    color: #444;
    font-size: 0;
    user-select: none;
    -ms-user-select: none;
    font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
}

img {
    pointer-events: none;
}

.viewer-button, .viewer-prev, .viewer-play, .viewer-next, .viewer-toolbar {
    display: none;
}

.fittk-load-police, .fittk-load-handle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 220px;
    height: 170px;
    opacity: 0.8;
    background: #222;
    border-radius: 20px;
}

.fittk-load-handle {
    width: 330px;
    height: 220px;
}

.fittk-load-police:before, .fittk-load-handle:before {
    content: '';
    width: 220px;
    height: 70px;
    position: absolute;
    top: 25px;
    left: 0;
    background: url("../img/wait.gif") no-repeat 50% 50%;
    background-size: 60px 60px;
    filter: grayscale(1) brightness(5);
}

.fittk-load-handle:before {
    width: 330px;
}

.fittk-load-police:after, .fittk-load-handle:after {
    content: '加载中，请稍候';
    font-size: 28px;
    line-height: 40px;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 220px;
    height: 40px;
    text-align: center;
    color: #ffffff;
}

.fittk-load-handle:after {
    width: 330px;
    height: 80px;
    content: '第一次办事需加载较长时间，请耐心等待';
}

::placeholder {
    color: #b2b2b2;
}

.fittk-input, .fittk-textarea {
    color: #666666;
}

.fittk-radio-item, .fittk-checkbox-item {
    position: relative;
    background: #ffffff;
}

.fittk-radio-one {
    width: auto !important;
    height: auto !important;
}

.fittk-select-option .fittk-radio-item {
    transform: translateY(-3px);
}

.m-tree-area .fittk-radio-one {
    float: left;
    clear: left;
}

.fittk-radio-one.checked .fittk-checkbox-item {
    border: none !important;
}

.fittk-radio-text {
    margin-left: 10px;
    height: auto !important;
}

.fittk-radio-text .red {
    color: #ff3333;
    font: inherit
}

.fittk-radio-text img {
    height: 60px !important;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 20px;
}

input.fittk-input {
    overflow: hidden;
    text-overflow: ellipsis;
}

input.fittk-input:hover {
    text-overflow: clip;
}

.fittk-input-readonly {
    color: #444 !important;
}

.m-open .fittk-input-readonly {
    background: #ffffff !important;
}

.fittk-select-options {
    outline-color: #d4d4d4 !important;
}

.fittk-checkbox-inner {
    transition: none !important;
}

.square .fittk-radio-one {
    width: 100% !important;
    outline: 1px solid #d4d4d4;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.fittk-radio-text span {
    width: calc(100% - 30px);
    display: inline-block;
    font-size: 28px;
    line-height: 40px;
    color: #ff3333;
}

.m-form-textarea .fittk-textarea {
    padding: 10px 5px !important;
}

.fittk-open {
    border-radius: 6px;
    overflow: hidden;
    outline: none !important;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.3);
}

.fittk-open-title {
    background: #ffffff !important;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
}

.fittk-open-title-text {
    color: #444;
}

.fittk-open-close {
    filter: invert(1);
    opacity: 0.5;
    margin-right: 20px !important;
}

.fittk-open-btn {
    margin-top: 19px;
    padding: 0 20px !important;
    height: 60px !important;
    line-height: 60px !important;
}

.v-code-status {
    display: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.hide {
    display: none;
}

.gray {
    filter: grayscale(1);
}

.m-body {
    width: 750px;
    position: absolute;
    user-select: none;
    -ms-user-select: none;
    background: #f8f8f8;
    display: none;
}

.m-body.white {
    background: #ffffff;
}

.m-body.black {
    background: #000000;
}

.m-background {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #f8f8f8;
    background-size: cover;
}

.m-header {
    width: 750px;
    height: 370px;
    float: left;
    position: relative;
}

.m-header .m-banner-box {
    width: 100%;
    height: 360px;
    position: absolute;
    top: 0;
    left: 0;
}

.m-header .m-banner-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    margin-top: -8px;
}

.m-nh .m-header {
    height: 0;
}

.m-nh .m-banner-box {
    display: none;
}

.m-section {
    width: 100%;
    float: left;
    min-height: calc(100% - 240px);
    position: relative;
    margin-top: -40px;
    background: #f8f8f8;
    border-radius: 24px 24px 0 0;
    box-sizing: border-box;
}

.m-body.white .m-section {
    background: #ffffff;
}

.m-body.black .m-section {
    background: #000000;
}

.m-section:after {
    content: '';
    width: 100%;
    height: 270px;
    float: left;
}

.m-section-footer {
    width: 750px;
    height: 80px;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    color: #999999;
    position: absolute;
    left: 0;
    bottom: 160px;
}

.m-nh .m-section {
    min-height: calc(100% - 130px);
    margin-top: 0;
    border-radius: 0;
}

.m-nf .m-section {
    min-height: calc(100% - 240px);
}

.m-nf .m-section:after {
    height: 160px;
}

.m-nf .m-section-footer {
    bottom: 30px;
}

.m-nh.m-nf .m-section {
    min-height: 100%;
}

.m-nb .m-section {
    height: calc(100% - 400px);
}

.m-nb .m-section:after {
    height: 0;
}

.m-nf.m-nb .m-section {
    height: calc(100% - 240px);
}

.m-nh.m-nb .m-section {
    height: calc(100% - 130px);
}

.m-nh.m-nf.m-nb .m-section {
    height: 100%;
}

.m-footer {
    width: 750px;
    height: 130px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #0083ff;
    box-shadow: 0 0 10px 10px rgba(60, 60, 60, 0.1);
    box-sizing: border-box;
    text-align: center;
    z-index: 10000;
}

.m-nf .m-footer {
    /*display: none;*/
}

.m-footer-item {
    width: 150px;
    margin: 0 18px;
    height: 130px;
    display: inline-block;
    vertical-align: middle;
}

.m-footer-icon {
    width: 150px;
    height: 70px;
    float: left;
    margin-top: 15px;
}

.m-footer-icon img {
    width: 50px;
    height: 50px;
    margin: 10px 50px;
    filter: grayscale(1) brightness(1.5);
    float: left;
}

.m-footer-item.active img {
    filter: none;
}

.m-footer-text {
    width: 150px;
    height: 30px;
    float: left;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.m-matter .m-search-box {
    width: 680px;
    height: 72px;
    float: left;
    margin: 60px 35px 10px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 11px 0;
    background: #ffffff;
    box-shadow: 0 0 6px 6px rgba(180, 180, 180, 0.1);
}

.m-matter .m-search-btn {
    width: 50px;
    height: 50px;
    margin: 0 11px;
    float: left;
    background: url("../img/index/search.png") no-repeat 50% 50%;
    background-size: 36px auto;
}

.m-matter .m-search-inner {
    width: 600px;
    font-size: 28px;
    line-height: 50px;
    float: left;
    border: none;
    outline: none;
    background: none;
}

.m-search .m-search-result {
    display: none;
}

.m-search .m-search-one {
    width: 750px;
    float: left;
    margin: 0;
    padding: 11px 0;
    background: #ffffff;
    border-bottom: 2px dashed #e2e2e2;
}

.m-search .m-search-one:first-of-type {
    margin-top: 20px;
}

.m-search .m-search-one:last-of-type {
    border-bottom: none;
}

.m-search .m-search-one-name {
    width: 680px;
    font-size: 30px;
    line-height: 50px;
    padding: 10px 0 10px 30px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

.m-search .m-search-one-name span {
    color: #888;
    font-size: 26px;
}

.m-search .m-search-one-arrow {
    width: 60px;
    height: 60px;
    background: url("../img/right-arrow.png") no-repeat 50% 50%;
    background-size: auto 24px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.8;
}

.m-white-box-title {
    width: 750px;
    float: left;
    color: #666;
    font-size: 30px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 5px 20px;
    margin-top: 20px;
}

.m-white-box-title:first-of-type{
    margin-top: 40px;
}

.m-white-box {
    width: 720px;
    border-radius: 15px;
    margin: 20px 15px;
    padding: 20px 0;
    background: #fff;
    float: left;
    box-shadow: 0 0 6px 6px rgba(180, 180, 180, 0.1);
}

.m-white-pic {
    width: 720px;
    float: left;
}

.m-white-qrcode {
    width: 300px;
    height: 300px;
    margin: 5px 20px;
    float: left;
}

.m-notice-content {
    width: 720px;
    margin: 0 0 20px;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    position: relative;
}

.m-notice-content-inner {
    width: 340px;
    float: left;
    color: #333;
    font-size: 16px;
    line-height: 1.8;
    transform: scale(2);
    transform-origin: 0 0;
}

.m-notice-content-inner * {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.m-notice-content-inner strong {
    font-weight: bold;
}

.m-notice-content-inner table {
    border-spacing: 0;
    border-left: 1px solid #666;
    border-top: 1px solid #666;
}

.m-notice-content-inner td {
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}

.m-notice-content-inner img {
    max-width: 100%;
}

.m-notice-essentials {
    width: 480px;
    margin: 20px 120px 0;
    display: none;
    float: left;
}

.m-notice-essentials .fittk-checkbox-item {
    border-radius: 50%;
    overflow: hidden;
}

.m-notice-essentials .fittk-checkbox-inner {
    background-size: 20px auto !important;
}

.m-white-box-btn {
    width: 560px;
    height: 80px;
    margin: 200px 80px;
    font-size: 28px;
    border-radius: 5px;
    background: #b2b2b2;
    color: #fff;
    line-height: 80px;
    text-align: center;
    position: relative;
    z-index: 100;
    float: left;
}

.m-white-box-btn.small {
    width: 360px;
    height: 80px;
    margin: 20px 180px;
}

.m-white-box-btn.active {
    cursor: pointer;
}

.m-error-box {
    width: 750px;
    height: 100%;
    background: url("../img/rest.png") no-repeat 50% 200px;
    background-size: 200px 200px;
    box-sizing: border-box;
    position: relative;
}

.m-error-msg {
    position: absolute;
    top: 480px;
    left: 0;
    width: 750px;
    text-align: center;
    color: #666;
    font-size: 28px;
    line-height: 60px;
}

.m-error-btn {
    width: 90px;
    height: 80px;
    position: absolute;
    top: 540px;
    left: 330px;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
}

.m-matter .m-search-box {
    background: #f1f1f1;
    box-shadow: none;
    position: relative;
}

.m-matter .m-matter-service {
    width: 750px;
    height: 90px;
    border-bottom: 2px solid #e2e2e2;
    float: left;
}

.m-matter .m-matter-service-item {
    width: 375px;
    height: 90px;
    float: left;
    box-sizing: border-box;
    text-align: center;
    font-size: 32px;
    line-height: 60px;
    padding: 15px 0;
    color: #888;
}

.m-matter .m-matter-slide {
    width: 150px;
    float: left;
    background: #f1f1f1;
}

.m-matter .m-matter-slide-item {
    width: 150px;
    height: 90px;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
    float: left;
}

.m-matter .m-matter-slide-item.active {
    background: #ffffff;
}

.m-matter .m-matter-booth {
    width: 600px;
    padding: 15px;
    box-sizing: border-box;
    float: left;
}

.m-matter .m-matter-booth-title {
    width: 570px;
    height: 60px;
    line-height: 50px;
    font-size: 32px;
    box-sizing: border-box;
    padding: 5px 15px;
    float: left;
}

.m-matter .m-matter-booth-item {
    width: 190px;
    height: 190px;
    float: left;
}

.m-matter .m-matter-booth-icon {
    width: 90px;
    height: 90px;
    margin: 16px 50px 6px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
}

.m-matter .m-matter-booth-item.i0 .m-matter-booth-icon {
    background: #0380cc;
}

.m-matter .m-matter-booth-item.i1 .m-matter-booth-icon {
    background: #5ab6a8;
}

.m-matter .m-matter-booth-item.i2 .m-matter-booth-icon {
    background: #e9636a;
}

.m-matter .m-matter-booth-item.i3 .m-matter-booth-icon {
    background: #ab8bb2;
}

.m-matter .m-matter-booth-icon img {
    width: 50px;
    height: 50px;
    margin: 20px;
    float: left;
}

.m-matter .m-matter-booth-name {
    width: 170px;
    height: 72px;
    float: left;
    margin: 0 10px;
    line-height: 80px;
}

.m-matter .m-matter-booth-name span {
    width: 170px;
    max-height: 72px;
    overflow: hidden;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.m-matter .m-matter-list {
    width: 720px;
    border-radius: 15px;
    margin: 20px 15px;
    float: left;
    padding: 0 10px;
    background: #ffffff;
    box-sizing: border-box;
    box-shadow: 0 0 6px 6px rgba(180, 180, 180, 0.1);
}

.m-matter .m-matter-one {
    width: 680px;
    margin: 0 10px;
    line-height: 100px;
    float: left;
    border-bottom: 2px dashed #e2e2e2;
}

.m-matter .m-matter-one:last-of-type {
    border-bottom: none;
}

.m-matter .m-matter-one-name {
    width: 620px;
    font-size: 28px;
    line-height: 60px;
    padding-left: 20px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

.m-matter .m-matter-one-arrow {
    width: 60px;
    height: 60px;
    background: url("../img/right-arrow.png") no-repeat 50% 50%;
    background-size: auto 24px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.8;
}

.m-info-inner {
    width: 750px;
}

.m-info-inner:after {
    content: '';
    height: 110px;
    display: block;
    clear: both;
}

.m-info-area {
    width: 720px;
    border-radius: 15px;
    margin: 20px 15px;
    float: left;
    background: #ffffff;
    box-sizing: border-box;
    box-shadow: 0 0 6px 6px rgba(180, 180, 180, 0.1);
    opacity: 0;
    user-select: text;
    -ms-user-select: text;
    position: relative;
    overflow: hidden;
}

.m-info-area.half {
    height: 1280px;
    margin-bottom: 0;
}

.m-info-show {
    float: left;
    width: 200px;
    height: 50px;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    border-radius: 0 0 3px 3px;
    margin: 0 275px 20px;
    box-sizing: border-box;
    padding-right: 20px;
    background: url("../img/bottom-arrow.png") no-repeat 130px 50% #e8e8e8;
    background-size: 20px auto;
    box-shadow: 0 0 6px 6px rgba(180, 180, 180, 0.1);
}

.m-info-area.half:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 80px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
    left: 0;
    bottom: 0;
}

.m-info-area.show {
    opacity: 1;
}

.m-info-title {
    width: 100%;
    padding: 20px 0;
    border-bottom: 2px dashed #e2e2e2;
    float: left;
}

.m-info-title span {
    font-size: 32px;
    line-height: 40px;
    padding: 10px 0 10px 30px;
    box-sizing: border-box;
    float: left;
}

.m-info-ctrl {
    position: absolute;
    height: 90px;
    box-sizing: border-box;
    top: 0;
    right: 0;
    padding: 20px;
}

.m-info-ctrl .prev {
    width: 30px;
    height: 50px;
    background: url("../img/matter/left_arrow.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    filter: brightness(1.4);
    float: left;
}

.m-info-ctrl .prev.disabled {
    filter: grayscale(1) brightness(2);
}

.m-info-ctrl .page {
    font-size: 32px;
    line-height: 50px;
    padding: 0 20px;
    float: left;
}

.m-info-ctrl .next {
    width: 30px;
    height: 50px;
    background: url("../img/matter/right_arrow.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    filter: brightness(1.4);
    float: left;
}

.m-info-ctrl .next.disabled {
    filter: grayscale(1) brightness(2);
}

.m-info-table {
    width: 100%;
    float: left;
}

.m-info-tr {
    width: 100%;
    padding: 12px 0;
    box-sizing: border-box;
    float: left;
    border-bottom: 2px dashed #e2e2e2;
}

.m-info-tr:last-of-type {
    border-bottom: none;
}

.m-info-tr:after {
    content: '';
    display: block;
    clear: both;
}

.m-info-td {
    width: 440px;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 24px;
    float: left;
}

.m-info-td.label {
    width: 280px;
    font-weight: bold;
    color: #666;
}

.m-info-td span {
    width: 100%;
    font-size: 28px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
}

.m-info-td.file > span {
    width: calc(100% - 110px);
    cursor: pointer;
}

.m-info-td img {
    width: 100px;
    height: 100px;
    margin: 10px 10px 10px 0;
    display: inline-block;
    vertical-align: middle;
}

.m-info-text {
    width: 100%;
    font-size: 28px;
    line-height: 50px;
    padding: 20px;
    box-sizing: border-box;
    float: left;
}

.m-info-list-one {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.m-info-list-one span {
    width: 100%;
    font-size: 28px;
    line-height: 50px;
    padding: 10px 20px;
    float: left;
    vertical-align: middle;
}

.m-info-list-one .q:before {
    content: '问';
    display: inline-block;
    color: #ffffff;
    background: #389173;
    border-radius: 3px;
    text-align: center;
    font-size: 24px;
    line-height: 44px;
    height: 44px;
    width: 44px;
    margin: 3px 20px 3px 0;
    float: left;
}

.m-info-list-one .a:before {
    content: '答';
    display: inline-block;
    color: #ffffff;
    background: #ffc900;
    border-radius: 3px;
    text-align: center;
    font-size: 24px;
    line-height: 44px;
    height: 44px;
    width: 44px;
    margin: 3px 20px 3px 0;
    float: left;
}

.m-info-btn-area {
    width: 750px;
    height: 110px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #ffffff;
    box-shadow: 0 0 10px 10px rgba(60, 60, 60, 0.1);
    box-sizing: border-box;
    z-index: 10000;
    opacity: 0;
}

.m-info-btn-area.show {
    opacity: 1;
}

.m-info-icon {
    width: 80px;
    height: 100px;
    margin: 0 15px;
    float: left;
    box-sizing: border-box;
    padding-top: 60px;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    background: no-repeat 50% 10px;
    background-size: auto 50px;
}

.m-info-icon.collect {
    background-image: url("../img/matter/btn-collect-blue.png");
}

.m-info-icon.collect.active {
    background-image: url("../img/matter/btn-collect-blue-full.png");
}

.m-info-icon.consult {
    background-image: url("../img/matter/btn-consult-blue.png");
}

.m-info-btn {
    box-sizing: border-box;
    margin: 20px 15px;
    padding: 15px 25px 15px 70px;
    height: 70px;
    font-size: 28px;
    border-radius: 8px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    position: relative;
    background: no-repeat 16px 50% #b2b2b2;
    background-size: auto 40px;
    z-index: 100;
    float: right;
}

.m-info-btn.order {
    background-image: url("../img/matter/btn-order-white.png");
}

.m-info-btn.handle {
    background-image: url("../img/matter/btn-handle-white.png");
}

.m-matter .m-form-box {
    width: 750px;
    margin: 0 auto;
}

.m-matter .m-form-box:after {
    content: '';
    display: block;
    clear: both;
    height: 120px;
}

.m-matter .m-form-box.bolder {
    outline: 1px solid #d4d4d4;
}

.m-matter .m-form-title {
    width: 750px;
    float: left;
    color: #666;
    font-size: 30px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 5px 20px;
    margin-top: 40px;
}

.m-matter .m-form-area {
    display: none;
    float: left;
}

.m-matter .m-form-page {
    width: 750px;
    float: left;
    display: none;
    box-sizing: border-box;
}

.m-matter .m-form-para {
    width: 720px;
    border-radius: 15px;
    margin: 20px 15px;
    float: left;
    background: #ffffff;
    box-sizing: border-box;
    box-shadow: 0 0 6px 6px rgba(180, 180, 180, 0.1);
}

.m-moveCar .m-form-para {
    width: 750px;
    border-radius: 0;
    margin: 0;
    padding: 0 15px;
    box-shadow: none;
}

.m-matter .m-form-segment {
    position: relative;
    width: 720px;
    padding: 10px 0;
    float: left;
    border-bottom: 2px dashed #e2e2e2;
}

.m-matter .m-form-segment.beforeText {
    padding-bottom: 0;
    border-bottom: none;
}

.m-matter .m-form-paragraph {
    position: relative;
    width: 680px;
    line-height: 50px;
    padding: 10px;
    margin: 0 20px;
    box-sizing: border-box;
    font-size: 32px;
    overflow: hidden;
    float: left;
}

.m-matter .m-form-line .m-form-paragraph {
    width: 480px;
}

.m-matter .m-form-paragraph span {
    color: #ff3333;
    font-size: 26px;
}

.m-matter .m-form-text {
    position: relative;
    width: 720px;
    line-height: 50px;
    font-size: 28px;
    overflow: hidden;
    float: left;
    padding: 22px 24px;
    text-indent: 20px;
    box-sizing: border-box;
    border-bottom: 2px dashed #e2e2e2;
    user-select: text;
    -ms-user-select: text;
}

.m-matter .m-form-text * {
    font: inherit;
}

.m-matter .m-form-text.indent {
    padding-left: 180px;
}

.m-matter .m-form-line {
    position: relative;
    width: 720px;
    padding: 12px 0;
    float: left;
    border-bottom: 2px dashed #e2e2e2;
}

.m-matter .m-form-hidden, .m-matter .m-form-other {
    position: relative;
    width: 720px;
    height: 0;
    padding: 0;
    border-bottom: none;
    overflow: hidden;
    box-shadow: none;
    margin: 0;
}

.m-matter .m-form-line.full {
    width: 720px;
}

.m-matter .m-form-item.last {
    border-bottom: none;
}

.m-matter .m-form-label {
    width: 280px;
    padding: 10px 4px;
    margin: 0 20px;
    box-sizing: border-box;
    float: left;
}

.m-matter .m-form-line.full .m-form-label {
    width: 680px;
}

.m-matter .m-form-label-text {
    font-size: 28px;
    line-height: 50px;
    float: left;
    font-weight: bold;
    color: #666;
}

.m-matter .m-form-label-text span {
    font: inherit;
    color: #ff3333;
}

.m-matter .m-form-label-text:before {
    content: ' ';
    display: inline-block;
    font: inherit;
    color: #ff3333;
    width: 20px;
}

.m-matter .required .m-form-label-text:before {
    content: '*';
}

.m-matter .m-form-input {
    width: 400px;
    height: 70px;
    padding: 15px 0;
    box-sizing: border-box;
    float: left;
}

.m-matter .m-form-input.city {
    width: 220px;
    margin-left: 5px;
}

.m-matter .m-form-input.city:nth-of-type(2) {
    margin-left: 40px;
}

.m-matter .m-form-input.map {
    height: 110px;
}

.m-matter .m-form-textarea {
    width: 640px;
    height: 120px;
    margin: 0 40px;
    box-sizing: border-box;
    float: left;
}

.m-matter .m-form-search {
    width: 80px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;;
    position: absolute;
    right: 0;
    top: 22px;
}

.m-matter .m-form-line.error .m-form-textarea {
    outline-color: #ff3333;
}

.m-matter .m-form-scan {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 27px;
    right: 10px;
    background: url("../img/scan.png") no-repeat 50% 50%;
    background-size: contain;
}

.m-matter .m-form-map {
    width: 700px;
    height: 360px;
    margin: 12px 10px 0;
    box-sizing: border-box;
    float: left;
}

.m-matter .m-form-map-frame {
    width: 350px;
    height: 180px;
    float: left;
    transform: scale(2);
    transform-origin: 0 0;
}

.m-matter .m-form-radio {
    width: 380px;
    margin: 5px 0;
    float: left;
    box-sizing: border-box;
}

.m-matter .square .m-form-radio {
    width: 680px;
    margin: 0 20px;
}

.m-matter .no-label .m-form-radio {
    width: 700px;
    margin: 0 0 0 20px;
}

.m-form-numberStep {
    width: 180px;
    margin: 5px 20px 5px 0;
    float: right;
    box-sizing: border-box;
}

.m-matter .m-form-range {
    width: 300px;
    height: 60px;
    margin: 5px 0;
    padding: 18px 0;
    float: left;
    box-sizing: border-box;
}

.m-matter .m-form-range-value {
    width: 100px;
    height: 60px;
    margin: 5px 0;
    padding: 10px 0;
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    float: left;
    box-sizing: border-box;
}

.m-matter .m-form-upload {
    height: 66px;
    color: #666;
    float: right;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    font-size: 26px;
    line-height: 36px;
    margin: 2px 20px 2px 0;
    box-sizing: border-box;
    padding: 15px 20px;
    text-align: center;
    background: #e8f2fd;
    vertical-align: middle;
    transition: color 200ms linear;
}

.m-matter .m-form-upload:before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    vertical-align: middle;
    background: url("../img/upload.png") no-repeat 50% 50%;
    background-size: 32px auto;
    opacity: 0.8;
    transition: opacity 200ms linear;
}

.m-matter .m-form-attach {
    position: relative;
    float: left;
}

.m-matter .m-form-attach:after {
    content: '';
    display: block;
    clear: both;
}

.m-matter .m-form-attach-one {
    height: 50px;
    color: #444444;
    position: relative;
    margin: 0 10px;
    font-size: 28px;
    line-height: 50px;
    box-sizing: border-box;
    float: left;
}

.m-matter .m-form-attach-one .download {
    margin-left: 10px;
    cursor: pointer;
}

.m-matter .m-form-attach-one .scan:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    vertical-align: middle;
    background: url("../img/scan-b.png") no-repeat 50% 50%;
    background-size: 30px auto;
}

.m-matter .m-form-attach-one .address:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    vertical-align: middle;
    background: url("../img/scan-a.png") no-repeat 50% 50%;
    background-size: 30px auto;
}

.m-matter .m-form-attach-one .preview:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    vertical-align: middle;
    background: url("../img/preview.png") no-repeat 50% 50%;
    background-size: 30px auto;
}

.m-matter .m-form-attach-one .download:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    vertical-align: middle;
    background: url("../img/download.png") no-repeat 50% 50%;
    background-size: 30px auto;
}

.m-matter .m-form-example {
    width: 720px;
    float: left;
    position: relative;
}

.m-matter .m-form-example:after {
    content: '样例';
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.4);
    padding: 0 15px;
}

.m-matter .m-form-example img {
    width: auto;
    height: 280px;
    margin: 0 auto;
    display: block;
}

.m-matter .upload .m-form-example {
    width: auto;
}

.m-matter .upload .m-form-example img {
    height: 140px;
    margin: 15px 20px 5px;
}

.m-matter .m-upload-blank {
    height: 90px;
    width: 0;
    float: left;
    clear: left;
}

.m-matter .m-form-vcode {
    width: 640px;
    height: 80px;
    padding: 15px 0;
    float: left;
    margin: 0 55px;
    display: none;
}

.m-matter .m-form-next, .m-matter .m-form-submit {
    width: 500px;
    height: 80px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 15px 0;
    text-align: center;
    float: left;
    font-size: 28px;
    margin: 30px 125px;
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    display: none;
}

.m-matter .m-form-next.disabled {
    background: #b2b2b2;
}

.m-matter .m-form-gray .m-form-radio {
    filter: grayscale(1);
}

.m-matter .m-form-gray .fittk-input, .m-matter .m-form-gray .fittk-textarea {
    color: #999999 !important;
}

.m-matter .m-form-gray .m-form-image-del {
    display: none;
}

.m-success-circle {
    width: 120px;
    height: 120px;
    margin: 50px 300px;
    border-radius: 50%;
    float: left;
}

.m-waring-circle {
    width: 120px;
    height: 120px;
    margin: 50px 300px;
    border-radius: 50%;
    float: left;
}

.m-success-text {
    width: 600px;
    margin: 0 60px 20px;
    line-height: 50px;
    font-size: 28px;
    text-align: center;
    float: left;
}

.m-success-text.red {
    color: #ff3333;
}

.m-success-text.big {
    font-size: 42px;
    line-height: 60px;
}

.m-form-preview {
    width: 720px;
    padding: 0 20px;
    box-sizing: border-box;
    float: left;
    background: #fafafa;
}

.m-form-preview-segment {
    width: 680px;
    line-height: 50px;
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 28px;
    float: left;
}

.m-form-preview-line {
    width: 680px;
    float: left;
}

.m-form-preview-line::after {
    content: '';
    display: block;
    clear: both;
}

.m-form-preview-line.full {
    width: 680px;
}

.m-form-preview-label {
    width: 260px;
    padding: 15px 10px 15px 0;
    font-size: 28px;
    line-height: 50px;
    box-sizing: border-box;
    word-break: break-all;
    float: left;
}

.m-form-preview-value {
    width: 420px;
    padding: 15px 0;
    font-size: 28px;
    line-height: 50px;
    box-sizing: border-box;
    word-break: break-all;
    float: left;
}

.m-form-preview-line.full .m-form-preview-label {
    width: 680px;
    padding: 20px 0;
}

.m-form-preview-value.file {
    width: 680px;
    padding: 0 30px 0 0;
    font-size: 0;
    line-height: 50px;
}

.m-form-preview-file {
    width: 100%;
    margin: 5px 0;
    float: left;
    cursor: pointer;
    vertical-align: middle;
}

.m-form-preview-file img {
    height: 90px;
    vertical-align: middle;
}

.m-form-preview-file span {
    font-size: 28px;
    line-height: 50px;
    padding: 20px 0;
    vertical-align: middle;
}

.m-toast-area {
    width: 750px;
    max-height: 630px;
    overflow: hidden;
    position: fixed;
    top: 30px;
    left: 0;
    z-index: 19930615;
}

.m-error-toast {
    width: 500px;
    font-size: 28px;
    line-height: 60px;
    padding: 10px 10px 10px 80px;
    background: url("../img/warn.png") no-repeat 20px 20px #bd362f;
    background-size: auto 40px;
    border-radius: 10px;
    box-sizing: border-box;
    color: #ffffff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    float: left;
    margin-bottom: 10px;
    position: relative;
    left: 125px;
}

.m-success-toast {
    width: 500px;
    font-size: 28px;
    line-height: 60px;
    padding: 10px 10px 10px 80px;
    background: url("../img/yes.png") no-repeat 20px 20px #51a351;
    background-size: auto 40px;
    border-radius: 10px;
    box-sizing: border-box;
    color: #ffffff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    float: left;
    margin-bottom: 10px;
    position: relative;
    left: 125px;
}

.m-upload-shade {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 19930415;
    display: none;
}

.m-upload-icon {
    width: 300px;
    height: 300px;
    position: absolute;
    top: calc(50% - 290px);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.m-upload-icon img {
    width: 300px;
    height: 300px;
    object-fit: contain;
}

.m-upload-name {
    width: 500px;
    height: 60px;
    position: absolute;
    top: calc(50% + 20px);
    left: 0;
    right: 0;
    font-size: 40px;
    line-height: 80px;
    text-align: center;
    color: #444444;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-upload-process {
    width: 500px;
    height: 70px;
    border-radius: 35px;
    background: #999999;
    position: absolute;
    top: calc(50% + 100px);
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}

.m-upload-size {
    width: 500px;
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    z-index: 1000001;
}

.m-upload-bar {
    width: 0;
    height: 70px;
    border-radius: 35px;
    position: absolute;
    left: 0;
    top: 0;
    transition: width 150ms linear;
}

.m-form-image {
    width: 110px;
    height: 140px;
    margin: 15px 0 5px 20px;
    float: left;
    position: relative;
}

.m-form-image img {
    width: 90px;
    height: 90px;
    float: left;
    margin: 0 10px 5px;
}

.m-form-image span {
    width: 96px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #666666;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.m-form-image-shade {
    content: '';
    position: absolute;
    width: 110px;
    height: 140px;
    top: 0;
    left: 0;
}

.m-form-image-eye {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 0;
    left: 10px;
}

.m-form-image-del {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 6px;
    right: -16px;
    border-radius: 50%;
    background: url("../img/upload-del.png") no-repeat 50% 50% #ff3333;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
}

.m-sign-box {
    width: 750px;
    height: 630px;
    background: #fafafa;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 19940618;
    transition: bottom 150ms linear;
}

.m-sign-cancel {
    height: 50px;
    line-height: 40px;
    font-size: 28px;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #ff3333;
}

.m-sign-confirm {
    height: 50px;
    line-height: 40px;
    font-size: 28px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.m-sign-tablets {
    width: 720px;
    height: 540px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: url("../img/transparent.png") 0 0;
    background-size: 40px 40px;
}

.m-map .m-map-example {
    width: 210px;
    background: #ffffff;
    position: absolute;
    top: 30px;
    left: 30px;
    outline: 1px solid #d4d4d4;
    z-index: 1000;
    box-sizing: border-box;
    padding: 20px;
}

.m-map .m-map-example span {
    width: 170px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 0 0 100px;
    float: left;
    position: relative;
}

.m-map .m-map-example span.jtlk1:before {
    content: '';
    width: 70px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
    background: #7ec351;
}

.m-map .m-map-example span.jtlk2:before {
    content: '';
    width: 70px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
    background: #eeb831;
}

.m-map .m-map-example span.jtlk3:before {
    content: '';
    width: 70px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
    background: #e64957;
}

.m-map .m-map-search {
    width: 400px;
    height: 62px;
    position: absolute;
    box-sizing: border-box;
    padding: 0 25px;
    top: 19px;
    left: 19px;
    /*border-radius: 30px;*/
    margin-left: 400px;
    z-index: 1000;
    background: #ffffff;
    border: 1px solid #d4d4d4;
}

.m-map .typeList {
    width: 400px;
    height: 62px;
    position: absolute;
    box-sizing: border-box;
    padding: 0 25px;
    top: 19px;
    left: 19px;
    z-index: 1000;
    font-size: 30px;
    color:#999999;
    background: #ffffff;
    border: 1px solid #d4d4d4;
}
.m-map .typeList option{
    font-size: 12px;
}

.m-map .m-map-area {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: #f2f2f2;
    overflow: hidden;
}

.m-map .m-map-inner {
    position: absolute;
    top: -500px;
    left: -150px;
}

.m-map .m-map-container {
    width: 100%;
    height: 100%;
}

.m-map .m-map-info {
    position: absolute;
    width: 750px;
    left: 0;
    bottom: 0;
    border-radius: 24px 24px 0 0;
    padding: 30px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0 0 10px 10px rgba(60, 60, 60, 0.1);
    display: none;
}

.m-map .m-map-info:after {
    content: '';
    display: block;
    clear: both;
}

.m-map .m-map-content {
    width: 690px;
    margin: 0 0 15px;
    float: left;
}

.m-map .m-map-content img {
    width: 150px;
    height: 200px;
    margin: 10px 20px 0 0;
    float: left;
}

.m-map .m-map-content img ~ div {
    width: 520px;
    float: left;
}

.m-map .m-map-content h1 {
    font-size: 32px;
    line-height: 50px;
    padding: 5px 0;
    font-weight: bold;
}

.m-map .m-map-content p {
    font-size: 28px;
    line-height: 40px;
    padding: 5px 0;
}

.m-map .m-map-phone {
    width: 330px;
    height: 70px;
    margin: 15px 30px 15px 0;
    border-radius: 5px;
    text-align: center;
    font-size: 28px;
    line-height: 70px;
    color: #ffffff;
    background: url("../img/map/phone.png") no-repeat 60px 50%;
    background-size: auto 42px;
    padding-left: 20px;
    box-sizing: border-box;
    float: left;
}

.m-map .m-map-route {
    width: 330px;
    height: 70px;
    margin: 15px 0;
    border-radius: 5px;
    text-align: center;
    font-size: 28px;
    line-height: 70px;
    color: #ffffff;
    background: url("../img/map/route.png") no-repeat 60px 50%;
    background-size: auto 42px;
    padding-left: 20px;
    box-sizing: border-box;
    float: left;
}

.m-white-area {
    width: 750px;
    margin: 20px 0;
    background: #fff;
    float: left;
    box-shadow: 0 0 6px 6px rgba(180, 180, 180, 0.1);
}

.m-white-area.m-full {
    margin: 0;
    height: 100%;
    border-radius: 25px 25px 0 0;
    box-shadow: none;
}

.m-white-area:after {
    content: '';
    display: block;
    clear: both;
}

.m-white-line {
    width: 730px;
    margin: 0 10px;
    float: left;
    border-bottom: 2px dashed #e2e2e2;
}

.m-white-line.arrow {
    background: url("../img/right-arrow.png") no-repeat 690px 50%;
    background-size: auto 22px;
}

.m-white-line:last-of-type {
    border-bottom: none;
}

.m-white-line:after {
    content: '';
    display: block;
    clear: both;
}

.m-white-icon {
    width: 60px;
    height: 60px;
    margin: 15px 20px;
    float: left;
}

.m-white-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    float: left;
    margin: 10px;
}

.m-white-text {
    width: 600px;
    font-size: 28px;
    line-height: 60px;
    margin: 15px 0;
    float: left;
}

.m-white-label {
    width: 280px;
    font-size: 28px;
    line-height: 60px;
    margin: 15px 5px;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
}

.m-white-line.avatar .m-white-label {
    margin: 35px 5px;
}

.m-white-value {
    width: 390px;
    font-size: 28px;
    line-height: 60px;
    margin: 15px 0;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: right;
    color: #999999;
}

.m-white-avatar {
    width: 90px;
    height: 90px;
    margin: 20px 20px 20px 280px;
    float: left;
}

.m-white-avatar img {
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 10px;
}

.m-personal-box {
    width: 750px;
    margin: 0 auto;
}

.m-personal-box:after {
    content: '';
    display: block;
    clear: both;
    height: 150px;
}

.m-personal-nav-box {
    width: 750px;
    height: 100px;
    padding: 20px 25px 0;
    border-radius: 25px 25px 0 0;
    box-sizing: border-box;
    border-bottom: 2px solid #d4d4d4;
    position: relative;
    background: #ffffff;
    float: left;
    text-align: left;
    white-space: nowrap;
}

.m-personal-nav-item {
    text-align: center;
    padding: 0 20px;
    height: 80px;
    font-size: 28px;
    line-height: 80px;
    display: inline-block;
}

.m-personal-nav-item.active {
    height: 77px;
}

.m-personal-add {
    width: 710px;
    height: 62px;
    margin: 30px 20px 10px;
    background: #ffffff;
    font-size: 28px;
    line-height: 62px;
    box-sizing: border-box;
    outline: 1px dashed #999999;
    text-align: center;
}

.m-personal-list-box {
    width: 750px;
    height: calc(100% - 102px);
    float: left;
    position: relative;
}

.m-personal-list-inner:after {
    content: '';
    display: block;
    clear: left;
}

.m-personal-list-one {
    width: 720px;
    margin: 20px 15px 0;
    box-shadow: 0 0 6px 6px rgba(180, 180, 180, 0.1);
    float: left;
    border-radius: 10px;
    background: #fff;
    position: relative;
    padding: 10px 0;
}

.m-personal-list-one:last-of-type {
    margin-bottom: 20px;
}

.m-personal-list-one-line {
    width: 600px;
    float: left;
    box-sizing: border-box;
    padding: 3px 20px;
}

.m-personal-list-one.full .m-personal-list-one-line {
    width: 720px;
}

.m-personal-list-one-line span:first-of-type {
    width: 160px;
    font-size: 28px;
    line-height: 50px;
    float: left;
}

.m-personal-list-one.full .m-personal-list-one-line span:first-of-type {
    width: 200px;
}

.m-personal-list-one-line span:last-of-type {
    width: 400px;
    font-size: 26px;
    line-height: 50px;
    float: left;
}

.m-personal-list-one.full .m-personal-list-one-line span:last-of-type {
    width: 480px;
}

.m-personal-list-one-status {
    min-width: 30px;
    height: 30px;
    font-size: 28px;
    line-height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 20px;
}

.m-personal-list-one-status.normal {
    color: #999999;
}

.m-personal-list-one-status.todo {
    color: #ff8932;
}

.m-personal-list-one-status.forbidden {
    color: #ff3333;
}

.m-personal-list-one-status.arrow {
    background: url("../img/right-arrow.png") no-repeat 50% 50%;
    background-size: contain;
}

.m-personal-list-one-detail {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 32px;
    line-height: 50px;
    border-radius: 3px;
    padding: 5px 10px;
}

.m-personal-empty {
    width: 720px;
    height: 60px;
    margin: 15px;
    color: #999999;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
}

.m-personal-detail-box {
    width: 720px;
    border-radius: 15px;
    margin: 20px 15px;
    box-sizing: border-box;
    background: #fff;
    float: left;
    box-shadow: 0 0 6px 6px rgba(180, 180, 180, 0.1);
}

.m-personal-detail-line {
    position: relative;
    width: 720px;
    padding: 12px 0;
    float: left;
    box-sizing: border-box;
    border-bottom: 2px dashed #e2e2e2;
}

.m-personal-detail-editor {
    position: relative;
    width: 720px;
    padding: 12px 0;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 2px dashed #e2e2e2;
}

.m-personal-detail-line:last-of-type, .m-personal-detail-editor:last-of-type {
    border-bottom: none;
}

.m-personal-detail-segment {
    position: relative;
    width: 720px;
    font-size: 32px;
    line-height: 50px;
    padding: 20px 0;
    float: left;
    box-sizing: border-box;
    border-bottom: 2px dashed #e2e2e2;
}

.m-personal-detail-text {
    position: relative;
    width: 720px;
    font-size: 28px;
    line-height: 40px;
    color: #ff3333;
    padding: 15px 30px;
    box-sizing: border-box;
    float: left;
}

.m-personal-detail-textarea {
    position: relative;
    width: 720px;
    font-size: 28px;
    line-height: 40px;
    color: #888888;
    box-sizing: border-box;
    padding: 20px 36px;
    float: left;
}

.m-personal-detail-label {
    width: 240px;
    font-size: 28px;
    padding: 10px 0 10px 30px;
    line-height: 40px;
    box-sizing: border-box;
    float: left;
}

.m-personal-detail-segment .m-personal-detail-label {
    width: 720px;
    font-size: 32px;
}

.m-personal-detail-label.full {
    width: 720px;
    padding-bottom: 0;
}

.m-personal-detail-seal {
    height: 70px;
    color: #666;
    float: right;
    margin: 0 10px;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    font-size: 28px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 15px 25px;
    text-align: center;
    background: #e8f2fd;
    vertical-align: middle;
    transition: color 200ms linear;
}

.m-personal-detail-seal:before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    vertical-align: middle;
    background: url("../img/upload.png") no-repeat 50% 50%;
    background-size: 36px auto;
    opacity: 0.8;
    transition: opacity 200ms linear;
}

.m-personal-detail-value {
    width: 480px;
    font-size: 28px;
    padding: 5px 30px 5px 0;
    line-height: 50px;
    box-sizing: border-box;
    text-align: left;
    float: right;
    color: #999;
    user-select: text;
    -ms-user-select: text;
}

.m-personal-detail-value.file {
    padding: 5px 30px 5px 0;
}

.m-personal-detail-btn-area {
    width: 750px;
    height: 120px;
    margin: 0;
    float: left;
    text-align: center;
    display: none;
}

.m-personal-detail-btn {
    width: 600px;
    height: 80px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 15px 0;
    text-align: center;
    margin: 20px 10px 0;
    font-size: 28px;
    display: inline-block;
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
}

.m-personal-detail-btn.n2 {
    width: 300px;
}

.m-personal-comment-box {
    width: 720px;
    border-radius: 15px;
    margin: 20px 15px;
    box-sizing: border-box;
    background: #fff;
    float: left;
    box-shadow: 0 0 6px 6px rgba(180, 180, 180, 0.1);
}

.m-personal-comment-icon-box {
    width: 720px;
    margin: 30px auto 15px;
    box-sizing: border-box;
    padding: 0 10px;
    overflow: hidden;
}

.m-personal-comment-icon {
    width: 140px;
    border-radius: 10px;
    float: left;
    position: relative;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    color: #333;
    box-sizing: border-box;
    padding-top: 120px;
    cursor: pointer;
}

.m-personal-comment-icon:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 140px;
    height: 92px;
    float: left;
    filter: hue-rotate(190deg) brightness(1.8);
}

.m-personal-comment-icon:nth-of-type(1):before {
    background: url("../img/personal/comment/star5.png") no-repeat 50% 0;
    background-size: 80px;
}

.m-personal-comment-icon:nth-of-type(2):before {
    background: url("../img/personal/comment/star4.png") no-repeat 50% 0;
    background-size: 80px;
}

.m-personal-comment-icon:nth-of-type(3):before {
    background: url("../img/personal/comment/star3.png") no-repeat 50% 0;
    background-size: 80px;
}

.m-personal-comment-icon:nth-of-type(4):before {
    background: url("../img/personal/comment/star2.png") no-repeat 50% 0;
    background-size: 80px;
}

.m-personal-comment-icon:nth-of-type(5):before {
    background: url("../img/personal/comment/star1.png") no-repeat 50% 0;
    background-size: 80px;
}

.m-personal-comment-icon.selected {
    background: #e4e4e4;
}

.m-personal-comment-keyword-box {
    width: 720px;
    margin: 15px auto;
    overflow: hidden;
}

.m-personal-comment-keyword {
    width: 345px;
    height: 70px;
    border-radius: 6px;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    float: left;
    margin: 10px 0 0 10px;
    cursor: pointer;
    font-size: 24px;
    padding: 10px 0;
    color: #333;
    line-height: 50px;
    text-align: center;
    background: #fafafa;
    user-select: none;
    -ms-user-select: none;
}

.m-personal-comment-keyword.selected {
    color: #ffffff;
}

.m-personal-comment-content-box {
    width: 690px;
    height: 180px;
    margin: 15px auto;
}

.m-personal-comment-content-box textarea {
    width: 690px;
    margin: 0 auto;
    height: 180px;
    font-size: 28px;
    color: #333;
    box-sizing: border-box;
    padding: 20px;
    line-height: 40px;
    border: none;
    outline: none;
    resize: none;
    background: #f2f2f2;
}

.m-personal-timeline {
    width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
    padding: 20px 20px 20px 80px;
}

.m-personal-timeline-line {
    width: 100%;
    float: left;
    padding: 5px 0;
}

.m-personal-timeline-title {
    width: calc(100% - 100px);
    float: left;
    font-size: 32px;
    line-height: 50px;
    padding: 20px 0;
}

.m-personal-timeline-value {
    width: 100%;
    float: left;
    font-size: 28px;
    line-height: 50px;
    color: #888;
}

.m-personal-timeline-line.file .m-form-image {
    margin-left: 0;
}

.m-personal-timeline:before {
    content: '';
    width: 2px;
    position: absolute;
    height: calc(100% - 24px);
    top: 62px;
    left: 49px;
    background: #d4d4d4;
}

.m-personal-timeline:last-of-type:before {
    height: calc(100% - 104px);
}

.m-personal-timeline:after {
    content: '';
    width: 26px;
    height: 26px;
    box-sizing: border-box;
    border: 2px solid;
    border-radius: 50%;
    position: absolute;
    top: 37px;
    left: 37px;
}

.m-matter .m-license-shade {
    position: fixed;
    width: 750px;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 10000;
    left: 0;
    bottom: 120px;
}

.m-matter .m-license-box {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 10px 0 20px;
    border-radius: 50px 50px 0 0;
    transition: bottom 150ms linear;
}

.m-matter .m-license-box.show {
    bottom: 0;
}

.m-matter .m-license-title {
    width: 750px;
    font-size: 30px;
    line-height: 50px;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
    float: left;
}

.m-matter .m-license-title.left {
    text-align: left;
    text-indent: 2em;
}

.m-matter .m-license-list {
    width: 750px;
    float: left;
}

.m-matter .m-license-list:after {
    content: '';
    display: block;
    clear: both;
}

.m-matter .m-license-input {
    width: 650px;
    height: 50px;
    margin: 0 50px 30px;
    float: left;
}

.m-matter .m-license-item {
    width: 750px;
    font-size: 28px;
    line-height: 50px;
    padding: 20px 20px 20px 130px;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.m-matter .m-license-item span {
    font-size: 28px;
    line-height: 50px;
    color: #888;
}

.m-matter .m-license-item:before {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    left: 70px;
    top: 26px;
    background: #fafafa;
    border-radius: 50%;
    border: 2px solid #d4d4d4;
}

.m-matter .m-license-btn {
    width: 500px;
    height: 80px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 15px 0;
    text-align: center;
    float: left;
    font-size: 28px;
    margin: 30px 125px;
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
}

.m-app .m-app-booth {
    width: 720px;
    border-radius: 15px;
    margin: 20px 15px;
    float: left;
    padding: 20px 15px;
    background: #ffffff;
    box-sizing: border-box;
    box-shadow: 0 0 6px 6px rgba(180, 180, 180, 0.1);
}

.m-app .m-app-booth-type {
    width: 690px;
    height: 66px;
    margin: 20px 0 10px;
    font-size: 28px;
    line-height: 66px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border-bottom: 1px solid #d4d4d4;
    background: url("../img/booth-type.png") no-repeat 50% 100%;
    background-size: auto 66px;
    float: left;
}

.m-app .m-app-booth-item {
    width: 230px;
    height: 230px;
    float: left;
}

.m-app .m-app-booth-item-icon {
    width: 120px;
    height: 120px;
    margin: 17px 55px;
    float: left;
}

.m-app .m-app-booth-item-icon img {
    width: 120px;
    height: 120px;
    float: left;
}

.m-app .m-app-booth-item-name {
    width: 220px;
    height: 76px;
    line-height: 76px;
    margin: 0 5px;
    float: left;
}

.m-app .m-app-booth-item-name span {
    width: 100%;
    max-height: 76px;
    font-size: 26px;
    line-height: 38px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}

.m-app .m-app-list {
    width: 720px;
    border-radius: 15px;
    margin: 20px 15px;
    float: left;
    padding: 0 10px;
    background: #ffffff;
    box-sizing: border-box;
    box-shadow: 0 0 6px 6px rgba(180, 180, 180, 0.1);
}

.m-app .m-app-one {
    width: 680px;
    margin: 0 10px;
    line-height: 130px;
    float: left;
    border-bottom: 2px dashed #e2e2e2;
}

.m-app .m-app-one:last-of-type {
    border-bottom: none;
}

.m-app .m-app-one-icon {
    width: 76px;
    height: 76px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
    margin: 0 12px;
    overflow: hidden;
}

.m-app .m-app-one.i0 .m-app-one-icon {
    background: #0380cc;
}

.m-app .m-app-one.i1 .m-app-one-icon {
    background: #5ab6a8;
}

.m-app .m-app-one.i2 .m-app-one-icon {
    background: #e9636a;
}

.m-app .m-app-one.i3 .m-app-one-icon {
    background: #ab8bb2;
}

.m-app .m-app-one-icon img {
    width: 42px;
    height: 42px;
    margin: 17px;
    float: left;
}

.m-app .m-app-one-name {
    width: 620px;
    font-size: 28px;
    line-height: 40px;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

.m-app .m-app-one-icon ~ .m-app-one-name {
    width: 510px;
    margin-left: 10px;
}

.m-app .m-app-one-arrow {
    width: 60px;
    height: 60px;
    background: url("../img/right-arrow.png") no-repeat 50% 50%;
    background-size: auto 24px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.8;
}

.m-app .m-app-box {
    width: 100%;
    height: 100%;
    float: left;
    background: url("../img/download-bg.jpg") no-repeat 50% 50% #ffffff;
    background-size: cover;
    position: relative;
}

.m-app .m-app-icon {
    width: 200px;
    height: 200px;
    margin: 80px auto 30px;
    border-radius: 30px;
    overflow: hidden;
}

.m-app .m-app-icon img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 30px;
}

.m-app .m-app-name {
    width: 500px;
    font-size: 34px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
}

.m-app .m-app-download {
    width: 450px;
    height: 80px;
    position: absolute;
    left: 150px;
    bottom: 250px;
    font-size: 30px;
    background: #068ee1;
    border-radius: 5px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    float: left;
}

.m-plus-btn {
    width: 110px;
    height: 110px;
    position: fixed;
    right: 50px;
    bottom: 80px;
    border-radius: 50%;
}

.m-plus-btn:before {
    content: '';
    width: 14px;
    height: 70px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.m-plus-btn:after {
    content: '';
    width: 70px;
    height: 14px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.m-consult .m-chat-record-box {
    width: 750px;
    height: calc(100% - 100px);
    position: absolute;
    left: 0;
    bottom: 100px;
}

.m-consult .m-chat-record-inner:after {
    content: '';
    width: 750px;
    height: 200px;
    float: left;
}

.m-consult .m-chat-record {
    width: 750px;
    float: left;
    margin: 30px 0;
    transform: translateY(30px);
    opacity: 0;
    transition: transform 150ms linear, opacity 150ms linear;
}

.m-consult .m-chat-record.show {
    transform: translateY(0);
    opacity: 1;
}

.m-consult .m-chat-avatar {
    width: 70px;
    height: 70px;
    margin: 5px 35px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}

.m-consult .m-chat-record.member .m-chat-avatar {
    float: right;
}

.m-consult .m-chat-avatar img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.m-consult .m-chat-message {
    max-width: 580px;
    background: #ffffff;
    border-radius: 5px;
    font-size: 28px;
    line-height: 48px;
    padding: 8px 18px;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.m-consult .m-chat-record.member .m-chat-message {
    float: right;
}

.m-consult .m-chat-message:before {
    content: '';
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    position: absolute;
    top: 30px;
    left: -10px;
    background: #ffffff;
}

.m-consult .m-chat-record.member .m-chat-message:before {
    left: unset;
    right: -10px;
}

.m-consult .m-chat-message * {
    font-size: 28px;
    line-height: 48px;
}

.m-consult .m-chat-message p {
    margin: 10px 0;
}

.m-consult .m-chat-item {
    margin: 5px;
}

.m-consult .m-chat-record-line {
    width: 750px;
    height: 40px;
    float: left;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #999999;
    position: relative;
}

.m-consult .m-chat-record-line span {
    font-size: 24px;
    line-height: 40px;
    vertical-align: middle;
    display: inline-block;
}

.m-consult .m-chat-record-line a {
    margin-left: 10px;
    font-size: 24px;
    line-height: 40px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

.m-consult .m-chat-record-line:before {
    content: '';
    width: 220px;
    height: 1px;
    background: #b2b2b2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
}

.m-consult .m-chat-record-line:after {
    content: '';
    width: 220px;
    height: 1px;
    background: #b2b2b2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
}

.m-consult .m-chat-input-box {
    width: 750px;
    background: #eeeeee;
    height: 110px;
    position: absolute;
    left: 0;
    bottom: 120px;
}

.m-consult .m-chat-icon {
    width: 70px;
    height: 70px;
    margin: 20px 10px 20px 30px;
    float: left;
    box-sizing: border-box;
    border: 3px solid #333333;
    border-radius: 50%;
    position: relative;
    background: url("../img/consult/speak.png") no-repeat 50% 50%;
    background-size: 36px 36px;
    display: none;
}

.m-consult .m-chat-icon.keyboard {
    background: url("../img/consult/keyboard.png") no-repeat 50% 40%;
    background-size: 36px 36px;
}

.m-consult .m-chat-input {
    width: 570px;
    height: 70px;
    background: #fafafa;
    margin: 20px;
    float: left;
    box-sizing: border-box;
    padding: 15px 10px;
    border-radius: 5px;
    overflow: auto;
}

.m-consult .m-chat-btn {
    width: 110px;
    height: 70px;
    margin: 20px 0;
    float: left;
    box-sizing: border-box;
    border-radius: 5px;
    color: #ffffff;
    background: #b2b2b2;
    font-size: 28px;
    line-height: 70px;
    text-align: center;
}

.m-consult .m-chat-speak {
    width: 590px;
    height: 70px;
    border: 3px solid #333333;
    margin: 20px;
    float: left;
    box-sizing: border-box;
    background: #fafafa;
    font-size: 28px;
    line-height: 64px;
    text-align: center;
    border-radius: 10px;
    overflow: auto;
    display: none;
}

.m-consult .m-chat-speak.busy {
    border: none;
    line-height: 70px;
    background: #b2b2b2;
    color: #ffffff;
}

.m-article-list {
    width: 750px;
    margin: 15px 0 0;
    float: left;
}

.m-article-list-inner {
    width: 750px;
}

.m-article-list .m-article-one {
    width: 720px;
    height: 220px;
    float: left;
    background: #ffffff;
    margin: 10px 15px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 6px 6px rgba(180, 180, 180, 0.1);
}

.m-article-list .m-article-cover {
    width: 240px;
    height: 180px;
    object-fit: cover;
    position: absolute;
    top: 20px;
    left: 20px;
}

.m-article-list .m-article-title {
    width: 430px;
    height: 60px;
    box-sizing: border-box;
    font-size: 32px;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    top: 20px;
    left: 280px;
}

.m-article-list .m-article-desc {
    width: 430px;
    height: 80px;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 40px;
    color: #888;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: absolute;
    top: 80px;
    left: 280px;
}

.m-article-list .m-article-time {
    width: 430px;
    height: 40px;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    top: 160px;
    left: 280px;
}

.m-article-detail {
    width: 100%;
    float: left;
    position: relative;
    min-height: calc(100% - 100px);
    background: #ffffff;
    padding: 15px 25px;
    box-sizing: border-box;
    display: none;
}

.m-article-detail .m-article-title {
    width: 100%;
    font-size: 38px;
    line-height: 64px;
    padding: 20px 0 10px;
    float: left;
}

.m-article-detail .m-article-time, .m-article-detail .m-article-author, .m-article-detail .m-article-hit {
    font-size: 28px;
    line-height: 60px;
    color: #999999;
    float: left;
    margin-right: 30px;

}

.m-article-detail .m-article-time {
    padding-left: 40px;
    background: url("../img/article/time.png") no-repeat 0 50%;
    background-size: 28px auto;
    clear: left;
}

.m-article-detail .m-article-hit {
    padding-left: 44px;
    background: url("../img/article/hit.png") no-repeat 0 50%;
    background-size: 36px auto;
}

.m-article-detail .m-article-content {
    margin-top: 20px;
    position: relative;
    float: left;
    clear: both;
}

.m-article-detail .m-article-content-inner {
    width: 350px;
    transform: scale(2);
    transform-origin: 0 0;
    font-size: 15px;
    line-height: 1.8;
    color: #666666;
}

.m-article-detail .m-article-content-inner * {
    max-width: 100% !important;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.m-article-detail .m-article-content-inner video {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
}

.m-article-detail .m-article-comment-list {
    width: 700px;
    float: left;
    margin: 40px 0 20px;
    padding: 10px 0;
    box-shadow: 0 0 6px 6px rgba(180, 180, 180, 0.15);
}

.m-article-detail .m-article-comment-blank {
    width: 700px;
    height: 120px;
    float: left;
}

.m-article-detail .m-article-comment-title {
    width: 680px;
    font-size: 30px;
    line-height: 40px;
    float: left;
    margin: 0 10px;
    padding: 20px 10px;
    position: relative;
}

.m-article-detail .m-article-comment-title span {
    font: inherit;
}

.m-article-detail .m-article-comment-one {
    width: 680px;
    padding: 20px 0;
    margin: 0 10px;
    border-top: 1px solid #d4d4d4;
    float: left;
}

.m-article-detail .m-article-comment-name {
    width: 680px;
    font-size: 30px;
    line-height: 50px;
    height: 50px;
    box-sizing: border-box;
    float: left;
    margin: 5px 0 0;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-size: auto 26px;
}

.m-article-detail .m-article-comment-name span {
    font: inherit;
}

.m-article-detail .m-article-comment-status {
    width: 680px;
    font-size: 24px;
    line-height: 40px;
    height: 40px;
    margin: 10px 0 0;
    padding: 0 10px 0 44px;
    background: url("../img/jzyd/wait.png") no-repeat 10px 50%;
    background-size: auto 26px;
    box-sizing: border-box;
    color: #ff3333;
    float: left;
}

.m-article-detail .m-article-comment-time {
    width: 680px;
    font-size: 24px;
    line-height: 40px;
    height: 40px;
    margin: 10px 0 0;
    padding: 0 10px;
    box-sizing: border-box;
    color: #999;
    float: left;
}

.m-list-box {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.m-search-ctrl {
    width: 750px;
    padding: 10px 0;
    background: #ffffff;
    border-bottom: 1px solid #b2b2b2;
    float: left;
    position: relative;
    z-index: 100;
    box-sizing: border-box;
}

.m-search-ctrl:after {
    content: '';
    display: block;
    clear: both;
}

.m-search-ctrl .m-search-item {
    width: 750px;
    height: 90px;
    float: left;
    display: none;
}

.m-search-ctrl .m-search-label {
    display: none;
}

.m-search-ctrl .m-search-input {
    width: 710px;
    height: 70px;
    background: #f2f2f2;
    border-radius: 40px;
    float: left;
    margin: 10px 20px;
    padding: 5px 40px;
    box-sizing: border-box;
}

.m-search-ctrl .m-search-select, .m-search-ctrl .m-search-date {
    height: 60px;
    margin: 10px 0 0;
    float: left;
    padding: 0 70px 0 10px;
    box-sizing: border-box;
}

.m-search-ctrl .m-search-date {
    width: 300px;
    margin: 10px 0 0 240px;
    padding: 0;
    background: url("../img/date.png") no-repeat 24px 8px;
    background-size: auto 40px;
}

.m-search-ctrl .m-search-select .fittk-input, .m-search-ctrl .m-search-date .fittk-input {
    text-align: center;
}

.m-search-ctrl .m-search-area {
    width: 750px;
    height: 70px;
    margin: 10px 0 0;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    transform: translateY(4px);
    white-space: nowrap;
    overflow: auto;
}

.m-search-ctrl .fittk-radio-item {
    display: none;
}

.m-search-ctrl .fittk-radio-one {
    margin: 0 !important;
    text-align: center;
}

.m-search-ctrl .fittk-radio-text {
    padding: 0 24px;
    text-align: center;
    margin: 0 !important;
}

.m-search-ctrl .fittk-radio-one.checked .fittk-radio-text {
    transform: translateY(3px);
    border-bottom: 6px solid #0879c0;
}

.m-search-ctrl .m-search-btn {
    float: left;
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 40px;
}

.m-query .m-table-plus {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: 50px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.m-query .m-table-plus:before {
    content: '';
    width: 12px;
    height: 70px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.m-query .m-table-plus:after {
    content: '';
    width: 70px;
    height: 12px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.m-query .m-table {
    width: 750px;
    float: left;
    position: relative;
}

.m-query .m-table.half {
    height: calc(60% - 20px);
    position: absolute;
    top: calc(40% + 20px);
    left: 0;
}

.m-query .m-table.white {
    background: #ffffff;
}

.m-query .m-table-inner {
    width: 750px;
}

.m-query .m-table-inner:after {
    content: '';
    width: 750px;
    height: 30px;
    float: left;
}

.m-query .m-table-tr {
    width: 710px;
    margin: 20px 20px 0;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 15px;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.m-query .m-table-tr.tel:before {
    width: 36px;
    height: 36px;
    content: '';
    display: block;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url("../img/query/tel.png") no-repeat 50% 50%;
    background-size: contain;
}

.m-query .m-table-tr.arrow:before {
    width: 32px;
    height: 32px;
    content: '';
    display: block;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url("../img/right-arrow.png") no-repeat 50% 50%;
    background-size: contain;
}

.m-query .m-table-tr:after {
    content: '';
    display: block;
    clear: both;
}

.m-query .m-table-tr .m-table-tel.tel:before {
    width: 25px;
    height: 25px;
    content: '';
    display: inline-block;
    position: relative;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: -5px 5px;
    background: url(../img/query/tel.png) no-repeat 50% 50%;
    background-size: contain;
    transform: rotateY(180deg);
}

.m-query .m-table-tr .m-table-address.address:before {
    width: 30px;
    height: 30px;
    content: '';
    display: inline-block;
    position: relative;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: -5px 3px;
    background: url(../img/query/location.png) no-repeat 50% 50%;
    background-size: contain;
}

.m-query .m-table-tr .m-table-address.address:after {
    font-size: 23px;
    color: #fff;
    content: '去这里';
    display: inline-block;
    position: relative;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: 0px 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #5aabf9;
    background: #5aabf9;
    border-radius: 20px;
    float: right;
}

.m-query .m-table-th {
    width: 680px;
    float: left;
    padding: 5px 20px;
    box-sizing: border-box;
}

.m-query .m-table-td {
    width: 320px;
    float: left;
    padding: 5px 20px;
    box-sizing: border-box;
}

.m-query .m-table-td.full {
    width: 640px;
}

.m-query .m-table-th .m-table-text {
    width: 490px;
    font-size: 32px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 5px 0;
    float: left;
}

.m-query .m-table-th .m-table-distance {
    width: 150px;
    font-size: 32px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 5px 0;
    float: right;
}

.m-query .m-table-td .m-table-label {
    width: 160px;
    font-size: 26px;
    line-height: 40px;
    box-sizing: border-box;
    display: inline-block;
    color: #888888;
    vertical-align: top;
}

.m-query .m-table-td .m-table-text {
    width: calc(100% - 180px);
    font-size: 26px;
    line-height: 40px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.m-query .m-table-td .m-table-text.gray {
    color: #999999;
}

.m-query .m-table-status {
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100px;
    margin: auto 0;
    padding: 0 20px;
    font-size: 32px;
    line-height: 60px;
    text-align: center;
    outline: 1px solid;
}

.m-query .m-table-status.normal {
    color: #ff8932;
    outline-color: #ff8932;
}

.m-query .m-table-status.done {
    color: #00b233;
    outline-color: #00b233;
}

.m-query .m-table-status.error {
    color: #ff3333;
    outline-color: #ff3333;
}

.m-query .m-table-status.forbidden {
    color: #999999;
    outline-color: #999999;
}

.m-query .m-table-empty {
    width: 100%;
    text-align: center;
    color: #b2b2b2;
    padding: 20px 0;
    line-height: 60px;
    box-sizing: border-box;
    font-size: 28px;
}

.m-query .m-query-booth {
    width: 750px;
    float: left;
    margin: 20px 0 0;
    padding: 15px;
    box-sizing: border-box;
}

.m-query .m-query-booth-empty {
    width: 100%;
    text-align: center;
    color: #b2b2b2;
    padding: 20px 0;
    line-height: 60px;
    box-sizing: border-box;
    font-size: 28px;
}

.m-query .m-query-booth-item {
    width: 210px;
    height: 280px;
    margin: 5px 15px;
    float: left;
}

.m-query .m-query-booth-icon {
    width: 200px;
    height: 200px;
    margin: 0 5px 15px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 0 6px 6px rgba(180, 180, 180, 0.1);
    float: left;
}

.m-query .m-query-booth-icon img {
    width: 100%;
    height: 100%;
    float: left;
}

.m-query .m-query-booth-name {
    width: 200px;
    height: 68px;
    line-height: 68px;
    margin: 0 5px;
    float: left;
}

.m-query .m-query-booth-name span {
    width: 100%;
    max-height: 80px;
    font-size: 26px;
    line-height: 34px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}

.m-query .m-query-result {
    width: 720px;
    padding: 0 30px 40px;
    border-radius: 15px;
    background: #ffffff;
    box-sizing: border-box;
    float: left;
    margin: 30px 10px;
    box-shadow: 0 0 6px 6px rgba(180, 180, 180, 0.1);
    display: none;
}

.m-query .m-query-result-title {
    width: 660px;
    font-size: 32px;
    line-height: 40px;
    margin: 30px 0 0;
    float: left;
    clear: left;
}

.m-query .m-query-result-label {
    width: 660px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    margin: 40px 0 0;
    float: left;
    clear: left;
}

.m-query .m-query-result-value {
    width: 660px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 28px;
    line-height: 40px;
    margin: 20px 0 0;
    float: left;
}

.m-query .m-window-list {
    width: 750px;
    float: left;
    position: relative;
}

.m-query .m-window-list:after {
    content: '';
    clear: both;
    display: block;
}

.m-query .m-window-title {
    width: 750px;
    font-size: 36px;
    line-height: 60px;
    padding: 20px 70px;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.m-query .m-window-title:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 44px;
    border-radius: 4px;
    background: linear-gradient(#2089ca, #38bdf0, #27b2aa);
    top: 28px;
    left: 35px;
}

.m-query .m-window-goto {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 25px;
    right: 25px;
    background: url("../img/query/goto.png") no-repeat 50% 50%;
    background-size: contain;
}

.m-query .m-window-one {
    width: 720px;
    float: left;
    position: relative;
    margin: 0 15px;
    padding: 5px 0;
    border-top: 2px dashed #e2e2e2;
}

.m-query .m-window-one-name {
    width: 690px;
    height: 80px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 30px;
    padding: 10px 0;
    line-height: 60px;
    margin-left: 30px;
    float: left;
}

.m-query .m-window-one-item {
    box-sizing: border-box;
    font-size: 30px;
    padding: 10px 0;
    line-height: 60px;
    margin-left: 30px;
    float: left;
}

.m-query .m-window-one-tel {
    width: 30px;
    height: 30px;
    margin: 25px;
    float: left;
    background: url("../img/query/tel.png") no-repeat 50% 50%;
    background-size: contain;
    transform: rotateY(180deg);
}

.m-query .m-window-item-label {
    width: 330px;
    height: 80px;
    box-sizing: border-box;
    font-size: 28px;
    padding: 10px 0 10px 80px;
    line-height: 60px;
    margin-left: 30px;
    text-align: left;
    float: left;
    background: no-repeat 0 50%;
    background-size: auto 44px;
}

.m-query .m-window-item-label.l1 {
    background-image: url("../img/query/notice.png");
}

.m-query .m-window-item-label.l2 {
    background-image: url("../img/query/people.png");
}

.m-query .m-window-item-value {
    width: 330px;
    height: 80px;
    box-sizing: border-box;
    font-size: 28px;
    padding: 10px 0;
    line-height: 60px;
    margin-right: 30px;
    text-align: right;
    float: left;
}

.m-avatar-editor {
    width: 750px;
    height: calc(100% - 160px);
    float: left;
    position: relative;
}

.m-avatar-btn {
    width: 560px;
    height: 80px;
    margin: 20px 80px 60px;
    font-size: 28px;
    border-radius: 5px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    position: relative;
    z-index: 100;
    float: left;
}

.m-avatar-image {
    width: 600px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 250px;
    margin: auto;
    border-radius: 10px;
    background: url("../img/transparent.png");
    border: 5px solid #d4d4d4;
}

.m-examine .m-exam-box {
    width: 720px;
    height: calc(100% - 60px);
    position: relative;
    background: #ffffff;
    box-sizing: border-box;
    margin: 30px 15px;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 6px 6px rgba(180, 180, 180, 0.1);
    overflow: hidden;
}

.m-examine .m-exam-title {
    width: 670px;
    font-size: 36px;
    line-height: 60px;
    padding: 15px 0;
    margin: 0 10px;
    float: left;
}

.m-examine .m-exam-title span {
    color: #00b233;
    font-size: 28px;
}

.m-examine .m-exam-time {
    width: 670px;
    font-size: 28px;
    line-height: 60px;
    color: #999999;
    float: left;
    margin: 0 10px 10px;
    clear: both;
}

.m-examine .m-exam-content {
    height: calc(100% - 170px);
    position: relative;
    float: left;
    clear: both;
    width: 100%;
}

.m-examine .m-exam-content-inner {
    box-sizing: border-box;
    position: relative;
    left: 0;
    height: 100%;
    transition: left 150ms linear;
}

.m-examine .m-exam-content-inner form {
    height: 100%;
}

.m-examine .m-question-item {
    width: 690px;
    height: 100%;
    position: relative;
    margin-right: 30px;
    float: left;
}

.m-examine .m-question-form {
    width: 690px;
    height: calc(100% - 110px);
    float: left;
}

.m-examine .m-question-item:last-of-type {
    margin-right: 0;
}

.m-examine .m-question-item:after {
    content: '';
    display: block;
    clear: both;
}

.m-examine .m-question-index:after {
    content: '.';
    display: inline;
}

.m-examine .m-question-title {
    font-size: 30px;
    line-height: 40px;
    padding: 12px 10px;
    box-sizing: border-box;
    float: left;
    word-break: break-all;
    vertical-align: baseline;
}

.m-examine .m-question-title input {
    height: 50px;
    width: 128px;
    vertical-align: baseline;
    display: inline;
    border: none;
    outline: none;
    background: none;
    font-size: 32px;
    margin: 0 10px;
    border-bottom: 2px solid #000000;
    text-align: center;
}

.m-examine .m-question-title img {
    height: 120px;
    vertical-align: top;
}

.m-examine .m-question-clear {
    font-size: 32px;
    line-height: 60px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    color: #d4d4d4;
}

.m-examine .m-question-option {
    width: 650px;
    margin: 0 20px;
    float: left;
    clear: both;
    position: relative;
}

.m-examine .fittk-radio-one {
    width: 100% !important;
}

.m-examine .m-question-input {
    width: 180px;
    height: 40px;
    float: left;
    margin: 20px 10px;
    border-bottom: 2px solid #000;
}

.m-examine .m-question-textarea {
    width: 670px;
    height: 270px;
    margin: 20px 10px;
    padding: 10px;
    box-sizing: border-box;
    float: left;
    clear: both;
    background: #f2f2f2;
}

.m-examine .m-question-tablets {
    width: 670px;
    height: 500px;
    margin: 20px 10px;
    padding: 5px;
    box-sizing: border-box;
    float: left;
    clear: both;
    outline: 1px solid #d4d4d4;
    position: relative;
    background: #ffffff;
}

.m-examine .m-exam-button {
    width: 320px;
    height: 80px;
    float: left;
    margin: 15px;
    font-size: 28px;
    line-height: 80px;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
}

.m-examine .m-exam-button:last-of-type {
    margin-left: 5px;
}

.m-examine .m-exam-button.disabled {
    background: #b2b2b2;
}

.m-image-cliper {
    width: 750px;
    height: 950px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.m-question .m-score-type-box {
    width: 750px;
    height: 60px;
    margin: 40px 0 0;
    float: left;
    text-align: center;
    position: relative;
}

.m-question .m-score-type {
    display: inline-block;
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 20px;
    margin: 0 60px;
    position: relative;
}

.m-question .m-score-type.active {
    font-weight: bold;
}

.m-question .m-score-type.active:after {
    content: '';
    width: 50px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #0073cc;
}

.m-question .m-score-medal-box {
    width: 750px;
    height: 650px;
    margin: 20px 0 0;
    float: left;
}

.m-question .m-score-medal {
    width: 550px;
    height: 550px;
    margin: 0 100px;
    text-align: center;
    background: url("../img/score/medal-all.png") no-repeat 50% 0;
    background-size: auto 450px;
    position: relative;
    transform-origin: 50% 0;
    transform: scale(1.18);
}

.m-question .m-score-medal-avatar {
    position: absolute;
}

.m-question .m-score-medal-avatar.gold {
    width: 135px;
    height: 135px;
    left: 209px;
    top: 77px;
}

.m-question .m-score-medal-avatar.sliver {
    width: 96px;
    height: 96px;
    position: absolute;
    left: 61px;
    top: 194px;
}

.m-question .m-score-medal-avatar.copper {
    width: 96px;
    height: 96px;
    position: absolute;
    left: 396px;
    top: 215px;
}

.m-question .m-score-medal-avatar img {
    background: #fff;
    float: left;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.m-question .m-score-medal-user {
    width: 160px;
    height: 100px;
    box-sizing: border-box;
    padding: 10px 0;
    float: left;
    position: absolute;
    bottom: 0;
}

.m-question .m-score-medal-user.gold {
    width: 210px;
    left: 170px;
}

.m-question .m-score-medal-user.sliver {
    left: 10px;
}

.m-question .m-score-medal-user.copper {
    right: 10px;
}

.m-question .m-score-medal-user span:first-of-type {
    width: 100%;
    height: 40px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}

.m-question .m-score-medal-user span:last-of-type {
    width: 100%;
    height: 40px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 28px;
    line-height: 40px;
    color: #999999;
}

.m-question .m-score-rank-box {
    width: 750px;
    margin: 0;
    float: left;
}

.m-question .m-score-rank-box:after {
    content: '';
    display: block;
    clear: both;
}

.m-question .m-score-rank {
    width: 750px;
    height: 140px;
    box-sizing: border-box;
    padding: 20px 0;
    float: left;
    position: relative;
}

.m-question .m-score-rank.thin {
    padding: 0;
    height: 100px;
}

.m-question .m-score-rank-index {
    width: 100px;
    font-size: 30px;
    line-height: 40px;
    margin: 30px 0;
    font-weight: bold;
    text-align: center;
    float: left;
}

.m-question .m-score-rank-avatar {
    width: 100px;
    height: 100px;
    margin: 0 30px;
    border-radius: 50px;
    background: #ffffff;
    float: left;
}

.m-question .m-score-rank-name {
    width: 340px;
    font-size: 30px;
    line-height: 40px;
    margin: 30px 0 30px 10px;
    font-weight: bold;
    float: left;
}

.m-question .m-score-rank.thin .m-score-rank-name {
    width: 300px;
}

.m-question .m-score-rank-point {
    width: 120px;
    font-size: 30px;
    line-height: 40px;
    margin: 30px 0;
    color: #999999;
    float: left;
}

.m-question .m-score-rank.thin .m-score-rank-point {
    width: 170px;
}

.m-question .m-score-rank:after {
    content: '';
    width: 630px;
    height: 1px;
    background: #b2b2b2;
    position: absolute;
    bottom: 0;
    left: 100px;
}

.m-question .m-score-rank:last-of-type:after {
    display: none;
}

.m-question .m-score-desc {
    width: 590px;
    min-height: calc(100% - 800px);
    overflow: hidden;
    border-radius: 15px;
    padding-bottom: 160px;
    box-sizing: border-box;
    position: relative;
    margin: 0 80px;
    box-shadow: 0 0 6px 6px rgba(180, 180, 180, 0.1);
    background: url("../img/score/flag.png") no-repeat 0 0 #ffffff;
    background-size: 100% auto;
    float: left;
}

.m-question .m-score-desc-title {
    width: 590px;
    height: 40px;
    margin: 110px 0 10px;
    background: url("../img/score/title.png") no-repeat 50% 50%;
    background-size: contain;
    float: left;
}

.m-question .m-score-desc-content {
    width: 590px;
    float: left;
    overflow: hidden;
}

.m-question .m-score-desc-content span {
    width: 590px;
    font-size: 28px;
    line-height: 42px;
    box-sizing: border-box;
    padding: 5px 10px;
    text-indent: 10px;
    color: #d52f2f;
    float: left;
}

.m-question .m-score-question {
    width: 360px;
    height: 120px;
    position: absolute;
    left: 115px;
    bottom: 30px;
    box-sizing: border-box;
    padding: 15px 0;
    border-radius: 75px;
    background: #b2b2b2;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.3);
    display: none;
}

.m-question .m-score-question.active {
    background: #4f81fc;
}

.m-question .m-score-question.disabled {
    background: #b2b2b2;
}

.m-question .m-score-question span:first-of-type {
    width: 310px;
    margin: 0 25px;
    float: left;
    font-size: 32px;
    line-height: 45px;
    color: #ffffff;
    text-align: center;
}

.m-question .m-score-question span:last-of-type {
    width: 310px;
    margin: 0 25px;
    float: left;
    font-size: 24px;
    line-height: 45px;
    color: #ffffff;
    text-align: center;
}

.m-question .m-question-info {
    width: 750px;
    height: 50px;
    margin: 40px 0;
    float: left;
}

.m-question .m-question-score {
    font-size: 32px;
    line-height: 50px;
    float: left;
    margin-left: 40px;
}

.m-question .m-question-score span {
    font: inherit;
    color: #4f81fc;
}

.m-question .m-question-process {
    font-size: 32px;
    line-height: 50px;
    float: right;
    margin-right: 40px;
    color: #999999;
}

.m-question .m-question-box {
    width: 750px;
    height: calc(100% - 130px);
    float: left;
    position: relative;
    overflow: hidden;
}

.m-question .m-question-box-inner {
    height: 100%;
    position: absolute;
    top: 0;
    display: none;
}

.m-question .m-question-box-inner.animate {
    display: block;
    transition: left 150ms linear;
}

.m-question .m-question-detail {
    width: 750px;
    height: 100%;
    float: left;
    position: relative;
}

.m-question .m-question-title {
    width: 670px;
    font-size: 32px;
    line-height: 50px;
    margin: 0 40px;
}

.m-question .m-question-title * {
    font-size: 32px;
    line-height: 50px;
}

.m-question .m-question-title p {
    display: inline;
}

.m-question .m-question-title img {
    width: 60% !important;
    margin: 30px 20% 0;
    height: auto !important;
}

.m-question .m-question-options {
    width: 670px;
    margin: 40px 40px 0;
    float: left;
}

.m-question .m-question-option {
    width: 670px;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #ffffff;
    margin-bottom: 40px;
    float: left;
}

.m-question .m-question-option.focus {
    outline: 2px solid #4f81fc;
}

.m-question .m-question-option-radio {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #d4d4d4;
    box-sizing: border-box;
    margin: 8px;
    float: left;
}

.m-question .m-question-option-checkbox {
    width: 34px;
    height: 34px;
    border: 2px solid #d4d4d4;
    box-sizing: border-box;
    margin: 8px;
    float: left;
}

.m-question .focus .m-question-option-checkbox {
    border: 2px solid #479cff;
    background: url("../img/choose.png") no-repeat 50% 50% #479cff;
    background-size: auto 18px;
}

.m-question .right .m-question-option-radio {
    border: 2px solid #23c8a5;
    background: url("../img/yes.png") no-repeat 50% 50% #23c8a5;
    background-size: auto 18px;
}

.m-question .right .m-question-option-checkbox {
    border: 2px solid #23c8a5;
    background: url("../img/yes.png") no-repeat 50% 50% #23c8a5;
    background-size: auto 18px;
}

.m-question .wrong .m-question-option-radio {
    border: 2px solid #ff3333;
    background: url("../img/no.png") no-repeat 50% 50% #ff3333;
    background-size: auto 18px;
}

.m-question .wrong .m-question-option-checkbox {
    border: 2px solid #ff3333;
    background: url("../img/no.png") no-repeat 50% 50% #ff3333;
    background-size: auto 18px;
}

.m-question .m-question-option-text {
    width: 550px;
    font-size: 32px;
    line-height: 50px;
    margin-left: 20px;
    float: left;
}

.m-question .m-question-option-text * {
    font-size: 32px;
    line-height: 50px;
}

.m-question .m-question-option-text p {
    display: inline;
}

.m-question .m-question-result {
    width: 670px;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    margin: 20px 40px;
    float: left;
    display: none;
}

.m-question .m-question-answer {
    width: 670px;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    margin: 0 40px 40px;
    color: #4f81fc;
    float: left;
    display: none;
}

.m-question .m-question-desc {
    width: 670px;
    font-size: 28px;
    line-height: 44px;
    margin: 0 40px 40px;
    color: #888888;
}

.m-question .m-question-desc * {
    font-size: 28px;
    line-height: 44px;
    color: #888888;
}

.m-question .m-question-desc p {
    display: inline;
}

.m-question .m-question-next {
    width: 500px;
    height: 100px;
    border-radius: 10px;
    font-size: 32px;
    line-height: 50px;
    padding: 25px 0;
    margin: 20px 125px;
    text-align: center;
    box-sizing: border-box;
    color: #ffffff;
    background: #4f81fc;
    float: left;
    display: none;
}

.m-mall .m-mall-ctrl {
    width: 750px;
    height: 100px;
    box-sizing: border-box;
    float: left;
    background: #ffffff;
    box-shadow: 0 0 6px 6px rgba(180, 180, 180, 0.3);
}

.m-mall .m-mall-tab {
    width: 375px;
    height: 100px;
    float: left;
    font-size: 32px;
    line-height: 100px;
    text-align: center;
}

.m-mall .m-mall-tab.active {
    color: #4f81fc;
    border-bottom: 4px solid #4f81fc;
}

.m-mall .m-mall-box {
    width: 720px;
    margin: 15px;
    float: left;
}

.m-mall .m-mall-one {
    width: 340px;
    float: left;
    background: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    margin: 10px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.3);
    position: relative;
}

.m-mall .m-mall-one:before {
    content: '';
    position: absolute;
    width: 340px;
    height: 240px;
    top: 0;
    left: 0;
}

.m-mall .m-mall-one .m-mall-pic {
    width: 340px;
    height: 240px;
    position: relative;
    float: left;
}

.m-mall .m-mall-one .m-mall-pic img {
    width: 340px;
    height: 240px;
}

.m-mall .m-mall-pic:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.m-mall .m-mall-one .m-mall-name {
    width: 340px;
    font-size: 28px;
    line-height: 34px;
    margin-top: 10px;
    padding: 11px 20px;
    box-sizing: border-box;
    float: left;
}

.m-mall .m-mall-one .m-mall-score {
    width: 170px;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
    padding: 6px 0 6px 20px;
    color: #ff8932;
    box-sizing: border-box;
    float: left;
}

.m-mall .m-mall-one .m-mall-num {
    width: 170px;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
    padding: 6px 20px 6px 0;
    color: #aaaaaa;
    text-align: right;
    box-sizing: border-box;
    float: left;
}

.m-mall .m-mall-detail {
    width: 720px;
    margin: 30px 15px 0;
    background: #ffffff;
    box-sizing: border-box;
    padding-bottom: 20px;
    box-shadow: 0 0 6px 6px rgba(180, 180, 180, 0.1);
    overflow: hidden;
    border-radius: 15px;
    float: left;
}

.m-mall .m-mall-pic {
    width: 720px;
    height: 480px;
    float: left;
}

.m-mall .m-mall-name {
    width: 720px;
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
    padding: 10px 20px;
    margin-top: 10px;
    box-sizing: border-box;
    float: left;
}

.m-mall .m-mall-score {
    width: 720px;
    font-size: 28px;
    line-height: 30px;
    color: #ff8932;
    padding: 10px 20px;
    box-sizing: border-box;
    float: left;
}

.m-mall .m-mall-num {
    width: 720px;
    font-size: 28px;
    line-height: 30px;
    color: #999999;
    padding: 10px 20px;
    box-sizing: border-box;
    float: left;
}

.m-mall .m-mall-desc {
    width: 720px;
    font-size: 28px;
    line-height: 30px;
    color: #999999;
    padding: 10px 20px;
    box-sizing: border-box;
    float: left;
}


.m-matter .m-search-button {
    width: 100px;
    height: 70px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 15px 0;
    text-align: center;
    float: right;
    font-size: 28px;
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    background:#0080cc;
}



.m-footer-new{
    background-color: #ffffff;
    width: 750px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2000;
}
.m-footer-new .m-footer-item{
    width: 150px;
    height: 110px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0;
}
.m-footer-new .m-footer-icon{
    margin-top: 15px;
    width: 100%;
    height: auto;
}
.m-footer-new .m-footer-icon img{
    width: 42px;
    height: 42px;
    margin: 0;
    filter: none;
    float: none;
}
.m-footer-new .m-footer-text{
    color: #000000;
    width: 100%;
}
.m-footer-new .active .m-footer-text{
    color: #0080cc !important;
    width: 100%;
    font-size: 26px;
}


.m-footer-new  .m-footer-icon img:first-child{
    display: inline-block;
}
.m-footer-new  .m-footer-icon img:last-child{
    display: none;
}


.m-footer-new .active .m-footer-icon img:first-child{
    display: none;
}
.m-footer-new .active .m-footer-icon img:last-child{
    display: inline-block;
}

.m-footer  .m-footer-icon img:first-child{
    display: inline-block;
}
.m-footer  .m-footer-icon img:last-child{
    display: none;
}



.m-footer-new .m-footer-item:hover img:first-child{
    display: none;
}
.m-footer-new .m-footer-item:hover img:last-child{
    display: inline-block;
}
.m-footer-new .m-footer-item:hover .m-footer-text{
    color: #0080cc
}

