.case{
    background: #FAFDFF;
    position: relative;
}
.case_box{
    width: 49%;
    margin-top: 24px;
}
.case_img{
    width: 100%;
}
.case_img img{
    width: 100%;
}
.case_bottom{
    width: 100%;
    /*height: 100px;*/
    background-color: rgba(255,255,255,0.7);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #333333;
    padding-bottom: 10px;
}
.case_left{
    width: 50%;
    margin-left: 15px;
}
.case_left img{
    margin-top: 6px;
    margin-left: 10px;
    width: 10px;
}
.case_left div:first-child{
    display: flex;
    font-size: 12px;
    margin: 10px 0 10px 0;
    font-weight: bold;
}
.case_left div{
    font-size: 12px;
}
.case_right{
    width: 30px;
    margin-top: 28px;
    margin-right: 15px;
}
.case_right img{
    width: 100%;
}
.case_content{
    display: none;
    position: relative;
    width: 100%;
    height: 183px;
    padding: 40px 0;
    background-color: rgba(17, 113, 199, 0.7);
    color: #FFFFFF;
}
.case_content p{
    width: 251px;
    font-size: 14px;
    margin: 0 auto;
}
.case_content p:first-child{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
/*.case_button{*/
/*    position: absolute;*/
/*    bottom: 30px;*/
/*    left: 45px;*/
/*    display: block;*/
/*    width: 200px;*/
/*    height: 38px;*/
/*    font-size: 14px;*/
/*    line-height: 38px;*/
/*    border-radius: 19px;*/
/*    text-align: center;*/
/*    color: #FFFFFF;*/
/*    background-color: rgba(255, 255, 255, 0.5);*/
/*}*/
.select{
    width: 100%;
    display: flex;
    height: 50px;
    color: #999999;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}
.select input{
    width: 100%;
    padding-left: 10px;
    border: 1px solid #E0E0E0;
}
.type{
    width: 50%;
    border: 1px solid #E0E0E0;
    cursor: pointer;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.type img{
    vertical-align: middle;
    margin-left: 10px;
}
#submit1{
    width: 25%;
    background: #0053B8;
    color: #FFFFFF;
    cursor: pointer;
}
.type_content{
    display: none;
    width: 300px;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-shadow: 0px 3px 20px rgb(0 0 0 / 11%);
    border-radius: 5px;
    padding: 32px 10px;
    margin-top: 20px;
}
.type_content::before{
    content: '';
    background: url(../../yibazhan/images/btmSan.png)no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
    transform: rotate(
            180deg
    );
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(
            180deg
    );
    -o-transform: rotate(180deg);
    position: absolute;
    top: -30px;
    left: 60px;
}
.type_name{
    color: #999;
    font-size: 14px;
    width: 150px;
    margin-bottom: 8px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}
.type_box .active{
    background: rgba(72,126,255,.1);
    color: #487EFF;
}
.app_type{
    margin: 10px 0 20px 0;
}
.app_box:nth-child(4n){
      margin-right: 0;
}
.app_box{
    width: 23%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #0053B8;
    border: 1px solid #B6DDFD;
    cursor: pointer;
    font-size: 12px;
    margin-top: 10px;
    margin-right: 5px;
}
.app_box:c
.app_type .active{
    background: #487EFF;
    color: #FFFFFF;
}
.case_details{
    margin-top: 30px;
}
.case_details img{
    width: 100%;
}