body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.l {
    float: left;
}

.r {
    float: right;
}

em {
    font-style: normal;
}



/*=============header====================*/

.header {
    width: 100%;
    height: 3.75rem;
    background: #de2125;
    position: relative;
}

.header .logo>a>img {
    /*width: 7.5rem;*/
    margin-top: 0.7rem;
    height: 2.5rem;
    /*margin-left: 15px;*/
}

.por_search {
    width: 2.4rem;
    height: 2.4rem;
    background: #f73f43;
    border-radius: 50%;
    text-align: center;
    margin-left: 10px;
    display: inline-block;
    margin-top: 2px;
    line-height: 2.4rem;
}

.por_search img {
    width: 19px;
    height: 19px;
    margin-top: 0.65rem;
}

.header .login {
    width: 2.4rem;
    height: 2.4rem;
    background: #f73f43;
    border-radius: 50%;
    text-align: center;
    line-height: 2.4rem;
    margin-top: 0.65rem;
    margin-right: 15px;
}

.header .login img {
    width: 19px;
    height: 19px;
    margin-top: 0.65rem;
}


/*nav*/

.nav {
    width: 100%;
    height: 3.4rem;
    border-bottom: 1px solid #e5e5e5;
    /* margin-top: 44px; */
}

.nav .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
    border-bottom: 0;
    color: #de2125;
    font-size: 1.2rem;
    font-weight: bold;
}

.nav .mui-segmented-control.mui-scroll-wrapper .mui-control-item {
    padding: 0 13px;
    border-right: 1px solid #dcdcdc;
    color: #555;
    font-size: 1.1rem;
    font-family: "微软雅黑";
}

.mui-segmented-control .mui-control-item {
    line-height: 26px;
}

.nav .mui-segmented-control.mui-scroll-wrapper .mui-scroll {
    margin-top: 0.8rem;
}

.plus {
    width: 10%;
    height: 3.4rem;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e0dede;
    background: #f4f6f5;
    text-align: center;
}

.plus a img {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 1rem;
}

.mui-search .mui-placeholder {
    line-height: 43px;
}

.search {
    width: 65%;
    height: 3.5rem;
    margin-left: 4rem;
    position: relative;
}

.search input {
    height: 2.6rem;
    font-size: 1rem;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    text-indent: 15px;
}

.mui-slider-indicator .mui-indicator {
    width: 5px;
    height: 5px;
    margin: 0;
    border: 0;
    background: #d1d1d1;
    box-shadow: 0 0 0;
}

.mui-slider-indicator {
    width: 95%;
    bottom: 0.2rem;
    text-align: right;
    margin-right: 1.3rem;
}

.mui-slider-indicator .mui-active.mui-indicator {
    background: #fff;
    box-shadow: 0 0 1px 1px #fff;
}

.inp input {
    color: #333;
    border: 0;
    margin-top: 0.2rem;
    background-color: #fff;
}

.selected {
    width: 70px;
    position: absolute;
    top: 132px;
    left: 10px;
}

.mui-select:before {
    top: 0.5rem;
}

.offer {
    width: 100%;
    height: 6rem;
    background: #f5f5f5;
    padding-top: 0.5rem;
}

.offer .center {
    width: 94%;
    height: 5rem;
    background: #fff;
    margin: 0 auto;
    box-shadow: 2px 1px 5px #ccc;
    border-radius: 5px;
}

.offer .center .left {
    width: 13%;
    margin-left: 0.7rem;
    margin-right: 5px;
}

.offer .center .left>a>img {
    width: 90%;
    margin-top: 1rem;
}

.offer .center .right {
    width: 58%;
    height: 3rem;
    border-left: 1px solid #d2d2d2;
    margin-top: 1rem;
    overflow: hidden;
    padding-left: 3px;
}

.offer .center .right>p {
    font-size: 1rem;
    color: #444;
    margin-left: 0.5rem;
}

.offer .center .right .to_pro {
    width: 95%;
    /*line-height: 3rem;*/
    font-size: 1rem;
    color: #444;
    margin-left: 5px;
}



.Live {
    width: 95%;
    height: 9rem;
    margin-left: 15px;
}

.Live .mui-segmented-control.mui-scroll-wrapper {
    height: 9rem;
}

.Live .mui-segmented-control.mui-scroll-wrapper .mui-control-item img {
    width: 190px;
    height: 110px;
    margin-top: 1rem;
    border-radius: 7px;
}

.Live .mui-segmented-control.mui-scroll-wrapper .mui-control-item {
    padding: 0;
    position: relative;
    margin-right: 10px;
}

.Live .mui-segmented-control.mui-scroll-wrapper .mui-control-item p {
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    text-indent: 5px;
}

.Live .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
    border: none;
}

.Live .mui-segmented-control.mui-scroll-wrapper .mui-control-item.last span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.2rem;
    color: #333;
    display: inline-block;
    margin-left: -38px;
    margin-top: -10px;
    font-family: "微软雅黑";
}


/*live*/

.live {
    width: 100%;
    border-bottom: 4px solid #ebebeb;
}



/*.mui-table-view{*/


/*border-top:10px solid #f0f0f0;*/


/*border-bottom:10px solid #f0f0f0;*/


/*}*/


/*新增开始*/

.big {
    font-size: 30px;
    color: #fff;
    margin-top: 20px;
    margin-right: 15px;
    margin-left: 15px;
}

.Item {
    width: 95%;
    height: 6.3rem;
    margin-top: 1.3rem;
    margin: 0 auto;
}

.Item a {
    width: 20%;
    text-align: center;
    text-decoration: none;
    margin-top: 15px;
}

.Item a img {
    width: 55%;
}

.Item a h6 {
    font-size: 1rem;
    color: #000;
    line-height: 1.5rem;
}

.title {
    width: 90%;
    height: 60px;
    line-height: 60px;
    margin-left: 5%;
}

.b_top {
    text-align: center;
}

.b_top img {
    max-width: 22px;
}

.b_top h1 {
    width: 45%;
    margin: 0 auto;
    font-size: 1.1rem;
    color: #333333;
    font-weight: normal;
    line-height: 60px;
    position: relative;
}

.b_top h1 img {
    position: absolute;
    top: 18px;
    margin-left: 8px;
}

#L_slider {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 1rem;
}

#L_slider a {
    text-decoration: none;
}

#L_slider .brief {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #504e4f;
    border: 1px solid #e6e6e6;
    margin-top: 0px;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/*新增结束*/

.mui-table-view .mui-media-object {
    min-width: 27%;
    height: 4.6rem;
}

.mui-media-body {
    font-size: 1rem;
}

.mui-ellipsis {
    margin-top: -0.3rem;
    /*margin-top:0.5rem;*/
}

.mui-ellipsis em {
    font-size: 12px;
    /* margin-left:0.2rem; */
}

.mui-ellipsis .date {
    font-size: 0.8rem;
    margin-right: 0.8rem;
}

.mui-ellipsis .people {
    font-size: 0.8rem;
}



/*latest*/

.latest-menu {
    width: 100%;
    height: 3rem;
    z-index: 10;
    background: #fff;
}

.latest-menu .l span {
    width: 3px;
    height: 24px;
    background: #de2125;
    margin-left: 15px;
    margin-right: 0.5rem;
    margin-top: 0.95rem;
}

.latest-menu .l h1 {
    font-size: 1.3rem;
    color: #333333;
    line-height: 1.6rem;
    font-weight: normal;
    margin-top: 1rem;
}

.latest-menu .r {
    margin-right: 15px;
    margin-top: 1rem;
}

.latest-menu .r ul li a {
    font-size: 1.2rem;
    color: #333333;
    margin-left: 0.8rem;
    line-height: 1.6rem;
}

.latest-list .mui-table-view {
    border: 0;
}

.mui-table-view:before {
    height: 0;
}



/*AD_1*/

.ad_1 {
    width: 100%;
    /*height:10.6rem;*/
    text-align: center;
}

.ad_1 p img {
    width: 100%;
    border-top: 10px solid #f0f0f0;
    border-bottom: 10px solid #f0f0f0;
}

.ad_1 .ad_on .vvv img {
    width: 100%;
    border-top: 10px solid #f0f0f0;
    border-bottom: 10px solid #f0f0f0;
}



.local_1 {
    width: 100%;
    /*height:10.6rem;*/
    text-align: center;
}

.local_1 p img {
    width: 100%;
    border-top: 10px solid #f0f0f0;
    border-bottom: 10px solid #f0f0f0;
}

.local_1 .ad_on .vvv img {
    width: 100%;
    border-top: 10px solid #f0f0f0;
    border-bottom: 10px solid #f0f0f0;
}
.box_img {
    width: 15px;
}



/*analysis*/

.analysis {
    width: 100%;
    height: 3rem;
    z-index: 11;
    background: #fff;
    margin-bottom: 2px;
    border-top: 10px solid #f0f0f0;
}

.analysis .l span {
    width: 3px;
    height: 24px;
    background: #de2125;
    margin-left: 15px;
    margin-right: 0.5rem;
    margin-top: 0.8rem;
}

.analysis .l h1 a {
    font-size: 1.3rem;
    color: #333333;
    line-height: 3rem;
    font-weight: normal;
    margin-top: 0.8rem;
}

.analysis .r {
    margin-right: 15px;
    margin-top: 1rem;
}

.analysis .r ul li a {
    font-size: 1.2rem;
    color: #333333;
    margin-left: 0.8rem;
    line-height: 1.2rem;
}

.ad_btn {
    width: 100%;
    height: 4rem;
    background: #ffffff;
    padding: 11px 0 8px;
    border-bottom: 1px solid #f2f2f2;
}

.ad_btn .center {
    width: 95%;
    margin: 0 auto;
}

.ad_btn a {
    width: 23.2%;
    height: 33px;
    line-height: 33px;
    padding: 0 0;
    margin: 0.5rem 0.2rem 0.5rem 0.2rem;
    border-radius: 25px;
    border: none;
    color: #de2125;
    font-family: "微软雅黑";
    /*-webkit-box-shadow: #e0dcdc 0px 0px 10px;
    -moz-box-shadow: #e0dcdc 0px 0px 10px;
    box-shadow: #e0dcdc 0px 0px 10px;*/
    background: #f5f5f5;
    color: #222;
}
.local1{
    width: 100%;
    border-top: 10px solid #f0f0f0;
    border-bottom: 10px solid #f0f0f0;
}
.add1 {
    width: 100%;
    border-top: 10px solid #f0f0f0;
    border-bottom: 10px solid #f0f0f0;
}

.add1 p:first-child {
    margin-bottom: 2px;
}

.add1 p img {
    width: 100%;
    display: block;
}
.local1 p:first-child {
    margin-bottom: 2px;
}

.local1 p img {
    width: 100%;
    display: block;
}
.add2 {
    width: 90%;
    margin: 1rem auto;
}

.add2 p img {
    width: 100%;
    display: block;
}
.local2 {
    width: 90%;
    margin: 1rem auto;
}

.local2 p img {
    width: 100%;
    display: block;
}


/*today*/

.today {
    width: 100%;
    height: 2.8rem;
    background: #f5f5f5;
    line-height: 2.8rem;
    overflow: hidden;
}

.today .to_price {
    width: 30%;
}

.to_price_img {
    width: 30%;
    margin-left: 0.6rem;
    margin-top: 0.9rem;
}

.today .to_price span a {
    color: #575757;
    font-size: 14px;
    margin-left: 0.2rem;
}

.today .to_pro {
    width: 50%;
}

.today .to_pro ul li a {
    color: #de2125;
    font-size: 14px;
    margin-left: 0.4rem;
}

.today .to_history a {
    font-size: 14px;
    color: #333333;
    margin-right: 0.6rem;
}



/*special*/

.special {
    width: 100%;
}

.special .mui-table-view {
    border: 0;
}

.special .spe_position {
    position: relative;
}

.special .blue {
    width: 3rem;
    height: 1.1rem;
    background: rgba(29, 132, 247, 0.6);
    position: absolute;
    top: 0.7rem;
    left: 15px;
    display: inline-block;
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.1rem;
}

.special .mui-media-body {
    margin-top: -0.3rem;
}

.special .mui-media-body span {
    font-size: 12px;
}



/*AD_2*/

.ad_2 {
    width: 100%;
    height: 12.5rem;
    border-top: 10px solid #f0f0f0;
    /*border-bottom:10px solid #f0f0f0;*/
}

.ad_2_1 {
    margin-top: 1rem;
}

.ad_2_1 a img {
    width: 100%;
    height: 3.75rem;
}

.ad_2_2 {
    margin-top: -0.1rem;
}

.ad_2_2 a img {
    width: 100%;
    height: 5.4rem;
}



/*online*/

.online {
    width: 100%;
    overflow: hidden;
    /*border-top: 10px solid #f0f0f0;*/
    border-bottom: 10px solid #f0f0f0;
}

.online .online_top {
    width: 100%;
    height: 3rem;
    z-index: 12;
    background: #fff;
    margin-top: 2px;
    /*box-shadow:0 0 5px 0 #ccc;*/
    /*border-top: 10px solid #f0f0f0*/
    ;
}

.online .online_top span {
    width: 3px;
    height: 24px;
    background: #de2125;
    margin-top: 0.7rem;
    margin-left: 15px;
    margin-right: 0.3rem;
}

.online .online_top h1 {
    font-size: 1.3rem;
    color: #333333;
    font-weight: normal;
    line-height: 3rem;
}

.online .mui-table-view .mui-media-object {
    width: 68px;
    height: 4.6rem;
    /*border-radius: 5px;*/
}

.online .mui-table-view {
    border-top: 0;
    border-bottom: 0;
}

.online .mui-ios .mui-table-view-cell {
    position: relative;
}

.online .mui-table-view-cell .expert {
    font-size: 1.1rem;
    width: 10rem;
}

.online .mui-media-body p {
    width: 10rem;
    margin-top: 0.2rem;
}

.online .mui-media-body em {
    color: #000;
}

.online .red {
    width: 5.5rem;
    height: 2.2rem;
    background: #de2125;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    line-height: 2.2rem;
    position: absolute;
    right: 3%;
    top: 28%;
    font-size: 1rem;
}

.online .online_middle {
    width: 300%;
    position: relative;
    left: 0;
    top: 0px;
    min-height: 18rem;
    ;
}

.online .online_middle .on_mid {
    width: 33.3%;
    /*position: relative;
    left:0;
    top:0;*/
}

.online .online_bottom {
    width: 100%;
    height: 5rem;
    /*border-bottom:5px solid #f0f0f0;*/
}

.online .online_bottom div {
    margin-top: 1.1rem;
    /*margin-left:10%;
    margin-right:10%;*/
}

.online .online_bottom div a {
    font-size: 1rem;
    color: #de2125;
}

.online .online_bottom div a img {
    margin-left: 0.5rem;
}



/*QA*/

.QA #slider {
    margin-top: -6px;
}

.qa_top .mui-slider .mui-slider-group .mui-slider-item img {
    width: 100%;
}

.qa_top {
    width: 100%;
    height: 4.2rem;
    overflow: hidden;
    font: 16px/32px;
    line-height: 3.4rem;
    margin-left: 0;
    background: #fff;
    /*box-shadow: 0 0 5px 0 #ccc;*/
}

#menu4 {
    /*border-top: 10px solid #f0f0f0;*/
    border-bottom: 2px solid #f0f0f0;
}

.qa_top .ra-top-item {
    width: 95%;
    height: 4.3rem;
    margin-left: 1%;
}

.QA .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
    color: #de2125;
    font-size: 1.2rem;
    border-bottom: 0;
}

.qa_top .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
    border-bottom: 0;
    color: #de2125;
    font-size: 19px;
    border-bottom: 2px solid #de2125;
}

.qa_top .mui-segmented-control.mui-scroll-wrapper .mui-control-item {
    padding: 0 10px;
    font-size: 16px;
}

.qa_top .mui-segmented-control .mui-control-item {
    line-height: 51px;
}

.qa_top .mui-segmented-control.mui-scroll-wrapper .mui-scroll {
    height: 3.3rem;
}

.qa_middle {
    /*border-top:4px solid #f0f0f0;*/
}

.qa_middle .mui-table-view {
    border-top: 0;
    border-bottom: 0;
}

.list .mui-table-view {
    border-top: 0;
    border-bottom: 0;
    font-size: 15px;
}

.list .mui-table-view li {
    font-size: 1.1em;
    color: #333;
}

.list .mui-ellipsis {
    margin-top: 0;
}

.QA_bottom .qa_bottom {
    width: 100%;
    height: 3.2rem;
}

.QA .qa_bottom div {
    text-align: center;
}

.QA .qa_bottom div a {
    font-size: 16px;
    color: #de2125;
    width: 7rem;
    display: inline-block;
    margin-top: 1rem;
}

.QA .qa_bottom div a img {
    width: 15px;
    margin-left: 0.5rem;
    display: inline-block;
}

.QA .mui-slider .mui-slider-group .mui-slider-item img {
    width: 15px;
    /*margin-top: 5px;*/
}

.QA .mui-table-view {
    border-top: 0;
    border-bottom: 0;
}

.QA .mui-segmented-control.mui-scroll-wrapper .mui-control-item {
    padding: 0 10px;
}

.QA .mui-slider .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
    border-bottom: 2px solid #de2125;
    color: #de2125;
}

.QA .mui-segmented-control.mui-scroll-wrapper .mui-scroll {
    height: 53px;
}

.QA .mui-segmented-control .mui-control-item {
    line-height: 53px;
}

.QA .mui-segmented-control {
    font-size: 16px;
}

.QA .mui-control-item:last-child {
    margin-right: 2rem;
}



/*AD_3*/

.ad_3 {
    width: 100%;
    height: 12.5rem;
    border-top: 10px solid #f0f0f0;
    border-bottom: 10px solid #f0f0f0;
}

.ad_3_1 {
    margin-top: 1rem;
}

.ad_3_1 a img {
    width: 100%;
    height: 3.75rem;
}

.ad_3_2 {
    margin-top: -0.1rem;
}

.ad_3_2 a img {
    width: 100%;
    height: 5.4rem;
}

.ad_btn a {
    font-size: 1.1rem;
}

.mui-table-vie .qa_bottom {
    height: 3.6rem;
}


/*forum*/

.forum .forum_top {
    z-index: 14;
    width: 100%;
    height: 3rem;
    background: #fff;
}

.forum .forum_top span {
    width: 3px;
    height: 24px;
    background: #de2125;
    margin-top: 0.7rem;
    margin-left: 15px;
    margin-right: 0.3rem;
}

.forum .forum_top h1 {
    font-size: 1.3rem;
    color: #333333;
    font-weight: normal;
    line-height: 3rem;
}

.forum .forum_top a {
    margin-right: 15px;
    color: #333333;
    line-height: 3rem;
    font-size: 1.2rem;
}

.forum .forum_bottom {
    width: 90%;
    margin-left: 5%;
}

.forum .forum_bottom ul {
    width: 100%;
    height: 5.5rem;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 0.6rem;
    position: relative;
}

.forum .forum_bottom div {
    width: 90%;
    text-indent: 0.7rem;
    font-size: 15px;
    color: #333;
    line-height: 1.5rem;
    background: url(../img/z_17.png) no-repeat 0px 7px;
}

.forum .forum_bottom .ask {
    width: 1.1rem;
    height: 1.1rem;
    text-align: center;
    line-height: 1.1rem;
    font-size: 12px;
    color: #fff;
    background: #2575b8;
    border-radius: 2px;
    position: absolute;
    top: 3px;
    right: 16px;
    display: inline-block;
}

.forum .mui-table-view .ask {
    width: 1.1rem;
    height: 1.1rem;
    text-align: center;
    line-height: 1.1rem;
    font-size: 12px;
    color: #fff;
    background: #2575b8;
    border-radius: 2px;
    position: absolute;
    top: 14px;
    right: 16px;
    display: inline-block;
}

.forum .forum_bottom p {
    width: 100%;
    position: absolute;
    bottom: 8px;
    left: 0px;
    /*margin-top:0.5rem;*/
}

.look {
    width: 100%;
    height: 3.6rem;
    text-align: center;
}

.look a {
    font-size: 16px;
    color: #de2125;
    width: 7rem;
    display: inline-block;
    margin-top: 1rem;
}



/*feedback*/


/*返回顶部浮动*/

.fixed_tip {
    position: fixed;
    bottom: 60px;
    right: 0px;
    z-index: 100;
    opacity: 0.7;
}

.scroll_top {
    cursor: pointer;
    margin-left: 17px;
    margin-bottom: 32px;
    text-align: center;
}

.scroll_top img {
    width: 50%;
}

#meet,
#shop,
#recruit,
#foo_wn {
    text-decoration: none;
    color: #929292;
}

#moreQuestion {
    /*width: 30%;*/
    margin-left: 15%;
}

#btnRefresh {
    /*width: 30%;*/
    margin-right: 15%;
}

#btnRefresh img {
    margin-right: 1rem;
}



/*#moreQuestion img{
    margin-left: 1rem;
}*/

.mui-table-view-cell:last-child:after,
.mui-table-view-cell:last-child:before {
    height: 1px;
}
.mui-table-view-cell{
    padding: 13px 15px;
}
.picnews {
    width: 70%;
    margin-top: -0.3rem;
    word-wrap: break-word;
    white-space: normal;
}

.picnews .newstitle {
    display: block;
    height: 4.2rem;
}

.chickenque {
    width: 70%;
    margin-top: -0.3rem;
    word-wrap: break-word;
    white-space: normal;
}

.chickenque .box_img {
    margin-top: 5px;
    margin-right: 5px;
}

.chickenque .newstitle {
    display: block;
    height: 4.2rem;
}

.picask p:first-child {
    float: left;
    height: 4rem;
    width: 100%;
}

.picask p:first-child span {
    width: 89%;
    font-size: 1.1rem;
    color: #000;
}

.picask p:last-child {
    float: left;
}

.encyclopedia {
    margin-left: 0.5rem;
}

.askIndex {
    height: 57px;
}


@media screen and (min-width:320px) and (max-width:379px) {
    .ad_btn a {
        font-size: 0.9rem;
    }
}

@media screen and (min-width:320px) and (max-width:361px) {
    .ad_btn a {
        width: 22.8%;
    }
    .picnews {
        width: 65%;
    }
    .chickenque {
        width: 65%;
        margin-top: -0.3rem;
        word-wrap: break-word;
        white-space: normal;
    }
    .chickenque p span img {
        margin-top: 4px;
        margin-right: 2px;
    }
    .picnews .newstitle {
        display: block;
        height: 5.2rem;
    }
    .mui-table-view .mui-media-object {
        max-width: 5.6rem;
        height: 5.6rem;
    }
    .encyclopedia {
        margin-left: 0;
    }
    .chickenque .newstitle {
        display: block;
        height: 5.2rem;
    }
    .askIndex {
        height: 5.2rem;
    }
    .chickenque .newstitle {
        height: 5.2rem;
    }
    .picask p:first-child {
        float: left;
        height: 5rem;
        width: 100%;
    }
}

#news {
    position: relative;
}

#news p {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    right: 18px;
    color: #fff;
    background: #de0004;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    z-index: 999;
}

#Popover_2 {
    background-color: #fff;
}

#Popover_2 .mui-table-view {
    border-top: 10px solid #ffffff;
    border-bottom: 10px solid #ffffff;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    text-indent: 10px;
}

.mui-popover .mui-popover-arrow:after {
    background: #fff;
}



/**弹屏*/

.mask {

    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
}

.ts {

    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    margin-top: -153px;
}

.ts img {
    width: 90%;
    margin-left: 3%;
    /*margin-left: 5%;*/
}

.into {

    position: absolute;
    top: 220px;
    left: 50%;
    margin-left: -75px;
}

.delete {

    position: absolute;
    top: -30px;
    right: 0;
    top: 6px;
    right: 35px;
    /*right: 24px;*/
}

.delete img {

    width: 30px;
    height: 30px;
}

.search_bar {
    position: relative;
    margin-top: 8px;
    width: 0%;
    min-width: 58px;
    height: 44px;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    background: #fff;
    z-index: 999;
    right: 3.5rem;
}

.input {
    position: absolute;
    top: 2px;
    right: 0;
    border: none;
    outline: none;
    width: 98%;
    height: 60px;
    line-height: 60px;
    z-index: 10;
    font-size: 18px;
    color: #f9f9f9;
    background: transparent;
    border-radius: 20px;
}

input[type=text] {
    width: 74%;
    color: #000;
}

.search_ico,
.search_btn {
    width: 61px;
    height: 45px;
    display: block;
    position: absolute;
    right: -3px;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 44px;
    cursor: pointer;
}

.search_ico {
    background: #de2125;
    z-index: 90;
}

.search_open {
    width: 83% !important;
    z-index: 1002
}

#show {
    position: absolute;
    padding: 20px
}

.mui-select:before {
    font-family: Muiicons;
    position: absolute;
    top: 5px;
    right: 21px;
    content: '\e581';
    color: rgba(170, 170, 170, .6);
    z-index: 999;
}

.selected {
    width: 80px;
    position: absolute;
    top: 8px;
    left: 15px;
}

.search_bg {}

@media only screen and (max-width: 320px) {
    .offer .center {
        width: 100%;
    }
    .offer .center .right {
        width: 56%;
    }
    .offer .center .right>p {
        font-size: 0.9rem;
    }
    .offer .center .right .to_pro {
        width: 100%;
        font-size: 0.9rem;
        line-height: 1.4rem;
    }
    .Item a h6 {
        font-size: 0.9rem;
    }
}

@media only screen and (min-width: 768px) {
    .Item {
        height: 7.5rem;
    }
    .Item a img {
        width: 40%;
    }
    .Item a h6 {
        font-size: 1.3rem;
        line-height: 3rem;
    }
    .offer .center .left {
        text-align: center;
    }
    .offer .center .left>a>img {
        width: 45%;
    }
    .offer .center .right>p {
        font-size: 1.3rem;
        line-height: 3rem;
    }
    .offer .center .right .to_pro {
        width: 100%;
        line-height: 3rem;
        font-size: 1.3rem;
    }
}

@media only screen and (min-width: 1024px) {
    .Item {
        height: 8.5rem;
    }
    .Item a img {
        width: 35%;
    }
    .Item a h6 {
        font-size: 1.5rem;
        line-height: 3rem;
    }
    .offer .center .left>a>img {
        width: 35%;
    }
}

@media only screen and (max-width: 346px) {
    .offer .center .right {
        width: 50%;
    }
}

@media only screen and (max-width: 336px) {
    .Item {
        height: 6.5rem;
    }
}

@media only screen and (max-width: 320px) {
    .Item {
        height: 5.5rem;
    }
    .online .mui-table-view-cell .expert {
        width: 8rem;
    }  
}
.special .mui-table-view-cell:last-child:after, .mui-table-view-cell:last-child:before{
    height: 0;
}
.box .mui-table-view-cell:last-child:after, .mui-table-view-cell:last-child:before{
    height: 0;
}
.special .mui-table-view:after{
    height: 0;
}
.first .mui-table-view:after{
    height: 0;
}
.first{
    /*border-bottom: 10px solid #f0f0f0;*/
}
.column{
    width: 100%;
    height: 10rem;
    min-height: 1rem;
    margin-top: 0.5rem;
}
.column .center{
    width: 92%;
    margin: 0 auto;
}
.column .center .item{
    width: 48%;
    height: 4rem;
}
.column .center .item img{
    width: 100%;
    height: 6rem;
    border-radius: 5px;
}
.column .center .item p{
    font-size: 1rem;
    color: #2c2c2c;
    width: 100%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}