/*框架*/
body {
    background: #F7F7F7
}

select::-ms-expand {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.atl-body {
    width: 1200px;
    overflow: hidden;
    position: relative;
}

.all-body {
    position: relative;
}

.atl-left {
    float: left;
    width: 850px;
    position: relative;
    background: #F7F7F7;
}

.atl-right {
    float: right;
    width: 330px;
    position: relative;
}

.wrap {
    width: 1220px !important;
}

/*中间*/
/*1*/
.banner {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.banner .b-item {
    position: relative;
    display: block;
    float: left;
    margin-right: 20px;
}

.banner .last-jiri {
    margin-right: 0;
}

.banner .b-item > .name {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 24px;
    left: 0;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
}

/*2*/
.artmain {
    margin: 30px auto;
    width: 100%;
    padding: 40px 65px 20px;
    background: #FFFFFF;
    overflow: hidden;
    box-sizing: border-box;
}

.artmain > .art-title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    display: block;
    text-align: left;
}

.artmain > .art-time {
    height: 56px;
    width: 100%;
    color: #666666;
    line-height: 56px;
    overflow: hidden;
}

.artmain > .art-time > .t-left {
    float: left;
}

.artmain > .art-time > .t-left > .time {
    margin-right: 30px;
    float: left;
}

.artmain > .art-time > .t-left > .com {
    float: left;
}

.artmain > .art-time > .text-right {
    float: right;
}

.text-right .collect {
    margin-left: 40px;
    float: left;
    position: relative;
}

.text-right .collect img {
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
    padding-top: 18px;
    margin-right: 4px;
}

.text-right .collect > span {
    float: left;
}

.text-right .collect .gl_sc {
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
    margin-top: 18px;
    margin-right: 4px;
    background: url("/assets/home/article/images/artsc.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}

.text-right .collect:first-child > span {
    cursor: pointer;
}

.text-right .gl_xh {
    cursor: pointer;
}

.text-right .collect .gl_sc.active {
    background: url("/assets/home/article/images/artsc_active.png") no-repeat center;
    background-size: 100% 100%;
}

.gl_works {
    text-align: left;
    font-size: 16px;
    line-height: 34px;
    color: #333;
    letter-spacing: 1px;
}

.art-sheji > .tab {
    height: 50px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #ED404D;
    line-height: 50px;
    overflow: hidden;
    background: #F5F5F5;
    padding-left: 20px;
    box-sizing: border-box;
    margin: 40px 0 15px;
}

.art-sheji > .tab > div {
    float: left;
}

.art-sheji > .tab > a {
    display: block;
    float: left;
    width: 80px;
    height: 30px;
    margin-left: 8px;
    background: #FA6772;
    border-radius: 2px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 10px;
}

.art-sheji > .shen {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}

.art-sheji > .tips {
    width: 100%;
    margin-top: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.art-sheji > .tips a {
    display: inline-block;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    background: #F5F5F5;
}

/*3*/
.gonglue{
    width: 100%;
    height: 391px;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.gonglue > .g-title {
    width: 100%;
    height: 33px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    display: flex;
    justify-content: space-between;
    line-height: 33px;
    margin-bottom: 17px;
}

.gonglue > .g-title .title {
    line-height: 33px;
    float: left;
}

.g-title > .more {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    float: right;
}

.g-title > .more span {
    display: block;
    float: left;
}

.g-title > .more img {
    display: block;
    width: 15px;
    height: 15px;
    margin-left: 3px;
    float: right;
    padding-top: 9px;
}

.gonglue > .g-con {
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #D9D9D9;
    background: #FFFFFF;
    overflow: hidden;
    box-sizing: border-box;
}

.g-con > .citem {
    display: flex;
    align-items: center;
    width: 395px;
    height: 120px;
    background: rgba(233, 196, 196, 0);
    overflow: hidden;
    margin-bottom: 20px;
    float: left;
}

.g-con > .citem .c-img {
    width: 160px;
    height: 120px;
    display: block;
    float: left;
}

.g-con > .citem .c-main {
    margin-left: 20px;
    height: 120px;
    width: 208px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    float: right;
    padding: 4px 0;
    box-sizing: border-box;
}
.g-con > .citem .c-main .m-big-title{
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.g-con > .citem .c-main > .m-title {
    width: 208px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: #666;
}
.g-con > .citem .c-main .m-big-title:hover {
    color: #ED404D;
}
.g-con > .citem .c-main > .m-title:hover {
    color: #ED404D;
}

.c-main .m-guild {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #52BCFF;
}

.c-main .m-guild span {
    margin-right: 3px;
}

/*更多*/
.morepeo{
    width: 100%;
    background: #fff;
    padding: 30px 30px 0;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.morepeo > .g-title {
    width: 100%;
    height: 33px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    display: flex;
    justify-content: space-between;
    line-height: 33px;
    margin-bottom: 17px;
}

.morepeo > .g-title .title {
    line-height: 33px;
}

.morepeo .m-con {
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #D9D9D9;
    overflow: hidden;
    box-sizing: border-box;
}

.m-con .mitem {
    width: 100%;
    height: 120px;
    display: block;
    overflow: hidden;
    align-items: center;
    margin-bottom: 20px;
}

.mitem .m-img {
    width: 160px;
    height: 120px;
    display: block;
    float: left;
}

.mitem .m-right {
    width: 648px;
    margin-left: 20px;
    overflow: hidden;
    float: right;
}

.m-right > .r-tit {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-right > .r-tit:hover {
    color: #D92B2B;
}

.m-right > .r-con {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    margin-top: 16px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 36px;
}

.m-right > .r-icon {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    margin-top: 14px;
    overflow: hidden;
    line-height: 24px;
}

.r-icon .see {
    float: left;
}

.r-icon .see > img {
    display: block;
    float: left;
    margin-top: 2px;
}

.r-icon .see > span {
    display: block;
    float: left;
}

.r-icon > .time {
    display: block;
    float: right;
}

.r-icon .see .poiner {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}

/*评论*/
.remark > .g-title {
    marign-top: 10px;
    width: 100%;
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
}

.remark > .g-title .title {
    line-height: 50px;
}

.remark .r-con {
    margin: 30px auto;
    margin-top: 0;
    width: 100%;
    padding: 20px 20px;
    padding-bottom: 4px;
    border-top: 2px solid #D92B2B;
    background: #FFFFFF;
    overflow: hidden;
    box-sizing: border-box;
}

.r-con .area_text {
    width: 100%;
    height: 120px;
    resize: none;
    margin-top: 6px;
    padding: 5px 0px 0px 8px;
    background: rgba(247, 247, 247, 1);
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 2px;
    border-image: initial;
    outline: none;
    box-sizing: border-box;
}

.r-con .info {
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
}

.r-con #btnReplay {
    width: 120px;
    height: 40px;
    background: rgba(217, 43, 43, 1);
    border-radius: 2px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    justify-content: center;
    margin: 12px 0;
    margin-bottom: 30px;
}

.plold {
    width: 100%;
    overflow: hidden;
    margin-bottom: 18px;
}

.plold:last-child .usersend {
    border-bottom: 0;
}

.plold .userhead {
    float: left;
    width: 80px;
}

.plold .userhead img {
    padding-top: 10px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.plold .usersend {
    float: right;
    width: 720px;
    padding-bottom: 28px;
    border-bottom: 1px dashed #E6E6E6;
}

.message {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 36px;
}

.message > .m-name {
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.message > .m-time {
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.usersend .desc {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}


/*右侧*/
.atl-body > .headline {
    width: 330px;
    height: 60px;
    background: #ffffff;
    margin-bottom: 20px;
    padding-top: 10px;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.atl-right .headline {
    width: 100%;
    height: 60px;
    background: #ffffff;
    margin-bottom: 20px;
    padding-top: 10px;
}

.headline .h-title {
    width: 310px;
    height: 50px;
    background: #ffffff;
    margin-left: 10px;
    border: 1px dashed #EEEEEE;
    border-radius: 2px;
    font-size: 26px;
    font-weight: bold;
    color: #D92B2B;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*1095 攻略、百科、问答文章右侧及底部添加装修公司推荐模块*/
.company-recommend {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    background: #ffffff;
    margin-bottom: 20px;
}

.company-recommend .recommend-tit {
    height: 52px;
    border-bottom: 1px solid #E2E2E2;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 52px;
}

.company-recommend .company-list {
    height: 150px;
    position: relative;
}

.company-recommend .company-list:last-child {
    border-bottom: none;
}

.company-recommend .company-list .company-top {
    padding-left: 115px;
}

.company-recommend .company-list .company-logo {
    width: 100px;
    height: 74px;
    position: absolute;
    top: 16px;
    left: 0;
    margin: auto;
    border: 1px solid #E2E2E2;
    overflow: hidden;
}

.company-recommend .company-list .company-logo img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.company-recommend .company-list .company-name {
    font-size: 14px;
    font-weight: 500;
    padding-top: 14px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 22px;
}

.company-recommend .company-list .company-common {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #666;
    margin-bottom: 6px;
}

.company-recommend .company-list .company-common span {
    padding: 1px 5px;
    border: 1px solid #E2E2E2;
}

.company-recommend .company-list .company-common span:first-child {
    margin-right: 6px;
}

.company-recommend .company-list .total-num {
    height: 36px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.company-recommend .company-list .company-zixun {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #FFD3D6;
    background: #fff;
    color: #ED404D;
    margin-top: 12px;
}

.company-recommend .company-list .company-zixun:hover {
    background: #D02825;
    color: #fff;
}

.company-recommend-left {
    height: 246px;
    padding: 13px 30px 30px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 30px;
}

.company-recommend-left .recommend-left-tit {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    height: 67px;
    line-height: 67px;
    border-bottom: 1px solid #D9D9D9;;
}

.company-recommend-left .recommend-left-box ul li {
    display: block;
    width: 250px;
    padding: 20px 0;
    height: 100px;
    float: left;
    position: relative;
    margin-right: 20px;
}

.company-recommend-left .recommend-left-box ul li:last-child {
    margin-right: 0;
}

.company-recommend-left ul li .recommend-left-top {
    padding-left: 110px;
}

.company-recommend-left ul li .recommend-left-top .company-left-logo {
    width: 100px;
    height: 75px;
    position: absolute;
    left: 0;
    border: 1px solid #E2E2E2;
}

.company-recommend-left ul li .recommend-left-top .company-left-logo img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.company-recommend-left .recommend-left-top .recommend-left-name {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    color: #333;
    font-weight: bold;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
    padding-top: 2px;
}

.company-recommend-left .recommend-left-top .recommend-left-common {
    font-size: 12px;
    line-height: 24px;
    color: #666;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company-recommend-left ul li .zixun-left {
    display: block;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #FFD3D6;
    color: #ED404D;
    background: #fff;
    font-size: 12px;
    margin-top: 10px;
}

.company-recommend-left ul li .zixun-left:hover {
    color: #fff;
    background: #D02825;
}


/*复制*/
.bk-new-tag {
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    padding: 20px;
}

.bk-new-tag > div:first-child {
    font-size: 16px;
    color: #333;
}

.bk-new-tag .notebook {
    font-size: 16px;
    font-weight: bold !important;
    color: #333333;
    line-height: 22px;
    margin-bottom: 18px;
}

.shoufengq {
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 10px;
}

.shoufengq li {
    list-style: none;
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.shoufengq li:first-child {
    margin-top: 0px;
}

.shoufengq li .lititle {
    height: 40px;
    line-height: 40px;
    text-align: left;
    color: #333;
    width: 100%;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    border-bottom: 1px dashed #fff;
    background: #F5F5F5;
    padding-left: 10px;
    box-sizing: border-box;
}
.lititle .lititle-num{
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    margin-top: 8px;
}
.lititle .lititle-num img{
    width: 100%;
}
.lititle .lititle-smalltitle {
    float: left;
    margin-left: 13px;
}

.shoufengq li .zhanshishow {
    height: auto;
    display: none;
    width: 100%;
    padding: 10px 30px;
    box-sizing: border-box;
}

.zhanshishow .zhanshishowul {
    overflow: hidden;
}

.zhanshishow .zhanshishowul li {
    height: 30px;
    line-height: 30px;
    width: 100%;
    margin-top: 0;
    font-size: 13px;
    padding-left: 14px;
    border-bottom: 1px dashed #E3E3E3;
}

.zhanshishow .zhanshishowul li:last-child {
    border-bottom: 0;
}

.zhanshishowul li .sequencexl {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #FA6772;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1px;
    margin: auto;
}

.guanggys {
    color: #fe7171 !important;
    text-decoration: underline !important;
}

.shoufengq li .xianshi {
    display: block;
}

.heightauto {
    height: 30px !important;
}

.defaicon {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(/assets/home/zixun/img/new/more.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    float: right;
    margin-right: 20px;
    margin-top: 13px;
}

.iconbj {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.sendsj .saoysao .wzewm img {
    width: 96px;
    height: 96px;
}

.appercode-bg {
    width: 258px;
    height: 320px;
    background: url(../img/appercode.jpg) no-repeat;
    margin-bottom: 15px;
}

/*大家都在问*/
.atl-right .quest {
    width: 100%;
    padding: 0 20px;
    padding-right: 16px;
    overflow: hidden;
    background: white;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 14px;
}

.quest {
    width: 100%;
    padding: 0 20px;
    padding-right: 16px;
    overflow: hidden;
    background: white;
}

.quest .header {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 50px;
}

.quest .header > div {
    float: left;
}

.quest .header > .more {
    height: 50px;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.quest .header > .more > span {
    display: block;
    float: left;
}

.quest .header > .more img {
    width: 14px;
    height: 14px;
    display: block;
    float: left;
    margin-left: 4px;
    margin-top: 18px;
}

.quest .h-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.quest .h-item .i-left {
    display: block;
    width: 76%;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.quest .h-item .i-left:hover {
    color: #D92B2B;
}

.quest .h-item .i-right {
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    float: right;
}

/*复制文章*/

.atl-new {
    margin-top: 20px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
}

.sendsj {
    width: 103px;
    height: 27px;
    display: inline-block;
    background: url(/assets/home/article/img/sendphone.png) no-repeat;
    vertical-align: middle;
    position: relative;
    top: -10px;
    margin-left: 8px;
    cursor: pointer;
    vertical-align: middle;
}

.sendsj .saoysao {
    position: absolute;
    width: 384px;
    height: 153px;
    top: 27px;
    right: 14px;
    display: none;
    background: url(/assets/home/article/img/sendsjnr2.png) no-repeat;
}

.sendsj .saoysao .wzewm {
    width: 96px;
    height: 96px;
    margin-top: 36px;
    margin-left: 265px;
    overflow: hidden;
}

.sendsj .saoysao .wzewm img {
    width: 96px;
    height: 96px;
}

.appercode-bg {
    width: 258px;
    height: 320px;
    background: url(../img/appercode.jpg) no-repeat;
    margin-bottom: 15px;
}

.sendsj .saoysao .wzewm img {
    width: 96px;
    height: 96px;
}

/*右边 最新文章*/
.atl-new, .atl-hot {
    margin-bottom: 10px;
}

.atl-hot {
    margin-top: 10px;
}

.atl-new-head, .atl-hot-head {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    height: 22px;
    line-height: 22px;
    margin-bottom: 23px;
}

.atl-new-item:first-child {
    padding-top: 0;
}

.mark {
    width: 20px;
    height: 25px;
    float: left;
    position: relative;
}

.atl-new-item {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #eee;
    overflow: hidden;
}
.atl-new-item:last-child{
    border-bottom: none;
}
.atl-new-img {
    width: 83px;
    height: 66px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    display: none;
    overflow: hidden;
}

.new-item-long {
    font-size: 14px;
    float: left;
    margin-left: 10px;
}

.atl-new-img img {
    width: 100%;
    height: auto;
}

.atl-new-item .atl-new-main {
    margin-left: 26px;
    display: none;
}

.atl-new-tit {
    font-size: 14px;
    color: #333;
}

.atl-new-info {
    color: #999;
}

.current {
    display: block !important;
}

.hide {
    display: none;
}

.actived {
    height: 66px;
    background: #ffffff;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.baojia-sheji, .jiri {
    margin: 20px 0;
}

.atl-hot-item {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}

.atl-hot-img {
    width: 92px;
    height: 64px;
    float: left;
    overflow: hidden;
}

.atl-hot-img img {
    height: auto;
}

.atl-hot-info {
    color: #333;
    margin-left: 102px;
    font-size: 14px;
}

/*报价*/
.atl-right .bjia {
    margin-top: 20px;
    background: #E6ECF3;
    overflow: hidden;
}

.bj_img {
    position: relative;
    height: 110px;
}

.bjia .banner {
    width: 100%;
    height: 110px;
    position: absolute;
}

.bj_img p {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    line-height: 44px;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1;
    text-align: center;
}

.bj_img .b-tit {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: rgba(193, 211, 230, 1);
    line-height: 44px;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1;
    text-align: center;
}

.order-box {
    width: 100%;
    padding: 0 25px;
    overflow: hidden;
    box-sizing: border-box;
}

.box-line {
    width: 100%;
    margin-bottom: 20px;
}

.edit-city, .edit-quyu {
    width: 135px;
    height: 42px;
    background: #ffffff;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    border: 0px;
    outline: none;
    padding: 10px 6px;
    margin-top: 20px;
}

.edit-city {
    margin-right: 5px;
}

.edit-text {
    width: 280px;
    height: 40px;
    background: #ffffff;
    border-radius: 2px;;
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 44px;
    border: 0px;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
}

.disclamer-text {
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.disclamer-line .disclamer-check {
    width: 10px;
    height: 10px;
    border: 1px solid #999;
    border-radius: 2px;
    margin-top: 3px !important;
    margin-right: 5px !important;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.disclamer-line {
    align-items: center;
    margin-bottom: 8px;
}

.pull-left > span {
    color: #2093FF;
}

#btnSave {
    width: 280px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #FF9A12;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    outline: none;
    border: 0px;
    margin-left: 25px;
}

.b-warn {
    color: #DE4349 !important;
    font-size: 12px;
    padding: 2px;
    text-align: left;
}


/* 左侧可触摸 */
.all-body .nav {
    position: absolute;
    top: 78px;
    left: -70px;

}

.article-hover-box {
    position: fixed;
    left: 50%;
    top: 223px;
    margin-left: -677px;
    z-index: 3
}

.article-hover-box .article-animate {
    position: absolute;
    right: -190px;
    top: 0px;
    width: 189px;
    height: 600px;
    overflow: hidden;
    display: none;
}

.article-animate .box_div1, .article-animate .box_div2, .article-animate .box_div3, .article-animate .box_div4 {
    position: absolute;
    cursor: pointer;
}

.article-hover-box .box {
    width: 50px;
    height: 50px;
    border-bottom: 0;
    text-align: center;
    line-height: 70px;
    background: #ffffff;
    border-bottom: 1px dashed #F5F5F5;
}
.article-hover-box .box img {
    width: 30px;
    height: 30px;
}
.article-hover-box .box:last-child {
    border-bottom: 1px solid #E5E5E5;
}

.article-hover-box .box:hover {
    background-color: #E5E5E5;
}

.all-body .article-animate {
    width: 600px;
    height: 800px;
    position: absolute;
    top: 80px;
    left: 0px;
    overflow: hidden;
    z-index: 999;
}

.article-animate .box_div1 {
    left: -88px;
    width: 86px;
    height: 50px;
    background: #ffffff;
    border-radius: 2px;
    font-size: 14px;
    color: #FF5353;
    text-align: center;
    line-height: 50px;
}

.article-animate .box_div2 {
    left: -168px;
    top: 51px;
    width: 166px;
    height: 53px;
    border-radius: 2px;
    background: #ffffff;
}

.article-animate .box_div2 img {
    width: 26px;
    height: 26px;
    margin-left: 21px;
    margin-top: 5px;
}

.article-animate .box_div2 span {
    font-size: 12px;
    color: #333;
    margin-left: 22px;
}

.article-animate .box_div3 {
    left: -189px;
    top: 102px;
    background: #ffffff;
    text-align: center;
    width: 187px;
}

.article-animate .box_div3 img {
    width: 100px;
    height: 100px;
}

.article-animate .box_div4 {
    left: -121px;
    top: 0px;
    background: #ffffff;
    text-align: center;
}

.article-animate .box_div4 img {
    display: block;
    width: 100px;
    height: 100px;
    margin-left: 12px;
}

/*其他文章*/
.atl-other-tit {
    font-size: 22px;
    color: #333;
    line-height: 20px;
    margin-bottom: 12px;
}

.atl-other-tit i.red-block {
    width: 4px;
    height: 20px;
    background-color: #ff5659;
    display: block;
    float: left;
    margin-right: 10px;
}

.atl-other-item {
    padding-bottom: 20px;
    overflow: hidden;
}

.atl-other-item:last-child {
    border: 0;
}

.other-item-img {
    width: 160px;
    height: 120px;
    float: left;
    overflow: hidden;
}

.other-item-img img {
    width: 100%;
    height: 100%
}

.other-item-main {
    width: 610px;
    float: left;
    margin-left: 15px;
}

.other-item-tit {
    color: #333;
    font-size: 18px;
    font-weight: 800;
    line-height: 18px;
}

.other-item-tit > a:hover {
    color: #dc4146;
}

.other-item-info {
    font-size: 12px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 18px;
    margin-top: 16px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 36px;
}

.other-item-ref {
    color: #999;
    font-size: 14px;
}

.other-item-ref .add {
    float: left;
}

.other-item-ref .time {
    float: right;
    margin-right: 12px;
}

.other-item-tit > a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.r-icon {
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    margin-top: 14px;
    overflow: hidden;
    line-height: 24px;
}

.bdshare-button-style0-16 .bds_more {
    color: #333;
    float: left;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px !important;
    background-image: none !important;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
}

.new-disclaimer {
    line-height: 2;
    color: #999;
    margin-bottom: 15px;
    font-size: 14px;
    text-indent: 2em;
}

/*分站*/
.rank_credit {
    width: 292px;
    overflow: hidden;
}

.rank_credit li {
    float: left;
    width: 292px;
    height: 60px;
    padding: 14px 0 8px;
    border-bottom: 1px dotted #e8e8e8;
    overflow: hidden;
    padding-left: 0px
}

.rank_credit .no_b {
    border-bottom: 0;
}

.rank_credit .num {
    float: left;
    width: 20px;
    font-size: 24px;
    font-family: 'Arial';
    line-height: 57px;
    color: #bbb;
}

.rank_credit .logo {
    float: left;
    display: inline;
    width: 84px;
    height: 42px;
    margin-left: 5px;
    border: 1px solid #eee;
    margin-top: 3px;
}

.rank_credit .logo img {
    display: block;
}

.rank_credit .box {
    float: left;
    display: inline;
    width: 120px;
    margin-left: 12px;
}

.rank_credit .box a {
    display: block;
    width: 120px;
    margin: 5px 0 12px;
    font-size: 12px;
    line-height: 12px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rank_credit .box p i {
    float: left;
    display: inline;
    width: 14px;
    height: 12px;
    margin-right: 3px;
}

.rank_credit .box a:hover {
    color: red;
}

/*公司活跃*/
.activity-head {
    height: 40px;
    line-height: 40px;
}

.activity-head span {
    font-size: 16px;
    padding-left: 10px;
}

.activity-box .activity-list {
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #f1f1f1;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.activity-list span:first-child {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
}

.activity-list-first {
    background: #FF632E;
}

.activity-list-second {
    background: #FB9C08;
}

.activity-list-third {
    background: #FFC52F;
}

.activity-list-normal {
    background: #78A2BC;
}

.alert-box {
    position: fixed;
    top: 70%;
    left: 50%;
    z-index: 9999;
    border-radius: 5px;
    opacity: 0.9;
    color: #FFF;
    text-align: center;
}

.footer {
    z-index: 5;
    padding-bottom: 100px;
}
.footer_new .bottom {
    height: 160px;
}
.footer_new .bottom_mask{
    height: 160px;
}
