body{
    min-width:1200px;
}
#header{

    width:1200px;
    height:90px;
    margin:0 auto;
    padding-top:15px;
}



.search{
    display: inline-block;
    font-size:0px;
    margin-left:80px;
    vertical-align: top;
}

.search .input-box {
    position: relative;
    display:inline-block;
    width:664px;
    height:46px;
    
    border:2px solid #4b8dee;
}

.search .input-box input{
    width:620px;
    height:40px;
    position: absolute;
    left:20px;
    top:1px;
    font-size:16px;
    outline:none;
}
.search .search-button{
    display:inline-block;
    width:46px;
    height:46px;
    
    background:url('../images/search.png') no-repeat center;
    background-size:46px 46px;
    cursor: pointer;
}
#header .operation{
    float:right;
}

#header .operation a{
    float:left;
    line-height:46px;
    color:#818388;
}

#header .operation a:first-child{
    margin-right:46px;
}
.nav{

    width:1200px;
   
    margin:0 auto;
   
}

.nav ul{
    display: flex;
    padding: 20px 0;
}

.nav ul li{
    margin: 0 40px;
    padding-bottom:10px;
    border-bottom: 2px solid transparent;
   
}

.nav ul li:hover{
   
    border-bottom: 2px solid #00a3ff;
   
}

.nav ul li a{
    color:#2b303b;
}
.appcount {
    font-size: 14px;
    color: #7f7f7f;
    padding-bottom: 2px;
}

.nav ul li:hover a{
   
    color:#00a3ff;
   
} 
.slider{
    width:100%;
    height:380px;
   
    
}

.slider img{
    width:auto;
    height:100%;
    
}
.content {
    width:1200px;
   
    margin:0 auto;
   
    
}

.content .list .title{
    color:#2b303b;
    font-size:20px;
    line-height:80px;
    font-weight:bold;
}


.content .list ul li{
    float:left;
    width:290px;
    height:425px;
    border: 1px solid #ccc;
    margin: 0 13px 10px 0;
    position: relative;
}
    .content .list.suite_new_list ul li {
        float: left;
        width: 391.3px;
        height: 525px;
        border: 1px solid #ccc;
        margin: 0 13px 10px 0;
        position: relative;
    }
      .content .list.suite_new_list ul li:nth-child(3n) {
            margin: 0 0 10px 0;
        }


.content .list li a{
    display:block;
    
}

.content .list li img:first-child{
    width:288px;
    height:290px;
    
}

    .content .list:not(.suite_new_list) ul li:nth-child(4n) {
        margin: 0 0 10px 0;
    }

.content .list .info{
    padding:16px 20px;
}

    .content .list div .firstp {
        font-size: 18px;
        color: #2b303b;
        margin-bottom: 6px;
    }


    .content .list div .desc {
        font-size: 14px;
        color: #7f7f7f;
        margin-bottom: 10px;
    }

.content .info span:first-child{
    font-size:18px;
    color:#f94d46;
}

    .content .del_originprice {
        font-size: 12px;
        color: #7f7f7f;
        padding-left:15px;
    }
    .content .info span:nth-child(2) {
        font-size: 14px;
        color: #7f7f7f;
        float: right;
    }

    .content .ad {
        widows: 100%;
        height: 140px;
        padding-top: 10px;
        margin-bottom: 20px;
    }

.content .rank .title{
    color: #2b303b;
    font-size: 20px;
    line-height: 80px;
    font-weight: bold;
}
.content .rank .pannel{
    display: flex;
    height:466px;
    
}

.content .rank .sup{
    width:346px;
    height:466px;
    border: 1px  solid #ccc;
    margin-right:16px;
    position: relative;
}

.content .mark{
    position: absolute;
    right:0;
    top:0;
    width:30%;
    
}

.content .sup .info{
    padding:16px 20px;
}
.content .sup .firstp {
    font-size: 18px;
    color: #2b303b;
    margin-bottom: 6px;
}
.content .rank-list .firstp {
    color: #2b303b;
    font-size: 18px;
}

.content .sup p:nth-child(2) {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 10px;
}
.sup .pic {
    width: 344px;
    height: 344px;
    position: relative;
}
.content .rank-list  li{
    float:left;
    margin:0 14px 16px 0;
}

.content .rank-list  li:nth-child(2n){
    margin:0 0px 16px 0;
}
.content .rank-list .item{
    width:412px;
    height:144px;
    border:1px solid #ccc;
    display:flex;
}

.content .rank-list .item div:first-child{
    position: relative;
}

.content .rank-list .item img:first-child{
    width:144px;
    height:142px;
}

.content .rank-list .item .info{
    flex:1;
    padding:26px 20px;
    width: 256px;
}



.content .item p:nth-child(2) {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 16px;
}

.content li:hover{
    
    box-shadow: 0 0 14px  #bbb;
   
}

.content .sup:hover{
    box-shadow: 0 0 10px  #bbb;
}
.more{
    width:100%;
    height:110px;
    text-align: center;
}
.more span{
    display: inline-block;
    width:160px;
    height:50px;
    border:1px solid #00a3ff;
    line-height: 50px;
    font-size:14px;
    color:#00a3ff;
    cursor: pointer;
    border-radius: 10px;
    margin-top:30px;
}
.content .desc {
    font-size: 14px;
    color: #7f7f7f;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}