/* thumbs img */
#thumbs {
    overflow: hidden;
    padding-top: 10px;
}


#thumbs img, #largeImage { /*border: 1px solid gray; padding: 4px;*/
    background-color: white;
    cursor: pointer;
}

#largeImage {
    width: 447px;
    height: 290px
}

#thumbs .picborder {
    float: left;
    border: 1px solid gray;
    margin-right: 4px;
}

#thumbs .picborder img {
    float: left;
    width: 85px;
    height: 58px;
}

#thumbs .active {
    border: 2px solid #4a77eb;
    padding: 0;
}

#thumbs .active img {
    width: 85px;
    height: 58px;
}

#thumbs .rongs {
    float: left;
    position: relative
}

#thumbs .active:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 37px;
    position: absolute;
    top: -7px;
}

#thumbs .active:after {
    border-bottom: 6px solid #4a77eb;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 38px;
    position: absolute;
    top: -6px;
}

.house_appoint {;
    width: 100%;
    float: left;
    margin-top: 5px;
    padding: 10px 15px 15px;
}

.appoint_left {
    width: 240px;
}

.appoint_right {
    width: 320px;
    border-left: 1px solid #e8e8e8;
    box-sizing: border-box;
}

.appoint_right .public-notice {
    font-size: 14px;
    padding: 0;
    margin-bottom: 0
}

.couponBox {
    background: url(/theme/agency/img/btn_bg.png) repeat-x;
    width: 630px;
    height: 70px;
    margin: 5px 0 10px;
    position: relative;
}

.loupanimg1 a {
    float: left;
    margin-left: 45px;
    margin-top: 10px;
}

.huxingimg1 a {
    float: left;
    margin-left: 45px;
    margin-top: 10px;
}

.jiaotong {
    margin-left: 45px;
    margin-top: -20px;
}

.zoubian {
    margin-left: 50px;
    margin-top: -45px;
}

.periphery {
    padding: 4px;
    display: inline-block;
    margin-left: 20px;
}

.traffic {
    display: inline-block;
    margin-left: 10px;
}

.dongtai_a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 650px
}

.check {
    color: #4a77eb;
    font-size: 14px;
}

/* 看房团 */
.act-item {
    background: #fff none repeat scroll 0 0;
    height: auto;
    padding: 10px 20px;
    border: 1px solid #eee
}

.act-title span {
    color: #999;
    font-size: 14px;
    font-weight: normal;
}

.act-item .act-title {
    cursor: pointer;
    font-size: 20px;
    line-height: 28px;
    margin: -3px 0 4px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.act-item .lp-icons-kan {
    background-position: -58px 0;
}

.act-item .lp-icons-tuan, .act-item .lp-icons-kan {
    height: 49px;
    overflow: hidden;
    text-indent: -999999px;
    width: 49px;
}

.act-item .lp-icons-people {
    background-position: -130px -120px;
}

.act-item .lp-icons-people {
    height: 16px;
    -right: 8px;
    vertical-align: -2px;
    width: 16px;
}

.act-item .act-join {
    font-size: 16px;
    margin-top: 5px;
}

.act-item .act-join .join {
    margin-right: 15px;
}

/* 动态 css */
.dynamic {
    display: block;
    overflow: hidden;
    padding: 5px 20px 10px;
    box-shadow: 0 0px 1px rgba(0,0,0,.3);
}



.dynamic li {
    padding: 15px 0;
    clear: both;
    border-bottom: 1px dashed #e3e3e3;
}

.dynamic li:last-child {
    border: none;
}

.dynamic .cont {
    width: 800px;
    font-size: 14px;
    color: #666;
    display: block;
    margin-left: 10px;
    margin-top: 5px
}

.dynamic .title {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
}

.dynamic .gray {
    font-size: 14px;
    color: #999;
    margin-left: 20px;
}

/*楼盘户型和相册*/
.huxing_info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.huxing_block {
    width: 288px;
    line-height: 300px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    /* width: 253px; */
    height: 289px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin: 0 12px 12px 0;
    background-color: #fafbfd;
}

.huxing_txt {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    color: #6c6c6c;
    padding: 0 19px 0 19px;
    font-weight: 600;
    font-size: 16px;
}

.jushi {
    width: auto;
    font-size: 14px;
    line-height: 40px;
    margin: 11px 20px 0 0;
    overflow: hidden;
    color: #666;
    text-align: right;
}

.jushi .spe {
    color: #e5e5e5;
    margin: 0 6px;
}

.huxing_img:hover img {
    transform: scale(1.04, 1.04) translate(-50%, -50%);
    -ms-transform: scale(1.04, 1.04) translate(-50%, -50%);
    -webkit-transform: scale(1.04, 1.04) translate(-50%, -50%);
}

.huxing_img {
    position: relative;
    width: 262px;
    height: 190px;
    text-align: center;
    overflow: hidden;
    left: 12px;
    top: 10px;
}

.huxing_img img {
    display: block;
    min-width: 280px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
}

.huxing_btn{
    width: 100%;
    height: 50px;
    line-height: 35px;
    text-align: center;
    color: #6c6c6c;
    padding: 0 19px 0 19px;
}

.huxing_btn .btn {
    flex: 1 1 auto;
    position: relative;
    width: 107px;
    height: 33px;
    background: #E3F5FF;
    box-shadow: 0 0 0 0.5px rgba(74,119,235,0.4);
    color: #4a77eb;
    font-size: 14px;
    border-radius: 4px;
}

.tag_img {
    position: absolute;
    top: 0;
    left: 0;
}

.text_js {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

/*置业顾问*/
.adviser div {
    width: 252px;
    display: inline-block;
    padding: 0 0 20px;
    font-size: 18px;
    margin-left: 15px;
    text-align: center;
}

.adviser .sp_1 {
    position: absolute;
}

.adviser .sp_1 img {
    width: 60px;
    height: 60px;
}

.adviser .sp_2 {
    display: inline-block;
    width: 80%;
    padding: 0 0 0 70px;
    text-align: left;
}

.adviser .sp_2 span {
    display: inline-block;
    width: 100%;
}

.adviser .sp_2 span a {
    font-size: 15px;
    border: 1px solid #f60;
    padding: 0 3px;
    color: #f60;
}

.adviser .sp_2 span:nth-child(2) {
    font-size: 14px;
    color: #a5a5a5;
}

/*用户点评*/
.comment_info .com_div {
    margin: 0 0 16px 0;
    border-bottom: 1px dashed #e4e2e2;
}

.comment_info .com_div div:nth-child(1) {
    display: inline-block;
    width: 7%;
    float: left;
}

.comment_info .com_div div:nth-child(1) img {
    width: 42px;
    height: 42px;
}

.comment_info .com_div div:nth-child(2) {
    display: inline-block;
    width: 92.5%;
}

.comment_info .com_div .com_sum {
    position: relative;
    top: -5px;
}

.comment_info .com_div .com_1 {
    font-size: 20px;
}

.comment_info .issue {
    font-size: 15px;
    color: #a5a5a5;
    float: right;
    position: relative;
}

.comment_info .issue a {
    color: #62ab00;
}

/*点评达人*/
.master li {
    padding: 33px 0 5px;
    border-bottom: 1px dashed #a5a5a5;
    margin: 0 18px;
}

.master li:nth-child(2) {
    border: 0;
}

.master ul {
    height: 289px;
}

.master li div:nth-child(1) {
    display: inline-block;
    position: relative
}

.master li div:nth-child(1) img {
    width: 40px;
    height: 40px;
}

.master li div:nth-child(2) {
    width: 86%;
    left: 50px;
    float: right;
}

.master li div:nth-child(2) span {
    display: inline-block;
    width: 100%;
}

.master li p {
    word-break: break-all;
    margin-top: 5px;
}

/*周边配套*/
#selected {
    background: #4a77eb;
    color: #fff;
    pointer-events: none;
}

.map_info {
    position: relative;
    left: 9px;
}

.map_info .traffic_type {
    border-bottom: 2px solid #4a77eb;
}

.map_info .traffic_type a {
    display: inline-block;
    width: 24.3%;
    text-align: center;
    padding: 7px 0;
    font-size: 18px;
}

.map_info .traffic_type a:hover {
    cursor: pointer;
}

.map_info .traffic_range {
    padding: 10px 0;
    font-size: 16px;
    color: #a5a5a5;
}

#r-result {
    width: 427px;
    height: 267px;
    overflow: auto;
}

/*地图上的图标*/
/*公交*/
.lcon_1 {
    background-image: url(/theme/agency/img/icon_periphery.png);
    background-position: -1px -3px;
    margin-left: 10px;
    height: 30px;
    width: 30px;
    padding: 0 15px 17px 14px;
    color: #fff;
    font-size: 14px;
    position: relative;
    left: -8px;
}

/*商业*/
.lcon_2 {
    background-image: url(/theme/agency/img/icon_periphery.png);
    background-position: -35px -3px;
    margin-left: 10px;
    height: 35px;
    width: 30px;
    padding: 0 15px 17px 14px;
    color: #fff;
    font-size: 14px;
    position: relative;
    left: -8px;
}

/*医疗*/
.lcon_4 {
    background-image: url(/theme/agency/img/icon_periphery.png);
    background-position: -103px -3px;
    margin-left: 10px;
    height: 35px;
    width: 30px;
    padding: 0 15px 17px 14px;
    color: #fff;
    font-size: 14px;
    position: relative;
    left: -8px;
}

/*教育*/
.lcon_7 {
    background-image: url(/theme/agency/img/icon_periphery.png);
    background-position: -205px -3px;
    margin-left: 10px;
    height: 35px;
    width: 30px;
    padding: 0 15px 17px 14px;
    color: #fff;
    font-size: 14px;
    position: relative;
    left: -8px;
}

/* 浮动广告 */
.ADleft {
    top: 260px;
    overflow: hidden;
    display: none;
    position: absolute;
    left: 2px;
    text-align: center;
}

/* 浮动广告 */
.ADright {
    right: 0;
    top: 260px;
    position: absolute;
    overflow: hidden;
    display: none;
    z-index: 99;
}

 .house_openinfo {
     width: 100%
 }

.icon-mod-video35 {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    background-image: url(../images/play.png);
}

.icon-mod-vr {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    background-image: url(../images/vr.png);
}

.item-mod-video34 {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}

#gallery img {
    width: 470px;
    height: 270px;
}

.tooltip-inner {
    background-color: #F5F5F5;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #F5F5F5;
}

.dynamic li p {
    font-size: 16px;
}


.consult-list .photo-box {
    position: relative;
    float: left;
}
.dynamic .consult-list .consult-list-li {
    display: block;
    float: left;
    clear:none;
    border-bottom:none;
}
.consult-list li .photo {
    width: 60px;
    height: 60px;
    float: left;
    display: block;
    border-radius: 100%;
    background-size: cover;
    background-position: top center;
}
.consult-list .consult-info {
    width: 155px;
    float: left;
    display: block;
    margin-left: 10px;
    position: relative;
}
.con-name {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    padding-bottom: 5px;
}
.consult-info .serve-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 5px;
}
.consult-info .serve-info span {
    font-size: 12px;
    color: #0b0f12;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.consult-info .book-btn {
    /* margin-top: 4px; */
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 6px 0px 6px;
    border-radius: 2px 0px 0px 2px;
    display: block;
    _zoom: 1;
    _display: inline;
    vertical-align: top;
    line-height: 17px;
    background: rgba(254, 247, 248, 0.7);
    border: 1px solid #4a77eb;
    width: 90px;
    text-align: center;
    text-decoration: none;
    color: #4a77eb;
}

.consult-info .book-btn .active {
    position: absolute;
    writing-mode: vertical-lr;
    bottom: -1px;
    right: -24px;
    font-size: 12px;
    line-height: 24px;
    /* transform: translate(100%, 0); */
    color: #fff;
    background: #4a77eb;
    border: 1px solid #4a77eb;
    height: 31px;
}

.basic-preview {
    float: left;
    width: 650px;

    padding-left: 15px;
}


.swiper-container {
    width: 100%;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top,.gallery-top img, .gallery-top video, .gallery-top iframe {
    width: 635px;
    height: 425px;
}
.gallery-thumbs {
    height: 75px;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    height: 75px;
}
.swiper-slide-thumb-active img {
    border:1px solid #4a77eb;
}
.tit-bg {
    display: block;
    width: 95px;
    height: 28px;
    background: #000;
    opacity: .5;
    filter: alpha(opacity = 50);
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
}
.photo-tit {
    width: 100%;
    height: 24px;
    line-height: 12px;
    text-align: center;
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

.clearfix, .layout {
    zoom: 1;
}
.basic-details {
    width: 535px;
    /*min-height: 515px;*/
    float: left;
    position: relative;
    margin-left: 30px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.basic-parms-wrap {
    z-index: 8;
    position: relative;
}
.basic-parms-wrap .wide-basic-info {
    width: 550px;
}
.basic-parms-wrap .basic-info {
    float: left;
    width: 530px;
    overflow: hidden;
}
.basic-parms-wrap .basic-info .basic-fst {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.basic-parms-wrap h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #333;
    font-weight: bold;
}
.basic-details .tags {
    height: 20px;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 15px;
    word-break: break-word;
}
.basic-details .tags .on-sale {
    background-color: #4863c4;
    color: #fff;
}
.basic-details .tags .lp-type {
    background-color: #67cddb;
    color: #fff;
}
.basic-details .tags a {
    display: inline;
    float: left;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    background-color: #f8f8f8;
    margin-right: 5px;
    white-space: nowrap;
    cursor: default;
    text-decoration: none;
}
dt.price-label {
    height: 30px;
    line-height: 30px;
}
.basic-parms dt {
    width: 52px;
    color: #474b4e;
    clear: left;
}
.basic-parms dt, .basic-parms dd {
    float: left;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 500;
}
.basic-parms .price {
    margin-top: -1px;
    margin-bottom: 5px;
    display: flex;
    align-items: flex-end;
}

.basic-parms dd {
    width: 480px;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    color: #0b0f12;
}

.basic-parms .price p {
    display: flex;
    align-items: baseline;
}
.basic-parms .price em.other-price {
    margin: 0;
    height: 30px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    color: #f2334c;
    display: inline-block;
}
.basic-parms .price em {
    font-size: 30px;
    color: #f60;
    margin: 0 5px;
}
.basic-parms .sp-price {
    font-size: 18px;
}
.basic-parms .price span {
    height: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #4a77eb;
    margin-left: 1px;
    margin-bottom: 1px;
}
.basic-details .basic-parms .ajust {
    white-space: nowrap;
    display: flex;
}
.basic-details .basic-parms .ajust .house-item {
    display: inline-block;
    max-width: 394px;
}
.g-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.basic-parms .toright {
    margin-left: 15px;
}

.basic-details .showlink {
    display: inline-block;
    color: #999;
    font-size: 14px;
}
.basic-parms .last-line {
    margin-bottom: 0;
    height: 20px;
}
.basic-footer {
    display: flex;
    margin-top: 20px;
}
.basic-details .wchar-qr {
    float: left;
    width: 110px;
    min-height: 130px;
    margin-right: 24px;
}
.basic-details .wchar-qr img {
    height: 110px;
    width: 110px;
    border: 0;
}
.basic-details .wchar-qr p {
    color: #999;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    margin-top: 4px;
    text-align: center;
}
.basic-tel {
    float: left;
    width: 420px;
    overflow: hidden;
    clear: both;
    zoom: 1;
    height: 126px;
    background-color: #F3B5BB;
}

.pcLittlePhoneWrapUinone {
    background-color: #E3F5FF;
    color: #4a77eb;
    text-align: center;
    cursor: pointer;
}
.pcLittlePhoneMainUinone, .pcLittlePhoneMainUinone_after {
    font-size: 26px;
    margin-top: 32px;
    line-height: 28px;
}
.pcLittlePhoneMain {
    display: flex;
    justify-content: center;
    font-weight: bold;
}
.pcLittlePhoneSubUinone, .pcLittlePhoneSubUinone_after {
    font-size: 14px;
    margin-top: 10px;
    line-height: 14px;
    justify-content: center;
    display: flex;
}

#js_discountBox .zwt_publictit ~ .sf_noCoupon {
    margin-top: 0;
}
.sf_noCoupon {
    height: 129px;
    background: #E3F5FF;
    border: 1px solid #4a77eb;
    position: relative;
}

.sf_noCoupon .t1 {
    position: absolute;
    height: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #C87E84;
    left: 80px;
    top: 35px;

}
.sf_noCoupon .t2 {
    position: absolute;
    font-size: 18px;
    font-weight: 600;
    color: #4a77eb;
    top: 69px;
    left: 80px;
}

.sf_noCoupon .btn {
    position: absolute;
    display: block;
    width: 156px;
    line-height: 25px;
    text-align: center;
    border-radius: 22px;
    border: 1px solid #4a77eb;
    color: #4a77eb;
    right: 90px;
    top: 45px;
    font-size: 18px;
}
.sf_noCoupon .btn:hover {
    background-color: #4a77eb;
    border-color: #4a77eb;
    color: #fff
}

.lp_box{
    box-shadow: none;
    -webkit-box-shadow:none;
}


.lp_box .title-nav{
    position: relative;
    background-color: #ffffff;
    height: 62px;
    line-height: 62px;
    color: #000;
    padding-left: 5px;
    border-bottom: 1px solid #e4e4e4;
    font-weight: 700;
}

.lp_box .title-nav h3 {
    float: left;
    font-size: 20px;
    font-weight: bold;
}

.lp_box .title-nav .line {
    position: absolute;
    left: -1px;
    right: 0px;
    bottom: -1px;
    height: 5px;
    background: #4a77eb;
    width: 95px;
}

.lp_box .title-nav .line .before {
    display: block;
    width: 6px;
    height: 100%;
    background: #184ED8;
}
.dynamic .lpsk li{
    padding: 15px 0px 15px 0px;
    border-bottom: none;
}

.houses-open-dot{
    margin-left: -5px;
    margin-top: 5px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
}

.houses-open-dot span{
    display: block;
    width: 7px;
    height: 7px;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    box-sizing: border-box;
}
.houses-open-date {
    display: flex;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-top: -16px;
}
 .houses-open-date .houses-open-date-content {
    background: #eee;
    color: #999;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 4px;
    font-size: 12px;
}
.houses-open-item {
    display: flex;
    justify-content: space-between;
    line-height: 24px;
    margin-left: 10px;
}
.houses-open-item .houses-open-item-name {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
}
.current-episode-wrap{
    margin-top: 25px;
    display: flex;
    justify-content: center;
    margin-right: 50px;
}
.current-episode-wrap .yaohao-list{
    display: flex;
    margin-bottom: 20px;
}
.time-line-wrap {
    display: flex;
    align-items: center;
    margin-right: -41px;
}
.time-line-wrap:nth-child(2n - 1) {
    flex-direction: column;
}
.time-line-wrap:nth-child(2n) .time-step-wrap .time-dot {
    transform: rotate(180deg);
}
.time-line-wrap .yaohao-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 87px;
    height: 56px;
    padding: 8px;
    font-size: 12px;
    color: #4a77eb;
    background-color: #E3F5FF;
    text-align: center;
    box-sizing: border-box;
}
.time-line-wrap .yaohao-item .yaohao-date {
    line-height: 12px;
}
.time-line-wrap .time-step-wrap {
    display: flex;
    align-items: center;
}

.time-line-wrap .time-step-wrap .time-dot {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 10px 0;
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid #4a77eb;
    border-radius: 50%;
}
.time-line-wrap .time-step-wrap .time-dot::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -12px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #E3F5FF;
    transform: translate(-50%, 0);
}
time-line-wrap:nth-child(2n) .time-step-wrap .time-dot {
    transform: rotate(180deg);
}
.time-line-wrap:nth-child(2n) {
    flex-direction: column-reverse;
    margin-top: 56px;
}

.time-line-wrap .time-step-wrap .time-line {
    width: 40px;
    height: 1px;
    background: #4a77eb;
}

.kaipan-mod.no-dongtai {
    text-align: center;
    padding-top: 60px;
    font-size: 16px;
    color: #999;
    position: relative;
    overflow: visible;
}
.kaipan-mod.no-dongtai label {
    width: 90px;
    margin: 15px auto 50px;
    background: #E3F5FF;
    box-shadow: 0 0 0 0.5px rgba(74,119,235,0.4);
    color: #4a77eb;
    line-height: 30px;
    height: 30px;
    display: block;
    font-size: 14px;
}
.category-tag{
    height: 17px;
    font-size: 12px;
    line-height: 12px;
    overflow: hidden;
    padding: 2px 4px 2px 4px;
    vertical-align: middle;
    position: relative;
    margin-bottom: 2px;
    display: inline-block;
    margin-right: 5px;
}
.dt-content-img img{
    margin-right: 10px;
}
