/*页面主体*/
.header .nav .proCha.cur span,
.header .nav .buyCar.cur span {
    bottom: 1px;
}
.column{
    margin-top:10px;
}
.column_main{
    margin-top: 40px;
}
.breadcrumb {
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 39px;
    border-bottom: 1px solid #ececec;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li span{
    position: relative;
    top: -2px;
    padding: 0 6px 0 10px;
    color: #999;
}
.breadcrumb li a {
    color: #4c4c4c;
    font-size: 18px;
}
.breadcrumb li.active {
    color: #999;
    font-size: 18px;
}
/*.breadcrumb li + li:before {
    position: relative;
    top: 2px;
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: -181px -231px;
    margin: 0 6px 0 4px;
}*/
.bread_card{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 2px 6px;
    font-size: 16px;
    background: none;
    color: #0f85e8;
    border: 1px solid #0f85e8;
    border-radius: 5px;
}
.detail_main{
    position: relative;
    float: left;
    width: 820px;
    padding-bottom: 56px;
}
.detail_main h4{
    margin-bottom: 26px;
    font-size: 20px;
}
.detail_inner{
    width: 100%;
}
.detail_inner h2{
    margin-top: 5px;
    text-align: left;
    font-size: 26px;
    color: #4c4c4c;
}
.detail_inner ul{
    float: left;
    width: 100%;
    margin-top: 26px;
}
.detail_inner ul li {
    float: left;
    margin-right: 46px;
    font-size: 16px;
    color: #4c4c4c;
}
.detail_inner ul li i{
    position: relative;
}
.detail_inner ul .list_msn i{
    top: 3px;
    background-position: -148px -126px;
    width: 20px;
    height: 19px;
}
.detail_inner ul .list_share i{
    top: 2px;
    background-position: -204px -230px;
    width: 20px;
    height: 19px;
}
.detail_inner ul li span,
.detail_inner ul li a{
    position: relative;
    top: -2px;
    padding-left: 10px;
}
.detail_inner ul li a{
    font-size: 16px;
    color: #0f85e8;
}
.detail_inner ul .list_share{
    position: relative;
    float: right;
    margin-right: 0;
    cursor: pointer;
}
.detail_inner ul .list_share dd{
    position: absolute;
    top: 22px;
    left: -28px;
    display: none;
    width: 105px;
    height: 118px;
    background: #fff;
    box-shadow: 0 2px 10px #aaa;
}
.detail_inner ul .list_share dd a{
    display: inline-block;
    width: 85px;
    height: 20px;
    padding: 10px;
    line-height: 0;
    font-size: 12px;
    color: #4c4c4c;
}
.detail_inner ul .list_share dd a:hover{
    background: #ececec;
}
.detail_inner ul .list_share dd a img{
    width: 20px;
}
.detail_inner ul .list_share dd a span{
    position: relative;
    top: -4px;
    left: -3px;
}
.detail_con{
    float: left;
    width: 820px;
    margin-top: 46px;
}
.detail_con iframe{
    margin: 0 auto;
    display: block;
    width: 98%;
    height: 425px;
}
.detail_con p{
    line-height: 2;
    text-indent: 2em;
    font-size: 16px;
    color: #4c4c4c;
}
.detail_con p strong{
	display: inline;
	font-weight: bold;
}
.detail_con table{
    margin: 25px auto;
    border: 1px solid #999;
}
.detail_con table tr,
.detail_con table tr td{
    border: 1px solid #999;
}
.detail_con table tr td{
    padding: 5px 0;
}
.detail_con div{
    margin-bottom: 20px;
    line-height: 2;
    font-size: 16px;
    color: #4c4c4c;
}
.detail_con img{
    display: block;
    max-width: 820px;
    margin: 36px auto;
}
.detail_inner .detail_msn li{
    display: inline-block;
    float: none;
    width: 33%;
    margin-right: 0;
}
.detail_inner .detail_msn li span{
    top: 0;
}
.detail_inner .detail_msn li a{
    color: #999;
}
.detail_inner .detail_msn .d_l{
    text-align: left;
    color: #999;
}
.detail_inner .detail_msn .d_weibo{ 
    text-align: center;
}
.detail_inner .detail_msn .d_weibo a{
    padding: 3px 10px;
    font-size: 12px;
    border: 1px solid #999;
    border-radius: 20px;
    cursor: pointer;
}
.detail_inner .detail_msn .d_s{
    text-align: right;
}
.detail_inner .detail_msn .d_s i:before{
    content: '\e62d';
    width: 18px;
    height: 17px;
    font-size: 20px;
    color: #999;
}
.detail_inner .detail_msn .d_s.d_was i:before{
    color: #d33e43;
}
.detail_inner .detail_msn .d_s a{
    position: relative;
    top: 1px;
    padding-left: 5px;
}
.detail_inner .detail_msn .d_s.d_was a{
    color: #d33e43;
}
.share_tools h4{
    font-size: 14px;
    text-align: center;
    color: #d33e43;
    border-bottom: 1px solid #ececec;
}
.share_tools h4 span{
    position: relative;
    top: 17px;
    display: inline-block;
    margin: 0 auto;
    padding: 5px 16px;
    background: #fff;
}
.share_tools ul{
    margin: 30px 0 40px;
    text-align: center;
}
.share_tools ul li{
    display: inline-block;
    float: none;
    margin: 0 12px;
    cursor: pointer;
}
.share_tools .qrCode{
    position: fixed;
    top: 70px;
    left: 50%;
    right: 0;
    display: none;
    width: 250px;
    height: 275px;
    padding: 15px;
    margin: 0 0 0 -150px;
    background: #fff;
    border: 10px solid #ececec;
    box-shadow: 1px 6px 30px #aaa;
    z-index: 1;
}
.share_tools .qrCode a{
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    width: 10px;
    height: 10px;
    color: #4c4c4c;
}
.share_tools .qrCode .qr_con{
    position: absolute;
    top: 45px;
    left: 15px;
    width: 250px;
}

.detail_banner{
    position: relative;
    display: none;
    width: 820px;
    height: 100px;
    margin: 0 auto;
    background: #eee;
}
.detail_banner span{
    position: absolute;
    top: 10px;
    right: 10px;
    padding:1px 4px;
    color: #fff;
    background: #525252;
    opacity: .5;
    z-index: 1;
}
.detail_banner img{
    width: 820px;
    height: 100px;
}
.detail_about{
    position: relative;
    padding-bottom: 26px;
    margin-top: 46px;
    border-bottom: 1px solid #ececec;
}
.detail_about h4{
    margin-bottom: 20px;
}
.detail_about ul{
    margin-top: 0;
}
.detail_about ul li{
    float: left;
    width: 410px;
    margin-right: 0;
    line-height: 1.4;
}
.detail_about ul li a{
    display: inline-block;
    width: 330px;
    font-size: 16px;
    color: #4c4c4c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.detail_about ul li a:hover{
    color: #0f85e8;
}
.detail_about .border_mid{
    position: absolute;
    left: 50%;
    width: 0px;
    height: 68px;
    border-right: 2px dashed #999;
}
.detail_say{
    position: relative;
    margin-top: 46px;
}
.detail_say h4 em{
    float: right;
}
.detail_say h4 em a{
    font-size: 14px;
    color: #d33e43;
}
.detail_say h4 em a span{
    padding: 0 5px;
}
.detail_say textarea{
    width: 786px;
    height: 104px;
    padding: 16px;
    font-size: 16px;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.detail_say .sub_say{
    padding-bottom: 26px;
    margin-top: 12px;
    border-bottom: 1px solid #ececec;
}
.detail_say .sub_say dl{
    float: left;
    width: auto;
    padding-right: 16px;
    margin-top: 6px;
}
.detail_say .sub_say dt{
    float: left;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
}
.detail_say .sub_say dt img{
    width: 36px;
    height: 36px;
}
.detail_say .sub_say dd{
    float: left;
    margin-top: 8px;
    font-size: 16px;
    color: #4c4c4c;
}
.detail_say .sub_say .userExit{
    float: left;
    margin-top: 14px;
    font-size: 16px;
    color: #999;
}
.detail_say .sub_say .input_inner{
    float: left;
    width: 280px;
}
.detail_say .sub_say .input_inner input[type="text"]{
    width: 100px;
    padding: 10px 10px 8px;
    font-size: 16px;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.detail_say .sub_say .input_inner{
    margin-left: 70px;
}
.detail_say .sub_say .input_inner .d_ma{
    position: relative;
    top: 10px;
    margin: 0 10px;
}
.detail_say .sub_say .input_inner .d_cb{
    font-size: 16px;
    color: #4c4c4c;
}
.detail_say .sub_say .input_inner .d_ma img{
    width: 80px;
    height: 30px;
}
.detail_say .sub_say input[type="submit"]{
    float: right;
    padding: 10px 16px;
    margin-top: 5px;
    color: #0f85e8;
    background: #fff;
    border-radius: 26px;
    border: 1px solid #0f85e8;
}
.detail_say .show_data dl{
    float: left;
    padding: 56px 0 26px; 
    border-bottom: 1px solid #ececec;
}
.detail_say .show_data dl dt{
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    overflow: hidden;
}
.detail_say .show_data dl dt img{
    width: 60px;
    height: 60px;
}
.detail_say .show_data dl dd{
    width: 740px;
    float: right;
}
.detail_say .show_data dl .data_msn{
    font-size: 14px;
}
.detail_say .show_data dl .data_msn strong{
    padding-right: 56px;
    color: #4c4c4c;
}
.detail_say .show_data dl .data_msn em span{
    padding-right: 18px;
    color: #999;
}
.detail_say .show_data dl .data_inner{
    height: 50px;
    margin-top: 10px;
    font-size: 16px;
    color: #4c4c4c;
}
.detail_say .show_data dl .data_btn{
    float: right;
    width: auto;
    font-size: 16px;
}
.detail_say .show_data dl .data_btn i{
    position: relative;
    top: 3px;
    margin-right: 10px;
}
.detail_say .show_data dl .data_btn strong{
    color: #999;
    margin-right: 56px;
}
.detail_say .show_data dl .data_btn strong i{
    background-position: -208px -277px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.detail_say .show_data dl .data_btn strong:hover{
    color: #d33e43;
}
.detail_say .show_data dl .data_btn strong:hover i,
.detail_say .show_data dl .data_btn strong.cur i{
    background-position: -185px -259px;
    width: 16px;
    height: 16px;
}
.detail_say .show_data dl .data_btn strong.cur{
    color: #d33e43;
}
.detail_say .show_data dl .data_btn em{
    padding-left: 10px;
    cursor: pointer;
}
.detail_say .show_data dl .data_btn em i{
    background-position: -208px -257px;
    width: 16px;
    height: 18px;
}
.detail_say .show_data dl dd textarea{
    width: 705px;
    height: 70px;
    margin-top: 10px;
}
.detail_say .show_data dl dd input[type="submit"] {
    float: right;
    padding: 5px 10px 4px;
    margin-top: 13px;
    color: #0f85e8;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #0f85e8;
}
.detail_say .show_data dl .rely_com{
    padding: 15px 0;
    border-bottom: 1px solid #ececec;
}
.detail_say .show_data dl .rely_com strong{
    width: 100%;
}
.detail_say .show_data dl .rely_com strong img{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    overflow: hidden;
}
.detail_say .show_data dl .rely_com strong span{
    position: relative;
    top: -7px;
    left: 10px;
}
.detail_say .show_data dl .rely_com em{
    width: 100%;
    padding-top: 10px;
}
.more_btn{
    width: 100%;
    margin-top: 36px;
}
.more_btn a {
    display: block;
    width: 189px;
    height: 36px;
    padding-top: 7px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: #999;
    border: 2px solid #999;
    border-radius: 23px;
}
.more_btn span {
    position: relative;
    top: 3px;
    margin-right: 5px;
    background-position: -115px -70px;
    width: 20px;
    height: 20px;
}

/*侧边栏*/
.sidebar{
    float: right;
    width: 344px;
}
.si_main ul{
    float: left;
}
.si_main ul li{
    float: left;
    width: 78px;
    height: 78px;
    margin: 6px 4px;
    text-align: center;
}
.si_main ul li img {
    width: 78px;
}
.si_main dl {
    float: left;
    width: 114px;
    height: 90px;
    text-align: center;
}
.si_main dl dt{
    width: 114px;
    height: 74px;
}
.si_main dl dt img{
    width: 94px;
    height: 70px;
}
.aside{
    margin-top:46px;
}
.aside h4{
    font-size: 20px;
}
.aside dl{
    float: left;
    margin-top: 30px;
}
.aside dl dt{
    position: relative;
    float: left;
    width: 144px;
    height: 96px;
    overflow: hidden;
}
.aside dl dt img{
    width: 144px;
    height: 96px;
}
.aside dl dd{
    float: left;
    width: 180px;
    margin: 10px 0 0 16px;
    font-size: 14px;
}
.aside dl dd a:hover{
    color: #0f85e8;
}
.aside dl .hot_msn_inner{
    margin-top: 20px;
    font-size: 12px;
    color: #999;
}
.aside dl .hot_msn_inner strong{
    float: left;
}
.hotBuy dl dt em{
    position: absolute;
    bottom: 6px;
    left: 6px;
    display: inline-block;
    padding: 3px 6px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, .66);
    border-radius: 3px;
    cursor: pointer;
}
.aside dl .hot_msn_inner em{
    float: right;
}
.aside dl .as_time{
    margin-top: 17px;
    color: #999;
}
.aside .aside_main{
    position: relative;
    width: 344px;
    height: 229px;
    margin-top: 26px;
}
.aside .aside_main dt{
    position: relative;
    overflow: hidden;
}
.aside .aside_main dt,
.aside .aside_main dt img{
    width: 344px;
    height: 229px;
}
.aside .aside_main dd{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 46px;
    margin: 0;
    background: rgba(0,0,0,.66);
}
.aside .aside_main dd a{
    display: inline-block;
    width: 300px;
    padding:9px 20px 0 16px;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.aside .aside_main dd a:hover{
    color: #fff;
}
.aside.si_banner{
    margin-top: 30px;
}
.aside .banner,
.aside .banner img{
    width: 344px;
    height: 208px;
}

/*登录*/
#mask_login {
    z-index: 10000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    opacity: .65;
    -moz-opacity: .65;
    filter: alpha(opacity=60);
    background-color: #000;
    background-position: inherit inherit;
    background-repeat: inherit inherit
}

.include_login {
    position: fixed;
    top: 100px;
    bottom: auto;
    right: auto;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0 none;
    width: 100%;
    background-color: transparent;
    z-index: 10001;
    overflow: hidden;
    left: 0;
}

.include_login .include-c {
    width: 395px;
    position: static;
    background-color: white;
    margin: 0 auto;
}

.include_login .include-inner {
    width: 395px;
    z-index: 10005
}

.include_login .include-inner .title {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    position: relative;
    text-align: center;
}

.include_login .include-inner .title .close {
    display: inline-block;
    position: absolute;
    top: -10px;
    right: 10px;
    /*background-position: -85px -500px;*/
    font-size: 20px;
    font-style: normal;
    cursor: pointer
}

.include_login .include-inner-content {
    padding: 20px 20px
}

.include_login .include-inner-content .username,.include-inner-content .password {
    width: 355px;
    overflow: hidden;
    position: relative
}

.include_login .include-inner-content .username {
    margin-top: 20px;
    overflow: hidden;
    height: 45px;
}

.include_login .include-inner-content .username-icon {
    width: 16px;
    height: 16px;
    background-position: -88px -737px;
    position: absolute;
    top: 15px;
    left: 10px
}

.include_login .include-inner-content .password-icon {
    width: 16px;
    height: 19px;
    background-position: -105px -695px;
    position: absolute;
    top: 12px;
    left: 10px
}

.include_login .include-inner-content .password {
    margin-top: 20px;
    overflow: hidden;
    height: 45px;
}

.include_login .include-inner-content .username input {
    width: 340px;
    color: #565656;
    border: 1px solid #ddd;
    height: 39px;
    padding-left: 10px
}

.include_login .include-inner-content .password input {
    width: 340px;
    color: #565656;
    border: 1px solid #ddd;
    height: 39px;
    padding-left: 10px
}

.include_login .ts-box {
    margin-top: 20px;
}

input[type=text], input[type=password] {
    line-height: 43px \9;
}

.include_login .ts-box span {
    text-align: center;
    padding: 3px 8px;
    background-color: #fde0df;
    font-size: 12px;
    color: #c40000;
    border: 1px solid #c40000;
    width: 88px;
    height: 23px;
    line-height: 23px;
    display: none;
}

.include_login .ts-box span i {
    width: 15px;
    height: 15px;
    margin: 4px 3px 0 0;
    background-color: #c40000;
    color: #fff;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    font-style: normal;
    font-size: 12px
}

.include_login input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    margin: 0;
    cursor: pointer;
    vertical-align: middle;
    margin-top: -2px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.include_login input[type=checkbox]:checked::after {
    content: url("../images/gou.png");
    display: block;
    position: absolute;
    right: 0;
    margin-top: 1px
}

.include_login .lxt-inline #register, #login_submit {
    float: left;
    width: 172px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: #d03333;
    color: #fff;
    border: 0;
    font-size: 16px;
    cursor: pointer
}

.include_login .lxt-inline {
    margin-top: 20px;
    width: 100%;
    height: 45px;
}

.include_login .lxt-inline #register {
    float: right;
    background-color: #adadad
}

.include_login .adddott {
    border-bottom: 1px dashed #ddd
}

.include_login .register-fs span {
    width: 24px;
    height: 24px;
    margin-top: 10px;
    display: inline-block;
    background-position: -1px -790px;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer
}
.include_login .register-fs span img{
    width: 24px;
    height: 24px;
}

.include_login .register-fs span.qq {
    background-position: -35px -790px
}

.user-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -user-select: none;
}
