
#app {
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    height: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background-color: #fff;
    font-size: 14px;
    line-height: 1;
    word-break: break-all;
    overflow: auto;
    height: auto;
}

html {
    height: 100%;
}

body, input, button {
    font-family: "Helvetica Neue", Helvetica, arial, microsoft yahei, "\5B8B\4F53";
}

ol, ul {
    list-style: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

::-moz-focus-inner, button, button:active, button:focus, input, input:active, input:focus, a, a:active, a:focus {
    outline: none;
}

textarea {
    resize: none;
}

.c-fff {
    color: #fff;
}

.c-red {
    color: red;
}

.f-arial {
    font-family: Arial;
}

.f-yahei {
    font-family: "Microsoft Yahei"
}

.f-simsun {
    font-family: SimSun;
}

.f-georgia {
    font-family: "Georgia"
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
}

.h1 {
    font-size: 30px;
    line-height: 36px;
}

.h1 small {
    font-size: 18px;
}

.h2 {
    font-size: 24px;
    line-height: 36px;
}

.h2 small {
    font-size: 18px;
}

.h3 {
    font-size: 18px;
    line-height: 27px;
}

.h3 small {
    font-size: 14px;
}

.h4, .h5, .h6 {
    line-height: 18px;
}

.h4 {
    font-size: 14px;
}

.h4 small {
    font-size: 12px;
}

.h5 {
    font-size: 12px;
}

.h6 {
    color: #999999;
    font-size: 11px;
    text-transform: uppercase;
}

.fs-60 {
    font-size: 60px;
}

.fs-50 {
    font-size: 50px;
}

.fs-40 {
    font-size: 40px;
}

.fs-30 {
    font-size: 30px;
}

.fs-24 {
    font-size: 24px;
}

.fs-20 {
    font-size: 20px;
}

.fs-18 {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.lh-3 {
    line-height: 3;
}

.lh-3 {
    line-height: 3;
}

.lh-2-5 {
    line-height: 2.5;
}

.lh-2 {
    line-height: 2;
}

.lh-1-8 {
    line-height: 1.8;
}

.lh-1-5 {
    line-height: 1.5;
}

.lh-1 {
    line-height: 1;
}

.fw-b {
    font-weight: bold;
}

.fw-n {
    font-weight: normal;
}

.fs-n {
    font-style: normal;
}

.tt-c {
    text-transform: capitalize;
}

.td-lt {
    text-decoration: line-through;
}

.ta-l {
    text-align: left;
}

.ta-c {
    text-align: center;
}

.ta-r {
    text-align: right;
}

.ti-2 {
    text-indent: 2em;
}

.td-n {
    text-decoration: none;
}

.va-t {
    vertical-align: top;
}

.va-m {
    vertical-align: middle;
}

.va-b {
    vertical-align: bottom;
}

.va-tt {
    vertical-align: text-top;
}

.va-tb {
    vertical-align: text-bottom;
}

.us-n {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bs-bb, .bs-bb * {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.tl-f {
    table-layout: fixed;
}

.dn {
    display: none;
}

.db {
    display: block;
}

.di {
    display: inline;
}

.d-ib {
    display: inline-block;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}

.red {
    color: red !important;
}

.p-l0 {
    padding-left: 0
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

.clear {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
}

.list-fl > li {
    float: left;
}

.list-fl:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
}

.list-line > li {
    display: inline;
}

.cp {
    cursor: pointer;
}

.cm {
    cursor: move;
}

.cd {
    cursor: default !important;
}

.ov {
    overflow: visible !important;
}

.oa {
    overflow: auto;
}

.os {
    overflow: scroll;
}

.oh {
    overflow: hidden;
}

.us-n {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ox-a {
    overflow: hidden;
    overflow-x: auto;
}

.oy-a {
    overflow: hidden;
    overflow-y: auto;
}

.ws-n {
    white-space: nowrap;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.auto-high {
    margin-bottom: -999em;
    padding-bottom: 999em;
}

.translucent {
    opacity: 0.5;
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.transparent {
    opacity: 0;
    filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.o_8 {
    opacity: .8;
    filter: alpha(opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.table-ellipsis {
    table-layout: fixed;
}

.table-ellipsis th, .table-ellipsis td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hide-upload-file {
    position: absolute;
    left: -9999em;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 100px;
}

.placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
}

.placeholder-transparent::-moz-placeholder {
    color: transparent;
}

.placeholder-transparent:-moz-placeholder {
    color: transparent;
}

.placeholder-transparent:-ms-input-placeholder {
    color: #f00;
}

.placeholder-transparent:-moz-placeholder {
    color: #f00;
}

.hide-upload-file {
    position: absolute;
    left: -9999em;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

/*@media screen and (max-width : 1366px) {
	.fs-16 { font-size: 14px; }
	.fs-14 { font-size: 12px; }
	
}*/
.answer-question-one {
    padding: 1.5rem 1.2rem;
    background-color: #fff;
    height: 100%;
}

.answer-question-one h3 {
    padding-bottom: .8rem;
    color: #313131;
    border-bottom: .01rem solid #ddd;
    font-size: 1rem;
}

.answer-question-one h3 img {
    vertical-align: middle;
    width: 1.5rem;
    padding-right: .6rem;
}

.aq-img {
    padding-top: .6rem;
}

.aq-img img {
    width: 45%;
}

.answer-question-one .doubl-img img {
    width: 90%;
}

.answer-question-one p {
    word-break: normal;
    padding-top: .8rem;
    line-height: 1.5rem;
    color: #686868;
}

.answer-questions {
    padding: 0 1.5rem 1.2rem;
}

.answer-questions h1 {
    padding-top: 1.5rem;
    padding-bottom: .6rem;
    line-height: 1.4rem;
    font-size: 1rem;
    color: #222;
}

.answer-questions .answer-list p {
    padding-bottom: .4rem;
    line-height: 1.5rem;
    color: #7F7F7F;
}

@font-face {
    font-family: 'iconfont';  /* project id 925803 */
    src: url('//at.alicdn.com/t/font_925803_2swon3avxgf.eot');
    src: url('//at.alicdn.com/t/font_925803_2swon3avxgf.eot?#iefix') format('embedded-opentype'),
    url('font_925803_2swon3avxgf.woff') format('woff'),
        /*  url('//at.alicdn.com/t/font_925803_2swon3avxgf.ttf') format('truetype'),*/
    url('//at.alicdn.com/t/font_925803_2swon3avxgf.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-qianjin:before {
    content: "\E74E";
}

.icon-shijian:before {
    content: "\E600";
}

.icon-liulan-copy:before {
    content: "\E61D";
}

h1[data-v-95d5054e], h2[data-v-95d5054e] {
    font-weight: normal;
}

ul[data-v-95d5054e] {
    list-style-type: none;
    padding: 0;
}

li[data-v-95d5054e] {
    margin-bottom: .1rem;
    background-color: #fff;
}

.commonproblem ul li[data-v-95d5054e] {
    position: relative;
    border-bottom: .05rem solid #DCDCDC;
}

.commonproblem ul li[data-v-95d5054e]:last-child {
    border-bottom: none;
}

.commonproblem ul li a[data-v-95d5054e] {
    display: block;
    padding: 1rem 1.2rem;
    padding-right: 4rem;
    line-height: 1.2rem;
    color: #313131;
}

.commonproblem ul li span i[data-v-95d5054e] {
    font-size: 1.4rem;
    color: #686868;
}

.commonproblem ul li span[data-v-95d5054e] {
    position: absolute;
    right: 1.2rem;
    top: 50%;
    margin-top: -.7rem;
}

.signal-list[data-v-39081930] {
}

.signal-list[data-v-39081930] {
    width: 100%;
    padding: 0;
    margin-top: .6rem;
}

td[data-v-39081930] {
    border: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
    font-size: .6rem;
    padding: .6rem .2rem;
    color: #686868;
} 

