body{
    background-color: #f7f7f7;
}

.header_warp{
    border: 1px solid rgb(237, 239, 242);
    background:#FFF!important;
}

.Login .vip{
    background: rgb(230, 233, 239);
}

.Login span{
    color:rgb(61, 68, 80)!important;
}

.main{
    width: 1000px;
    margin:100px auto 40px;
}
.details{
    width: 800px;
    height: 100%;
    margin: 0 auto;
}
.mess_address{
    color: #999999;
    margin-bottom: 20px;
    font-size: 14px;
}
.mess_address a{
    color: #999999;
}
.mess_address a:last-child{
    color: #ff5355;
}
.mess_box{
    background-color: #ffffff;
    padding: 50px 40px 0 40px;
}
.mess_title{
    margin-bottom: 40px;
}
.mess_title p{
    font-size: 14px;
    color:#999999;
}
.article_img{
    max-width: 720px;
    max-height: 478px;
}
.article_img img{
    max-height: 478px;
    max-width: 720px;
}
.mess_box h2{
    display: inline-block;
    font-size: 30px;
    color: #333333;
    margin-bottom: 30px;
}
.mess_box{
    color: #afb4bb;
    padding-bottom: 40px;
    border-bottom:1px dashed #f2f2f2;
}

.mess_box span{
    font-size: 14px;
    color: #999999;
}
.show_number{
    margin-left: 50px;
}
.show_img {
    display: inline-block;
    width: 19px;
    height: 15px;
    background: url("../image/customerCase/case_num.png");
    vertical-align: sub;
}

.show_num {
    color: #999999;
    font-size: 12px;
    font-weight: 100;
}
.article{
    margin-top: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333333;
    letter-spacing: 1.5px;
}
.catalog{
    display: none;
    padding: 40px 0 40px 40px;
    background-color: #ffffff;
    border-bottom:1px dashed #c3cbd9;
}
.catalog_box{
    width: 570px;
}
.catalog_box span{
    display: inline-block;
    width: 280px;
    margin: 10px 0;
    cursor: pointer;
}
.catalog_box span:nth-child(even){
    float: right;
}
.article_mess{
    background-color: #ffffff;
    min-height: 500px;
    padding: 40px;
}
.article_mess img{
    max-width: 720px;
}
/*æ–‡ç« ç‚¹èµžæ•°*/
.count{
    height: 200px;
    background-color: #ffffff;
    width: 100%;
    padding-top: 60px;
}
.likeCount{
    margin: 0 auto;
    width: 118px;
    height: 72px;
    background-color: #ed433d;
    border-radius: 36px;
    cursor: pointer;
}
.likeCount p{
    text-align: center;
    margin: 0;
}
.count_icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    background:url("../image/icon_count.png") no-repeat;
    margin-top: 10px;
}
.count_num{
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
}
.good_help{
    padding-top: 20px;
    font-size: 16px;
    color: #333333;
}


.recommend{
    width: 800px;
    background: #ffffff;
    margin: 0 auto 100px;
    display: none;
}
.r_title{
    padding: 0 20px 0 20px;
    height: 50px;
    border-bottom:2px solid #f2f2f2;
}
.r_title h3{
    line-height: 56px;
    padding-left: 12px;
    position: relative;
    font-size:18px;
    font-weight: 800;
    color:#333333;
    font-family: " ";

}
.r_title h3:after{
    content: "";
    width: 3px;
    height: 18px;
    background-color: #ff5355;
    position: absolute;
    top: 18px;
    left:0;
}
.r_box{
    padding: 0 20px 0 20px;
}
.r_mess{
    height: 50px;
    border-bottom:1px dashed #edeff2;
}
.r_mess:last-child{
    border-bottom:0;
}
.r_mess{
    line-height: 50px;
}
.r_mess a{
    font-size: 18px;
    color: #333333;
}
.r_mess a:hover{
    text-decoration: underline;
    color: #ff5355;
}
.r_time{
    float: right;
    font-size: 14px;
    color: #999999;
}





/*å›ºå®šç›®å½•*/
.fixed_catalog{
    position: fixed;
    bottom: 20%;
    right: 20%;
}
@media screen and (max-width: 1800px) {
    .fixed_catalog{
        right: 255px;
    }
}
@media screen and (max-width: 1700px) {
    .fixed_catalog{
        right: 205px;
    }
}
@media screen and (max-width: 1600px) {
    .fixed_catalog{
        right: 155px;
    }
}
@media screen and (max-width: 1440px) {
    .fixed_catalog{
        right: 80px;
    }
}
@media screen and (max-width: 1250px) {
    .fixed_catalog{
        right: -40px;
    }
}

.catalog_box{
    position: relative;
    width: 100%;
    height: 100%;
}
.catalog_box b{
    position: absolute;
    width: 1px;
    background-color: #8f96a1;
    left: 1px;
    top: 15px;
}
.f_catalog{
    width: 150px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    position: relative;
}
.f_catalog a{
    font-size: 12px;
    color: #3d444f;
}
.f_catalog i{
    width: 6px;
    height: 6px;
    background-color: #8f96a1;
    border-radius: 3px;
    position: absolute;
    top: 13px;
    left: -2px;
}
.catalog_active{
    background-color: #ff5355 !important;
}
.catalog_icon{
    width: 61px;
    height: 61px;
}
.show_catalog{
    display: none;
    width: 61px;
    height: 61px;
    cursor: pointer;
    background: url("../image/messDetails/catalog.png") no-repeat;
}
.goTop{
    display: inline-block;
    width: 61px;
    height: 61px;
    cursor: pointer;
    background: url("../image/messDetails/goTop.png") no-repeat;
}





/*å›ºå®šåˆ†äº«èœå•*/
.detail_share ul{
    position: fixed;
    top: 100px;
    width:55px;
    height:347px;
}

.detail_share ul li{
    width:53px;
    height:52px;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
    cursor:pointer;
}

.detail_share ul li:nth-child(1){
    background:url('../image/messDetails/new_weibo.png')
}

.detail_share ul li:nth-child(1):hover{
    background:url(../image/messDetails/new_weibo_red.png);
    -webkit-transition: .5s cubic-bezier(.3,0,0,1.3);
    transform: scale(1);
}

/*.detail_share ul li:nth-child(2){*/
    /*background:url('../image/messDetails/tx_weibo.png')*/
/*}*/

/*.detail_share ul li:nth-child(2):hover{*/
    /*background:url(../image/messDetails/tx_weibo_blue.png);*/
    /*-webkit-transition: .5s cubic-bezier(.3,0,0,1.3);*/
    /*transform: scale(1);*/
/*}*/

.detail_share ul li:nth-child(2){
    background:url('../image/messDetails/QQ.png')
}

.detail_share ul li:nth-child(2):hover{
    background:url(../image/messDetails/QQ_blue.png);
    -webkit-transition: .5s cubic-bezier(.3,0,0,1.3);
    transform: scale(1);
}

.detail_share ul li:nth-child(3){
    background:url('../image/messDetails/kongjian.png')
}

.detail_share ul li:nth-child(3):hover{
    background:url(../image/messDetails/kongjian_yellow.png);
    -webkit-transition: .5s cubic-bezier(.3,0,0,1.3);
    transform: scale(1);
}



/*ç»Ÿä¸€æç¤ºæ¡†*/
.alert_boxs{
    min-width: 400px;
    max-width: 518px;
    height: 220px;
    background-color: #fff;
    border-radius: 5px;
    position: fixed;
    top: 57%;
    left: 44%;
    margin-top:-200px;
    margin-left:-110px;
    z-index: 5000;
}
.alert_boxs .alt_top{
    padding:68px 0px 0px 0px;
    margin-bottom: 52px;
    width: 100%;
}
.margin_box{
    display: table;
    min-width: 128px;
    margin: 0 auto;
}
.alert_boxs .alt_top .alt_logo{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    vertical-align: top;
    background: url("../image/common/alert_icon.png") no-repeat;
}
.alert_boxs .alt_top .alt_mess{
    font-size: 20px;
    line-height: 30px;
}
.alert_boxs .alt_bottom{
    padding-left: 140px;
}
.alert_boxs .alt_bottom .alert_sure{
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    color: #fff;
    background-color: #ff5355;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.alert_box,.cancel_box{
    display: none;
}

.cancel_box .alt_top{
    padding:68px 0px 0px 90px;
    margin-bottom: 52px;
}
.cancel_box .alt_bottom{
    padding-left: 65px;
}
.alert_cancel{
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    color: #4d4d4d;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border: 1px solid #bcbcbc;
    vertical-align: top;
    margin-right: 30px;
}