body{
    margin: 0;
    padding: 0;
}
.left{
    float: left;
}
.right{
    float: right;
}
a{
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.clearfix::after{
    content: "";
    display: block;
    clear: both;
}




.container {
    width: 1190px;
    height: 33px;
    margin: 0 auto;
}
.container .nav .sort{
    width: 270px;
    height: 34px;
    color: #ffffff;
    font-size: 13px;
    background-color: #DD2727;
    text-align: center;
    line-height: 33px;
    font-weight: bold;
}
.container .nav .right-nav{
    display: inline-block;
    padding-left: 22px;
    text-align: center;
    line-height: 33px;
}
.container .nav .right-nav a{
    font-family: Heiti SC;
    font-size: 12px;
    color: #000000;
    margin-right: 40px;
    font-weight: bold;
}
.container .nav .right-nav a:hover{
    color: #DD2727;
}
.container .center-left {
    width: 270px;
    height: 480px;
}
ul .sort-left{
    width: 64px;
    height: 60px;
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 60px;
}
ul .sort-right{
    width: 206px;
    height: 60px;
    border-bottom: 1px solid  rgb(224, 224, 224);
    box-sizing: border-box;
    padding-left: 20px;
}
ul .sort-right a{
    display: inline-block;
    font-family: Heiti SC;
    font-size: 12px;
    color: #666666;
    margin: 12px 12px 0 0;
    
}
ul .sort-right a:hover{
    color: #DD2727;
}
.center-right  .tab-top{
    width: 720px;
    position: relative;
}
.center-right  .tab-top ul{
    position: absolute;
    left: 270px;
    width: 180px;
    height: 20px;
   bottom: 20px;
   
}
.center-right  ul li{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 0;
    background-color: #000000;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;

}
.center-right  ul li.select{
    background-color: #DD2727;
}
.center-right  img{
    display: block;
    margin: 0;
    float: left;
}
.center-right .tab-center{
    width: 720px;
    height: 180px;
    float: left;
    position: relative;
}
.center-right .tab-center ul{
    position: absolute;
    width: 60px;
    height: 20px;
    bottom: 20px;
    left: 330px;
}
.center-right .lastimg{
    margin-top: 20px;
}
