.titleImg{
    background: url(../../afterSale/images/workshop-66823.jpg) no-repeat;
    background-size: cover;
}
.main{
    width: 100%;
    height: auto;
}
.asInfo{
    width: 50%;
    height: 1000px;
    margin: 140px auto;
    border: 2px solid #E5E5E5;
    background-color: white;
    box-shadow: 0 0 20px #E5E5E5;
}
.asInfo-top{
    width: 100%;
    border-bottom: 2px dotted #E5E5E5;
}
.asInfo-top h4{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.asInfo-top p{
    text-align: center;
    font-size: 18px;
    margin-top: 8px;
}
.asInfo-top button{
    display: block;
    margin: 15px auto;
    color: #C72E33;
    font-size: 18px;
    width: 170px;
    height: 40px;
    border: 1px solid black;
    background-color: white;
    transition: color 0.2s ease-in-out , background-color 0.2s ease-in-out;
}
.asInfo-top button:hover{
    background-color:#C72E33;
    color: white;
    transition: color 0.2s ease-in-out , background-color 0.2s ease-in-out;
}
.asIcon{
    margin:17px 0 20px 0 ;
    font-family: "iconfont" !important;
    font-size: 50px;
    font-style: normal;
    color: #C72E33;
    text-align: center;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.asInfo-bottom{
    width: 100%;
}
.asInfo-bottom h4{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}
.asInfo-bottom p{
    font-size: 14px;
    text-align: center;
}
.asInfo-bottom span{
    padding-bottom: 5px;
    font-size: 18px;
    color: #3C3C3C;
    display: block;
    width: 75px;
    margin: 5px auto;
    border-bottom: 3px solid #C72E33;
}
form{
    text-align: center;
    margin-top: 20px;
}
.asInfo-bottom input{
    margin: 0 auto 20px;
    width: 300px;
    height: 30px;
    font-size: 18px;
    text-align: center;
}
.asInfo-bottom input:hover{
    box-shadow: 5px 5px 10px #E5E5E5;
}
.formButton{
    width: 170px !important;
    height: 40px !important;
    background-color: #C72E33 !important;
    color: white !important;
    margin-top: 43px !important;
    transition: color 0.2s ease-in-out , background-color 0.2s ease-in-out;
}
.formButton:hover{
    background-color:white !important;
    color: #C72E33 !important;
    transition: color 0.2s ease-in-out ,background-color 0.2s ease-in-out;
}
.hint{
    font-size: 14px ;
    text-align: center;
    color: #AAAAAA;
    margin-top: 15px;
}
/* download */
.DL-ul{
    width: 70%;
    margin: 100px auto;
}
.DL-li{
    height: auto;
    overflow: hidden;
    width: 100%;
}
.downloadDiv{
    float: right;
}
.DL-li::after{
    content: '';
    display: block;
    width: 100%;
    float: left;
    border: 1px solid #AAAAAA;
}
.DL-title{
    font-size: 32px;
    margin: 20px 0;
}
.downloadBtn{
    display: block;
    font-size: 16px;
    margin: 20px;
    border-radius: 4px;
    color: #ffff;
    width: 230px;
    height: 50px;
    background-color: #15499F;
    text-align: center;
    line-height: 50px;
    transition:  background-color .2s ease-in-out,
                    box-shadow .2s ease-in-out;
}
.downloadBtn:hover{
    background-color: #246CE2;
    transition: all .2s ease-in-out;
    box-shadow: #15499F 0 0 10px;
}
/* 多端自适应适配 */
@media all and (max-width:1010px){
    .asInfo {
        width: 75%;
    }
    .downloadDiv{
        width: 100%;
    }
    .downloadBtn{
        margin: 20px auto;
    }
}
@media all and (max-width:888px){
    .asInfo {
        width: 85%;
    }
}
@media all and (max-width:500px){
    .asInfo {
        width: 85%;
        height: 1050px;
    }
    .asInfo-bottom h4 {
        font-size: 18px;
    }
    .asInfo-bottom input {
        width: 200px;
        height: 20px;
        font-size: 14px;
    }
    textarea{
       width: 200px;
    }
}