*{
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
    color: #333;
}
ul li{
    list-style: none;
}


@media screen and (min-width:751px) {
    .mod-zixun{
        display: none;
    }
    body{
        background-color: #efefef;
    }
    .zixun-content{
        width: 80%;
        margin: auto;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    .zixun-content .zixun-left{
        width: 12%;
        background-color: #fff;
        height: 100%;
        line-height: 30px;
        padding: 0 15px;
    }
    .zixun-content .zixun-left li{
        padding: 10px 0;
        font-size: 18px;
        letter-spacing: 1px;
        border-bottom: 1px solid #e3e3e3;
    }
    
    .zixun-content .zixun-left li:last-child{
        border: none;
    }
    .zixun-content .zixun-left li img{
        width: 15%;
        vertical-align: middle;
        margin-right: 10px;
        margin-top: -5px;
    }
    .zixun-content .zixun-right{
        width: 84%;
        background-color: #fff;
        padding-bottom: 20px;
        display: flex;
    }
    .zixun-content .zixun-right .zixun-right-left{
        width: 75%;
        border-right: 3px solid #efefef;
        
    }
    .zixun-content .zixun-right .zixun-right-left .zixun-right-head{
        width: 95%;
        margin: auto;
        padding: 15px 0;
        font-size: 20px;
        font-weight: bold;
        border-bottom: 1px solid #efefef;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .zixun-content .zixun-right .zixun-right-left .zixun-right-head a{
        font-size: 14px;
        color: skyblue;
        text-decoration: underline;
    }
    .zixun-content .zixun-right .zixun-right-left .zixun-right-left-cont{
        width: 95%;
        height: 100%;
        margin: auto;
        position: relative;
    }
    
    .zixun-content .zixun-right .zixun-right-left .zixun-right-left-cont .cont-left{
        display: flex;
        align-items: center;
        line-height: 30px;
        margin-top: 10px;
        position: relative;
    }
    .zixun-content .zixun-right .zixun-right-left .zixun-right-left-cont .touxiang{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden;
        border: 1px solid #efefef;
    }
    .zixun-content .zixun-right .zixun-right-left .zixun-right-left-cont .touxiang img{
        width: 100%;
        vertical-align: middle;
    }
    .zixun-content .zixun-right .zixun-right-left .zixun-right-left-cont .cont-left div:nth-child(2){
        margin-left: 10px;
        width: 90%;
    }
    .zixun-content .zixun-right .zixun-right-left .zixun-right-left-cont .cont-left div:nth-child(2) p:first-child{
        font-size: 13px;
        color: #999;
        text-indent: 10px;
        display: flex;
        justify-content: space-between;
    }
    .zixun-content .zixun-right .zixun-right-left .zixun-right-left-cont .cont-left div:nth-child(2) p:nth-child(2){
        
        font-size: 14px;
        padding: 4px 10px;
        border-bottom: 1px solid #efefef;
    }
    
    
    .zixun-content .zixun-right .zixun-right-left .zixun-right-left-cont .cont-left .hui{
        position: absolute;
        top: 70px;
        background-color: #efefef;
        color: #999;
        border-radius: 5px;
        font-size: 13px;
        padding: 5px 10px;
    }
    
   
    .zixun-content .zixun-right .zixun-right-right{
        width: 25%;
        color: #999;
    }
    .zixun-content .zixun-right .zixun-right-right div:first-child{
        font-size: 29px;
        text-align: center;
        margin-top: 20px;
    }
    .zixun-content .zixun-right .zixun-right-right p{
        width: 90%;
        margin: auto;
        margin: 20px;
        font-size: 15px;
        cursor: pointer;
    }
    .zixun-content .zixun-right .zixun-right-right p:nth-child(2){
        margin-top: 20px;
    }

}

@media screen and (max-width:750px) {
    .zixun-content{
        display: none;
    }
    .mod-zixun .mod-zixun-head{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        font-size: 20px;
        font-weight: bold;
        padding: 10px;
        border-bottom: 1px solid #efefef;
    }
    .mod-zixun .mod-zixun-head a:last-child{
        font-size: 12px;
        color: skyblue;
        text-decoration: underline;
    }
    .mod-zixun .mod-zixun-cont{
        width: 96%;
        margin: auto;
    }
    .mod-zixun .mod-zixun-cont .mod-cont-left{
        display: flex;
        align-items: center;
        margin-top: 20px;
    }
    .mod-zixun .mod-zixun-cont .mod-cont-right{
        justify-content: flex-end;
    }
    .mod-zixun .mod-zixun-cont .mod-tou{
        width: 45px;
        height: 45px;
        border-radius: 50%;
        border: 1px solid #efefef;
        overflow: hidden;
    }
    .mod-zixun .mod-zixun-cont .mod-tou img{
        width: 100%;
    }
    .mod-zixun .mod-zixun-cont .mod-cont-left div:nth-child(2){
        margin-left: 10px;
        width: 80%;
    }
    .mod-zixun .mod-zixun-cont .mod-cont-left div:nth-child(2) p:first-child{
        font-size: 12px;
        color: #999;
        display: flex;
        justify-content: space-between;
    }
    .mod-zixun .mod-zixun-cont .mod-cont-left div:nth-child(2) p:nth-child(2){
        margin-top: 5px;
    }
    .mod-zixun .mod-zixun-cont .mod-cont-left div:nth-child(2) p:nth-child(2){
        font-size: 14px;
        padding-bottom: 10px;
        border-bottom: 1px solid #efefef;
    }
    .mod-zixun .mod-zixun-cont .mod-cont-right div:nth-child(1) p:first-child{
        text-align: right;
    }
    .shuru{
        width: 95%;
        margin: auto;
        height: 35px;
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 35px;
        position: absolute;
        bottom: 20px;
    }
    .shuru form{
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .shuru span{
        display: inline-block;
        width: 23px;
        height: 23px;
        border-radius: 50%;
        border: 1px solid #000;
        line-height: 23px;
        text-align: center;
    }
    .shuru input[type="text"]{
        width: 57%;
        height: 25px;
        margin: 0 15px;
        border: none;
        outline: none;
        background-color: #f9f9f9;
    }
    .shuru input[type="submit"]{
        width: 80px;
        height: 25px;
        border-radius: 25px;
        border: none;
        background-color: #efefef;
        color: #999;
    }
    .fanhui{
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex;
        box-shadow: 3px 3px 10px 3px #666;
    }
    .fanhui span{
        display: inline-block;
        width: 50%;
        text-align: center;
        padding: 15px 0;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 2px;
    }
    .fanhui span:first-child{
        background-color: #efefef;
    }
    .fanhui span:last-child{
        background-color: #FFBF55;
        color: #fff;
    }
    

}