*{
    margin: 0;
    padding: 0;
    list-style: none;

}
body {
    font-family: "微软雅黑",Arial, Helvetica, sans-serif, "宋体";
    font-weight: normal;

    font-size: 14px;
    line-height: 1.42857;
    -webkit-text-size-adjust: none;
}
a{
    text-decoration: none;
    color: #333;
}
li{
    list-style: none;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
a {
    text-decoration: none;
    color: #333;

}
.iconMenu{
    display: none;
}
.pcl{
    color: #b83922;
    font-size: 20px;
    margin-bottom: 30px;
}
.p1{
    margin-bottom: 5px;
    font-weight: normal;
}
.p2{
    font-size: 13px;
    color: #999999;
}

.child{
    width: 80%;
    margin: 0px auto;
    text-align: center;
    /*padding-top: 40px;*/
    /*padding-bottom: 50px;*/
}
.question {
    text-indent: 2em;
    line-height: 30px;
    color: #666;
    margin-top: 20px;
}

.case-detail-box .container .title {
    font-size: 18px;
    margin: 10px 0px;
    text-align: left;
}
.case-detail-box .container .warn {
    margin-top: 30px;
    color: #666;
}
.case-detail-box .container .tips {
    color: #666;
    margin: 20px 0px;

}
.case-detail-box .container .tips span {
    display: inline-block;
    padding: 3px 8px;
    background-color: #64C56E;
    color: #fff;
    border-radius: 3px;
    margin-left: 15px;
}
/*head*/
#headImgSpan{
    color: #ed9696;
    font-size: 18px;
}
@media screen and (min-width: 760px) and (max-width: 1281px) {
    .p1 {
        font-size: 14px;
    }

    .p2 {
        font-size: 11px;
    }


    .leftSuccessfulCase{
        display: none;
    }
    .rightSuccessfulCase {
        width: 100%;
    }
    /deep/#ConcubineSuccessfulCaseChild {
        width: 80%;
    }
/*    .rightSuccessfulCaseContent {*/
/*    div{*/
/*        width: 64%;*/
/*    }*/
/*}*/
}
@media screen and (min-width: 766px) and (max-width: 1281px) {


}

@media screen and (max-width: 760px) {
 h2{
     font-size: 25px;
 }
}



.info {
    width: 300px;
    height: 84px;
    border: solid 1px silver;
}
div.info-top {
    display: flex;
    justify-content: space-between;
    align-content: center;
    position: relative;
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0;
}
div.info-top div {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    padding: 0 10px;
}
div.info-top img {
    position: absolute;
    top: 10px;
    right: 10px;
    transition-duration: 0.25s;
}
div.info-top img:hover {
    box-shadow: 0px 0px 5px #000;
}
div.info-middle {
    font-size: 12px;
    padding: 6px;
    line-height: 20px;
}
div.info-bottom {
    height: 0px;
    width: 100%;
    clear: both;
    text-align: center;
}
div.info-bottom img {
    position: relative;
    z-index: 104;
}
span {
    margin-left: 5px;
    font-size: 11px;
}
.info-middle img {
    float: left;
    margin-right: 6px;
}






/*Firefox 浏览器对 fieldset问题*/
@-moz-document url-prefix() {
    fieldset { display: table-cell; }
}


@font-face {
    font-family: 'iconfont';  /* project id 100745 */
    src: url('http://at.alicdn.com/t/font_nq5hd0raaonfusor.eot');
    src: url('http://at.alicdn.com/t/font_nq5hd0raaonfusor.eot?#iefix') format('embedded-opentype'),
    url('http://at.alicdn.com/t/font_nq5hd0raaonfusor.woff') format('woff'),
    url('http://at.alicdn.com/t/font_nq5hd0raaonfusor.ttf') format('truetype'),
    url('http://at.alicdn.com/t/font_nq5hd0raaonfusor.svg#iconfont') format('svg');
}


.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
