.box{
    min-height: 100vh;
    height: auto;
    background: #fafbfc;
}
.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 110px;
}
.content .w-1200{
    display: flex;
    justify-content: space-between;
}
.content .con-le{
    width: 300px;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.content .con-ri{
    width: 880px;
    height: auto;
    overflow: hidden;
    background: #fafbfc;
    border-radius: 5px;
    margin-bottom: 40px;
}
.con-ri .con-title{
    width: 100%;
    height: 62px;
    padding-left: 18px;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    color: #db3030;
    line-height: 62px;
    background: #ffffff;
}
.con-ri .con-head{
    width: 100%;
    height: 65px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    line-height: 65px;
}
.con-head span{
    color: #db3030;
}
.con-ri .con-box{
    width: 100%;
    min-height: 620px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 40px;
    background: #fafbfc;
}
.con-box .con-item{
    width: 200px;
    height: 240px;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    padding: 9px;
    box-sizing: border-box;
    cursor:pointer;
    position: relative;
}
.con-box .con-item:nth-of-type(n+5){
    margin-top: 20px;
}
.con-box .con-item:last-child{
    margin-bottom: 40px;
}
.con-item .con-top{
    width: 100%;
    height: 190px;
    overflow: hidden;
}
.con-top .coo1{
    width: 181px;
    height: 181px;
    margin: 4px auto 0;
}

.con-top .con-li{
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 2px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
}
.con-li:nth-of-type(even){
    margin-right: 0;
}
.con-li:nth-of-type(n+3){
    margin-top: 2px;
}
.con-item .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top: 5px;
}
.con-item .con-out{
    width: 100%;
    height: 100%;
    border: 1px dashed #eeeeee;
    box-sizing: border-box;
}
.con-out .con-icon{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 70px;
    text-align: center;
    line-height: 35px;
}
.con-icon .iconfont{
    font-size: 35px;
    color: #333333;
}
.con-out .con-p{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
}


.con-item .ind-out{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    display: none;
    cursor:pointer;
    overflow: hidden;
}
.ind-out .ind-l{
    width: 80px;
    height: 30px;
    background: #e62b2b;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    margin: 80px auto 0;
}
.ind-l a{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}
.ind-out .ind-l:last-child{
    background: #ffffff;
    color: #333333;
    margin: 6px auto 0;
}


.con-item:hover .ind-out{
    display: block;
}









.popup{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    left: 0;
}
.popup .pop-box{
    width: 468px;
    height: 235px;
    background: #ffffff;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:  auto;
}
.pop-box .pop-head{
    width: 100%;
    height: 53px;
    padding: 0 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 53px;
}
.pop-box .pop-text{
    width: 100%;
    height: auto;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
    line-height: 50px;
    margin-top: 10px;
}
.pop-box .pop-btn{
    width: 100%;
    height: 38px;
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.pop-btn .btn{
    width: 120px;
    height: 38px;
    background: #db3030;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 38px;
    cursor:pointer;
}
.btn a{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}
.pop-btn .btn:last-child{
    background: #ffffff;
    border: 1px solid #eeeeee;
    color: #333333;
}
.pop-box .pop-de{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 12px;
    right: 0;
}
.pop-de .iconfont{
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    cursor:pointer;
}
.pop-box .pop-on{
    width: 100%;
    height: 44px;
    padding: 0 30px;
    box-sizing: border-box;
    margin-top: 30px;
}
.pop-on .pop-out{
    width: 100%;
    height: 44px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #f4f4f4;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    position: relative;
    cursor:pointer;
}
.pop-out input{
    display: block;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
}
