.type_div{
    margin-top: 20px;
}
.type_title{
    height: 60px;
    line-height: 60px;
    border-bottom: 2px solid #ccc;
    padding-bottom:  20px;
    display: flex;
    justify-content: space-between;
}
.type_title h3{
    padding-left: 14px;
    font-size: 30px;
    border-left: 4px solid #E42129;
}
.type_title a{
    color: #999999;
}
.type_main{
    margin-top: 30px;
    display:flex ;
    flex-wrap: wrap;
    justify-content: space-between;

}
.type-info-box{
    width: 48%;
    border: 1px solid #999;
    cursor: pointer;
    background-color: #f0f0f0;
    margin-top: 20px;
    transition:all 3s;

}
.type-info-box>div:first-child{
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.type_info_left{
    width: 45%;
    /*height: 100%;*/
    overflow: hidden;
    height: 180px;
}
.type_info_left img:hover{
    transform: scale(1.1);
}
.type_info_left img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;

}
.type_info_right{
    width: 50%;
    height: 100px;
}
.type_info_right h5{
    font-size: 18px;
    font-weight: bolder;
}
.btn-12{
    position: relative;
    right: 20px;
    bottom: 20px;
    border:none;
    box-shadow: none;
    width: 130px;
    height: 40px;
    line-height: 42px;
    -webkit-perspective: 230px;
    perspective: 230px;
}
.btn-12 span {
    background: rgb(0,172,238);
    background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
    display: block;
    position: absolute;
    width: 130px;
    height: 40px;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
    border-radius: 5px;
    margin:0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn-12 span:nth-child(1) {
    box-shadow:
            -7px -7px 20px 0px #fff9,
            -4px -4px 5px 0px #fff9,
            7px 7px 20px 0px #0002,
            4px 4px 5px 0px #0001;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
}
.btn-12 span:nth-child(2) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
}
.btn-12:hover span:nth-child(1) {
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.btn-12:hover span:nth-child(2) {
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
    color: transparent;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
.custom-btn{
    margin-top: 30px;
    cursor: pointer;
    position: relative;
    left: 30px;
}
.type-info-box:hover{
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}
