.zxly_form p {
    font-size: 16px;
    width: 100px;
    float: left;
    text-align: right;
    margin: 0;
    margin-right: 20px;
}
.zxly_form p span {
    color: #f00;
    margin-left: 6px;
}
.zxly_form .zxly_yzm_txt {
  width: 120px;
}
.zxly_sub {
    background: #4a93d7;
    width: 210px;
    height: 44px;
    border:1px solid #4a93d7;
    margin: 30px auto;
    color: #fff;
    font-size: 18px;
    display: block;
    font-weight: bold;
    cursor: pointer;
}
.zxly_sub:hover{
    background: #4382bc;
    border:1px solid #4382bc;
}
.zxly_form select {
    width: 80%;
    height: 44px;
    background: #fff;
    border: 1px solid #5DA1E1;
    line-height: 44px;
    font-size: 16px;
    padding: 0 16px;
    cursor: pointer;
}
.zxly_form label {
    display: block;
    overflow: hidden;
    margin-top: 20px;
    line-height: 40px;
}
.zxly_form textarea {
    width: 80%;
    height: 140px;
    background: #fff;
    border: 1px solid #5DA1E1;
    line-height: 32px;
    font-size: 16px;
    padding: 10px 20px;
    resize: none;
    box-sizing: border-box;
}
.zxly_form input {
    width: 80%;
    height: 40px;
    background: #fff;
    border: 1px solid #5DA1E1;
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px;
    box-sizing: border-box;
}
.zxly_yzm_img {
    vertical-align: middle;
    margin: 0 20px;
    display: inline-block;
    cursor: pointer;
}
.zxly_main {
 background: #f9f8fe;
    padding: 32px 36px;
}
.zxly_list{min-height: 500px; }
.ly_content{ 
    border: 1px solid #5BA4E9;
    padding: 10px; 
}

.detail_path {
    margin-right: 36px;
}

label .xb_input{ 
    margin-right: 20px; 
    text-decoration: none; 
    color: #333; 
}
label .xb_input input{ 
    width: 16px; 
    height: 16px;  
    cursor: pointer;
    vertical-align: text-top;
}

@media screen and (min-width: 1099px){
    .bdys_cent{ padding-left: 4%; }
}

@media screen and (min-width: 1260px){
    .bdys_cent{ padding-left: 15%; }
}

@media screen and (max-width: 767px){

    
    .zxly_main{
        padding: 0;
    }
    
    .zxly_form p{
        width: 100% ;
        text-align: left;
        line-height: initial;
        margin-right: 0;
        font-size: 17px;
        margin-bottom: 6px;
    }
    .ly_content{
        border:none;
    }
    .zxly_form label{
        padding: 0 15px;
    }
    .zxly_form input,.zxly_form select,.zxly_form textarea{
        width: 100%;
        outline: none;
        box-sizing: border-box;
    }
    .zxly_form .zxly_yzm_txt{
        width: 55% ;
        display: inline-block;
    }
    .zxly_yzm_img{
        margin: 0;
    }
    .zxly_sub{
        width: 100%;
    }
    .ly_content{
        padding:10px 0;
    }
    .question,.answer{
        padding: 10px;
    }
    .zxly_list li h5{
        font-size: 18px;
    }
    .zxly_list li .question p{
        font-size: 16px;
    }
    .answer,.answer *{
        font-size: 16px;
        line-height: 30px;
    }
    .zxly_list li{
        margin-bottom: 10px;
        margin-top: 20px;
    }
    label .xb_input input{ margin-left: 0; }
}