html,body,h1,h2,h3,h4,h5,h6,div,ul,ol,li,dl,dt,dd,iframe,textarea,input,button,p,span,a,em,i,s,img,s,b,strong,form,label,table,tbody,tfoot,thead,tr,th,td,hr,video {
    margin: 0;
    padding: 0;
}

html {
    font-family: "Microsoft Yahei", "Helvetica", "SimHei", "Hiragino Sans GB", sans-serif;
    font-size: 50px;

    line-height: 1.5;
}

body {
    font-size: 14px;
    overflow-x: hidden;
    min-width: 320px;
    max-width: 750px;
    color: #444;
    background: #f4f4f4;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #444;
}

a:active {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,th {
    padding: 0;
}

ul,ol {
    list-style: none outside none;
}

h1,h2,h3 {
    font-weight: normal;
}

em,s,i {
    font-style: normal;
}

img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

button,input,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button {
    overflow: visible;
}

button,select {
    text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
    outline: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    resize: vertical;
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #8c8c8c;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #8c8c8c;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #8c8c8c;
}

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom:1;}

.mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 100
}

.mt10 {
    margin-top: .2rem;
}

.mt20 {
    margin-top: .4rem;
}

.pd15 {
    padding: .3rem;
}

.ptd {
    padding: .2rem .3rem;
}

.pd10 {
    padding: .2rem;
}

.pdb64 {
    padding-bottom: 1.28rem;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bgwhite {
    background: #fff;
}

.red {
    color: #f74645;
}

.blue {
    color: #06f
}

.top{height:.96rem;background:#121212;}

.logo {
    float: left;
    diplay: inline-block;
    width: 2.1rem;
    height: .72rem;
    margin: .12rem 0 .12rem .16rem;
}

.logo img {
    width: 2.1rem;
    height: .72rem;
}

.nav-list {
    position: relative;
    float: right;
    display: block;
    width: .96rem;
    height: .96rem;
}

.nav-list div {
    position: relative;
    width: .6rem;
    height: .04rem;
    margin: .46rem .18rem 0 .18rem;
    background: #fff;
    -webkit-border-radius: .04rem;
    border-radius: .04rem;
}

.nav-list div:before,.nav-list div:after {
    content: "";
    position: absolute;
    left: 0;
    transition: .3s;
    width: .6rem;
    height: .04rem;
    background: #fff;
    -webkit-border-radius: .04rem;
    border-radius: .04rem;
}

.nav-list div:before {
    top: -10px;
}

.nav-list div:after {
    bottom: -10px;
}

.bread {
    line-height: .36rem;
    padding: .2rem;
    font-size: .24rem;
    color: #999;
}

.bread a {
    color: #999;
}

.bread {
    line-height: .36rem;
    padding: .2rem;
    font-size: .24rem;
    color: #999;
}

.bread a {
    color: #999;
}

.title-a {
    padding: 0 .3rem .1rem 0;
    height: .64rem;
    line-height: .64rem;
}

.title-a span {
    line-height: .64rem;
    font-size: .36rem;
    font-weight: 700;
}

.title-a .more {
    float: right;
    color: #aaa;
    font-size: .28rem;
}

.hot-asks {
    padding: .3rem;
}

.hot-asks ul li {
    float: left;
    width: 50%;
    padding: .2rem .4rem .1rem 0;
    box-sizing: border-box;
}

.hot-asks ul li a {
    display: block;
}

.hot-asks ul li a i {
    float: left;
    height: 1rem;
    line-height: .6rem;
    margin-right: .24rem;
    color: #ffd47a;
    font-size: .4rem;
    font-weight: 600;
}

.hot-asks ul li a .bt {
    height: .6rem;
    line-height: .6rem;
    font-size: .32rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hot-asks ul li a .info {
    height: .4rem;
    line-height: .4rem;
    font-size: .24rem;
    color: #a5a5a5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.entries {
    padding-bottom: .2rem;
}

.entries ul li {
    padding: .3rem .3rem .1rem .3rem;
    overflow: hidden;
}

.entries ul li a {
    display: block;
}

.entries ul li .portraits {
    float: left;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: .3rem;
}

.entries ul li .portraits img {
    width: 1.2rem;
    height: 1.2rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    border-radius: .08rem;
}

.entries ul li .bt {
    padding: .1rem 0 .2rem;
    line-height: .44rem;
    font-size: .32rem;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #474747;
}

.entries ul li .infos {
    font-size: .24rem;
    font-weight: 400;
    color: #a5a5a5;
    line-height: .36rem;
}

.entries ul li .infos span {
    margin-right: .2rem;
}

.ask-list ul li {
    padding: .3rem;
    border-bottom: 1px solid #eee;
}

.ask-list ul li .bt {
    margin-bottom: .1rem;
    line-height: .6rem;
    font-size: .36rem;
}

.ask-list ul li .img {
    float: right;
    width: 1.92rem;
    height: 1.44rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    border-radius: .2rem;
    margin-left: .3rem;
}

.ask-list ul li .intro {
    max-height: .96rem;
    line-height: .48rem;
    font-size: .28rem;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ask-list ul li .infos {
    margin-top: .1rem;
    font-size: .24rem;
    font-family: cursive;
}

.ask-list ul li .infos span {
    padding: 0 .1rem;
}

.footer {
    padding: .2rem;
    text-align: center;
    background: #262a2e;
    color: #fff;
    font-size: .24rem;
}

.footer a {
    display: inline-block;
    height: .8rem;
    line-height: .8rem;
    padding: 0 .12rem;
    font-size: .28rem;
    color: #aaa
}

.footer p {
    margin-top: .1rem;
    color: #999;
    font-size: .24rem;
}

.sub-basic .thumb {
    float: left;
    width: 2.16rem;
    height: 2.16rem;
    line-height: 100%;
    text-align: center;
    margin-right: 15px;
    border: 1px solid #eee
}

.sub-basic .thumb:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sub-basic {
    position: relative;
}

.sub-basic .thumb img {
    max-width: 2.04rem;
    max-height: 2.04rem;
    vertical-align: middle;
}

.ask-sub-title {
    margin-bottom: .2rem;
    font-size: .44rem;
    font-weight: 700;
}

.sub-basic .num {
    margin-bottom: .3rem;
    font-size: .32rem;
    color: #999;
}

.sub-basic .num span {
    color: #fc780d;
}

.belong-to {
    margin-bottom: .2rem;
    font-size: .32rem;
    color: #999;
}

.belong-to a {
    color: #5276cf;
}

.ask-sub-intro {
    margin-top: .3rem;
    font-size: .28rem;
    color: #555;
    padding: .6rem .5rem;
    line-height: .6rem;
    text-align: justify;
    text-justify: inter-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    background: #f6f6f6;
    position: relative;
}

.ask-sub-intro:before {
    content: '';
    display: block;
    background: #f6f6f6;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: -.16rem;
    left: 1.24rem;
    width: .4rem;
    height: .4rem;
    position: absolute;
    border-radius: .08rem;
}

.btn-ask {
    float: left;
    display: inline-block;
    height: .64rem;
    padding: 0 .5rem;
    margin-right: .5rem;
    line-height: .64rem;
    font-size: .28rem;
    color: #fff;
    background: #06f;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    border-radius: .08rem;
}

.btn-ask:hover {
    color: #fff;
    background: #3787ff;
}

.socials {
    float: left;
    position: relative;
    height: .64rem;
    line-height: .64rem;
    font-size: .32rem;
}

.comment-box {
    display: none;
    margin-top: .4rem;
}

.comment-box.disb {
    display: block;
}

.comment-box .tit {
    font-size: .36rem;
}

.comment-box .input-bar {
    height: 1.8rem;
    margin-top: .4rem;
    background-color: #f5f5f5;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    border-radius: .08rem;
}

.comment-box .input-bar textarea {
    display: block;
    height: 1.8rem;
    padding: .2rem;
    width: 100%;
    font-size: .28rem;
    outline: none;
    border: none;
    background: none;
    resize: none;
    border-radius: 0;
    box-sizing: border-box;
}

.comment-box .btn {
    display: block;
    width: 100%;
    height: .72rem;
    margin-top: .3rem;
    line-height: .72rem;
    font-size: .28rem;
    text-align: center;
    color: #fff;
    background: #06f;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    border-radius: .08rem;
    cursor: pointer;
}

.comment-box .base-input {
    float: left;
    width: 3.2rem;
    height: .72rem;
    line-height: .72rem;
    padding: .1rem .2rem;
    font-size: .28rem;
    background-color: #f5f5f5;
    border: 0 none;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    border-radius: .08rem;
    box-sizing: border-box;
}

.comment-box .base-input.phone {
    width: 100%;
}

.comment-box .code-img {
    float: left;
    height: .7rem;
    width: 2.46rem;
    margin-left: .2rem;
    cursor: pointer;
}

#questionTitle {
    margin: 0.2rem 0px;
    width: 100%;
    padding: 0 0.2rem;
    height: 0.8rem;
    line-height: .8rem;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: .28rem;
}

.ask-list-tab {
    padding: 0 .3rem;
    border-bottom: 1px solid #eee;
}

.ask-list-tab ul li {
    position: relative;
    float: left;
    height: .96rem;
    line-height: .96rem;
    padding: 0 .4rem;
    font-size: .36rem;
    cursor: pointer;
}

.ask-list-tab ul li.on:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1.44rem;
    height: .06rem;
    margin-left: -.72rem;
    background: #0055ff;
}

.ask-list-cont {
    display: none;
}

.ask-list-cont.disb {
    display: block;
}

.reply-list ul li {
    padding: .3rem;
    border-bottom: 1px solid #eee;
}

.reply-list ul li .bt {
    line-height: .56rem;
    font-weight: 600;
    font-size: .36rem;
    color: #121212;
}

.reply-list ul li .info {
    margin-top: .24rem;
}

.reply-list ul li .info .to-reply {
    float: left;
    height: .56rem;
    margin-right: .2rem;
    padding: 0 .3rem;
    line-height: .56rem;
    font-size: .28rem;
    background: #06f;
    color: #fff;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    border-radius: .08rem;
}

.reply-list ul li .info span {
    padding: 0 .06rem;
    color: #8590a6;
    line-height: .56rem;
    font-size: .24rem;
}

.ask-theme-intro {
    position: relative;
    font-size: .3rem;
    line-height: .52rem;
    overflow: hidden;
}

.ask-theme-intro.unfold {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ask-theme-intro .view {
    position: relative;
    display: inline-block;
    color: #175199;
    white-space: nowrap;
}

.ask-theme-intro .view {
    position: relative;
}

.ask-theme-intro .view i:after {
    content: "";
    display: block;
    border-bottom: .14rem dashed transparent;
    border-left: .14rem dashed transparent;
    border-right: .14rem dashed transparent;
    border-top: .14rem solid #fff;
    width: 0;
    height: .28rem;
    position: absolute;
    top: .2rem;
    right: 0;
}

.ask-theme-intro .view i:before {
    content: "";
    display: block;
    border-bottom: .14rem dashed transparent;
    border-left: .14rem dashed transparent;
    border-right: .14rem dashed transparent;
    border-top: .14rem solid #fff;
    border-top: .14rem solid #175199;
    width: 0;
    height: .28rem;
    position: absolute;
    top: .24rem;
    right: 0;
}

.ask-theme-intro.unfold .view {
    z-index: 3;
    position: absolute;
    right: 0;
    top: .52rem;
    background: #fff;
    padding-right: .4rem;
    cursor: pointer;
}

.ask-theme-intro.unfold .view:before {
    content: "";
    position: absolute;
    left: -1.2rem;
    top: 0;
    width: 1.2rem;
    text-align: right;
    height: 100%;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.ask-theme .info {
    margin-top: .3rem;
}

.ask-theme .info .to-reply {
    float: left;
    height: .64rem;
    padding: 0 .4rem;
    margin-right: .3rem;
    line-height: .64rem;
    font-size: .28rem;
    background: #06f;
    color: #fff;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    border-radius: .08rem;
}

.ask-theme .info span {
    padding: 0 .06rem;
    color: #8590a6;
    line-height: .56rem;
    font-size: .24rem;
}

.ask-theme .info span a {
    color: #4793cc;
    margin-right: .1rem;
}

.solu-write {
    position: relative;
    margin-bottom: .1rem;
}

.solu-write .avatar {
    float: left;
    display: block;
    width: .88rem;
    height: .88rem;
    margin-right: .3rem;
}

.solu-write .avatar .card-img {
    width: .88rem;
    height: .88rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    border-radius: .08rem;
}

.solu-write .name {
    height: .48rem;
    padding-right: 1rem;
    line-height: .48rem;
    font-size: .32rem;
    font-weight: 700;
    color: #333;
}

.solu-write .personal-signature {
    height: .4rem;
    padding-right: 1rem;
    line-height: .4rem;
    color: #a1a1a1;
    font-size: .24rem;
    color: #999
}

.solu-favourite {
    padding: 5px 0;
    font-size: 14px;
    color: #8590a6;
}

.solu-write .follow {
    position: absolute;
    top: .1rem;
    right: 0;
    height: .68rem;
    line-height: .68rem;
    padding: 0 .3rem;
    background: #f6f6f6;
    color: #0166ff;
    font-size: .32rem;
    font-weight: 600;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    border-radius: .08rem;
}

.solu-favourite {
    font-size: .24rem;
    color: #8590a6;
}

.solution-box.pd15.bgwhite {
    margin-top: 0.2rem;
}

.solution-body {
    position: relative;
    font-size: .32rem;
    line-height: .64rem;
    color: #333;
}

.solution-body p {
    padding: .1rem 0;
    text-indent: 2em;
    font-size: .32rem !important;
}

.solution-body span {
    font-size: :.32rem !important;
    font-size: .32rem !important;
}

.solution-body h2 {
    margin: .2rem 0;
    font-size: .48rem;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    text-indent: 14px
}

.solution-body h3 {
    margin: .2rem 0;
    font-size: .4rem;
    font-weight: bold;
    color: #111
}

.solution-body a {
    color: #318ac6;
    padding: 0 .08rem;
}

.solution-body img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.solution-body table {
    width: 100% !important;
    border-collapse: collapse
}

.solution-body table th {
    background: #fff;
    padding: 1px 2px;
    line-height: 2.2em;
    text-align: center
}

.solution-body table th {
    background: #c00;
    color: #fff;
    padding: 0 .2rem;
    height: .72rem;
    line-height: .4rem
}

.solution-body table td {
    text-align: center;
    border: 1px solid #e2e2e2 !important;
    padding: .1rem
}

.show-more {
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .1rem 0;
    background: #fff;
    overflow: hidden;
    color: #175199;
    font-size: .28rem;
    text-align: center;
    -webkit-box-shadow: 0 0 .5rem .5rem #fff;
    box-shadow: 0 0 .5rem .5rem #fff;
}

.show-more .btn {
    width: 60%;
    height: .7rem;
    line-height: .7rem;
    margin: 0 auto;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.show-more .btn em {
    padding-right: .36rem;
}

.show-more .btn span {
    position: relative;
}

.show-more .btn span:after {
    content: "";
    display: block;
    border-bottom: .14rem dashed transparent;
    border-left: .14rem dashed transparent;
    border-right: .14rem dashed transparent;
    border-top: .14rem solid #fff;
    width: 0;
    height: .28rem;
    position: absolute;
    top: .12rem;
    right: 0;
}

.show-more .btn span:before {
    content: "";
    display: block;
    border-bottom: .14rem dashed transparent;
    border-left: .14rem dashed transparent;
    border-right: .14rem dashed transparent;
    border-top: .14rem solid #fff;
    border-top: .14rem solid #175199;
    width: 0;
    height: .28rem;
    position: absolute;
    top: .16rem;
    right: 0;
}

.solution-body-footer {
    margin-top: .4rem;
    font-size: .28rem;
    text-align: center;
}

.solution-body-footer .like {
    display: inline-block;
    height: .64rem;
    line-height: .64rem;
    padding: 0 .36rem;
    font-size: .24rem;
    background: #ff9800;
    color: #fff;
    -webkit-border-radius: .32rem;
    -moz-border-radius: .32rem;
    border-radius: .32rem;
    cursor: pointer;
}

.solution-body-footer .like i {
    display: inline-block;
    width: .48rem;
    height: .48rem;
    margin: -.08rem .1rem 0 0;
    background: url(../images/thumbup.png) no-repeat;
    background-size: .48rem .48rem;
    vertical-align: middle;
}

.ask-rel-list ul {
    padding: .2rem 0;
}

.ask-rel-list ul li {
    position: relative;
    padding: .1rem .3rem .1rem .56rem;
    height: .56rem;
    line-height: .56rem;
    color: #333;
    font-size: .28rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ask-rel-list ul li:before {
    content: "";
    position: absolute;
    top: .32rem;
    left: .3rem;
    width: .12rem;
    height: .12rem;
    background: #eee;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.rel-products {
    margin-top: 1px;
}

.rel-products ul li {
    padding: .4rem 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.rel-products ul li:last-child {
    border-bottom: 0;
    padding-bottom: .1rem;
}

.rel-products ul li .thumb {
    float: left;
    width: 2.36rem;
    height: 2.36rem;
    margin-right: .3rem;
}

.rel-products ul li .thumb img {
    width: 2.36rem;
    height: 2.36rem;
}

.rel-products ul li .tt {
    margin-bottom: .16rem;
    line-height: .48rem;
    font-size: .32rem;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.rel-products ul li .tt i {
    display: inline-block;
    width: .36rem;
    height: .36rem;
    vertical-align: middle;
    margin-right: .1rem;
    margin-top: -.04rem;
}

.rel-products ul li .tt i.icons-jd {
    background: url(http://www.jfrj6.com/_imgpinpai_/skin/version1.0/images/jd.png) no-repeat;
    background-size: .36rem;
}

.rel-products ul li .tt i.icons-tm {
    background: url(http://www.jfrj6.com/_imgpinpai_/skin/version1.0/images/tm.png) no-repeat;
    background-size: .36rem;
}

.rel-products ul li .coupon {
    z-index: 1;
    position: relative;
    display: inline-block;
    top: 0;
    margin-right: 0.3rem;
    overflow: hidden;
}

.rel-products ul li .coupon i {
    z-index: 1;
    position: relative;
    display: block;
    background: #fff;
    font-style: normal;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: .24rem;
    min-width: 1rem;
    text-align: center;
    padding: .03rem .16rem;
    color: #fff;
    background: #fd2429;
    background: -webkit-linear-gradient(right, #fd6533, #fd472E, #fd2429);
    background: linear-gradient(to right, #fd6533, #fd472E, #fd2429);
}

.rel-products ul li .coupon:after,.rel-products ul li .coupon:before {
    position: absolute;
    z-index: 10;
    left: -4px;
    top: 50%;
    margin-top: -4px;
    border: 1px solid #fc3f78;
    background: #fff;
    display: block;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 10px;
}

.rel-products ul li .coupon:before {
    left: auto;
    right: -4px;
}

.rel-products ul li .num {
    padding-top: .1rem;
}

.rel-products ul li .num .money {
    float: left;
}

.rel-products ul li .num .money .price {
    color: #fd2429;
    font-size: .24rem;
}

.rel-products ul li .num .money .price .number-font {
    padding-left: .06rem;
    font-weight: 700;
    font-size: .44rem;
    font-style: normal;
}

.rel-products ul li .num .money .price .decimal {
    font-weight: 700;
    font-size: .26rem;
    font-style: normal;
}

.rel-products ul li .num .sales {
    float: right;
    line-height: .6rem;
    font-size: .26rem;
    color: #999;
}

.rel-brand {
    background: #fff
}

.rel-brand .cont {
    position: relative;
    padding: .2rem 0 .1rem 0;
    overflow: hidden;
}

.rel-brand .cont .name {
    margin-top: .2rem;
    overflow: hidden;
}

.rel-brand .cont .name .namecn {
    float: left;
    width: 3rem;
    font-size: .4rem;
    line-height: .56rem;
    color: #333;
    margin-right: .14rem;
}

.rel-brand .cont .expo {
    color: #f00;
    font-size: .28rem;
    line-height: .32rem;
    margin-top: .1rem;
}

.rel-brand .cont .expo em {
    font-weight: bold;
    font-size: .36rem;
    padding-left: .1rem;
    font-style: normal;
}

.rel-brand .cont .pic {
    float: right;
    display: block;
    width: 1.96rem;
    height: 1.22rem;
    margin-top: .1rem;
    margin-right: 0;
}

.rel-brand .cont .pic img {
    width: 1.96rem;
    height: 1.22rem;
}

.rel-brand .reason-intro {
    position: relative;
    margin-top: .1rem;
    line-height: .48rem;
    font-size: .28rem;
    color: #666;
}

.rel-brand .pic {
    float: left;
    width: 1.96rem;
    height: 1.22rem;
    margin-right: .3rem;
}

.rel-brand .pic img {
    width: 1.96rem;
    height: 1.22rem;
}

.rel-brand .rel-brand-info .name {
    margin-bottom: .2rem;
    overflow: hidden;
}

.rel-brand .rel-brand-info .name .namecn {
    font-size: .4rem;
    line-height: .56rem;
    color: #333;
    margin-right: .14rem;
}

.rel-brand .expo {
    color: #f00;
    font-size: .28rem;
    line-height: .32rem;
    margin-top: .1rem;
}

.rel-brand .expo em {
    font-weight: bold;
    font-size: .36rem;
    padding-left: .1rem;
    font-style: normal;
}

.rel-brand .reason-intro {
    position: relative;
    margin-top: .3rem;
    line-height: .48rem;
    font-size: .28rem;
    color: #666;
}

.rel-brand .shops {
    padding: .1rem .3rem;
    margin: .3rem 0 .2rem 0;
    background: #f7f7f7;
    -webkit-border-radius: .08rem;
    border-radius: .08rem;
}

.rel-brand .shops dd {
    padding: .16rem 0;
    overflow: hidden;
}

.rel-brand .shops dd a {
    display: block;
    height: .52rem;
    line-height: .52rem;
    font-size: .28rem;
    overflow: hidden;
}

.rel-brand .shops dd a i {
    display: inline-block;
    width: .48rem;
    height: .48rem;
    vertical-align: middle;
    margin-right: .1rem;
    margin-top: -.04rem;
}

.rel-brand .shops dd a i.icons-jd {
    background: url(http://www.jfrj6.com/_imgpinpai_/skin/version1.0/images/jd.png) no-repeat;
    background-size: .48rem;
}

.rel-brand .shops dd a span.btn {
    float: right;
    color: #fff;
    display: block;
    height: .48rem;
    line-height: .48rem;
    padding: 0 .28rem;
    background: #f5634f;
    background: linear-gradient(90deg, rgb(255, 140, 25), rgb(255, 60, 60));
    font-size: .2rem;
    border-radius: .24rem
}

/*wenda0313*/
.wenda-fs {
    background: #17161b url(http://www.jfrj6.com/_imgpinpai_/skin/images/wenda_home.jpg) no-repeat top center;
    background-size: cover;
}

.wenda-banner-bar {
    padding: .3rem;
    color: #fff;
    text-align: center;
}

.wenda-banner-bar .bt {
    padding: .2rem 0;
    font-size: .4rem
}

.wenda-banner-bar .rigt {
    width: 100%;
    height: 5.3rem;
    padding: .3rem;
    box-sizing: border-box;
    background: #fff;
    color: #333;
    -webkit-border-radius: .12rem;
    -moz-border-radius: .12rem;
    border-radius: .12rem;
}

.fs-ask-tabs {
    text-align: center;
    color: #eee;
    font-size: .36rem;
}

.fs-ask-tabs span {
    line-height: .56rem;
    padding: 0 .3rem;
    font-size: .36rem;
    color: #333;
    cursor: pointer;
}

.fs-ask-tabs span.on {
    color: #5276cf;
}

.fs-ask-cont {
    display: none;
}

.fs-ask-cont.disb {
    display: block;
}

.lv-msg .text-area {
    margin-top: .3rem;
}

.lv-msg .text-area textarea {
    display: block;
    width: 100%;
    height: 2rem;
    padding: .3rem;
    box-sizing: border-box;
    background-color: #f6f6f6;
    font-size: .32rem;
    resize: none;
    outline: none;
    border: none;
    -webkit-border-radius: .12rem;
    -moz-border-radius: .12rem;
    border-radius: .12rem;
}

.lv-msg .text-area textarea::placeholder {
    color: #bbb;
}

.lv-msg .fs-ms {
    text-align: center;
    font-size: .24rem;
    color: #999;
    margin: .3rem 0;
}

.lv-msg .fs-btn {
    display: block;
    width: 4.8rem;
    height: .8rem;
    margin: auto;
    background-color: #5276cf;
    border-radius: .4rem;
    transition: all .25s linear;
    font-size: .36rem;
    color: #fff;
    line-height: .8rem;
    text-align: center;
}

.lv-msg .fs-btn:hover {
    background: #1859fa;
}

.wenda-fs .ask-type ul {
    padding: .3rem 0;
}

.wenda-fs .ask-type ul li {
    float: left;
    width: 33.3333%;
    height: .8rem;
    line-height: .8rem;
    font-size: .32rem;
    overflow: hidden;
}

.wenda-fs .ask-type ul li a {
    color: #666;
}

.wenda-fs .ask-type ul li a:hover {
    color: #5276cf;
}

.host-asks li {
    margin: .2rem 0;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: .08rem;
}

.host-asks li a {
    display: block;
    padding: .3rem;
    position: relative;
}

.host-asks li a::after {
    content: '';
    position: absolute;
    background-color: #5276cf;
    width: .08rem;
    height: .4rem;
    top: .3rem;
    left: 0;
}

.host-asks li .bt {
    display: block;
    font-size: .36rem;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: .36rem;
    line-height: 1;
}

.host-asks li p {
    color: #999;
    font-size: .32rem;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5;
    margin: .3rem 0;
}

.host-asks li span {
    display: block;
    font-size: .32rem;
    color: #5276cf;
    line-height: 1;
}

.new-asks-list li {
    margin: .2rem 0 .3rem 0;
    border: 1px solid #e5e5e5;
    border-radius: .08rem;
    box-sizing: border-box;
}

.new-asks-list li a {
    display: block;
    padding: .3rem;
}

.new-asks-list li .read-count {
    float: left;
    color: #5276cf;
    font-size: .52rem;
    line-height: 1;
    font-weight: 700;
}

.new-asks-list li .read-count i {
    color: #999;
    font-size: .32rem;
    font-weight: normal;
    margin: 0 0 0 .1rem;
}

.new-asks-list li span.time {
    float: right;
    color: #5276cf;
    font-size: .32rem;
    line-height: 1;
    margin: .24rem 0 0;
}

.new-asks-list li span.time i {
    color: #999;
}

.new-asks-list li .bt {
    display: block;
    width: 100%;
    margin: .92rem 0 .24rem;
    font-size: .4rem;
    line-height: 1;
}

.new-asks-list li:hover .bt {
    color: #5276cf;
}

.new-asks-list li p {
    font-size: .32rem;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #999;
    line-height: 1.7;
}

.com-question li {
    margin-bottom: .3rem;
    padding-bottom: .4rem;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
}

.com-question li:last-child {
    border-bottom: 0 none;
}

.com-question li a {
    display: block;
}

.com-question li .bt {
    position: relative;
    display: block;
    line-height: .48rem;
    font-size: .4rem;
    margin: .3rem 0 ;
    font-weight: normal;
}

.com-question li .bt::before {
    content: '问';
    font-size: .28rem;
    color: #fd8c4e;
    text-align: center;
    width: .48rem;
    height: .48rem;
    line-height: .48rem;
    float: left;
    margin: 0 .3rem 0 0;
    background-color: #ffece2;
    border-radius: .04rem;
}

.com-question li p {
    line-height: .48rem;
    font-size: .32rem;
    color: #999;
    margin: .2rem 0 0;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.com-question p::before {
    content: '答';
    font-size: .28rem;
    color: #5276cf;
    text-align: center;
    width: .48rem;
    height: .48rem;
    line-height: .48rem;
    float: left;
    margin: 0 .3rem 0 0;
    background-color: #eaf4ff;
    border-radius: .04rem;
}

.hot-industry ul li {
    float: left;
    width: 33.3333%;
    padding: .1rem .2rem .1rem 0;
    box-sizing: border-box;
}

.hot-industry ul li a {
    display: block;
    width: 100%;
    height: .72rem;
    line-height: .72rem;
    overflow: hidden;
    background-color: #f6f6f6;
    font-size: .32rem;
    color: #666;
    text-align: center;
}

.hot-industry.two-colum ul li {
    width: 50%;
}

.experts-online {
    background-color: #fff;
    padding: .3rem;
}

.expert-title {
    margin: 0;
    color: #5276cf;
    text-align: center;
    font-size: .48rem;
    position: relative;
    line-height: 1;
}

.expert-title::before, .expert-title::after {
    content: '';
    position: absolute;
    left: .8rem;
    top: 50%;
    width: 1.2rem;
    height: 1px;
    background: #4c9eff;
}

.expert-title::after {
    left: auto;
    right: .8rem;
}

.experts-online strong {
    display: block;
    text-align: center;
    color: #5276cf;
    font-size: .4rem;
    font-weight: 700;
    margin: .4rem 0 0;
}

.experts-online strong em {
    font-size: 1.12rem;
    margin: 0 .1rem 0 0;
    color: #5276cf;
    line-height: 1;
}

.experts-online .experts-cover {
    position: relative;
    margin: .4rem 0 0;
}

.experts-online .experts-cover::before {
    content: '';
    width: 100%;
    height: .8rem;
    background: linear-gradient(90deg, #fff 0%, #fff0 25%, #fff0 75%, #fff 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.experts-online .experts-cover img {
    width: .8rem;
    height: .8rem;
    border-radius: .8rem;
    float: left;
    margin: 0 .2rem 0 0;
}

.experts-online .experts-cover img:last-of-type {
    margin: 0;
}

.experts-online .ask-btn {
    width: 4.4rem;
    height: 1.2rem;
    background: #5276cf;
    border-radius: .16rem;
    line-height: 1.2rem;
    color: #fff;
    text-align: center;
    font-size: .4rem;
    font-weight: bold;
    display: block;
    margin: .7rem auto .2rem;
}

.experts-online span {
    text-align: center;
    display: block;
    font-size: .28rem;
    color: #999;
    line-height: 1;
}

.pop-ask {
    display: none;
    width: 7rem;
    height: 10rem;
    padding: .4rem .8rem;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -3.5rem;
    margin-top: -5rem;
    background: #fff;
    box-sizing: border-box;
    z-index: 100;
}

.pop-ask-title {
    margin-bottom: .3rem;
    font-size: .48rem;
    font-weight: 700;
}

.pop-ask .ms {
    height: .8rem;
    line-height: .8rem;
    margin: .3rem 0 .1rem 0;
    font-size: .32rem;
    font-weight: 700;
}

.pop-ask .ms span {
    padding-right: .08rem;
    color: #f00;
    font-weight: normal;
}

.pop-ask .basic-input {
    width: 100%;
    height: .8rem;
    line-height: .4rem;
    font-size: .28rem;
    padding: .2rem;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    border-radius: .08rem;
}

.pop-ask .base-area {
    width: 100%;
    height: 2rem;
    line-height: 20px;
    font-size: .28rem;
    padding: .2rem;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    resize: none;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    border-radius: .08rem;
}

.pop-ask .gm-sub {
    display: block;
    width: 100%;
    height: .88rem;
    margin: .3rem auto;
    line-height: .88rem;
    text-align: center;
    background: #ff9800;
    color: #fff;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    border-radius: .08rem;
    font-size: .32rem;
}

.pop-ask .gm-sub:hover {
    background: #ffc107;
}

.pop-ask .close {
    position: absolute;
    top: .3rem;
    right: .3rem;
    width: .36rem;
    height: .36rem;
    background: url(http://www.jfrj6.com/_imgpinpai_/skin/version1.0/images/wwclose.png) no-repeat center center;
    cursor: pointer;
    -webkit-transition: -webkit-transform .4s linear;
    transition: transform .4s linear;
}

.pop-ask .close:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.no-answer {
    padding: .3rem;
    text-align: center;
    font-size: .36rem;
    color: #999
}

.no-answer .free-ask {
    display: inline-block;
    height: .64rem;
    line-height: .64rem;
    padding: 0 .2rem;
    margin: 0 .2rem;
    color: #ff7e33;
    border: 1px solid #ff7e33;
    -webkit-border-radius: .16rem;
    -moz-border-radius: .16rem;
    border-radius: .16rem;
}

.more-ask {
    display: inline-block;
    height: .64rem;
    line-height: .64rem;
    padding: 0 .4rem;
    margin: 0 .2rem;
    color: #0066ff;
    border: 1px solid #0066ff;
    -webkit-border-radius: .16rem;
    -moz-border-radius: .16rem;
    border-radius: .16rem;
}

.rel-brands {
    margin-top: .2rem;
}

.rel-brands ul li {
    float: left;
    width: 33.3333%;
    height: 1.88rem;
    box-sizing: border-box;
    padding: .1rem;
    text-align: center;
    border: 1px solid #e2e2e2;
    margin-left: -1px;
    margin-top: -1px;
}

.rel-brands ul li img {
    width: 100%;
    height: 1rem;
}

.rel-brands ul li div {
    height: .5rem;
    line-height: .5rem;
    padding-top: .1rem;
    font-size: .26rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ask-theme-title {
    padding: .2rem 0;
    line-height: .72rem;
    color: #121212;
    font-size: .52rem;
    font-weight: 600;
}

.ask-theme-infos {
    margin-top: .2rem;
}

.ask-theme-infos img {
    float: left;
    width: .48rem;
    height: .48rem;
    border-radius: .24rem;
}

.ask-theme-infos .write {
    font-size: .28rem;
    color: #999;
    margin: 0 0 0 .24rem;
}

.ask-theme-infos .time {
    float: right;
    line-height: .48rem;
    font-size: .28rem;
    color: #999;
}

.sol-body {
    color: #555;
    padding: 8% 5%;
    margin: .4rem 0 0;
    line-height: .56rem;
    font-size: .32rem;
    text-align: justify;
    text-justify: inter-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    background: #f6f6f6;
    position: relative;
}

.sol-body img {
	font-size:16px;
	width:auto !important;
	height:auto !important;
	max-width:90%;
	vertical-align:middle;
	word-break:break-all;
	word-wrap:break-word;
}


.sol-body:before {
    content: '';
    display: block;
    background: #f6f6f6;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: -.16rem;
    left: .92rem;
    width: .4rem;
    height: .4rem;
    position: absolute;
    border-radius: .08rem;
}

.sol-reply {
    height: .72rem;
    margin: .4rem 0 0;
}

.sol-reply .sol-tag {
    float: left;
    color: #999;
    font-size: .28rem;
    line-height: .72rem;
}

.sol-reply .sol-tag a {
    color: #fd8c4e;
}

.sol-btn-box {
    float: right;
}

.sol-btn-box span {
    float: left;
    height: .72rem;
    line-height: .72rem;
    color: #888;
    font-size: .32rem;
    margin-right: .2rem;
}

.sol-btn-box .sol-btn {
    text-align: center;
    color: #fff;
    background-color: #5276cf;
    width: 1.68rem;
    height: .72rem;
    line-height: .72rem;
    border-radius: .16rem;
    font-size: .28rem;
    display: block;
    float: right;
    margin: 0 0 0 .2rem;
}

.answer-info img {
    float: left;
    width: .48rem;
    height: .48rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.answer-info b {
    float: left;
    font-size: .28rem;
    line-height: .48rem;
    margin: 0 0 0 .2rem;
    font-weight: normal;
}

.answer-info em {
    float: left;
    color: #999;
    line-height: .48rem;
    font-size: .28rem;
    margin: 0 0 0 .2rem;
    font-style: normal;
}

.answer-info .follow {
    float: right;
    height: .64rem;
    padding: 0 .3rem;
    line-height: .64rem;
    color: #368bf0;
    background: #e6f0fd;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    border-radius: .08rem;
}

.more-asks-footer {
    padding: .3rem 0;
    background: #ff5d00;
    border-radius: 0 0 .2rem .2rem;
    text-align: center;
    color: #fff;
    font-size: .32rem;
    font-weight: 700;
}

.more-asks-footer .free-msg {
    display: inline-block;
    padding: 0 .4rem;
    height: .8rem;
    margin-left: .4rem;
    line-height: .8rem;
    color: #ff5d00;
    background: #ffff;
    border-radius: .2rem;
}

.ht-asks ul li {
    padding: .3rem 0;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

.ht-asks ul li:last-child {
    border-bottom: 0 none;
}

.ht-asks ul li img {
    float: right;
    width: 2.16rem;
    height: 1.44rem;
    margin-left: .3rem;
    border-radius: .16rem;
}

.ht-asks ul li p {
    font-weight: 500;
    font-size: .4rem;
}

/*footer*/
.footer-min {
	padding: 15px;
	text-align: center;
	background: #1d1e23;
	margin-top: 0.2rem;
}
.footer-min .sitemap a{color:#787984}
.footer-min .app {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem
}
.footer-min .app a {
	color: #888;
	font-size: 12px;
}
.footer-min .copyright {
	margin-top: 5px;
	color: #888;
	font-size: 12px;

}
.footer-min .copyright a {
	color: #888;
	font-size: 12px;
}


.channels-wrap {
	width: 100%;
	max-width: 768px;
	font-size: 16px;
	background: #272833;
	font-size: 1.6rem;
	z-index: 100;
	position: relative;
	padding: 5px 0;
}
.channels-wrap .channels-list{background:#fff;}
.channels-wrap .channels-list li{width:22%;margin:0 5%;display:inline-block;line-height: 5rem;text-align:center;position:relative;}
.channels-wrap .channels-list li.on::after{content:'';position:absolute;left:0;bottom:0; width:100%;height:0.5rem;background:#e60012;}
.channels-box{background:#f8f8f8;}
.channels {
	padding: 8px 5px 5px 5px;
	clear: both;
	overflow: hidden;
	position: relative;
	display: none;
}
.channels:nth-of-type(1){display:block;}
.channels:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	visibility: hidden;
}
.channels li {
	float: left;
	position: relative;
	margin: 0 1rem;
	text-align: center;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.channels .more {
	width: 35px;
	height: 65px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 13px 0 0;
	text-align: center;
	color: #487de3;
	line-height: 20px;
	overflow: visible
}
.channels .more {
	width: 35px;
	height: 65px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 13px 0 0;
	text-align: center;
	color: #487de3;
	line-height: 20px;
	overflow: visible
}
.channels .more:before {
	content: "";
	position: absolute;
	left: -12px;
	top: 0;
	width: 12px;
	height: 78px;
	z-index: 1;
	/*background: url(../images/r_more.png) no-repeat;*/
	-webkit-background-size: 12px 78px;
	background-size: 12px 78px
}
.channels .more span:before {
	content: "\66F4\0D\0A\591A";
	white-space: pre;
	color: #487de3
}
.channels .more span:after {
	content: "";
	color: #487de3;
	white-space: normal;
	top: 59px;
	left: 50%;
	margin: 0 0 0 -6px;
	position: absolute;
	width: 12px;
	height: 7px;
	overflow: hidden;
	/*background: url(../images/r_more.png) no-repeat;*/
	-webkit-background-size: 12px 7px;
	-moz-background-size: 12px 7px;
	-o-background-size: 12px 7px;
	background-size: 12px 7px
}
.channels a, .channels a:visited, .channels span, .channels-all a, .channels-all a:visited, .channels-all span {
	color: #000
}