/* 左侧图片视频放大镜轮播  */
body{
    background-color: #F7F8FC;
}
#MagnifierWrap2 {
    position: relative;
    width: 540px;
}

.MagnifierMain {
    position: relative;
    width: 100%;
    height: 406px;
}

.MagnifierMain img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.MagnifierDrag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ccc;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: move;
}

.MagnifierPop {
    position: absolute;
    top: 0;
    overflow: hidden;
    background: #fff;
}

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

#MagnifierWrap2 .spec-items {
    position: relative;
    width: calc(100% - 88px);
    height: 67px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
}

#MagnifierWrap2 .spec-items ul {
    width: 500%;
    position: absolute;
    top: 0px;
    left: 0;
}

#MagnifierWrap2 .spec-items ul * {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#MagnifierWrap2 .spec-items li {
    float: left;
    overflow: hidden;
    margin-right: 5px;
    cursor: pointer;
    padding: 1px;
    border-radius: 6px;
}

#MagnifierWrap2 .spec-items li.on {
    background: none repeat scroll 0 0 #E53A11;
}

#MagnifierWrap2 .spec-items li img {
    width: 82px;
    height: 62px;
    border-radius: 6px;
}

#MagnifierWrap2 span.spe_leftBtn,
#MagnifierWrap2 span.spe_rightBtn {
    position: absolute;
    bottom: 17px;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 31px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    color: white;
    cursor: default;
    background-color: #ddd;
}

#MagnifierWrap2 span.on {
    background-color: #ccc;
    color: #999;
    cursor: pointer;
}

#MagnifierWrap2 span.spe_leftBtn {
    left: 0;
}

#MagnifierWrap2 span.spe_rightBtn {
    right: 0;
}

.buy_detail .main_content{
    background-color: white;
    border-radius: 5px;
    padding: 20px;
}
/* 左侧*/
.buy_detail .main_content .left {
    float: left;
}

#MagnifierWrap2 .spec-items li{
    position: relative;
}
#MagnifierWrap2  .spec-items li .videoed {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%,-50%);
}

.videos {
    display: none;
    border: 1px solid #080808;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -320px;
    margin-top: -210px;
    z-index: 100;
    width: 640px;
    height: 360px;
}

.vclose {
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 100%;
    cursor: pointer;
}

/* 右侧 */
.buy_detail .main_content .right {
    float: right;
    width: 590px;
}

.buy_detail .main_content .right .title {
    font-size: 24px;
    line-height: 1;
}

.buy_detail .main_content .right .info .id{
    background-color: #fff2ef;
    color: #E53A11;
    border-radius: 6px 0 6px 0;
    padding: 3px 5px;
    margin-right: 10px;
}
.buy_detail .main_content .right .info {
    margin-top: 15px;
    color: #A7ADB4;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.buy_detail .main_content .right .info .iconfont{
    font-size: 20px;
    margin-right: 7px;
}
.buy_detail .main_content .right .time {
    margin-left: 17px;
    display: flex;
    align-items: center;
}

.buy_detail .main_content .right .num {
    margin-left: 17px;
    display: flex;
    align-items: center;
    color: #E53A11;
}

.buy_detail .main_content .right .tags {
    margin-top: 17px;
}

.buy_detail .main_content .right .tags span {
    font-size: 12px;
    color: #E53A11;
    padding: 4px;
    background-color: #FFF8F0;
    border-radius: 6px 0px 6px 0px;
    margin-right: 10px;
}

.buy_detail .main_content .right .more_info {
    margin-top: 19px;
    background-color: #f7f8fc;
    border-radius: 6px;
    display: flex;
    padding: 17px 0;
    padding-right: 20px;
}

.buy_detail .main_content .right .more_info .item {
    flex: 1;
    padding-left: 20px;
    border-right: 1px solid #e7e8ec;
}

.buy_detail .main_content .right .more_info .item:last-child {
    border-right: none;
}

.buy_detail .main_content .right .more_info .t {
    font-size: 14px;
    color: #AFB0BB;
    margin-top: 3px;
}

.buy_detail .main_content .right .more_info .c {
    font-size: 16px;
}

.buy_detail .main_content .right .price {
    display: flex;
    align-items: center;
    margin-top: 44px;
    justify-content: space-between;
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 15px;
}

.buy_detail .main_content .right .price .c {
    font-size: 28px;
    color: #E53A11;
}

.buy_detail .main_content .right .price .brand {
    font-size: 14px;
    color: #E53A11;
    border-radius: 3px;
    border: 1px solid #E53A11;
    margin-left: 28px;
    padding: 7px 10px;
}

.buy_detail .main_content .right .tel {
    margin-top: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 10px;
}

.buy_detail .main_content .right .tel .t {
    background-color: #E53A11;
    font-size: 14px;
    color: #fff;
    padding: 4px 8px;
    border-radius: 6px 0px 6px 0px;
}

.buy_detail .main_content .right .tel .c {
    font-size: 18px;
    margin-left: 15px;
}
.fxnote{
    margin-top: 19px;
    font-size: 14px;

}
.fxnote b{
    font-weight: normal;
    color: #E53A11;
}
.fxnote span{
    color: #AFB0BB;
}
.buy_detail .main_content .right .btns {
    margin-top: 24px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}
.right_top{
    display: flex;
    align-items: center;
    height: 406px;
}
.buy_detail .main_content .right .btns a {
    flex: 1;
    color: #fff;
    text-align: center;
    background-color: #E53A11;
    margin-right: 19px;
    padding: 13px 0;
    border-radius: 6px;
}
.buy_detail .main_content .right .btns .yuding{
    border: 2px solid #E53A11;
    background-color: white;
    color: #E53A11;
}
.buy_detail .main_content .right .btns .xunjia {
    background-color: #313237;
}

.buy_detail .main_content .right .btns .xunjia {
    margin-right: 0;
}

.buy_detail .information .title {
    font-size: 24px;
    margin-bottom: 26px;
}

.buy_detail .information {
    margin-top: 60px;
}

/* 基本信息 */
.buy_detail .information .basic .lists {
    background-color: #FFFFFF;
    padding: 27px 20px;
    border-radius: 6px;
}

.buy_detail .information .basic .lists li {
    width: 32%;
    margin-right: 2%;
    float: left;
    text-align: center;
}

.buy_detail .information .basic .lists li:nth-child(3n) {
    margin-right: 0;
}

.buy_detail .information .basic .lists .t {
    color: #999;
    float: left;
    border: 1px solid #ececec;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    width: 40%;
    box-sizing: border-box;
    background-color: #fdfdfd;
}

.buy_detail .information .basic .lists .c {
    float: left;
    border: 1px solid #ececec;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    width: 60%;
    box-sizing: border-box;
    background-color: #fff;
}

/* 车主描述 */
.buy_detail .information .description{
    margin-top: 40px;
}
.buy_detail .information .description .box {
    background-color: #FFFFFF;
    padding: 27px 20px;
    border-radius: 6px;
    font-size: 14px;
}
.buy_detail .information .description .box .tips{
    color: #E53A11;
    margin-top: 12px;
}

/* 车辆实拍 */
.buy_detail .information .pictures{
    margin-top: 40px;
}
.buy_detail .information .pictures .lists li {
    /*width: 590px;
    height: 440px;
    float: left;*/
    width: auto;
    height: auto;
    margin-right: 19px;
    margin-bottom: 19px;
}

.buy_detail .information .pictures .lists li:nth-child(2n) {
    margin-right: 0;
}

.buy_detail .information .pictures .lists li img {
    /*width: 100%;*/
    /*height: 100%;*/
    max-width: 800px;
    height: auto;
}
.infofavo{
    color: #AFB0BB;
    font-size: 14px;
}

/* 相似推荐 */
.buy_detail .information .recommend{
    margin-top: 20px;
}
.favo_add img,.bijia_add img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.info_favo_add{
    color: #E53A11;
}
.apoint{
    text-align: center;
    margin-top: 40px;
}
.apoint a{
    font-size: 16px;
    margin-right: 30px;
}
.apoint .apoint_cur{
    position: relative;
    color: #E53A11;
    /*border-bottom: 2px solid #E53A11;
    padding-bottom: 5px;*/
}
.apoint .apoint_cur:after{
    content: '';
    width: 25px;
    height: 4px;
    background: #E53A11;
    position: absolute;
    left: 50%;
    top: 28px;
    transform: translate(-50%, 0px);
}
.lists table{
    width: 100%;
    border: 1px solid #ececec;
}
.lists table tr td{
    text-align: center;
    padding: 10px;
}
.lists table tr:nth-child(odd){
    background: #f6f8fc;
    font-size: 14px !important;
    color: #AFB0BB;
}
.lists table tr:nth-child(even){
    font-size: 16px;
}
.indexlist{
    padding: 0;
}