*{
    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 .wen{
        text-align: center;
        margin-top: 50px;
    }
    .zixun-content .zixun-right .zixun-right-left .wen select{
        width: 350px;
        height: 30px;
        outline: none;
        border: 1px solid #efefef;
    }
    .zixun-content .zixun-right .zixun-right-left .wen input{
        width: 350px;
        height: 30px;
        margin-top: 20px;
        text-indent: 10px;
        outline: none;
        border: 1px solid #efefef;
    }
    .zixun-content .zixun-right .zixun-right-left .wen textarea{
        width: 340px;
        height: 100px;
        margin-top: 20px;
        padding: 5px;
        resize: none;
        outline: none;
        border: 1px solid #efefef;
    }
    .zixun-content .zixun-right .zixun-right-left .wen button{
        margin-top: 35px;
        width: 120px;
        padding: 10px 0;
        border: none;
        border-radius: 8px;
        color: #fff;
        background-color: #FF8800;
    }
    .zixun-content .zixun-right .zixun-right-left .wen span{
        display: inline-block;
        margin-top: 35px;
        width: 120px;
        padding: 10px 0;
        border: none;
        font-size: 14px;
        border-radius: 8px;
        color: #666;
        background-color: #ddd;
        margin-right: 15px;
    }
    
    .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 .huoqu{
        text-align: center;
       line-height: 30px;
    }
    .mod-zixun .huoqu a{
        text-decoration: underline;
        font-size: 12px;
        color: skyblue;
    }
    .mod-zixun .mod-zixun-cont{
        width: 96%;
        margin: auto;
    }

    .mod-zixun .wen{
        text-align: center;
        margin-top: 20px;
    }
    .mod-zixun .wen select{
        width: 350px;
        height: 30px;
        border: 1px solid #efefef;
    }
    .mod-zixun .wen input{
        width: 350px;
        height: 30px;
        margin-top: 20px;
        text-indent: 10px;
        outline: none;
        border: 1px solid #efefef;
    }
    .mod-zixun .wen textarea{
        width: 340px;
        height: 100px;
        margin-top: 20px;
        padding: 5px;
        resize: none;
        outline: none;
        border: 1px solid #efefef;
    }
    

    .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;
    }

}