﻿.content{
    overflow: hidden;
}
.content01{
    width: 1200px;
    margin: 0 auto;
}
.content01 .top span{
    font-size: 20px;
    color: #d1171a;
    border-left:5px solid #d1171a;
    padding-left: 12px;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 20px;
    margin-top: 60px;
}
.content01 .top{
    width: 1200px;
    border-bottom:1px solid #d1171a ;
    margin-bottom: 30px;
}
.content01 .left{
    float: right;
    margin-top: -55px;
    background: url(../images/dingwei.png) no-repeat;
}
.content01 .left span{
    margin-left: 15px;
    width: 180px;
    display: inline-block;
    font-size: 14px;
    color: #d1171a;
    line-height: 14px;
}
.content01 .left a{
    color: #d1171a;
}
.content02 .contentimg{
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}

.contenttop{
    width: 410px;
    height: 140px;
    margin: 50px auto 0;
    font-size:14px;
    padding: 1px;
    line-height: 18px;
}
.contenttop p{
    width: 50px;
    float: left;
    margin-right: 15px;
}
.contenttop span{
    width: 30px;
    float: left;
    margin-right: 5px;
    
}

.contenttop .button01{
    display: inline-block;
    width: 190px;
    line-height: 18px;
}
.contenttop .button01 a{
    padding:1px 6px;
}
.contenttop .button01 .b01,.b02,.b03,.b04{
    
    border: 1px solid #a5d4ff;
    background-color: #ffffff;
}
.contenttop .button02{
    float: right;
    height: 22px;
    margin-top: -2px;
}
.contenttop .button02 a{
    width: 40px;
    padding: 0 3px 2px;
    border: 1px solid #a5d4ff;
    background:linear-gradient(#ffffff, #c0def7); 
}
.contenttop .button02 input{
    width: 42px;
    height: 22px;
    margin-top: -5px;
    margin-right: 3px;
    line-height: 16px;
    background-color: #ffffff;
    border: 1px solid #a5d4ff;
}

.Modal{
    width: 800px;
    height: 600px;
    margin: 0 auto;
    border: 10px solid #ededed;
    background: #ffffff;
    background-size: 800px 600px;
    border-radius: 25px;
    position: fixed;
    top:50px;
    left:0px;
    right:0px;
    display: none;
    z-index: 1234;
}




    /* 设置弹出图片的样式 */
    .modal-content {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
    }
    /* img:hover
    {
        transform: scale(1.2);  
    } */
    /* 设置文本内容的样式 */
    #caption {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
        text-align: center;
        color: #000000;
        height: 50px;
        z-index: 1;
        font-size: 30px;
        /* font-weight: bold; */
        line-height: 90px;
    }

    #cover{
        display: none;
        width: 100%;
        height: 1986px;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }
    /* 设置弹出图片的动画，添加动画 */
    .modal-content,
    #caption {
        -webkit-animation-name: zoom;
        -webkit-animation-duration: 0.6s;
        animation-name: zoom;
        animation-duration: 0.6s;
    }

    @-webkit-keyframes zoom {
        from {
            -webkit-transform: scale(0)
        }

        to {
            -webkit-transform: scale(1)
        }
    }

    @keyframes zoom {
        from {
            transform: scale(0)
        }

        to {
            transform: scale(1)
        }
    }

    /* 设置span标签的关闭按钮样式 */
    .close{
        width: 25px;
        height: 28px;
        padding-left: 7px;
        position: absolute;
        bottom: -60px;
        left:48%;
        color: #f1f1f1;
        border: 2px solid #f1f1f1;
        border-radius: 50%;
        font-size: 24px;
        transition: 0.3s;
        background-color: rgba(0,0,0,0.5);
    }

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

    /* 小屏幕中图片宽度为 100% */
    @media only screen and (max-width: 700px) {
        .modal-content {
            width: 100%;
        }
    }







.wishlist{
    width: 1200px!important;
    overflow: hidden;
    
}
.wishlist ul{
    cursor: pointer;
    float: left;
    width: 388px!important;
    height: 90px;
    font-size: 15px;
    line-height: 25px;
    background-color: #ffffff;
    margin-bottom: 20px;
    
}
.wishlist ul:nth-child(2),ul:nth-child(5),ul:nth-child(8){
    margin: 0px 16px;
    
}
.wishlistin{
    display: none;
    position: fixed;
    left: 50%;
    z-index: 999999;
    top:35%;
    margin-top: -120px;
    margin-left: -300px;
    width: 600px;
    height: 300px;
    background: #f9f6f6;
    
}
.wishlistin span{
    font-size: 20px;
    color: #fff;
    height: 50px;
    width: 580px;
    line-height: 50px;
    display: inline-block;
    text-align: left;
    background-color: #d1171a;
    padding-left: 20px;
}
.wishlistin div{
    display: inline-block;
    text-align: center;
    margin:  0 auto;
    width: 60px;
    height: 60px;
}
.listinc{
    position: relative;
    top: -480%;
    left: 905%;
    width: 30px;
    opacity: 0.5;
}
.wishlistin p{
    width: 500px;
    height: 200px;
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto;
    margin-top: 20px;
}

.wishlist ul .wishsay{
    color: #000000;
    height: 45px;
    width: 330px;
    margin: 20px 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.wishlist .wishyear{
    position: relative;
    bottom:0%;
    left:70%;
    color: #999999;
    margin-top:-20px ;
    margin-right: 50px;
}