﻿/*媒体查询*/
/*尺寸在320到321的*/
@media only screen and (min-width:320px) and (max-width:321px){
	.contaioner{
		width: 320px;
		margin: auto;
        overflow: hidden;
	}
    .nav_top{
        width: 320px;
        margin: auto;
        background-color: #f25126;
    }
    .top_left,.top_right{
        width: 20px;
    }
    .navclass{
        width: 320px;
    }
    .top_left{
        margin: 10px;
    }
    .top_middle{
        width: 120px;
        margin-left: 55px;
    }
    .top_right{
        margin-right: 15px;
        margin-top: 7px;

    }
    .nav_top .top_left{
        float: left;
    }
    .nav_top .top_right{
        float: right;
    }
    /*主要内容*/

    /*指引*/
    .guide{
        clear: both;
        margin-left:10px;
        margin-top:10px;
        position: relative;
    }
    .guide a, .guide span{
        display: block;
        float: left;
    }
    .guide .triangle{
        width: 0px;
        height: 0px;
        border: 10px solid transparent;
        border-top:  10px solid #f25126;
        position: absolute;
        right: 15px;
        top: 3px;
    }
    .guide .fb{
        display: inline-block;
        margin-left: 112px;
        color: #f25126;
    }


    /*问题*/
    .answers{
        clear: both;
        width: 100%;
        background-color: #fff;
        margin-bottom: 10px;
        padding-top: 15px;
        padding-left: 10px;
    }
    .answers_tit{
        font-size: 14px;
        font-weight: bold;
    }
    .answers_personal{
       margin-top: 5px;
    }

    /*头像图片*/
    .head{
        width: 20px;
        border-radius: 20px;
        display: block;
        float: left;
        margin-right: 10px;
    }
    .head_name{
        color: #f25126;
    }
    /*时间*/
    .time{
        margin-left: 5px;
        margin-right: 15px;
        font-size: 12px;
        color: #ccc;
    }

    /*举报*/
    .icon_test{
        width: 15px;
        margin-bottom: -2px;
    }
    .answers_report span{
        color: #f3d277;
    }

    /*橙色的标题*/

    .common_tit{
        color: #f25126;
        font-size: 20px;
        padding: 10px;
        border-bottom: 1px solid #f1f1f1;
    }
    .follow_news ul a li:hover {
        color: #f25126;
    }

    /*其他答案*/
    .question_rw{
        border-bottom: 1px dashed #ccc;
    }

    .question_personal{
        clear: both;
        padding: 10px;
    }

    /*点赞*/
    .question_heart{
        margin-top:-5px;
        float: right;
    }
    .question_heart_like{
        padding-right: 15px;
    }
    .question_heart_like2{
        padding-right: 15px;
    }
    .like{
        width: 20px;
        height: 20px;
    }
    .like img{
        width: 100%;
        height: 100%;
    }
    .question_word{
        padding: 10px;
        line-height: 26px;
        text-indent: 30px;
    }
    .question_word p span{
        color: red;
        font-size: 18px;
    }

    /*大家都关注*/
    .follow{
        background-color: #fff;
        width: 100%;
        height: 220px;
        margin-top: 10px;
    }
    .follow_change{
        display: inline-block;
        float: right;
        width: 70px;
        height: 20px;
        position: relative;
        margin-top: 4px;
    }
    .follow_pic{
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .follow_change span{
        position: absolute;
        right: 0;
    }

    /*关注的新闻*/
    .follow_news li{
        padding-top:13px;
        padding-left:10px;
    }
    .follow_news li span{
        background-color: #f25126;
        width: 4px;
        height: 4px;
        display: inline-block;
        border-radius: 4px;
        margin: 0 5px;
    }

    /*脚部导航（搜索框）*/
    .nav_foot{
        clear: both;
        width: 320px;
        height: 45px;
        margin:auto;
        background-color: #f25126;
        position: relative;
    }
    .search_kk{
        width: 260px;
        height: 30px;
        margin-top:8px;
        padding-left:30px;
        box-sizing: border-box;
        float: left;
        margin-left:6px;
    }
    .search_click{
        position: absolute;
        top: 15px;
        left: 10px;
    }
    .search_question{
        height: 27px;
        width: 40px;
        position: absolute;
        top: 8px;
        right: 5px;
        background: #ffffff;
        border-width: 1px;
        border-style: inset;
        border-color: initial;
        border-image: initial;
    }
    .search img{
        width: 15px;
        height: 15px;
    }
    .search span{

        font-size: 14px;
        text-align: center;
        line-height: 27px;
        color: #f25126;
    }


    /*底部的二维码等*/
    .wc_qr{
        width: 100px;
        height: 100px;
        margin: auto;
        padding: 10px 0;
    }
    .wc_qr img{
        width: 100%;
        height: 100%;
    }
    .qr_word{
        height: 20px;
        line-height: 20px;
        text-align: center;
        margin: auto;
    }
    .qr_word .qr_word0{
        color: #f25126;
        font-size: 16px;
        background: #ffffff;
    }

    .at{
        width: 150px;
        margin: auto;
        text-align: center;
        margin-top: 8px;
    }
    .at p{
        color: #ccc;
        font-size: 12px;
    }
    /*留言*/
    .message{
        width: 100%;
        background-color: #fff;
    }
    .message_k{
        width: 100%;
        margin-bottom: -22px;
    }
    /*留言的头部*/
    .message_personal{
        width: 90%;
        height: 40px;
        border-radius: 5px;
        padding: 0 5px;
        margin: 10px auto;
        background-color: #f0f0f0;
    }
    .message_touxiang{
        float: left;
        margin:5px 10px;
    }
    .message_touxiang img{
        width: 30px;
        height:30px;
        border-radius: 30px;
    }
    .message_xinxi{
        float: left;
        margin-left: 10px;
        margin-top: 2px;
    }
    .message_xinxi1{
        color:#f25126;
    }
    .message_xinxi2{
        color: #ccc;
        font-size: 12px;
    }
    .message_louceng{
        float: right;
        margin-right: 20px;
        line-height: 40px;
        color: #666;
    }

    /*留言呀*/
    .message_zw{
        width: 90%;
        padding: 10px 5%;
        position: relative;
    }
    .message_word{
        padding-bottom: 20px;
        text-indent: 30px;
        line-height: 24px;
    }
    .message_word p span{
        color: red;
        font-size: 18px;
    }
    .message_read{
        color: #ccc;
        position: absolute;
        right: 5%;
    }

    /*回复哦*/
    .mess_reply{
        background-color: #f1f1f1;
        width: 80%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 5px;
    }
    /*头像那部分*/
    .mess_reply_personal{
        width: 90%;
        height: 40px;
        border-radius: 5px;
        padding: 0 5px;
        margin: 10px auto;
        background-color: #f0f0f0;
    }
    .mess_reply_touxiang{
        float: left;
        margin:5px 10px;
    }
    .mess_reply_touxiang img{
        width: 30px;
        height:30px;
        border-radius: 30px;
    }
    .mess_reply_xinxi{
        float: left;
        margin-left: 10px;
    }
    .mess_reply_xinxi p{
        line-height: 50px;
    }
    /*回复的文字*/
    .mess_reply_word{
        width: 90%;
        margin: auto;
        line-height: 24px;
        margin-bottom: 10px;
    }
    /*脚部链接*/
    .footer_link{
        width: 300px;
        margin-left:10px;
    }
    .footer_link a{
        display: inline-block;
        padding-left: 8px;
        padding-right:6px;
        border-right: 1px solid #ccc;
        text-align: center;
    }
    /*最下面的查看*/
    .check{
        width: 349px;
        height: 220px;
        margin:auto;
        border-radius: 5px;
        background-color: #fff;
        margin-top: -6px;
    }
    .iask_logo{
        width: 80px;
        height: 30px;
        margin: 20px 125px;
    }
    .check1{
        font-weight: bold;
        text-align: center;
    }
    .check2{
        color: #ccc;
        font-size: 12px;
        margin-top: 10px;
        text-align: center;
    }
    .see{
        width: 100px;
        padding: 8px 40px;
        display: block;
        margin: auto;
        background-color: #3897f0;
        color: #fff;
        border-radius: 5px;
        margin-top: 20px;
        text-align: center;
    }

}
/*尺寸在360到361的*/
@media only screen and (min-width:360px) and (max-width:361px){
    .contaioner{
        width: 360px;
        margin: auto;
        overflow: hidden;
    }
    .nav_top{
        width: 360px;
        margin: auto;
        background-color: #f25126;
    }
    .top_left,.top_right{
        width: 24px;
    }
    .navclass{
        width: 360px;
    }
    .top_left{
        margin: 10px;
    }
    .top_middle{
        width: 140px;
        margin-left: 65px;
    }
    .top_right{
        margin-right: 30px;
        margin-top: 7px;

    }
    .nav_top .top_left{
        float: left;
    }
    .nav_top .top_right{
        float: right;
    }
    /*主要内容*/

    /*指引*/
    .guide{
        clear: both;
        margin-left:10px;
        margin-top:10px;
    }
    .guide a, .guide span{
        display: block;
        float: left;
    }
    .guide .triangle{
        width: 0px;
        height: 0px;
        border: 10px solid transparent;
        border-top:  10px solid #f25126;
        position: absolute;
        right: 30px;
        top: 50px;
    }
    .guide .fb{
        display: inline-block;
        margin-left: 112px;
        color: #f25126;
    }

    /*问题*/
    .answers{
        clear: both;
        width: 100%;
        background-color: #fff;
        margin-bottom: 10px;
        padding-top: 15px;
        padding-left: 10px;
    }
    .answers_tit{
        font-size: 16px;
        font-weight: bold;
    }
    .answers_personal{
        margin-top: 5px;
    }

    /*头像图片*/
    .head{
        width: 20px;
        border-radius: 20px;
        display: block;
        float: left;
        margin-right: 10px;
    }
    .head_name{
        color: #f25126;
    }
    /*时间*/
    .time{
        margin-left: 5px;
        margin-right: 15px;
        font-size: 12px;
        color: #ccc;
    }

    /*举报*/
    .icon_test{
        width: 15px;
        margin-bottom: -2px;
    }
    .answers_report span{
        color: #f3d277;
    }

    /*橙色的标题*/

    .common_tit{
        color: #f25126;
        font-size: 20px;
        padding: 10px;
        border-bottom: 1px solid #f1f1f1;
    }
    .follow_news ul a li:hover {
        color: #f25126;
    }

    /*其他答案*/
    .question_rw{
        border-bottom: 1px dashed #ccc;
    }

    .question_personal{
        clear: both;
        padding: 10px;
    }

    /*点赞*/
    .question_heart{
        margin-top:-5px;
        float: right;
    }
    .question_heart_like{
        padding-right: 15px;
    }
    .question_heart_like2{
        padding-right: 15px;
    }
    .like{
        width: 20px;
        height: 20px;
    }
    .like img{
        width: 100%;
        height: 100%;
    }
    .question_word{
        padding: 10px;
        line-height: 26px;
        text-indent: 30px;
    }
    .question_word p span{
        color: red;
        font-size: 18px;
    }

    /*大家都关注*/
    .follow{
        background-color: #fff;
        width: 100%;
        height: 220px;
        margin-top: 10px;
    }
    .follow_change{
        display: inline-block;
        float: right;
        width: 70px;
        height: 20px;
        position: relative;
        margin-top: 4px;
    }
    .follow_pic{
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .follow_change span{
        position: absolute;
        right: 0;
    }

    /*关注的新闻*/
    .follow_news li{
        padding-top:13px;
        padding-left:10px;
    }
    .follow_news li span{
        background-color: #f25126;
        width: 4px;
        height: 4px;
        display: inline-block;
        border-radius: 4px;
        margin: 0 5px;
    }

    /*脚部导航（搜索框）*/
    .nav_foot{
        width: 100%;
        height: 45px;
        margin:auto;
        background-color: #f25126;
        position: relative;
        margin-top: 20px;
    }
    .search_kk{
        width: 83%;
        height: 30px;
        margin-top:8px;
        padding-left:30px;
        margin-left:6px;
        box-sizing: border-box;
        float: left;
    }
    .search_click{
        position: absolute;
        top: 15px;
        left: 10px;
    }
    .search_question{
        height: 27px;
        width: 40px;
        position: absolute;
        top: 8px;
        right: 5px;
        background: #ffffff;
        border-width: 1px;
        border-style: inset;
        border-color: initial;
        border-image: initial;
    }
    .search img{
        width: 15px;
        height: 15px;
    }
    .search span{

        font-size: 14px;
        text-align: center;
        line-height: 27px;
        color: #f25126;
    }


    /*底部的二维码等*/
    .wc_qr{
        width: 100px;
        height: 100px;
        margin: auto;
        padding: 10px 0;
    }
    .wc_qr img{
        width: 100%;
        height: 100%;
    }
    .qr_word{
        height: 20px;
        line-height: 20px;
        text-align: center;
        margin: auto;
    }
    .qr_word .qr_word0{
        color: #f25126;
        font-size: 16px;
        background: #ffffff;
    }

    .at{
        width: 150px;
        margin: auto;
        text-align: center;
        margin-top: 8px;
    }
    .at p{
        color: #ccc;
        font-size: 12px;
    }
    /*留言*/
    .message{
        width: 100%;
        background-color: #fff;
    }
    .message_k{
        width: 100%;
        margin-bottom: -5px;
    }
    /*留言的头部*/
    .message_personal{
        width: 90%;
        height: 40px;
        border-radius: 5px;
        padding: 0 5px;
        margin: 10px auto;
        background-color: #f0f0f0;
    }
    .message_touxiang{
        float: left;
        margin:5px 10px;
    }
    .message_touxiang img{
        width: 30px;
        height:30px;
        border-radius: 30px;
    }
    .message_xinxi{
        float: left;
        margin-left: 10px;
        margin-top: 2px;
    }
    .message_xinxi1{
        color:#f25126;
    }
    .message_xinxi2{
        color: #ccc;
        font-size: 12px;
    }
    .message_louceng{
        float: right;
        margin-right: 20px;
        line-height: 40px;
        color: #666;
    }

    /*留言呀*/
    .message_zw{
        width: 90%;
        padding: 10px 5%;
        position: relative;
    }
    .message_word{
        padding-bottom: 20px;
        text-indent: 30px;
        line-height: 24px;
    }
    .message_word p span{
        color: red;
        font-size: 18px;
    }
    .message_read{
        color: #ccc;
        position: absolute;
        right: 5%;
    }

    /*回复哦*/
    .mess_reply{
        background-color: #f1f1f1;
        width: 80%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 5px;
    }
    /*头像那部分*/
    .mess_reply_personal{
        width: 90%;
        height: 40px;
        border-radius: 5px;
        padding: 0 5px;
        margin: 10px auto;
        background-color: #f0f0f0;
    }
    .mess_reply_touxiang{
        float: left;
        margin:5px 10px;
    }
    .mess_reply_touxiang img{
        width: 30px;
        height:30px;
        border-radius: 30px;
    }
    .mess_reply_xinxi{
        float: left;
        margin-left: 10px;
    }
    .mess_reply_xinxi p{
        line-height: 50px;
    }
    /*回复的文字*/
    .mess_reply_word{
        width: 90%;
        margin: auto;
        line-height: 24px;
        margin-bottom: 10px;
    }
    /*脚部链接*/
    .footer_link{
        width: 345px;
        margin-left: 10px;
    }
    .footer_link a{
        display: inline-block;
        padding-left: 2.5%;
        padding-right:1.5%;
        border-right: 1px solid #ccc;
        text-align: center;
    }
    /*最下面的查看*/
    .check{
        width: 370px;
        height: 220px;
        margin:auto;
        border-radius: 5px;
        background-color: #fff;
        margin-top: 0;
    }
    .iask_logo{
        width: 80px;
        height: 30px;
        margin: 5px 140px;
    }
    .check1{
        font-weight: bold;
        text-align: center;
    }
    .check2{
        color: #ccc;
        font-size: 12px;
        margin-top: 10px;
        text-align: center;
    }
    .see{
        width: 100px;
        padding: 8px 40px;
        display: block;
        margin: auto;
        background-color: #3897f0;
        color: #fff;
        border-radius: 5px;
        margin-top: 20px;
        text-align: center;
    }
}


/*尺寸在375到376的*/
@media only screen and (min-width:375px) and (max-width:376px){

    .contaioner{
        width: 375px;
        margin: auto;
        overflow: hidden;
    }
    .nav_top{
        width: 375px;
        margin: auto;
        background-color: #f25126;
    }
    .top_left,.top_right{
        width: 25px;
    }
    .navclass{
        width: 375px;
    }
    .top_left{
        margin: 10px;
    }
    .top_middle{
        width: 145px;
        margin-left: 64px;
    }
    .top_right{
        margin-right: 15px;
        margin-top: 7px;

    }
    .nav_top .top_left{
        float: left;
    }
    .nav_top .top_right{
        float: right;
    }
    /*主要内容*/

    /*指引*/
    .guide{
        clear: both;
        margin-left:10px;
        margin-top:10px;
    }
    .guide a, .guide span{
        display: block;
        float: left;
    }
    .guide .triangle{
        width: 0px;
        height: 0px;
        border: 10px solid transparent;
        border-top:  10px solid #f25126;
        position: absolute;
        right: 15px;
        top: 51px;
    }
    .guide .fb{
        display: inline-block;
        margin-left: 140px;
        color: #f25126;
    }

    /*问题*/
    .answers{
        clear: both;
        width: 100%;
        background-color: #fff;
        margin-bottom: 5px;
        padding-top: 15px;
        padding-left: 10px;
    }
    .answers_tit{
        font-size: 16px;
        font-weight: bold;
    }
    .answers_personal{
        margin-top: 5px;
    }

    /*头像图片*/
    .head{
        width: 20px;
        border-radius: 20px;
        display: block;
        float: left;
        margin-right: 10px;
    }
    .head_name{
        color: #f25126;
    }
    /*时间*/
    .time{
        margin-left: 5px;
        margin-right: 15px;
        font-size: 12px;
        color: #ccc;
    }

    /*举报*/
    .icon_test{
        width: 15px;
        margin-bottom: -2px;
    }
    .answers_report span{
        color: #f3d277;
    }

    /*橙色的标题*/

    .common_tit{
        color: #f25126;
        font-size: 20px;
        padding: 10px;
        border-bottom: 1px solid #f1f1f1;
    }
    .follow_news ul a li:hover {
        color: #f25126;
    }

    /*其他答案*/
    .question_rw{
        border-bottom: 1px dashed #ccc;
    }

    .question_personal{
        clear: both;
        padding: 10px;
    }

    /*点赞*/
    .question_heart{
        margin-top:-5px;
        float: right;
    }
    .question_heart_like{
        padding-right: 15px;
    }
    .question_heart_like2{
        padding-right: 15px;
    }
    .like{
        width: 20px;
        height: 20px;
    }
    .like img{
        width: 100%;
        height: 100%;
    }
    .question_word{
        padding: 10px;
        line-height: 26px;
        text-indent: 30px;
    }
    .question_word p span{
        color: red;
        font-size: 18px;
    }

    /*大家都关注*/
    .follow{
        background-color: #fff;
        width: 100%;
        height: 220px;
        margin-top: 10px;
    }
    .follow_change{
        display: inline-block;
        float: right;
        width: 70px;
        height: 20px;
        position: relative;
        margin-top: 4px;
    }
    .follow_pic{
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .follow_change span{
        position: absolute;
        right: 0;
    }

    /*关注的新闻*/
    .follow_news li{
        padding-top:13px;
        padding-left:10px;
    }
    .follow_news li span{
        background-color: #f25126;
        width: 4px;
        height: 4px;
        display: inline-block;
        border-radius: 4px;
        margin: 0 5px;
    }

    /*脚部导航（搜索框）*/
    .nav_foot{
        width: 100%;
        height: 45px;
        margin:auto;
        background-color: #f25126;
        position: relative;
        margin-top: 20px;
    }
    .search_kk{
        width: 84%;
        height: 30px;
        margin-top:8px;
        padding-left:30px;
        box-sizing: border-box;
        float: left;
        margin-left: 6px;
    }
    .search_click{
        position: absolute;
        top: 15px;
        left: 10px;
    }
    .search_question{
        height: 27px;
        width: 40px;
        position: absolute;
        top: 8px;
        right: 5px;
        background: #ffffff;
        border-width: 1px;
        border-style: inset;
        border-color: initial;
        border-image: initial;
    }
    .search img{
        width: 15px;
        height: 15px;
    }
    .search span{

        font-size: 14px;
        text-align: center;
        line-height: 27px;
        color: #f25126;
    }


    /*底部的二维码等*/
    .wc_qr{
        width: 100px;
        height: 100px;
        margin: auto;
        padding: 10px 0;
    }
    .wc_qr img{
        width: 100%;
        height: 100%;
    }
    .qr_word{
        height: 20px;
        line-height: 20px;
        text-align: center;
        margin: auto;
    }
    .qr_word .qr_word0{
        color: #f25126;
        font-size: 16px;
        background: #ffffff;
    }

    .at{
        width: 150px;
        margin: auto;
        text-align: center;
        margin-top: 8px;
    }
    .at p{
        color: #ccc;
        font-size: 12px;
    }
    /*留言*/
    .message{
        width: 100%;
        background-color: #fff;
    }
    .message_k{
        width: 100%;
        margin-bottom: -3px;
    }
    /*留言的头部*/
    .message_personal{
        width: 90%;
        height: 40px;
        border-radius: 5px;
        padding: 0 5px;
        margin: 10px auto;
        background-color: #f0f0f0;
    }
    .message_touxiang{
        float: left;
        margin:5px 10px;
    }
    .message_touxiang img{
        width: 30px;
        height:30px;
        border-radius: 30px;
    }
    .message_xinxi{
        float: left;
        margin-left: 10px;
        margin-top: 2px;
    }
    .message_xinxi1{
        color:#f25126;
    }
    .message_xinxi2{
        color: #ccc;
        font-size: 12px;
    }
    .message_louceng{
        float: right;
        margin-right: 20px;
        line-height: 40px;
        color: #666;
    }

    /*留言呀*/
    .message_zw{
        width: 90%;
        padding: 10px 5%;
        position: relative;
    }
    .message_word{
        padding-bottom: 20px;
        text-indent: 30px;
        line-height: 24px;
    }
    .message_word p span{
        color: red;
        font-size: 18px;
    }
    .message_read{
        color: #ccc;
        position: absolute;
        right: 5%;
    }

    /*回复哦*/
    .mess_reply{
        background-color: #f1f1f1;
        width: 80%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 5px;
    }
    /*头像那部分*/
    .mess_reply_personal{
        width: 90%;
        height: 40px;
        border-radius: 5px;
        padding: 0 5px;
        margin: 10px auto;
        background-color: #f0f0f0;
    }
    .mess_reply_touxiang{
        float: left;
        margin:5px 10px;
    }
    .mess_reply_touxiang img{
        width: 30px;
        height:30px;
        border-radius: 30px;
    }
    .mess_reply_xinxi{
        float: left;
        margin-left: 10px;
    }
    .mess_reply_xinxi p{
        line-height: 50px;
    }
    /*回复的文字*/
    .mess_reply_word{
        width: 90%;
        margin: auto;
        line-height: 24px;
        margin-bottom: 10px;
    }
    /*脚部链接*/
    .footer_link{
        margin-left: 22px;
        width: 330px;
    }
    .footer_link a{
        display: inline-block;
        padding-left: 2.5%;
        padding-right:1.5%;
        border-right: 1px solid #ccc;
        text-align: center;
    }
    /*最下面的查看*/
    .check{
        width: 370px;
        height: 220px;
        margin:auto;
        border-radius: 5px;
        background-color: #fff;
        margin-top: 20px;
    }
    .iask_logo{
        width: 80px;
        height: 30px;
        margin: 6px 140px;
    }
    .check1{
        font-weight: bold;
        text-align: center;
    }
    .check2{
        color: #ccc;
        font-size: 12px;
        margin-top: 10px;
        text-align: center;
    }
    .see{
        width: 100px;
        padding: 8px 40px;
        display: block;
        margin: auto;
        background-color: #3897f0;
        color: #fff;
        border-radius: 5px;
        margin-top: 20px;
        text-align: center;
    }
}

/*尺寸在411到412*/
@media only screen and (min-width:411px) and (max-width:412px){
    .contaioner{
        width: 411px;
        margin: auto;
        overflow: hidden;
    }
    .nav_top{
        width: 411px;
        margin: auto;
        background-color: #f25126;
    }
    .top_left,.top_right{
        width: 28px;
    }
    .navclass{
        width: 411px;
    }
    .top_left{
        margin: 10px;
    }
    .top_middle{
        width: 160px;
        margin-left: 65px;
    }
    .top_right{
        margin-right: 20px;
        margin-top: 7px;

    }
    .nav_top .top_left{
        float: left;
    }
    .nav_top .top_right{
        float: right;
    }
    /*主要内容*/

    /*指引*/
    .guide{
        clear: both;
        margin-left:10px;
        margin-top:10px;
    }
    .guide a, .guide span{
        display: block;
        float: left;
    }
    .guide .triangle{
        width: 0px;
        height: 0px;
        border: 10px solid transparent;
        border-top:  10px solid #f25126;
        position: absolute;
        right: 20px;
        top: 54px;
    }
    .guide .fb{
        display: inline-block;
        margin-left: 140px;
        color: #f25126;
    }

    /*问题*/
    .answers{
        clear: both;
        width: 100%;
        background-color: #fff;
        margin-bottom: 10px;
        padding-top: 20px;
        padding-left: 10px;
    }
    .answers_tit{
        font-size: 18px;
        font-weight: bold;
    }
    .answers_personal{
        margin-top: 5px;
    }

    /*头像图片*/
    .head{
        width: 20px;
        border-radius: 20px;
        display: block;
        float: left;
        margin-right: 10px;
    }
    .head_name{
        color: #f25126;
    }
    /*时间*/
    .time{
        margin-left: 5px;
        margin-right: 15px;
        font-size: 12px;
        color: #ccc;
    }

    /*举报*/
    .icon_test{
        width: 15px;
        margin-bottom: -2px;
    }
    .answers_report span{
        color: #f3d277;
    }

    /*橙色的标题*/

    .common_tit{
        color: #f25126;
        font-size: 20px;
        padding: 10px;
        border-bottom: 1px solid #f1f1f1;
    }
    .follow_news ul a li:hover {
        color: #f25126;
    }

    /*其他答案*/
    .question_rw{
        border-bottom: 1px dashed #ccc;
    }

    .question_personal{
        clear: both;
        padding: 10px;
    }

    /*点赞*/
    .question_heart{
        margin-top:-5px;
        float: right;
    }
    .question_heart_like{
        padding-right: 15px;
    }
    .question_heart_like2{
        padding-right: 15px;
    }
    .like{
        width: 20px;
        height: 20px;
    }
    .like img{
        width: 100%;
        height: 100%;
    }
    .question_word{
        padding: 10px;
        line-height: 26px;
        text-indent: 30px;
    }
    .question_word p span{
        color: red;
        font-size: 18px;
    }

    /*大家都关注*/
    .follow{
        background-color: #fff;
        width: 100%;
        height: 220px;
        margin-top: 10px;
    }
    .follow_change{
        display: inline-block;
        float: right;
        width: 70px;
        height: 20px;
        position: relative;
        margin-top: 4px;
    }
    .follow_pic{
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .follow_change span{
        position: absolute;
        right: 0;
    }

    /*关注的新闻*/
    .follow_news li{
        padding-top:13px;
        padding-left:10px;
    }
    .follow_news li span{
        background-color: #f25126;
        width: 4px;
        height: 4px;
        display: inline-block;
        border-radius: 4px;
        margin: 0 5px;
    }

    /*脚部导航（搜索框）*/
    .nav_foot{
        width: 100%;
        height: 45px;
        margin:auto;
        background-color: #f25126;
        position: relative;
        margin-top: 20px;
    }
    .search_kk{
        width: 85%;
        height: 30px;
        margin-top:8px;
        padding-left:30px;
        box-sizing: border-box;
        float: left;
        margin-left: 6px;

    }
    .search_click{
        position: absolute;
        top: 15px;
        left: 10px;
    }
    .search_question{
        height: 27px;
        width: 40px;
        position: absolute;
        top: 8px;
        right: 5px;
        background: #ffffff;
        border-width: 1px;
        border-style: inset;
        border-color: initial;
        border-image: initial;
    }
    .search img{
        width: 15px;
        height: 15px;
    }
    .search span{

        font-size: 14px;
        text-align: center;
        line-height: 27px;
        color: #f25126;
    }


    /*底部的二维码等*/
    .wc_qr{
        width: 100px;
        height: 100px;
        margin: auto;
        padding: 10px 0;
    }
    .wc_qr img{
        width: 100%;
        height: 100%;
    }
    .qr_word{
        height: 20px;
        line-height: 20px;
        text-align: center;
        margin: auto;
    }
    .qr_word .qr_word0{
        color: #f25126;
        font-size: 16px;
        background: #ffffff;
    }

    .at{
        width: 150px;
        margin: auto;
        text-align: center;
        margin-top: 8px;
    }
    .at p{
        color: #ccc;
        font-size: 12px;
    }
    /*留言*/
    .message{
        width: 100%;
        background-color: #fff;
    }
    .message_k{
        width: 100%;
        margin-bottom: -7px;
    }
    /*留言的头部*/
    .message_personal{
        width: 90%;
        height: 40px;
        border-radius: 5px;
        padding: 0 5px;
        margin: 10px auto;
        background-color: #f0f0f0;
    }
    .message_touxiang{
        float: left;
        margin:5px 10px;
    }
    .message_touxiang img{
        width: 30px;
        height:30px;
        border-radius: 30px;
    }
    .message_xinxi{
        float: left;
        margin-left: 10px;
        margin-top: 2px;
    }
    .message_xinxi1{
        color:#f25126;
    }
    .message_xinxi2{
        color: #ccc;
        font-size: 12px;
    }
    .message_louceng{
        float: right;
        margin-right: 20px;
        line-height: 40px;
        color: #666;
    }

    /*留言呀*/
    .message_zw{
        width: 90%;
        padding: 10px 5%;
        position: relative;
    }
    .message_word{
        padding-bottom: 20px;
        text-indent: 30px;
        line-height: 24px;
    }
    .message_word p span{
        color: red;
        font-size: 18px;
    }
    .message_read{
        color: #ccc;
        position: absolute;
        right: 5%;
    }

    /*回复哦*/
    .mess_reply{
        background-color: #f1f1f1;
        width: 80%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 5px;
    }
    /*头像那部分*/
    .mess_reply_personal{
        width: 90%;
        height: 40px;
        border-radius: 5px;
        padding: 0 5px;
        margin: 10px auto;
        background-color: #f0f0f0;
    }
    .mess_reply_touxiang{
        float: left;
        margin:5px 10px;
    }
    .mess_reply_touxiang img{
        width: 30px;
        height:30px;
        border-radius: 30px;
    }
    .mess_reply_xinxi{
        float: left;
        margin-left: 10px;
    }
    .mess_reply_xinxi p{
        line-height: 50px;
    }
    /*回复的文字*/
    .mess_reply_word{
        width: 90%;
        margin: auto;
        line-height: 24px;
        margin-bottom: 10px;
    }
    /*脚部链接*/
    .footer_link{

        width: 400px;
        margin-left:10px;
    }
    .footer_link a{
        display: inline-block;
        padding-left: 2.5%;
        padding-right:1.5%;
        border-right: 1px solid #ccc;
        text-align: center;
    }
    /*最下面的查看*/
    .check{
        width: 370px;
        height: 220px;
        margin:auto;
        border-radius: 5px;
        background-color: #fff;
        margin-top: 1px;
    }
    .iask_logo{
        width: 80px;
        height: 30px;
        margin: 8px 140px;
    }
    .check1{
        font-weight: bold;
        text-align: center;
    }
    .check2{
        color: #ccc;
        font-size: 12px;
        margin-top: 10px;
        text-align: center;
    }
    .see{
        width: 100px;
        padding: 8px 40px;
        display: block;
        margin: auto;
        background-color: #3897f0;
        color: #fff;
        border-radius: 5px;
        margin-top: 20px;
        text-align: center;
    }
}

/*尺寸在414到415*/
@media only screen and (min-width:414px)and (max-width:415px){
    .contaioner{
        width: 414px;
        margin: auto;
        overflow: hidden;
    }
    .nav_top{
        width: 414px;
        margin: auto;
        background-color: #f25126;
    }
    .top_left,.top_right{
        width: 30px;
    }
    .navclass{
        width: 414px;
    }
    .top_left{
        margin: 12px;
    }
    .top_middle{
        width: 175px;
        margin-left: 75px;
    }
    .top_right{
        margin-right: 15px;
        margin-top: 7px;

    }
    .nav_top .top_left{
        float: left;
    }
    .nav_top .top_right{
        float: right;
    }
    /*主要内容*/

    /*指引*/
    .guide{
        clear: both;
        margin-left:10px;
        margin-top:10px;
    }
    .guide a, .guide span{
        display: block;
        float: left;
    }
    .guide .triangle{
        width: 0px;
        height: 0px;
        border: 10px solid transparent;
        border-top:  10px solid #f25126;
        position: absolute;
        right: 15px;
        top: 57px;
    }
    .guide .fb{
        display: inline-block;
        margin-left: 145px;
        color: #f25126;
    }

    /*问题*/
    .answers{
        clear: both;
        width: 100%;
        background-color: #fff;
        margin-bottom: 10px;
        padding-top: 15px;
        padding-left: 10px;
    }
    .answers_tit{
        font-size: 18px;
        font-weight: bold;
    }
    .answers_personal{
        margin-top: 5px;
    }

    /*头像图片*/
    .head{
        width: 20px;
        border-radius: 20px;
        display: block;
        float: left;
        margin-right: 10px;
    }
    .head_name{
        color: #f25126;
    }
    /*时间*/
    .time{
        margin-left: 5px;
        margin-right: 15px;
        font-size: 12px;
        color: #ccc;
    }

    /*举报*/
    .icon_test{
        width: 15px;
        margin-bottom: -2px;
    }
    .answers_report span{
        color: #f3d277;
    }

    /*橙色的标题*/

    .common_tit{
        color: #f25126;
        font-size: 20px;
        padding: 10px;
        border-bottom: 1px solid #f1f1f1;
    }
    .follow_news ul a li:hover {
        color: #f25126;
    }

    /*其他答案*/
    .question_rw{
        border-bottom: 1px dashed #ccc;
    }

    .question_personal{
        clear: both;
        padding: 10px;
    }

    /*点赞*/
    .question_heart{
        margin-top:-5px;
        float: right;
    }
    .question_heart_like{
        padding-right: 15px;
    }
    .question_heart_like2{
        padding-right: 15px;
    }
    .like{
        width: 20px;
        height: 20px;
    }
    .like img{
        width: 100%;
        height: 100%;
    }
    .question_word{
        padding: 10px;
        line-height: 26px;
        text-indent: 30px;
    }
    .question_word p span{
        color: red;
        font-size: 18px;
    }

    /*大家都关注*/
    .follow{
        background-color: #fff;
        width: 100%;
        height: 220px;
        margin-top: 10px;
    }
    .follow_change{
        display: inline-block;
        float: right;
        width: 70px;
        height: 20px;
        position: relative;
        margin-top: 4px;
    }
    .follow_pic{
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .follow_change span{
        position: absolute;
        right: 0;
    }

    /*关注的新闻*/
    .follow_news li{
        padding-top:13px;
        padding-left:10px;
    }
    .follow_news li span{
        background-color: #f25126;
        width: 4px;
        height: 4px;
        display: inline-block;
        border-radius: 4px;
        margin: 0 5px;
    }

    /*脚部导航（搜索框）*/
    .nav_foot{
        width: 100%;
        height: 45px;
        margin:auto;
        background-color: #f25126;
        position: relative;
        margin-top: 20px;
    }
    .search_kk{
        width: 85%;
        height: 30px;
        margin-top:8px;
        padding-left:30px;
        box-sizing: border-box;
        float: left;
        margin-left: 6px;
    }
    .search_click{
        position: absolute;
        top: 15px;
        left: 10px;
    }
    .search_question{
        height: 27px;
        width: 40px;
        position: absolute;
        top: 8px;
        right: 5px;
        background: #ffffff;
        border-width: 1px;
        border-style: inset;
        border-color: initial;
        border-image: initial;
    }
    .search img{
        width: 15px;
        height: 15px;
    }
    .search span{

        font-size: 14px;
        text-align: center;
        line-height: 27px;
        color: #f25126;
    }


    /*底部的二维码等*/
    .wc_qr{
        width: 100px;
        height: 100px;
        margin: auto;
        padding: 10px 0;
    }
    .wc_qr img{
        width: 100%;
        height: 100%;
    }
    .qr_word{
        height: 20px;
        line-height: 20px;
        text-align: center;
        margin: auto;
    }
    .qr_word .qr_word0{
        color: #f25126;
        font-size: 16px;
        background: #ffffff;
    }

    .at{
        width: 150px;
        margin: auto;
        text-align: center;
        margin-top: 8px;
    }
    .at p{
        color: #ccc;
        font-size: 12px;
    }
    /*留言*/
    .message{
        width: 100%;
        background-color: #fff;
    }
    .message_k{
        width: 100%;
        margin-bottom: -3px;
    }
    /*留言的头部*/
    .message_personal{
        width: 90%;
        height: 40px;
        border-radius: 5px;
        padding: 0 5px;
        margin: 10px auto;
        background-color: #f0f0f0;
    }
    .message_touxiang{
        float: left;
        margin:5px 10px;
    }
    .message_touxiang img{
        width: 30px;
        height:30px;
        border-radius: 30px;
    }
    .message_xinxi{
        float: left;
        margin-left: 10px;
        margin-top: 2px;
    }
    .message_xinxi1{
        color:#f25126;
    }
    .message_xinxi2{
        color: #ccc;
        font-size: 12px;
    }
    .message_louceng{
        float: right;
        margin-right: 20px;
        line-height: 40px;
        color: #666;
    }

    /*留言呀*/
    .message_zw{
        width: 90%;
        padding: 10px 5%;
        position: relative;
    }
    .message_word{
        padding-bottom: 20px;
        text-indent: 30px;
        line-height: 24px;
    }
    .message_word p span{
        color: red;
        font-size: 18px;
    }
    .message_read{
        color: #ccc;
        position: absolute;
        right: 5%;
    }

    /*回复哦*/
    .mess_reply{
        background-color: #f1f1f1;
        width: 80%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 5px;
    }
    /*头像那部分*/
    .mess_reply_personal{
        width: 90%;
        height: 40px;
        border-radius: 5px;
        padding: 0 5px;
        margin: 10px auto;
        background-color: #f0f0f0;
    }
    .mess_reply_touxiang{
        float: left;
        margin:5px 10px;
    }
    .mess_reply_touxiang img{
        width: 30px;
        height:30px;
        border-radius: 30px;
    }
    .mess_reply_xinxi{
        float: left;
        margin-left: 10px;
    }
    .mess_reply_xinxi p{
        line-height: 50px;
    }
    /*回复的文字*/
    .mess_reply_word{
        width: 90%;
        margin: auto;
        line-height: 24px;
        margin-bottom: 10px;
    }
    /*脚部链接*/
    .footer_link{
        width: 325px;
        margin-left: 45px;
    }
    .footer_link a{
        display: inline-block;
        padding-left: 0.5%;
        padding-right:1.5%;
        border-right: 1px solid #ccc;
        text-align: center;
    }
    /*最下面的查看*/
    .check{
        width: 370px;
        height: 220px;
        margin:auto;
        border-radius: 5px;
        background-color: #fff;
        margin-top: 8px;
    }
    .iask_logo{
        width: 80px;
        height: 30px;
        margin: 9px 140px;
    }
    .check1{
        font-weight: bold;
        text-align: center;
    }
    .check2{
        color: #ccc;
        font-size: 12px;
        margin-top: 10px;
        text-align: center;
    }
    .see{
        width: 100px;
        padding: 8px 40px;
        display: block;
        margin: auto;
        background-color: #3897f0;
        color: #fff;
        border-radius: 5px;
        margin-top: 20px;
        text-align: center;
    }
}
/*尺寸在768到769*/
@media only screen and (min-width:768px)and (max-width:769px){
    .contaioner{
        width: 768px;

        margin: auto;
        overflow: hidden;
    }
    .nav_top{
        width: 768px;
        margin: auto;
        background-color: #f25126;
    }
    .top_left,.top_right{
        width: 50px;
    }
    .navclass{
        width: 768px;
    }
    .top_left{
        margin: 27px;
    }
    .top_middle{
        width: 300px;
        margin-left: 100px;
    }
    .top_right{
        margin-right: 30px;
        margin-top: 20px;

    }
    .nav_top .top_left{
        float: left;
    }
    .nav_top .top_right{
        float: right;
    }
    /*主要内容*/

    /*指引*/
    .guide{
        clear: both;
        margin-left:10px;
        margin-top:20px;
    }
    .guide a, .guide span{
        display: block;
        float: left;
    }
    .guide .triangle{
        width: 0px;
        height: 0px;
        border: 20px solid transparent;
        border-top:  20px solid #f25126;
        position: absolute;
        right: 25px;
        top: 116px;
    }
    .guide .fb{
        display: inline-block;
        margin-left: 330px;
        color: #f25126;
    }

    /*问题*/
    .answers{
        clear: both;
        width: 100%;
        background-color: #fff;
        margin-bottom: 5px;
        padding-top: 30px;
        padding-left: 20px;
    }
    .answers_tit{
        font-size: 36px;
        font-weight: bold;
    }
    .answers_personal{
        margin-top: 15px;
    }

    /*头像图片*/
    .head{
        width: 35px;
        border-radius: 20px;
        display: block;
        float: left;
        margin-right: 10px;
    }
    .head_name{
        color: #f25126;
    }
    /*时间*/
    .time{
        margin-left: 5px;
        margin-right: 15px;
        font-size: 24px;
        color: #ccc;
    }

    /*举报*/
    .icon_test{
        width: 30px;
        margin-bottom: -2px;
    }
    .answers_report span{
        color: #f3d277;
    }

    /*橙色的标题*/

    .common_tit{
        color: #f25126;
        font-size: 32px;
        padding: 24px;
        border-bottom: 1px solid #f1f1f1;
        position: relative;
    }
    .follow_news ul a li:hover {
        color: #f25126;
    }

    /*其他答案*/
    .question_rw{
        border-bottom: 1px dashed #ccc;
    }

    .question_personal{
        clear: both;
        padding: 20px;
    }

    /*点赞*/
    .question_heart{
        margin-top:-5px;
        float: right;
    }
    .question_heart_like{
        padding-right: 15px;
    }
    .question_heart_like2{
        padding-right: 15px;
    }
    .like{
        width: 35px;
        height: 35px;
    }
    .like img{
        width: 100%;
        height: 100%;
    }
    .question_word{
        padding:10px 10px 10px 15px;
        line-height: 26px;
        text-indent: 30px;
    }
    .question_word p span{
        color: red;
        font-size: 36px;
    }

    /*大家都关注*/
    .follow{
        background-color: #fff;
        width: 100%;
        height: 220px;
        margin-top: 10px;
    }
    .follow_change{
        display: inline-block;
        float: right;
        width: 70px;
        height: 20px;
        margin-top: 4px;
    }
    .follow_pic{
        width: 20px;
        height: 20px;
        position: absolute;
        top: 38px;
        left: 624px;
    }
    .follow_change span{
        position: absolute;
        right: 28px;
    }

    /*关注的新闻*/
    .follow_news li{
        padding-top:13px;
        padding-left:25px;
    }
    .follow_news li span{
        background-color: #f25126;
        width: 10px;
        height: 10px;
        display: inline-block;
        border-radius: 10px;
        margin: 0 5px;
    }

    /*脚部导航（搜索框）*/
    .nav_foot{
        width: 100%;
        height: 80px;
        margin:60px auto auto auto;
        background-color: #f25126;
        position: relative;
        margin-top: 125px;

    }
    .search_kk{
        width: 86%;
        height: 60px;
        margin-top:8px;
        padding-left:65px;
        box-sizing: border-box;
        float: left;
        font-size: 28px;
        margin-left: 10px;
    }
    .search_click{
        position: absolute;
        top: 22px;
        left: 27px;
    }
    .search_question{
        height: 55px;
        width: 66px;
        position: absolute;
        top: 8px;
        right: 12px;
        background: #ffffff;
        border-width: 1px;
        border-style: inset;
        border-color: initial;
        border-image: initial;
    }
    .search img{
        width: 30px;
        height: 30px;
    }
    .search span{

        font-size: 24px;
        text-align: center;
        line-height: 48px;
        color: #f25126;
    }


    /*底部的二维码等*/
    .wc_qr{
        width: 100px;
        height: 100px;
        margin: auto;
        padding: 10px 0;
    }
    .wc_qr img{
        width: 100%;
        height: 100%;
    }
    .qr_word{
        height: 20px;
        line-height: 20px;
        text-align: center;
        margin: auto;
    }
    .qr_word .qr_word0{
        color: #f25126;
        font-size: 26px;
        background: #ffffff;
    }

    .at{
        width: 150px;
        margin: auto;
        text-align: center;
        margin-top: 8px;
    }
    .at p{
        color: #ccc;
        font-size: 18px;
    }
    /*留言*/
    .message{
        width: 100%;
        background-color: #fff;
    }
    .message_k{
        width: 100%;
        margin-bottom: 20px;
    }
    /*留言的头部*/
    .message_personal{
        width: 90%;
        height: 80px;
        border-radius: 5px;
        padding: 0 5px;
        margin: 10px auto;
        background-color: #f0f0f0;
    }
    .message_touxiang{
        float: left;
        margin:5px 10px;
    }
    .message_touxiang img{
        width: 60px;
        height:60px;
        border-radius: 60px;
    }
    .message_xinxi{
        float: left;
        margin-left: 10px;
        margin-top: 2px;
    }
    .message_xinxi1{
        color:#f25126;
    }
    .message_xinxi2{
        color: #ccc;
        font-size: 18px;
    }
    .message_louceng{
        float: right;
        margin-right: 20px;
        line-height: 40px;
        color: #666;
    }

    /*留言呀*/
    .message_zw{
        width: 90%;
        padding: 10px 5%;
        position: relative;
    }
    .message_word{
        padding-bottom: 20px;
        text-indent: 30px;
        line-height: 24px;
    }
    .message_word p span{
        color: red;
        font-size: 36px;
    }
    .message_read{
        color: #ccc;
        position: absolute;
        right: 5%;
    }

    /*回复哦*/
    .mess_reply{
        background-color: #f1f1f1;
        width: 80%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 5px;
    }
    /*头像那部分*/
    .mess_reply_personal{
        width: 90%;
        height: 40px;
        border-radius: 5px;
        padding: 0 5px;
        margin: 10px auto;
        background-color: #f0f0f0;
    }
    .mess_reply_touxiang{
        float: left;
        margin:5px 10px;
    }
    .mess_reply_touxiang img{
        width: 30px;
        height:30px;
        border-radius: 30px;
    }
    .mess_reply_xinxi{
        float: left;
        margin-left: 10px;
    }
    .mess_reply_xinxi p{
        line-height: 50px;
    }
    /*回复的文字*/
    .mess_reply_word{
        width: 90%;
        margin: auto;
        line-height: 24px;
        margin-bottom: 10px;
    }
    /*脚部链接*/
    .footer_link{
        margin: 30px auto 0;
        width: 680px;
    }
    .footer_link a{
        display: inline-block;
        padding-left: 2.5%;
        padding-right:1.5%;
        border-right: 1px solid #ccc;
        text-align: center;
    }
    /*最下面的查看*/
    .check{
        width: 370px;
        height: 270px;
        margin:auto;
        border-radius: 5px;
        background-color: #fff;
        margin-top: -2px;
    }
    .iask_logo{
        width: 80px;
        height: 30px;
        margin: 18px 140px;
    }
    .check1{
        font-weight: bold;
        text-align: center;
    }
    .check2{
        color: #ccc;
        font-size: 12px;
        margin-top: 10px;
        text-align: center;
    }
    .see{
        width: 100px;
        padding: 8px 40px;
        display: block;
        margin: auto;
        background-color: #3897f0;
        color: #fff;
        border-radius: 5px;
        margin-top: 20px;
        text-align: center;
    }
}
/*尺寸在1024到1025*/
@media only screen and (min-width:1024px)and (max-width:1025px){
    .contaioner{
        width: 1024px;
        margin: auto;
        overflow: hidden;
    }
    .nav_top{
        width: 1024px;
        margin: auto;
        background-color: #f25126;
    }
    .top_left,.top_right{
        width: 50px;
    }
    .navclass{
        width: 1024px;
    }
    .top_left{
        margin: 27px;
    }
    .top_middle{
        width: 350px;
        margin-left: 223px;
    }
    .top_right{
        margin-right: 30px;
        margin-top: 20px;

    }
    .nav_top .top_left{
        float: left;
    }
    .nav_top .top_right{
        float: right;
    }
    /*主要内容*/

    /*指引*/
    .guide{
        clear: both;
        margin-left:10px;
        margin-top:20px;
    }
    .guide a, .guide span{
        display: block;
        float: left;
    }
    .guide .triangle{
        width: 0px;
        height: 0px;
        border: 20px solid transparent;
        border-top:  20px solid #f25126;
        position: absolute;
        right: 33px;
        top: 115px;
    }
    .guide .fb{
        display: inline-block;
        margin-left: 525px;
        color: #f25126;
    }

    /*问题*/
    .answers{
        clear: both;
        width: 100%;
        background-color: #fff;
        margin-bottom: 5px;
        padding-top: 30px;
        padding-left: 20px;
    }
    .answers_tit{
        font-size: 46px;
        font-weight: bold;
    }
    .answers_personal{
        margin-top: 15px;
    }

    /*头像图片*/
    .head{
        width: 35px;
        border-radius: 20px;
        display: block;
        float: left;
        margin-right: 10px;
    }
    .head_name{
        color: #f25126;
    }
    /*时间*/
    .time{
        margin-left: 5px;
        margin-right: 15px;
        font-size: 24px;
        color: #ccc;
    }

    /*举报*/
    .icon_test{
        width: 30px;
        margin-bottom: -2px;
    }
    .answers_report span{
        color: #f3d277;
    }

    /*橙色的标题*/

    .common_tit{
        color: #f25126;
        font-size: 46px;
        padding: 24px;
        border-bottom: 1px solid #f1f1f1;
        position: relative;
    }
    .follow_news ul a li:hover {
        color: #f25126;
    }

    /*其他答案*/
    .question_rw{
        border-bottom: 1px dashed #ccc;
    }

    .question_personal{
        clear: both;
        padding: 20px;
    }

    /*点赞*/
    .question_heart{
        margin-top:-5px;
        float: right;
    }
    .question_heart_like{
        padding-right: 15px;
    }
    .question_heart_like2{
        padding-right: 15px;
    }
    .like{
        width: 35px;
        height: 35px;
    }
    .like img{
        width: 100%;
        height: 100%;
    }
    .question_word{
        padding:10px 10px 10px 15px;
        line-height: 26px;
        text-indent: 30px;
    }
    .question_word p span{
        color: red;
        font-size: 34px;
    }

    /*大家都关注*/
    .follow{
        background-color: #fff;
        width: 100%;
        height: 220px;
        margin-top: 10px;
    }
    .follow_change{
        display: inline-block;
        float: right;
        width: 70px;
        height: 20px;
        margin-top: 4px;
    }
    .follow_pic{
        width: 20px;
        height: 20px;
        position: absolute;
        top: 38px;
        left: 866px;
    }
    .follow_change span{
        position: absolute;
        right: 28px;
    }

    /*关注的新闻*/
    .follow_news li{
        padding-top:13px;
        padding-left:20px;
    }
    .follow_news li span{
        background-color: #f25126;
        width: 10px;
        height: 10px;
        display: inline-block;
        border-radius: 10px;
        margin: 0 5px;
    }

    /*脚部导航（搜索框）*/
    .nav_foot{
        width: 100%;
        height: 80px;
        margin:130px auto auto auto;
        background-color: #f25126;
        position: relative;
        margin-top: 140px;

    }
    .search_kk{
        width: 90%;
        height: 60px;
        margin-top:8px;
        padding-left:50px;
        box-sizing: border-box;
        float: left;
        font-size: 28px;
        margin-left: 6px;
    }
    .search_click{
        position: absolute;
        top: 22px;
        left: 10px;
    }
    .search_question{
        height: 55px;
        width: 66px;
        position: absolute;
        top: 8px;
        right: 15px;
        background: #ffffff;
        border-width: 1px;
        border-style: inset;
        border-color: initial;
        border-image: initial;
    }
    .search img{
        width: 30px;
        height: 30px;
    }
    .search span{

        font-size: 24px;
        text-align: center;
        line-height: 48px;
        color: #f25126;
    }


    /*底部的二维码等*/
    .wc_qr{
        width: 100px;
        height: 100px;
        margin: auto;
        padding: 10px 0;
    }
    .wc_qr img{
        width: 100%;
        height: 100%;
    }
    .qr_word{
        height: 20px;
        line-height: 20px;
        text-align: center;
        margin: auto;
    }
    .qr_word .qr_word0{
        color: #f25126;
        font-size: 26px;
        background: #ffffff;
    }

    .at{
        width: 150px;
        margin: auto;
        text-align: center;
        margin-top: 8px;
    }
    .at p{
        color: #ccc;
        font-size: 18px;
    }
    /*留言*/
    .message{
        width: 100%;
        background-color: #fff;
    }
    .message_k{
        width: 100%;
        margin-bottom: 20px;
    }
    /*留言的头部*/
    .message_personal{
        width: 90%;
        height: 80px;
        border-radius: 5px;
        padding: 0 5px;
        margin: 10px auto;
        background-color: #f0f0f0;
    }
    .message_touxiang{
        float: left;
        margin:5px 10px;
    }
    .message_touxiang img{
        width: 60px;
        height:60px;
        border-radius: 60px;
    }
    .message_xinxi{
        float: left;
        margin-left: 10px;
        margin-top: 2px;
    }
    .message_xinxi1{
        color:#f25126;
    }
    .message_xinxi2{
        color: #ccc;
        font-size: 18px;
    }
    .message_louceng{
        float: right;
        margin-right: 20px;
        line-height: 40px;
        color: #666;
    }

    /*留言呀*/
    .message_zw{
        width: 90%;
        padding: 10px 5%;
        position: relative;
    }
    .message_word{
        padding-bottom: 20px;
        text-indent: 30px;
        line-height: 24px;
    }
    .message_word p span{
        color: red;
        font-size: 34px;
    }
    .message_read{
        color: #ccc;
        position: absolute;
        right: 5%;
    }

    /*回复哦*/
    .mess_reply{
        background-color: #f1f1f1;
        width: 80%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 5px;
    }
    /*头像那部分*/
    .mess_reply_personal{
        width: 90%;
        height: 40px;
        border-radius: 5px;
        padding: 0 5px;
        margin: 10px auto;
        background-color: #f0f0f0;
    }
    .mess_reply_touxiang{
        float: left;
        margin:5px 10px;
    }
    .mess_reply_touxiang img{
        width: 30px;
        height:30px;
        border-radius: 30px;
    }
    .mess_reply_xinxi{
        float: left;
        margin-left: 10px;
    }
    .mess_reply_xinxi p{
        line-height: 50px;
    }
    /*回复的文字*/
    .mess_reply_word{
        width: 90%;
        margin: auto;
        line-height: 24px;
        margin-bottom: 10px;
    }
    /*脚部链接*/
    .footer_link{
        margin: 30px auto 0;
        width: 710px;
    }
    .footer_link a{
        display: inline-block;
        padding-left: 2.5%;
        padding-right:1.5%;
        border-right: 1px solid #ccc;
        text-align: center;
    }
    /*最下面的查看*/
    .check{
        width: 370px;
        height: 300px;
        margin:auto;
        border-radius: 5px;
        background-color: #fff;
        margin-top: 20px;
    }
    .iask_logo{
        width: 80px;
        height: 30px;
        margin: 30px 140px;
    }
    .check1{
        font-weight: bold;
        text-align: center;
    }
    .check2{
        color: #ccc;
        font-size: 12px;
        margin-top: 10px;
        text-align: center;
    }
    .see{
        width: 100px;
        padding: 8px 40px;
        display: block;
        margin: auto;
        background-color: #3897f0;
        color: #fff;
        border-radius: 5px;
        margin-top: 20px;
        text-align: center;
    }
}
@media only screen and (min-width:1026px){
    .contaioner{
        width: 1026px;
        margin: auto;
        overflow: hidden;
    }
    .nav_top{
        width: 100%;
        margin: auto;
        background-color: #f25126;
    }
    .top_left,.top_right{
        width: 50px;
    }s
    .navclass{
        width: 1026px;
    }
    .top_left{
        margin: 27px;
    }
    .top_middle{
        width: 300px;
        margin-left: 250px;
    }
    .top_right{
        margin-right: 30px;
        margin-top: 20px;

    }
    .nav_top .top_left{
        float: left;
    }
    .nav_top .top_right{
        float: right;
    }
    /*主要内容*/

    /*指引*/
    .guide{
        clear: both;
        margin-left:10px;
        margin-top:20px;
    }
    .guide a, .guide span{
        display: block;
        float: left;
    }
    .guide .triangle{
        width: 0px;
        height: 0px;
        border: 15px solid transparent;
        border-top:  15px solid #f25126;
        position: absolute;
        right: 226px;
        top: 115px;
    }
    .guide .fb{
        display: inline-block;
        margin-left: 755px;
        color: #f25126;
    }

    /*问题*/
    .answers{
        clear: both;
        width: 100%;
        background-color: #fff;
        margin-bottom: 5px;
        padding-top: 20px;
        padding-left: 20px;
    }
    .answers_tit{
        font-size: 36px;
        font-weight: bold;
    }
    .answers_personal{
        margin-top: 15px;
    }

    /*头像图片*/
    .head{
        width: 30px;
        border-radius: 20px;
        display: block;
        float: left;
        margin-right: 10px;
    }
    .head_name{
        color: #f25126;
    }
    /*时间*/
    .time{
        margin-left: 5px;
        margin-right: 15px;
        font-size: 14px;
        color: #ccc;
    }

    /*举报*/
    .icon_test{
        width: 23px;
        margin-bottom: -7px;
    }
    .answers_report span{
        color: #f3d277;
    }

    /*橙色的标题*/

    .common_tit{
        color: #f25126;
        font-size: 32px;
        padding: 24px;
        border-bottom: 1px solid #f1f1f1;
        position: relative;
    }
    .follow_news ul a li:hover {
        color: #f25126;
    }

    /*其他答案*/
    .question_rw{
        border-bottom: 1px dashed #ccc;
    }

    .question_personal{
        clear: both;
        padding: 20px;
    }

    /*点赞*/
    .question_heart{
        margin-top:-5px;
        float: right;
    }
    .question_heart_like{
        padding-right: 15px;
    }
    .question_heart_like2{
        padding-right: 15px;
    }
    .like{
        width: 35px;
        height: 35px;
    }
    .like img{
        width: 100%;
        height: 100%;
    }
    .question_word{
        padding:10px 10px 10px 15px;
        line-height: 26px;
        text-indent: 30px;
    }
    .question_word p span{
        color: red;
        font-size: 34px;
    }

    /*大家都关注*/
    .follow{
        background-color: #fff;
        width: 100%;
        height: 220px;
        margin-top: 10px;
    }
    .follow_change{
        display: inline-block;
        float: right;
        width: 70px;
        height: 20px;
        margin-top: 4px;
    }
    .follow_pic{
        width: 20px;
        height: 20px;
        position: absolute;
        top: 33px;
        left: 915px;
    }
    .follow_change span{
        position: absolute;
        right: 28px;
    }

    /*关注的新闻*/
    .follow_news li{
        padding-top:13px;
        padding-left:10px;
    }
    .follow_news li span{
        background-color: #f25126;
        width: 4px;
        height: 4px;
        display: inline-block;
        border-radius: 4px;
        margin: 0 5px;
    }

    /*脚部导航（搜索框）*/
    .nav_foot{
        width: 100%;
        height: 80px;
        margin:130px auto auto auto;
        background-color: #f25126;
        position: relative;


    }
    .search_kk{
        width: 90%;
        height: 60px;
        margin-top:8px;
        padding-left:50px;
        box-sizing: border-box;
        float: left;
        font-size: 28px;
        margin-left: 6px;
    }
    .search_click{
        position: absolute;
        top: 22px;
        left: 10px;
    }
    .search_question{
        height: 55px;
        width: 66px;
        position: absolute;
        top: 8px;
        right: 15px;
        background: #ffffff;
        border-width: 1px;
        border-style: inset;
        border-color: initial;
        border-image: initial;
    }
    .search img{
        width: 30px;
        height: 30px;
    }
    .search span{

        font-size: 24px;
        text-align: center;
        line-height: 48px;
        color: #f25126;
    }


    /*底部的二维码等*/
    .wc_qr{
        width: 100px;
        height: 100px;
        margin: auto;
        padding: 10px 0;
    }
    .wc_qr img{
        width: 100%;
        height: 100%;
    }
    .qr_word{
        height: 20px;
        line-height: 20px;
        text-align: center;
        margin: auto;
    }
    .qr_word .qr_word0{
        color: #f25126;
        font-size: 26px;
        background: #ffffff;
    }

    .at{
        width: 150px;
        margin: auto;
        text-align: center;
        margin-top: 8px;
    }
    .at p{
        color: #ccc;
        font-size: 18px;
    }
    /*留言*/
    .message{
        width: 100%;
        background-color: #fff;
    }
    .message_k{
        width: 100%;
        margin-bottom: 20px;
    }
    /*留言的头部*/
    .message_personal{
        width: 90%;
        height: 80px;
        border-radius: 5px;
        padding: 0 5px;
        margin: 10px auto;
        background-color: #f0f0f0;
    }
    .message_touxiang{
        float: left;
        margin:5px 10px;
    }
    .message_touxiang img{
        width: 60px;
        height:60px;
        border-radius: 60px;
    }
    .message_xinxi{
        float: left;
        margin-left: 10px;
        margin-top: 2px;
    }
    .message_xinxi1{
        color:#f25126;
    }
    .message_xinxi2{
        color: #ccc;
        font-size: 18px;
    }
    .message_louceng{
        float: right;
        margin-right: 20px;
        line-height: 40px;
        color: #666;
    }

    /*留言呀*/
    .message_zw{
        width: 90%;
        padding: 10px 5%;
        position: relative;
    }
    .message_word{
        padding-bottom: 20px;
        text-indent: 30px;
        line-height: 24px;
    }
    .message_word p span{
        color: red;
        font-size: 30px;
    }
    .message_read{
        color: #ccc;
        position: absolute;
        right: 5%;
    }

    /*回复哦*/
    .mess_reply{
        background-color: #f1f1f1;
        width: 80%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 5px;
    }
    /*头像那部分*/
    .mess_reply_personal{
        width: 90%;
        height: 40px;
        border-radius: 5px;
        padding: 0 5px;
        margin: 10px auto;
        background-color: #f0f0f0;
    }
    .mess_reply_touxiang{
        float: left;
        margin:5px 10px;
    }
    .mess_reply_touxiang img{
        width: 30px;
        height:30px;
        border-radius: 30px;
    }
    .mess_reply_xinxi{
        float: left;
        margin-left: 10px;
    }
    .mess_reply_xinxi p{
        line-height: 50px;
    }
    /*回复的文字*/
    .mess_reply_word{
        width: 90%;
        margin: auto;
        line-height: 24px;
        margin-bottom: 10px;
    }
    /*脚部链接*/
    .footer_link{
        margin: 30px auto 0;
        width: 405px;
    }
    .footer_link a{
        display: inline-block;
        padding-left: 2.5%;
        padding-right:1.5%;
        border-right: 1px solid #ccc;
        text-align: center;
    }
    /*最下面的查看*/
    .check{
        width: 370px;
        height: 300px;
        margin:auto;
        border-radius: 5px;
        background-color: #fff;
        margin-top: 20px;
    }
    .iask_logo{
        width: 80px;
        height: 30px;
        margin: 30px 140px;
    }
    .check1{
        font-weight: bold;
        text-align: center;
    }
    .check2{
        color: #ccc;
        font-size: 12px;
        margin-top: 10px;
        text-align: center;
    }
    .see{
        width: 100px;
        padding: 8px 40px;
        display: block;
        margin: auto;
        background-color: #3897f0;
        color: #fff;
        border-radius: 5px;
        margin-top: 20px;
        text-align: center;
    }
}
