.header-inter{
    width: 10rem;
  /* height: 345px; */
  height: 2.58233rem;
  min-width: 1349px;
  min-height: 345px;
    background: url('./../image/think-bg.png') no-repeat center;
    background-size: cover; 
}
.header-inter .consult{
    display: none;
}


.item-think{
    position: relative;
    width: 10rem;
    min-width: 1349px;
    /* height: 824px; */
    background:#f2f2fa;
    
}

.think{
    width: 6.252rem;
    min-width: 854px;
    /* height: 824px; */
    padding-top: 84px;
    padding-bottom: 84px;
    font-size: 14px;
    margin: auto;
    position: relative;
}
.think-child{
    width: 1.99rem;
    min-width: 270px;
    /* height: 314px; */
    margin: 0 10px 14px 0;
    display: inline-block;
    text-align: center;
    background: #fff;
    
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.think-child:nth-child(3n+3) {
    margin-right: 0;
  }
.think-child:hover{
    box-shadow: 0 0 6px #d4d5d5;
}
.think-child:hover .think-title{
    color: #008bf7;;
}
.think-child:hover .think-see{
    color: #008bf7;;
}
.think-a{
    text-decoration: none;
    color: black;
}
.think-child .think-icon img{
    width: 1.9888rem;
    min-width: 270px;
    min-height: 184px;
}
.think-box{
    margin-right: 10px;
    padding: 0 5px 0 10px;
}
.think-title{
    text-align: left;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.think-content{
    position: relative;
    margin-right: 20px;
    color: #6e6e6e;
    text-align: left;
    font-size: 10px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
/* .think-content::before {
    float: left;
    width: 5px;
    content: '';
    height: 40px;
  }
.think-content::after{
    content: "..."; 
    position: absolute; 
    background: #ffffff;
    width: 40px;
    height: 20px;
    bottom: 0; 
    right: 0; 
    padding-left: 10px;
} */
.think-see{
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 12px;
    display: inline-block;
    text-align: right;
    /* color: #6d9be6; */
    color: #979696;
}
.think-see span{
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url("../image/arrow-grey.png")  no-repeat center;
    background-size: cover;
    
}
.add{
    margin: 20px auto;
    position: relative;
    width: 210px;
    height: 40px;
    text-align: center;
    background: #fff;
    line-height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    cursor: pointer;
    display: none;
    
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.add:hover{
    box-shadow: 0 0 6px #d4d5d5;
}
.add-action{
    display: block;
}
.add .direct-down{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('./../image/direct-down.png') no-repeat center;
    background-size: cover;
    position: absolute;
    top: 15px;
    right:60px ;
    
}
.up{
    margin: 20px auto;
    position: relative;
    width: 210px;
    height: 40px;
    text-align: center;
    background: #fff;
    line-height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    cursor: pointer;
    display: none;
    
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.up:hover{
    box-shadow: 0 0 6px #d4d5d5;
}
.up-action{
    display: block;
}
.up .direct-up{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('./../image/direct-up.png') no-repeat center;
    background-size: cover;
    position: absolute;
    top: 15px;
    right:70px ;
}