.clearfix:after,.clearfix:before {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.hide-text {
    border: 0;
    background-color: transparent;
    color: transparent;
    text-shadow: none;
    font: 0/0 a;
}

.input-block-level {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 28px;
    -ms-box-sizing: border-box;
}

.dropdown,.dropup {
    position: relative;
}

.dropdown-toggle:active,.open .dropdown-toggle {
    outline: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    vertical-align: top;
    opacity: .3;
    filter: alpha(opacity=30);
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}

.dropdown:hover .caret,.open .caret {
    opacity: 1;
    filter: alpha(opacity=100);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    margin: 1px 0 0;
    padding: 4px 0;
    min-width: 160px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    list-style: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    overflow: hidden;
    margin: 7px 1px;
    height: 1px;
    border-bottom: 1px solid #fff;
    background-color: #e5e5e5;
}

.dropdown-menu a {
    clear: both;
    display: block;
    padding: 3px 15px;
    color: #333;
    white-space: nowrap;
    font-weight: 400;
    line-height: 16px;
}

.dropdown-menu .active>a,.dropdown-menu .active>a:hover,.dropdown-menu li>a:hover {
    background-color: #08c;
    color: #fff;
    text-decoration: none;
}

.open>.dropdown-menu {
    display: block;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000;
    content: "\2191";
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.typeahead {
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
 .datepicker {
       top: 0;
       left: 0;
       margin-top: 1px;
       padding: 4px;
       -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       border-radius: 4px;
   }

.datepicker [class*=" icon-"],.datepicker [class^=icon-] {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../../../img/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
    vertical-align: text-top;
    line-height: 14px;
}

.datepicker .icon-arrow-left {
    background-position: -240px -96px;
}

.datepicker .icon-arrow-right {
    background-position: -264px -96px;
}

.datepicker:before {
    position: absolute;
    top: -7px;
    left: 6px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    content: '';
    border-bottom-color: rgba(0,0,0,.2);
}

.datepicker:after {
    position: absolute;
    top: -6px;
    left: 7px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.datepicker>div {
    display: none;
}

.datepicker.days div.datepicker-days {
    display: block;
}

.datepicker.months div.datepicker-months {
    display: block;
}

.datepicker.years div.datepicker-years {
    display: block;
}

.datepicker table {
    margin: 0;
}

.datepicker td,.datepicker th {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

.datepicker td.day:hover {
    background: #eee;
    cursor: pointer;
}

.datepicker td.new,.datepicker td.old {
    color: #999;
}

.datepicker td.disabled,.datepicker td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default;
}

.datepicker td.active,.datepicker td.active.disabled,.datepicker td.active.disabled:hover,.datepicker td.active:hover {
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top,#08c,#04c);
    background-image: -ms-linear-gradient(top,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(top,#08c,#04c);
    background-image: -o-linear-gradient(top,#08c,#04c);
    background-image: linear-gradient(top,#08c,#04c);
    background-repeat: repeat-x;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.datepicker td.active.active,.datepicker td.active.disabled,.datepicker td.active.disabled.active,.datepicker td.active.disabled.disabled,.datepicker td.active.disabled:active,.datepicker td.active.disabled:hover,.datepicker td.active.disabled:hover.active,.datepicker td.active.disabled:hover.disabled,.datepicker td.active.disabled:hover:active,.datepicker td.active.disabled:hover:hover,.datepicker td.active.disabled:hover[disabled],.datepicker td.active.disabled[disabled],.datepicker td.active:active,.datepicker td.active:hover,.datepicker td.active:hover.active,.datepicker td.active:hover.disabled,.datepicker td.active:hover:active,.datepicker td.active:hover:hover,.datepicker td.active:hover[disabled],.datepicker td.active[disabled] {
    background-color: #04c;
}

.datepicker td.active.active,.datepicker td.active.disabled.active,.datepicker td.active.disabled:active,.datepicker td.active.disabled:hover.active,.datepicker td.active.disabled:hover:active,.datepicker td.active:active,.datepicker td.active:hover.active,.datepicker td.active:hover:active {
    background-color: #0399;
}

.datepicker td span {
    float: left;
    display: block;
    margin: 1%;
    width: 23%;
    height: 54px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 54px;
    cursor: pointer;
}

.datepicker td span:hover {
    background: #eee;
}

.datepicker td span.disabled,.datepicker td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default;
}

.datepicker td span.active,.datepicker td span.active.disabled,.datepicker td span.active.disabled:hover,.datepicker td span.active:hover {
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top,#08c,#04c);
    background-image: -ms-linear-gradient(top,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(top,#08c,#04c);
    background-image: -o-linear-gradient(top,#08c,#04c);
    background-image: linear-gradient(top,#08c,#04c);
    background-repeat: repeat-x;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.datepicker td span.active.active,.datepicker td span.active.disabled,.datepicker td span.active.disabled.active,.datepicker td span.active.disabled.disabled,.datepicker td span.active.disabled:active,.datepicker td span.active.disabled:hover,.datepicker td span.active.disabled:hover.active,.datepicker td span.active.disabled:hover.disabled,.datepicker td span.active.disabled:hover:active,.datepicker td span.active.disabled:hover:hover,.datepicker td span.active.disabled:hover[disabled],.datepicker td span.active.disabled[disabled],.datepicker td span.active:active,.datepicker td span.active:hover,.datepicker td span.active:hover.active,.datepicker td span.active:hover.disabled,.datepicker td span.active:hover:active,.datepicker td span.active:hover:hover,.datepicker td span.active:hover[disabled],.datepicker td span.active[disabled] {
    background-color: #04c;
}

.datepicker td span.active.active,.datepicker td span.active.disabled.active,.datepicker td span.active.disabled:active,.datepicker td span.active.disabled:hover.active,.datepicker td span.active.disabled:hover:active,.datepicker td span.active:active,.datepicker td span.active:hover.active,.datepicker td span.active:hover:active {
    background-color: #0399;
}

.datepicker td span.old {
    color: #999;
}

.datepicker th.switch {
    width: 145px;
}

.datepicker thead tr:first-child th {
    cursor: pointer;
}

.datepicker thead tr:first-child th:hover {
    background: #eee;
}

.input-append.date .add-on i,.input-prepend.date .add-on i {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.icon-smalllogo {
    width: 105px;
    height: 28px;
    background: url(../../../../img/logo-small.png) 0 0 no-repeat;
}

.icon-logo {
    width: 205px;
    height: 68px;
    background: url(../../../../img/logo_cartoon.gif?t=2013) 0 0 no-repeat;
}

.icon-logo2 {
    width: 205px;
    height: 68px;
    background: url(../../../../img/logo_cartoon3.gif?t=2013) 0 0 no-repeat;
}

.icon-logo3 {
    width: 205px;
    height: 43px;
    background: url(../../../../img/logo.png) 0 0 no-repeat;
}

.logo-mobile-simple {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../../../../img/mobile/logo_mobile_simple.png) 0 0 no-repeat;
}

.icon-mso {
    display: block;
    width: 30px;
    height: 19px;
    background: url(../../../../img/mobile/mheader.png) -18px 3px no-repeat;
}

.icon-muser {
    display: inline-block;
    width: 17px;
    height: 19px;
    background: url(../../../../img/mobile/mheader.png) 0 -22px no-repeat;
}

.icon-mout {
    display: inline-block;
    width: 33px;
    height: 25px;
    background: url(../../../../img/mobile/mheader.png) -25px -95px no-repeat;
}

.liucheng-button {
    width: 214px;
    height: 30px;
    background: url(../../../../img/liucheng-button.jpg);
}

.liucheng-icon {
    width: 150px;
    height: 39px;
    background: url(../../../../img/liucheng-icon.png);
}

.icon-query-blue {
    width: 67px;
    height: 38px;
    background: url(../../../img/icons.png) 0 -40px no-repeat;
}

.icon-service {
    width: 49px;
    height: 43px;
    background: url(../../../img/icons.png) 0 -78px no-repeat;
}

.icon-card {
    width: 47px;
    height: 39px;
    background: url(../../../img/icons.png) -49px -78px no-repeat;
}

.icon-deposit {
    width: 45px;
    height: 41px;
    background: url(../../../img/icons.png) -155px 0 no-repeat;
}

.icon-more {
    width: 37px;
    height: 8px;
    background: url(../../../img/icons.png) -155px -41px no-repeat;
}

.icon-more-green {
    width: 33px;
    height: 12px;
    background: url(../../../img/icons.png) -155px -49px no-repeat;
}

.icon-larrow {
    width: 14px;
    height: 29px;
    background: url(../../../img/icons.png) -155px -61px no-repeat;
}

.icon-rightarrow {
    width: 14px;
    height: 29px;
    background: url(../../../img/icons.png) -155px -61px no-repeat;
}

.icon-hotline {
    width: 19px;
    height: 28px;
    background: url(../../../../img/icons.png) -169px -61px no-repeat;
}

.icon-hotlines {
    margin-top: 5px;
    width: 29px;
    height: 29px;
    background: url(../../../../img/icon-hotline.png) no-repeat;
    background-size: contain;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../img/icon-hotline.png', sizingMethod='scale');
}

.icon-hotline1 {
    width: 40px;
    height: 41px;
    background: url(../../../../../img/phones.png) no-repeat;
    background-size: contain;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../../img/phones.png', sizingMethod='scale');
}

.icon-horn {
    width: 16px;
    height: 13px;
    background: url(../../../../img/icons-horn.png);
}

.icon-time {
    width: 24px;
    height: 23px;
    background: url(../../../../img/icons-time.png);
}

.icon-silver {
    width: 18px;
    height: 25px;
    background: url(../../../../img/grade-icons.png) -43px -15px no-repeat;
}

.icon-gold {
    width: 18px;
    height: 25px;
    background: url(../../../../img/grade-icons.png) -60px -15px no-repeat;
}

.icon-account {
    width: 24px;
    height: 24px;
    background: url(../../../img/icons.png) -67px -40px no-repeat;
}

.icon-marketing {
    width: 24px;
    height: 24px;
    background: url(../../../img/icons.png) -91px -40px no-repeat;
}

.icon-faq {
    width: 24px;
    height: 24px;
    background: url(../../../img/icons.png) -115px -40px no-repeat;
}

.icon-neighbor {
    width: 24px;
    height: 24px;
    background: url(../../../img/neighbor-icon.png);
}

.icon-home {
    width: 24px;
    height: 24px;
    background: url(../../../img/icons.png) -96px -78px no-repeat;
}

.icon-require {
    width: 24px;
    height: 24px;
    background: url(../../../img/icons.png) -120px -78px no-repeat;
}

.icon-yingxiao {
    width: 24px;
    height: 24px;
    background: url(../../../img/icons.png) -91px -39px no-repeat;
}

.icon-comments {
    width: 24px;
    height: 24px;
    background: url(../../../img/icons.png) 0 -121px no-repeat;
}

.icon-worktime {
    width: 24px;
    height: 23px;
    background: url(../../../../img/icons.png) -24px -121px no-repeat;
}

.icon-funds {
    width: 20px;
    height: 18px;
    background: url(../../../img/icons.png) -48px -121px no-repeat;
}

.icon-apple {
    width: 30px;
    height: 28px;
    background: url(../../../img/apple2.png) -3px 0 no-repeat;
}

.icon-applesmall {
    width: 24px;
    height: 28px;
    background: url(../../../img/apple1.png) 0 0 no-repeat;
    vertical-align: middle;
}

.icon-apple3 {
    width: 15px;
    height: 16px;
    background: url(../../../img/apple3.png) 0 0 no-repeat;
    vertical-align: middle;
}

.icon-phone {
    width: 16px;
    height: 16px;
    background: url(../../../img/phone_icon.png) 0 0 no-repeat;
    vertical-align: middle;
}

.icon-return {
    width: 20px;
    height: 16px;
    background: url(../../../img/icons.png) -68px -121px no-repeat;
}

.icon-cert-f {
    width: 16px;
    height: 14px;
    background: url(../../../../img/icons.png) -139px -40px no-repeat;
}

.icon-cert {
    width: 23px;
    height: 20px;
    background: url(../../../../img/grade-icons.png) -101px -17px no-repeat;
}

.icon-cert-gray {
    width: 23px;
    height: 20px;
    background: url(../../../../img/grade-icons.png) -101px -37px no-repeat;
}

.icon-cert-not {
    width: 16px;
    height: 12px;
    background: url(../../../img/icons.png) -83px -64px no-repeat;
}

.icon-mobile {
    width: 10px;
    height: 16px;
    background: url(../../../../img/icons.png) -188px -61px no-repeat;
}

.icon-ok {
    width: 14px;
    height: 14px;
    background: url(../../../img/icons.png) -96px -102px no-repeat;
}

.icon-question-green {
    width: 14px;
    height: 14px;
    background: url(../../../img/icons.png) -110px -102px no-repeat;
}

.icon-close {
    width: 14px;
    height: 14px;
    background: url(../../../../img/icons.png) -124px -102px no-repeat;
}

.icon-forbidden {
    width: 14px;
    height: 14px;
    background: url(../../../img/icons.png) -138px -102px no-repeat;
}

.icon-error {
    width: 14px;
    height: 14px;
    background: url(../../../img/icons.png) -88px -121px no-repeat;
}

.icon-warning-blue {
    width: 14px;
    height: 14px;
    background: url(../../../img/icons.png) -102px -121px no-repeat;
}

.icon-search-blue {
    width: 12px;
    height: 12px;
    background: url(../../../img/icons.png) -188px -49px no-repeat;
}

.icon-delta {
    width: 12px;
    height: 9px;
    background: url(../../../img/icons.png) -188px -77px no-repeat;
}

.icon-waiting {
    width: 11px;
    height: 10px;
    background: url(../../../img/icons.png) -139px -54px no-repeat;
}

.icon-plus {
    width: 10px;
    height: 10px;
    background: url(../../../img/icons.png) -99px -64px no-repeat;
}

.icon-x {
    width: 10px;
    height: 10px;
    background: url(../../../img/icons.png) -109px -64px no-repeat;
}

.icon-wkt {
    width: 20px;
    height: 20px;
    background: url(../../../../img/grade-icons.png) -22px -17px no-repeat;
}

.phone-small {
    width: 18px;
    height: 20px;
    background: url(../../../img/grade-icons.png) -80px -17px no-repeat;
}

.phone-small-gray {
    width: 18px;
    height: 20px;
    background: url(../../../img/grade-icons.png) -80px -37px no-repeat;
}

.pic-more {
    width: 30px;
    height: 18px;
    background: url(../../../img/icon_pics.gif) no-repeat;
}

.icon-tixing {
    width: 15px;
    height: 10px;
    background: url(../../../../img/tixing.gif) no-repeat;
}

.icon-star {
    margin-top: 10px;
    width: 13px;
    height: 11px;
    background: url(../../../../../img/member/service-star.gif);
}

.icon_service_light {
    width: 17px;
    height: 18px;
    background: url(../../../../../img/member/service_light.jpg);
}

.icon_favorite_heart {
    width: 24px;
    height: 24px;
    background: url(../../../img/favorite_heart.png) 0 0 no-repeat;
}

.icon_line {
    display: inline-block;
    background: url(../../../img/line.png) no-repeat;
}

.icon-heart {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../../../../../img/glyphicons-halflings.png) -96px 0 no-repeat;
    vertical-align: text-top;
    line-height: 14px;
}

.icon-edit-white {
    display: inline-block;
    width: 14px;
    height: 13px;
    background: url(../../../../../img/glyphicons-halflings-white.png) -96px -72px no-repeat;
}

.icon-chevron-up {
    display: inline-block;
    width: 12px;
    height: 11px;
    background: url(../../../../../img/glyphicons-halflings-white.png) -288px -120px no-repeat;
}

.icon-chevron-up-1 {
    display: inline-block;
    width: 12px;
    height: 11px;
    background: url(../../../../../img/coach/iconfont-choose2.png) center right no-repeat;
    background-size: 12px 11px;
}

.icon-chevron-down {
    display: inline-block;
    width: 12px;
    height: 11px;
    background: url(../../../../../img/glyphicons-halflings-white.png) -313px -119px no-repeat;
}

.icon-chevron-down-1 {
    display: inline-block;
    width: 12px;
    height: 11px;
    background: url(../../../../../img/coach/iconfont-choose.png) center right no-repeat;
    background-size: 12px 11px;
}

.icon-map-marker {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../../../../../img/glyphicons-halflings.png) -24px -72px no-repeat;
    vertical-align: text-top;
    line-height: 14px;
}

.icon-user {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../../../../../img/glyphicons-halflings.png) -168px 0 no-repeat;
    vertical-align: text-top;
    line-height: 14px;
}

.icon_service_light {
    width: 17px;
    height: 18px;
    background: url(../../../../../img/member/service_light.jpg);
}

.icon-chevron-down-b {
    display: inline-block;
    width: 12px;
    height: 11px;
    background: url(../../../../../img/back_d_50.png) no-repeat;
    background-size: contain;
}

.icon-chevron-up-b {
    display: inline-block;
    width: 12px;
    height: 11px;
    background: url(../../../../../img/back_t_50.png) no-repeat;
    background-size: contain;
}

.arrow-up {
    display: inline-block;
    width: 7px;
    height: 6px;
    background: url(../../../../../img/arrows.png) no-repeat;
}

.arrow-down {
    display: inline-block;
    width: 7px;
    height: 6px;
    background: url(../../../../../img/arrows.png) no-repeat;
    background-position: 0 -14px;
}

.robot-404 {
    margin-left: 435px;
    width: 112px;
    height: 145px;
    background: url(../../../../img/robot.png) -231px -151px no-repeat;
}

.robot-error {
    margin-left: 435px;
    width: 120px;
    height: 145px;
    background: url(../../../../img/robot.png) -114px -151px no-repeat;
}

.robot-success {
    width: 115px;
    height: 145px;
    background: url(../../../../img/robot.png) -465px 0 no-repeat;
}

.robot-ad {
    width: 615px;
    height: 265px;
    background: url(../../../../img/robot-ad.gif);
}

.icon_cheliang {
    width: 24px;
    height: 15px;
    background: url(../../../../../img/business_icons.png) -96px -6px no-repeat;
}

.icon_fangchan {
    width: 25px;
    height: 21px;
    background: url(../../../../../img/business_icons.png) -24px -2px no-repeat;
}

.arrow-on-mobile {
    width: 11px;
    height: 11px;
    background: url(../../../../../img/business_icons.png);
    background-position: -102px -29px;
    background-size: 160px 65px;
}

.arrow-down-mobile {
    width: 11px;
    height: 11px;
    background: url(../../../../../img/business_icons.png);
    background-position: -79px -30px;
    background-size: 160px 65px;
}

.icon_NOCALL {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../../../../../img/operate_state.png) -21px -98px no-repeat;
}

.icon_THINK {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../../../../../img/operate_state.png) -23px -152px no-repeat;
}

.icon_SUCCESS {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../../../../../img/operate_state.png) -21px 7px no-repeat;
}

.icon_FAILURE {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../../../../../img/operate_state.png) -21px -50px no-repeat;
}

.icon_SEARCH {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../../../../../img/search_icon.png) 0 0 no-repeat;
}

.icon_mobile_left {
    display: inline-block;
    width: 12px;
    height: 19px;
    background: url(../../../../../img/mobile/mobile_left_right.png) 0 -4px no-repeat;
}

.icon_member_step1 {
    display: inline-block;
    width: 133px;
    height: 85px;
    background: url(../../../../../img/steps.png) 0 1px no-repeat;
}

.icon_member_step2 {
    display: inline-block;
    width: 147px;
    height: 85px;
    background: url(../../../../../img/steps.png) -134px 0 no-repeat;
}

.icon_member_step3 {
    display: inline-block;
    width: 147px;
    height: 85px;
    background: url(../../../../../img/steps.png) -400px 0 no-repeat;
}

.icon_xiaoche {
    width: 24px;
    height: 15px;
    background: url(../../../../../img/jiaogui/jgsicon.png) -17px -14px no-repeat;
}

.icon_huoche {
    width: 24px;
    height: 20px;
    background: url(../../../../../img/jiaogui/jgsicon.png) -17px -34px no-repeat;
}

.icon_keche {
    width: 24px;
    height: 15px;
    background: url(../../../../../img/jiaogui/jgsicon.png) -17px -61px no-repeat;
}

.icon_xhdq {
    width: 24px;
    height: 18px;
    background: url(../../../../../img/jiaogui/jgsicon.png) -17px -85px no-repeat;
}

.icon_cstj {
    width: 24px;
    height: 19px;
    background: url(../../../../../img/jiaogui/jgsicon.png) -17px -112px no-repeat;
}

.icon_bgmj {
    width: 24px;
    height: 15px;
    background: url(../../../../../img/jiaogui/jgsicon.png) -17px -139px no-repeat;
}

.icon_kongbai {
    width: 24px;
    height: 15px;
    background: url(../../../../../img/jiaogui/jgsicon.png) 10px 0 no-repeat;
}

.icon-form {
    background-position: -3px 0;
}

.icon-comment {
    background-position: -25px 0;
}

.icon-telephone {
    background-position: -46px 1px;
}

.icon-apple-white {
    background-position: -84px 1px;
}

.icon-ask {
    background-position: -66px 0;
}

.icon-white {
    display: inline-block;
    margin-top: 3px;
    width: 18px;
    height: 14px;
    background-image: url(../../../../img/small-icons.png);
    background-repeat: no-repeat;
    vertical-align: text-top;
    line-height: 14px;
}

.star-five {
    display: inline-block;
    width: 90px;
    height: 17px;
    background: url(../../../../img/vip_icon.png);
    vertical-align: text-bottom;
}

.star-five .star1,.star-five .star2,.star-five .star3,.star-five .star4,.star-five .star5 {
    display: inline-block;
    display: block;
    height: 19px;
    background: url(../../../../img/vip_icon.png) 0 -21px;
}

.star-five .star3 {
    width: 57px;
}

.icon-weixin {
    display: inline-block;
    margin-top: 3px;
    width: 18px;
    height: 18px;
    background-image: url(../../../../img/icon-weixin.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: text-top;
    line-height: 14px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../img/icon-weixin.png', sizingMethod='scale');
}

.icon-cert-new {
    display: inline-block;
    margin: 4px 0 0 -3px;
    width: 15px;
    height: 15px;
    background: url(../../../../img/v-zheng.png) no-repeat;
    background-size: contain;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../../../img/v-zheng.png", sizingMethod='scale');
}

.left-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../../../../img/coach/left2.png) no-repeat;
    background-size: contain;
}

.right-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../../../../img/coach/left3.png) no-repeat;
    background-size: contain;
}

.left-icon-sm {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../../../../img/coach/left2.png) no-repeat;
    background-size: contain;
}

.top-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../../../../img/coach/top1.png) no-repeat;
    background-size: contain;
}

.arrow-icon {
    width: 15px;
    height: 15px;
    background: url(../../../../../img/arrow-50.png) no-repeat;
    background-size: contain;
}

.comment-btn {
    display: block;
    margin: 0 20%;
    width: 60%;
    height: 35px;
    border-radius: 5px;
    background-color: #ff6900;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
}

.icon-INTENTION_LEADS {
    width: 48px;
    height: 74px;
    background: url(../../../img/icons-product.png) 0 0 no-repeat;
}

.icon-SERVICE_CENTER {
    width: 54px;
    height: 54px;
    background: url(../../../img/icons-product.png) -48px 0 no-repeat;
}

.icon-SHOW_CONTACT {
    width: 48px;
    height: 56px;
    background: url(../../../img/icons-product.png) -102px 0 no-repeat;
}

.icon-ACCEPT_APPLY {
    width: 46px;
    height: 56px;
    background: url(../../../img/icons-product.png) 0 -74px no-repeat;
}

.icon-TEL_EXTENSION {
    width: 42px;
    height: 52px;
    background: url(../../../img/icons-product.png) -46px -74px no-repeat;
}

.icon-SILVER_MEDAL {
    width: 48px;
    height: 48px;
    background: url(../../../img/icons-product.png) -88px -74px no-repeat;
}

.icon-GOLD_MEDAL {
    width: 48px;
    height: 48px;
    background: url(../../../img/icons-product.png) -150px 0 no-repeat;
}

.icon-PAID_HOT {
    width: 48px;
    height: 48px;
    background: url(../../../img/icons-product.png) -150px -48px no-repeat;
}

.icon-SUCCESS_LEADS {
    width: 43px;
    height: 44px;
    background: url(../../../img/icons-product.png) 0 -130px no-repeat;
}

.icon-WANGKETONG_FEE {
    width: 43px;
    height: 44px;
    background: url(../../../img/wsjl.png) -180px -40px no-repeat;
}

.icon-OFFICIAL_WEBSITE {
    width: 51px;
    height: 51px;
    background: url(../../../img/official_website.png) 0 0 no-repeat;
}

.icon-QUICK_INCLUDE {
    margin-top: 10px;
    width: 62px;
    height: 62px;
    background: url(../../../img/quick_include.png) 0 0 no-repeat;
}

.icon-RECOMMEND_LEADS {
    width: 48px;
    height: 64px;
    background: url(../../../img/icons-product.png) 0 0 no-repeat;
}

.icon-large-audited {
    width: 153px;
    height: 85px;
    background: url(../img/icons-large.png) 0 0 no-repeat;
}

.icon-large-auditting {
    width: 152px;
    height: 98px;
    background: url(../img/icons-large.png) 0 -85px no-repeat;
}

.icon-large-message {
    width: 56px;
    height: 82px;
    background: url(../img/icons-large.png) -153px 0 no-repeat;
}

.icon-large-women {
    width: 62px;
    height: 64px;
    background: url(../img/icons-large.png) -209px 0 no-repeat;
}

.icon-large-mobile-green {
    width: 56px;
    height: 64px;
    background: url(../img/icons-large.png) -209px -64px no-repeat;
}

.icon-large-card {
    width: 54px;
    height: 64px;
    background: url(../img/icons-large.png) -153px -82px no-repeat;
}

.icon-large-phone {
    width: 50px;
    height: 60px;
    background: url(../img/icons-large.png) 0 -183px no-repeat;
}

.icon-large-position {
    width: 56px;
    height: 56px;
    background: url(../img/icons-large.png) -50px -183px no-repeat;
}

.icon-large-error {
    width: 50px;
    height: 53px;
    background: url(../img/icons-large.png) -209px -128px no-repeat;
}

.icon-large-question {
    width: 52px;
    height: 52px;
    background: url(../img/icons-large.png) -106px -183px no-repeat;
}

.icon-large-o {
    width: 51px;
    height: 52px;
    background: url(../img/icons-large.png) -158px -183px no-repeat;
}

.icon-large-ok {
    margin-top: -5px;
    width: 24px;
    height: 24px;
    background: url(../../../../../img/o.png) no-repeat;
    background-size: contain;
}

.icon-large-warning {
    width: 50px;
    height: 51px;
    background: url(../img/icons-large.png) -271px 0 no-repeat;
}

.icon-large-icon-94 {
    width: 50px;
    height: 50px;
    background: url(../img/icons-large.png) -271px -51px no-repeat;
}

.icon-large-forbidden {
    width: 50px;
    height: 50px;
    background: url(../img/icons-large.png) -271px -101px no-repeat;
}

.icon-large-refresh {
    width: 45px;
    height: 50px;
    background: url(../img/icons-large.png) -271px -151px no-repeat;
}

body {
    display: -webkit-box;
    margin: 0;
    color: #555;
    font-size: 12px;
    font-family: "Microsoft Yahei",Arial,Helvetica,sans-serif;
    line-height: 22px;
    -webkit-text-size-adjust: none;
    -webkit-box-orient: vertical;
    -webkit-box-align: stretch;
}

a {
    color: #555;
}

a:hover {
    color: #c31;
}

a:link,a:visited {
    text-decoration: none;
}

a.blueGreen {
    color: #06f;
}

.green {
    color: #093;
}

a.blueGreen:hover {
    color: #dd4b39;
    text-decoration: underline;
}

dd,div,dl,dt,form,h1,h2,h3,li,p,span,ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.container {
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
    width: 990px;
    height: auto;
}

.container:after {
    clear: both;
}

.container:after,.container:before {
    display: table;
    content: "";
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.col-main {
    float: left;
    width: 730px;
}

.col-right {
    float: right;
    width: 250px;
}

.col-left {
    float: left;
    width: 250px;
}

.col-main-r730 {
    float: right;
    width: 730px;
}

.detail-breadcrumb {
    padding: 5px 0 5px 5px;
    color: #909090;
    width:1000px;
    margin:0 auto;
    position:absolute;
    bottom:0;
}

.detail-breadcrumb span {
    padding: 0 5px 0 5px;
    color: #999;
}

.detail-breadcrumb a {
    color: #999;
}

.detail-breadcrumb a:hover {
    color: #dd4b39;
    text-decoration: underline;
}

.detail-breadcrumb .active {
    color: #999;
}

.detail-breadcrumb-2 {
    margin-bottom: 15px;
    border: 1px solid #dfdfdf;
    border-right: 0;
    border-left: 0;
    background-color: #f7f7f7;
}

.block-tips {
    padding-left: 10px;
    background-color: #f7f7f7;
    font-size: 12px;
    line-height: 30px;
}

.top-hotline {
    margin-top: 15px;
}

.top-hotline em {
    float: left;
    margin-right: 3px;
}

.top-hotline .phone-number {
    line-height: 30px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt15 {
    margin-top: 15px;
}

.mt5 {
    margin-top: 5px;
}

.mr10 {
    margin-right: 10px;
}

.fn {
    font-weight: 400;
}

.orange {
    color: #dd4b39;
}

.gray {
    color: #909090;
}

.icon {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: text-top;
    line-height: 14px;
    zoom: 1;
}

.box-shadow-four {
    -webkit-box-shadow: inset -1px 0 0 0 #d2d2d2,inset -1px 0 0 0 #e6e6e6,inset 1px 0 0 0 #d2d2d2,1px 0 0 0 #e6e6e6,0 -1px 0 0 #e8e8e8,0 2px 0 0 rgba(241,241,241,.3),0 1px 0 0 #b1b1b1;
    -moz-box-shadow: inset -1px 0 0 0 #d2d2d2,inset -1px 0 0 0 #e6e6e6,inset 1px 0 0 0 #d2d2d2,1px 0 0 0 #e6e6e6,0 -1px 0 0 #e8e8e8,0 2px 0 0 rgba(241,241,241,.3),0 1px 0 0 #b1b1b1;
    box-shadow: inset -1px 0 0 0 #d2d2d2,inset -1px 0 0 0 #e6e6e6,inset 1px 0 0 0 #d2d2d2,1px 0 0 0 #e6e6e6,0 -1px 0 0 #e8e8e8,0 2px 0 0 rgba(241,241,241,.3),0 1px 0 0 #b1b1b1;
}

.box-shadow-02px1px-4 {
    border-radius: 4px;
    box-shadow: 0 2px 1px rgba(0,0,0,.1),0 0 1px rgba(0,0,0,.1);
}

.box-shadow-02px1px {
    box-shadow: 0 2px 1px rgba(0,0,0,.1),0 0 1px rgba(0,0,0,.1);
}


.btn {
    display: inline-block;
    min-width: 60px;
    min-height: 25px;
    border: 0 none;
    color: #fff;
    text-align: center;
    font-family: "Microsoft YaHei",SimHei;
    cursor: pointer;
}

.btn-type2 {
    display: inline-block;
    padding: 0 15px;
    height: 32px;
    border: none;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft Yahei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
    line-height: 32px;
    cursor: pointer;
}
.btn-border{
    border:1px solid #0074cc;
    color:#0074cc;

}
.font-gray{
    color:#999;
}

.btn-danger,.btn-danger:hover {
    background: none repeat scroll 0 0 #dd4b39;
    color: #fff;
}

.btn-success,.btn-success:hover {
    background: none repeat scroll 0 0 #5bb75b;
    color: #fff;
}

.btn-info,.btn-info:hover {
    background: none repeat scroll 0 0 #49afcd;
    color: #fff;
}

.btn-primary,.btn-primary:hover {
    background: none repeat scroll 0 0 #0074cc;
    color: #fff;
}

.btn-gray,.btn-gray:hover {
    background: none repeat scroll 0 0 #e6e6e6;
    color: #000;
}

.bigbtn {
    min-width: 95px;
}

.bigbtn110 {
    min-width: 110px;
}

.top-head-info {
    height: 30px;
    color: #555;
    line-height: 28px;
}

.top-head-info .hh_shortcut_nav li {
    background-position: right 4px;
}

.top-head-info .container {
    margin-right: auto;
    margin-left: auto;
    width: 990px;
    font-size: 12px;
}

.top-head-info .container dd,.top-head-info .container div,.top-head-info .container dl,.top-head-info .container dt,.top-head-info .container em,.top-head-info .container form,.top-head-info .container h1,.top-head-info .container h2,.top-head-info .container h3,.top-head-info .container li,.top-head-info .container p,.top-head-info .container span,.top-head-info .container ul {
    margin: 0;
    padding: 0;
    font-style: normal;
}

.top-head-info .container ul {
    list-style: none;
}

.top-head-info .container a {
    color: #555;
    text-decoration: none;
}

.top-head-info .container a:hover {
    color: #d00;
}

.top-head-info .container .pull-left {
    float: left;
}

.top-head-info .container .pull-right {
    float: right;
}

.top-head-info .container .topNav {
    margin-left: 136px;
    padding-right: 10px;
    width: 290px;
}

.top-head-info .container .topNav ul li {
    float: left;
    padding-right: 8px;
}

.top-head-info .container .topNav ul li a {
    text-decoration: underline;
}

.top-head-info .container .topNav ul li a:hover {
    color: #e53f42;
}

.top-head-info .container .topNav ul li.active a {
    color: #e53f42;
    text-decoration: none;
}

.top-head-info a {
    padding-right: 8px;
    color: #555;
}

.top-head-info a:hover {
    color: #555;
    text-decoration: underline;
}

.top-head-info .user-info {
    padding-left: 5px;
}

.top-head-info .hh_link_list {
    width: 56px;
}

.top-head-info .hh_shortcut_nav {
    float: right;
}

.top-head-info .hh_shortcut_nav .ceiling_login_status a {
    padding-right: 8px;
    padding-left: 0;
}

.top-head-info .hh_shortcut_nav li {
    position: relative;
    float: left;
    background: url(//static.mastersay.com/img/line.png) no-repeat;
    background-position: right 3px;
    background-position: top 90px;
    line-height: 24px;
}

.top-head-info .hh_shortcut_nav a {
    display: inline-block;
    padding: 0 10px 0 8px;
    height: 25px;
    outline: 0;
    border-bottom: none;
    color: #333;
}

.top-head-info .hh_shortcut_nav a:hover {
    color: #dd4b39;
}

.top-head-info .hh_background_none {
    background: 0 0!important;
}

.top-head-info .hh_haojiaolian_sub {
    position: absolute;
    top: 25px;
    display: none;
    overflow: hidden;
    padding: 6px 0 4px;
    width: 80px;
    border: 1px solid #ddd;
    background: #fff;
}

.top-head-info .hh_haojiaolian_sub a {
    display: block;
    margin-top: 4px;
    padding: 0;
    width: 100%;
    height: 19px;
    border: none;
    vertical-align: middle;
    text-align: left;
    text-indent: 10px;
    line-height: 19px;
}

.top-head-info .hh_haojiaolian_sub {
    right: auto;
    left: -2px;
    z-index: 99;
}

.top-head-info .hh_haojiaolian_sub hr {
    width: 90%;
    border-top: none;
    border-bottom: 1px dashed #ccc;
}

.top-head-info .hh_shortcut_nav a.hh_myhaojiaolian {
    position: relative;
    z-index: 10;
    z-index: 999;
    width: 40px;
}

.top-head-info .hh_shortcut_nav .hh_myhaojiaolian2 {
    margin-left: -2px;
    padding-right: 0;
    width: 48px!important;
    border: 1px solid #ddd;
    border-bottom: none;
    background: #fff;
    color: #555;
}

.top-head-info .hh_icon_triangleA,.top-head-info .hh_icon_triangleB {
    display: inline-block;
    margin: 0 3px;
    background: url(//static.mastersay.com/img/arrows.png) no-repeat;
}

.top-head-info .hh_icon_triangleB {
    margin-left: 5px;
    width: 7px;
    height: 4px;
}

.top-head-info .hh_icon_triangleA,.top-head-info .hh_myhaojiaolian2 .hh_icon_triangleB {
    width: 7px;
    height: 4px;
    background-position: 0 -14px;
}

.top-head-info .hh_myhaojiaolian .hh_icon_triangleB {
    position: absolute;
    top: 12px;
}

.top-head-info .hh_shortcut_nav .hh_last {
    background: 0 0;
}

.top-head-info .hh_shortcut_nav .hh_message {
    min-width: 61px;
    background: 0 0;
}

.top-head-info .hh_shortcut_nav .hh_message .hasMail {
    display: inline-block;
    width: 15px;
    height: 10px;
    background: url(//static.mastersay.com/img/email.gif) no-repeat right 1px;
}

#info_index {
    border: none;
}

#info_index .leftNewsInfo {
    float: left;
    width: 670px;
}

#info_index .leftNewsInfo .column ul {
    float: left;
    padding: 10px 0;
    width: 400px;
    min-height: 180px;
    border-bottom: 1px dotted #ccc;
}

#info_index .leftNewsInfo .column ul li {
    margin-left: 15px;
    list-style: square;
    white-space: nowrap;
    line-height: 30px;
}

#info_index .leftNewsInfo .column ul li a {
    display: block;
    width: 100%;
    height: 30px;
    color: #222;
    font-size: 14px;
}
.breadcrumbList {
    position: absolute;
    bottom: -10px;
    left: 0;
}

.topInfo {
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
    height: 63px;
    border-bottom: 1px solid #e5e5e5;
}

.topInfo .user-info {
    padding-left: 0;
}

.topInfo .navLogo {
    width: 88px;
    height: 30px;
    margin: 16px 0 0 22px;
    float: left;
    background: url(/img/logo-line.png) no-repeat;
    background-size: contain;
}

.topInfo .current-city i.gps_icon {
    float: left;
    width: 15px;
    height: 15px;
    background: url(../../../../img/gps-icon.png) no-repeat;
    background-size: contain;
}

.topInfo .current-city .city-name {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
}

.topInfo .bread-view {
    float: left;
    margin: 16px 20px 0 20px;
}

.topInfo .bread-view a {
    margin: 0 10px;
    color: #333;
    font-size: 19px;
}

.topInfo .bread-view a:hover {
    color: #d00;
}

.topInfo .bread-view a.active {
    color: #d00;
}

.topInfo .pull-right {
    margin: 16px 20px 0 0;
}

.topInfo .search-wapper {
    float: right;
    margin: 14px 27px 0 0;
    padding: 0 2px 0 3px;
    height: 33px;
    border-bottom: 1px solid #e5e5e5;
}

.topInfo .search-wapper .sou-txt {
    width: 170px;
    height: 28px;
    outline: 0;
    border: none;
    background: 0 0;
    color: #cacaca;
    line-height: 28px;
    -webkit-transition: width .3s ease-out;
    -o-transition: width .3s ease-out;
    transition: width .3s ease-out;
}

.topInfo .search-wapper .sou-txt:focus {
    width: 220px;
}

.topInfo .search-wapper .J_Top_Search {
    position: relative;
}

.topInfo .search-wapper .J_Top_Search .searchIcon {
    position: absolute;
    top: 0;
    right: 0;
    outline: 0;
    border: none;
    background: 0 0;
}

.topInfo .search-wapper .J_Top_Search .searchIcon img {
    width: 22px;
    height: 22px;
}

.topInfo .search-wapper .J-autocomplete {
    margin-top: 3px;
    border: 1px solid #e5e5e5;
    border-top: none;
    background-color: #fff;
}

.topInfo .search-wapper .J-autocomplete .recently-key {
    position: relative;
}

.topInfo .search-wapper .J-autocomplete .recently-key .title {
    padding-left: 10px;
}

.topInfo .search-wapper .J-autocomplete .recently-key .suggest-close {
    position: absolute;
    top: 0;
    right: 10px;
    height: 30px;
}

.topInfo .search-wapper .J-autocomplete li {
    padding: 0 10px;
    cursor: pointer;
}
.ackBg{
    width:100%;
    height:auto;
    border-bottom:1px solid #e5e5e5;
}
.askTit{
    width:1000px;
    margin:0 auto;
    padding-bottom:20px;
    background-color:#fff ;
}
.askTit h2{
    font-size:22px;
    padding:15px 0;
}
.titDesc{
    font-size:16px;
    padding-bottom:10px;
    letter-spacing: 0.05em;
}
.askTit span{
    font-size:12px;
}
.askTit a{
    margin-right:15px;
}
.question-main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 10px auto;
    padding: 0 16px;
    width: 1000px;
    min-height: 100px;
    position:relative;
}
.question-mainCloum{
    width:694px;
    padding-bottom:20px;
}
.question-sideCloum{
    width:296px;
}
.live800 img{
	width: 293px;
}
.mainCard{
    margin-bottom:10px;
    background-color: #fff;
    overflow: hidden;
    border-radius:2px;
    box-shadow: 0 1px 3px #e5e5e5;
    box-sizing:border-box;
}
.questionAction{
    display: block;
    line-height: 50px;
    color: #8590a6;
    text-align: center;
    font-size:15px;
}
.Answer-content{
    padding:16px 20px;
    font-size:15px;
}
.Answer-conList{
    padding-bottom:10px;
}
.Answer-conList li{
    border-bottom:1px solid #f5f5f5;
    padding-top:10px;
}
.Answer-conList li:last-child{
    border-bottom:none;
}
.contentItem-meta{
    font-size:15px;
    color:#646464;
}
.contentItemName{
    margin:6px 10px 0;
}
.richContent{
    line-height:30px;
}
.richContentinner{
    margin-top:10px;
    margin-bottom:-4px;
    overflow: hidden;
}
.contentItem-actions{
    padding:10px 0;
}
.button{
    display: inline-block;
    padding: 0 16px;
    font-size: 14px;
    line-height: 32px;
    color: #8590a6;
    text-align: center;
    cursor: pointer;
    /*background: #ffeaea;*/
    border: 1px solid #f8f8f8;
    border-radius: 3px;
    margin-right:15px;
}
.zanIcon{
    display: block;
    width:20px;
    height:20px;
    background: url(../../../../img/zan.png) no-repeat;
    background-size:contain;
    margin:5px 0;
}
.caiIcon{
    display: block;
    width:20px;
    height:20px;
    background: url(../../../../img/cai.png) no-repeat;
    background-size:contain;
    margin:5px 0;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 鍜�Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
}
.carHeard{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #f6f6f6;
    box-sizing: border-box;
}
.cardSection{
    padding:16px 20px;
    position:relative;
}
.cardSectionList{
    font-size: 14px;
    line-height: 21px;
    color: #8590a6;
}
.cardSectionList li{
    margin-bottom:10px;
}
.n-sbtn {
    display: inline-block;
    padding: 0 5px;
    height: 25px;
    border-radius: 15px;
    line-height: 25px;
}

.askCon,.answerCon{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 203;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: auto;
    transition: opacity .3s ease-out
}
.backdrop{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(26,26,26,.65);
    transition: background-color .3s ease-out;
}
.modalitem{
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    margin-right: auto;
    margin-left: auto;
    outline: 0;
    box-shadow: 0 5px 20px rgba(26,26,26,.1);
    box-sizing: border-box;
    height:400px;
}
.askModal{
    width:600px;
}
.modalCon{
    overflow: auto;
    background: #fff;
    border-radius: 2px;
    width: 100%;
}
.modalContent{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 24px 32px;
    margin-top: 24px;
    line-height: 1.7;
    opacity: 1;
}
.modalTit{
    margin-top: 40px;
    font-size: 24px;
    font-weight: 500;
    color: #1a1a1a;
    text-align: center;
}
.modaiSubtitle{
    padding: 0 38px;
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.5;
    color: #8590a6;
    text-align: center;
}
.modalContent{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 24px 32px;
    margin-top: 24px;
    line-height: 1.7;
    opacity: 1;
}
.modalContent ul li{
    margin-bottom:12px;
}
.modalContent ul li input,.modalContent ul li textarea{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    overflow: hidden;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    background: transparent;
    border: none;
    outline: none;
    resize: none;
}
.input-wrapper{
    height: auto;
    padding: 6px 12px;
    width:100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    box-sizing: border-box;
    transition: background .2s,border .2s;
}
.input-file{
    width:100px;
    height:30px;
    float: left;
    position: relative;
    text-align: left;
    padding-left:32px;
    line-height:32px;
}
.uploadimg{
    width:32px;
    height:32px;
    background: url(../../../../img/uploadpic.png) center no-repeat ;
    position:absolute;
    text-align: left;
    left:0;

}
.picCon{
    width:100px;
    height:100px;
    float: left;
}
.input-file .inputFile{
    background: none;
    color:#fff;
    border:none;
    font-size:0;
    display:block;
    width:100px;
    height:50px;
    text-indent: -1000px;
    position:absolute;
    left:0;
    top:0;
}
.close-btn{
    background: none;
    border:none;
    cursor:pointer;

}
.closeIcon{
    width:24px;
    height:24px;
    background:url(../../../../img/closeed.png) center no-repeat ;
    background-size:contain;
    display: block;
}
.modalContent form{
    text-align:center;
}
.btnsubmit{
    padding:0 30px;
    background-color: #d81e06;
    border-radius:3px;
    line-height:35px;
    color:#fff;
    display: inline-block;
    font-size:16px;
}
a.btnsubmit:hover{
	color:#fff;
	background-color: #bd362f;
}
.newsTel {
        float: right;
        padding-left: 20px;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
}
.newsTel .hotline {
        color: #e53f42;
        font-weight: bold;
        padding: 0 10px 0 4px;
        font-size: 14px;
}
.newsTel .btn-zx {
        height: 26px;
        line-height: 26px;
        border: 1px solid #f63;
        border-radius: 15px;
        color: #fff;
        background-color: #ff6900;
        font-size: 13px;
        font-weight: normal;
        padding: 0px 4px;
        display: inline-block;
        width: 60px;
        text-align: center;
}
.Answer-conList .part-title {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}

.Answer-conList .xiangjie {
	font-size:14px;
    color: #b28850
}
