﻿.clearfix:after
{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix
{
display:inline-block;
}
/* Hide from IE Mac */
.clearfix {display:block;}
/* End hide from IE Mac */
/* end of clearfix */
*{
    padding:0;
    margin:0;
    list-style:none;
    text-decoration: none;
    font-style: normal;
    color:#000;
    border:none;
    font-family: "微软雅黑";
}

.tcdPageCode{
    float:right;
    height:63px;
    line-height: 63px;
    background:#fff;
    width:884px;
    text-align: right;
    margin-top:42px;
    font-size:14px;
    margin-bottom:274px;
    border:1px solid #d6d7dc;
}
.PageCode{
    width:100%;
    margin:0;
    border:none;
    margin-top: 20px;
}
.tcdPageCode .thelast,.tcdPageCode .thefirst{
    margin:0 6px;
    color:#323232;
    height:36px;
    width:82px;
    text-align: center;
    background:#f3f3f3;
    display:inline-block;
    line-height:36px;
    border:1px solid #d6d7dc;
}
.PageCode .thelast,.PageCode .thefirst{
    margin:0 2px;
}
.tcdPageCode .disabled,.tcdPageCode .nextPage,.tcdPageCode .prevPage{
    margin:0 6px;
    color:#323232;
    display:inline-block;
    background:#f3f3f3;
    height:36px;
    width:82px;
    border:1px solid #d6d7dc;
    text-align: center;
    line-height: 36px;
}
.PageCode .disabled,.PageCode .nextPage,.PageCode .prevPage{
    margin:0 2px;
}
.tcdPageCode .tcdNumber{
    margin:0 6px;
    color:#323232;
    text-decoration:underline;
    width:36px;
    height:36px;
    text-align: center;
    line-height: 36px;
    background:#f3f3f3;
    border:1px solid #d6d7dc;
    display:inline-block;
}
.PageCode .tcdNumber{
    margin:0 2px;
}
.tcdPageCode .current{
    margin:0 6px;
    color:red;
    width:36px;
    height:36px;
    display:inline-block;
    text-align: center;
    line-height: 36px;
}
.PageCode .current{
    margin:0 2px;
}
.Consultation_PageCode{
    margin:20px 0;
}
.Consultation_tips{
    width:740px;
    height:36px;
    background:#f3f3f3;
    border:1px solid #d6d7dc;
    font-size:14px;
    line-height: 36px;
    margin:0 auto;
    text-indent: 10px;
    color:#4d4d4d;
}
.Consultation_content{
    width:740px;
    height:180px;
    border:1px solid #d6d7dc;
    margin:20px auto 0;
    display:block;
    resize:none;
}
.Consultation_submit{
    width:118px;
    height:40px;
    border:1px solid #a30a0a;
    background:#de3232;
    line-height: 40px;
    text-align: center;
    display:inline-block;
    font-size:24px;
    color:#fff;
    cursor: pointer;
}
.Consultation_bottomWrap{
    text-align: center;
    margin:23px 0;
}
.Consultation_inputWrap{
    margin-right:10px;
}
.Consultation_submit{

}

.popup{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    display:none;
}
.shadow{
    position: absolute;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.7;
    top:0;
    left:0;
}
.popup_main{
    position:absolute;
    top:20%;
    left:50%;
    border-radius:5px 5px 0 0;
}
.hexiao_main{
    width:550px;
    margin-left:-275px;
}
.popup_top{
    width:100%;
    height:35px;
    background:url(../images/blue_line35.jpg) repeat-x;
    border-radius:5px 5px 0 0;
    text-align: center;
    line-height:35px;
    color:#fff;
    position: relative;
}
.popup_close{
    position:absolute;
    width:18px;
    height:18px;
    background:url(../images/icon_close.png) no-repeat;
    top:2px;
    right:2px;
}
.popup_content{
    width:100%;
    background:#fff;
    padding:20px 0;
}
.popup_main .popup_p1{
    padding:0 30px;
    text-indent:2em;
    color:#323232;
    line-height:30px;
}