/*! fancyBox v5 /# */

.body-info{
    width: 30%;
    margin: auto;
    margin-top:2%;
     margin-bottom:2%;
    padding: 2%;
    box-shadow: 1px 1px 5px #a4a4a4;
    border-radius: 10px;
    background: white;
    overflow: hidden;
    font-size: 1em;
    border: 1px solid rgba(2,0,0,0.0535);
}
.body-info a:hover{
    color: #c21;
}
.info-baner h1{
    text-align: center;
    padding:8px 5px;
    font-size: 1em;
    border-radius: 5px;
    /*! border:1px solid #888; */
}
.info-baner h1 a{
    color: #444;
    text-decoration:none;
}
.
.type-repair{
    width: 80%;
    margin: auto;
}
.type-repair .title{
    text-indent: 1em;
    color: #c21;
    font-size: 1.25em;
    border-bottom: 2px solid #c21;
    background: #efefef;
    height: 35px;
    line-height: 35px;
    margin: 0 0 30px 0 ;  

}
.type-repair .title h5{
    font-weight: 400;
}
.type-repair li{
    line-height: 45px;
    height: 45px;
    list-style-type:none;
    margin: 0 0 5px 0;
}
.type-repair li input{
    width: 50%;
    height: 28px;
    line-height: 28px;
    text-indent: 0.5em;
   
}
.type-repair .note {
    
    height: 50px;
    margin: 15px 0 20px 0
}
.type-repair .note textarea{
    display: block;
    width: 60%;
    height: 40px;
    padding: 10px 0; 
    text-indent: 0.5em;
    border: 1px solid  #ccc;
}
.type-repair .submit {
    width:100%;
    margin: auto;
    text-align: center;
}
.type-repair .submit input{
    width:100%;
    text-align: center;
    border: none;
    color: green;
    height: 35px;

}
.type-repair .submit input:hover{
    background: #c21;
    color: white;
}
.info-list ol{
    width: 100%;
    margin-left:0 ;
    padding:0;
    font-size: 0.85em; 
   
}
.info-list ol img{
    max-width: 100%;
    margin: 10px 0;
    
}
.info-list ol span{
    border: 1px solid #ddd;
    height: 45px;
    line-height: 45px;
    display: block;
    width: 25%;
    float: left;
    text-indent: 1em;
    margin-top:-1px;
    text-align: right;
    padding-right:3%; 
    color: #444;

}
.info-list ol span:nth-child(2n){   
    width: 71.383333333333333333333%;
    text-align: left;
    padding-right: 0;
}
.info-list ol:nth-of-type(12) span{
    border: none;
}
.type-list li label{
    display: block;
    width: 35%!important;
   text-align: right;
    float: left;
}
.type-list li input{
    width: 60%!important;
    border: 1px solid  #ccc;
    border-radius: 5px;
    cursor:pointer
}
.type-list .intxt2{
    width: 15%!important;
    margin: 5px 0 0 0
}
.type-list .intxt2:last-child{
    width: 35%!important;
}
.soma{
    text-align: center;
    width: 60%;
    margin: auto;
    margin-top:20px;
}
.soma img{  
    /*! box-shadow: 0 0  5px #333; */
    width: 50%;
    float: left;
}
.soma img:nth-child(2n){
    float:right;
    width: 50%;
}
.soma h2{
    width: 100%;
    height: 1em;
    line-height: 0em;
    color: #c21
}
.info-list{ 
    margin:0;
    line-height: 1.68em;
    padding: 0;
}
.info-list ul{
   width: 100%;
   padding: 0; 
   margin:10px 0 0 0;
   overflow: hidden;
   border-top:1px solid #ccc 

}

 
@media(min-width:360px){
    .body-info{
        width: 90%;
    }
    .info-list,.type-list li label{
        font-size: 0.95em
    }
    .info-list ol span:nth-child(2n){   
    width: 70.6223333333333333333333%;
    text-align: left;
    padding-right: 0;
}
}
@media(min-width:1200px){
    .body-info{
        width: 35%;
    }
   .info-list ol span:nth-child(2n){   
    width: 71.383333333333333333333%;
    text-align: left;
    padding-right: 0;
}
}






