@media screen and (max-width: 1200px) {
    .pc-tou {
        min-width: auto !important;
    }
    .pc-tou p{
        font-size: 0.8rem !important;
    }
    .pc-nav {
        min-width: auto !important;
    }
    .pccontent{
        width: 100%;
    }
    .pc-content table{
        width: 100%;
    }
    .pc-contentbg{
        width: 100% !important;
    }
    .pc-moreyear{
        width: 100% !important;
    }
    .pc-nav a{
        font-size:0.36rem !important;
        padding: 0 0.15rem !important;
    }
    .pc-searInput{
        width: 80% !important;
    }
    .pc-searButton{
        width: 40% !important;
    }
}
* {
    margin: 0;
    padding: 0;
}
body,html{
    width: 100%;
    height: auto !important;
}
body{
    width: 100%;
    /* background: linear-gradient( #27BFFD,#73d0fc) !important; */
    /* background: linear-gradient(90deg,#73d0fc, #06B7FA); */
}
.pc-tou {
    width: 100%;
    height: 200px;
    min-width: 1200px;
    background: url("/static/zt/img/szyf-zyml.png") no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pc-tou p {
    /* height: 150px; */
    font-size: 48px;
    font-weight: bold;
    color: white;
    text-align: center;
}
.pc-nav {
    width: 100%;
    min-width: 1200px;
    background: linear-gradient( #27BFFD,#73d0fc);
    /* background: linear-gradient(90deg,#0205E0, #0651EA); */
    /* border: 1px solid #f14141; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 150px;
    box-sizing: border-box;
}
.pc-zy {
    color: #FF5B5B !important;
    font-weight: 600 !important;
    border-bottom: 2px solid #FF5B5B;
}
.pc-nav a{
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 0 20px;
    cursor: pointer;
    box-sizing: border-box;
}
.pc-nav a:hover{
    color:#FF5B5B ;
    font-weight: 600 ;
    border-bottom: 2px solid #FF5B5B;
    text-decoration: none;
}
.pc-top-two{
    width: 100%;
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: space-between;
}
.pc-huizong{
    width: 40%;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    background: #fff;
    border: 3px solid #06B7FA;
    padding: 20px;
    margin-left: 10px;
    box-sizing: border-box;
    box-shadow: inset 0 1px 5px 1px #2e83e3;
    border-radius: 10px;
}
.pc-huizong .pc-shuoming{
    color: #f14141;
    padding-bottom: 10px;
}
.pc-huizong p{
    padding: 5px 0;
    box-sizing: border-box;
}
.pc-contentbg{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 150px;;
    box-sizing: border-box;
}
.pccontent{
    width: 100%;
}
.pc-content{
    width: 60%;
    background: #fff;
    
    padding: 20px;
    box-sizing: border-box;
    border: 3px solid #06B7FA;
    box-shadow: inset 0 1px 5px 1px #2e83e3;
    border-radius: 10px;
}
.pc-content .pc-req{
    display: flex;
    flex-direction: column;
}
.pc-content p{
    float: left;
    font-size: 16px;
    margin-right: 20px;
    line-height: 40px;
}

.pc-content .pc-butlist{
    display: flex;
    flex-direction: column;
}
.pc-butlist .pc-butlist-span{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.pc-content .pc-butlist span{
    float: left;
    width: 120px;
    line-height: 20px;
    height: auto;
    padding: 10px 0;
    margin-right: 12px;
    background: #fff;
    color: #000;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.pc-clicked {
    /* border: 1px solid #2e83e3 !important; */
    background: #FE6C15 !important;
    color: #fff !important;
}
.pc-content .pc-butlist span:hover{
    background: #FE6C15;
    color: #fff;
}
.pc-content .pc-input{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pc-content .pc-searInput{
    width: 380px;
    line-height: 20px;
    padding: 10px 0;
    text-indent: 1em;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
}
.pc-content .pc-searButton{
    padding: 10px 0;
    line-height: 20px;
    margin-top: 10px;
    box-sizing: border-box;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FE6C15;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #e3e3e3;
    cursor: pointer;
}
.pc-content .pc-searButton:hover{
    
    background: linear-gradient(90deg, #f1714a, #F53B24);
    color: #fff;
}
.pc-result{
    width: 100%;
    background: #fff;
    border: 3px solid #06B7FA;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: inset 0 1px 5px 1px #2e83e3;
    border-radius: 10px;
    margin-top: 20px;
}
.pc-result .pc-title{
    float: left;
    line-height: 40px;
}
.pc-result p{
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #f14141;
}
.pc-result span{
    float: left;
    margin-left: 10px;
    font-size: 16px;
    color: #333;
}
.pc-resInfo{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.pc-resInfo table {
    font-size: 16px;
    
}
.pc-resInfo table th{
    border: 1px solid #dedede;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    /* border-top: 2px solid #2e83e3; */
    background: rgb(238, 237, 237);
}
.pc-resInfo table  td{
    border: 1px solid #dedede;
    line-height: 40px;
    text-align: center;
    
}
.pc-resInfo table  tr:hover{
    background: #E8F0FE;
    
}
.pc-zwSearchBut{
    display: inline-block;
    width: 80px;
    height: 26px;
    background-color: #2e83e3;
    color: #fff;
    border-radius: 16px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}
.pc-zwSearchBut:hover{
    background: #FF5B5B;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.pc-zt-foot{
    width: 100%;
    background: #fff;
    border: 3px solid #06B7FA;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: inset 0 0 5px 0 #2e83e3;
    border-radius: 10px;
    margin-top: 20px;
}
.pc-zt-foot .m-foot,.pc-foot{
    margin-bottom: 0 !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    padding: 0 !important;
}

.m-tou {
    width: 100%;
    height: 4rem;
    background: url("/static/zt/img/szyf-zyml-m.png") no-repeat center;
    /* background-size: 10rem 4rem; */
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.m-tou p {
    margin: 0.3rem 0;
    font-size: 0.55rem;
    font-weight: bold;
    color: white;
}
.m-nav {
    width: 100%;
    height: 1.2rem;
    background: linear-gradient( #07B8FE,#73d0fc);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0.3rem;
}
.m-zy {
    color: #FF5B5B !important;
    font-weight: 600;
    border-bottom: 2px solid #FF5B5B;
    height: auto;
    
}
.m-nav a{
    display: flex;
    height: 100%;
    font-size: 0.42rem;
    color: #fff;
    text-decoration: none;
    padding: 0 0.1rem;
    cursor: pointer;
    align-items: center;
    box-sizing: border-box;
}
.m-nav a:hover{
    text-decoration: none;

}
.m-contentbg{
    width: 100%;
    display: flex;
    flex-direction: column;
    /* background-color: #fff; */
    box-sizing: border-box;
}
.mcontent{
    width: 100%;
    margin-bottom: 0.3rem;
}
.m-huizong{
    margin-top: 0.2rem;
    padding-bottom: 0.3rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-size: 0.42rem;
    padding: 0.3rem;
    background: #fff;
    border: 0.1rem solid #06B7FA;
    box-shadow: inset 0 1px 0.15rem 1px #2e83e3;
}
.m-huizong .m-shuoming{
    color: #f14141;
    font-size: 0.42rem;
    padding-bottom: 0.3rem;
    box-sizing: border-box;
}
.m-huizong p{
    padding: 2px 0;
    font-size: 0.38rem;
    box-sizing: border-box;
}
.m-content{
    margin-top: 0.3rem;
    background: #fff;
    padding: 0.4rem 0;
    font-size: 0.42rem;
    border: 0.1rem solid #06B7FA;
    box-shadow: inset 0 1px 0.15rem 1px #2e83e3;
    box-sizing: border-box;
}
.m-content .m-req{
    display: flex;
    flex-direction: column;
}
.m-content p{
    float: left;
    padding-left: 0.3rem;
    font-size: 0.42rem;
    margin-right: 0.6rem;
    line-height: 0.8rem;
    box-sizing: border-box;
}

.m-content .m-butlist{
    display: flex;
    flex-direction: column;
}
.m-butlist-span{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 1rem;
}
.m-content .m-butlist span{
    /* float: left; */
    width: 1.6rem;
    line-height: 1rem;
    margin-right: 0.5rem;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.36rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-clicked {
    background: #FE6C15;
    color: #fff;
}
.m-content .m-butlist span:hover{
    background: #FE6C15;
    color: #fff;
}
.m-content .m-input{
    margin: 0 0.3rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}
.m-content .m-searInput{
    width: 7rem;
    text-indent: 1em;
    font-size: 0.42rem;
    line-height: 1rem;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
}
.m-content .m-searButton{
    width: 3rem;
    margin: 0 0.6rem;
    background: linear-gradient(90deg, #f1714a, #F53B24);
    border-radius: 5px;
    font-size: 0.42rem;
    line-height: 1rem;
    color: #fff;
    border: 1px solid #e3e3e3;
    cursor: pointer;
    text-align: center;
    margin-top: 0.3rem;
}
.m-result{
    margin-top: 0.3rem;
    background: #fff;
    border: 0.1rem solid #06B7FA;
    box-shadow: inset 0 1px 0.15rem 1px #2e83e3;
}
.m-result .m-title{
    float: left;
    line-height: 1rem;
    padding: 0.3rem;
}
.m-result p{
    float: left;
    font-size: 0.6rem;
    font-weight: bold;
    color: #f14141;
}
.m-result span{
    float: left;
    margin-left: 0.3rem;
    font-size: 0.42rem;
    color: #333;
}
.m-resInfo{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.m-resInfo table {
    margin:0.3rem;
}
.m-resInfo table th{
    border: 1px solid #dedede;
    line-height: 1rem;
    text-align: center;
    font-size: 0.28rem;
    background: rgb(238, 237, 237);
}
.m-resInfo table  td{
    border: 1px solid #dedede;
    font-size: 0.28rem;
    padding: 0 2px;
    line-height: 1rem;
    text-align: center;
    
}
.m-zwSearchBut{
    display: inline-block;
    width: 1rem;
    height: 0.8rem;
    background-color: #FE6C15;
    color: #fff;
    border-radius: 0.2rem;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.m-zwSearchBut:hover{
    text-decoration: none;
}
.m-zt-foot{
    width: 100%;
    margin-top: 0.3rem;
    border: 0.1rem solid #06B7FA;
    /* box-shadow: inset 0 1px 0.15rem 1px #2e83e3; */
    box-sizing: border-box;
}
.m-zt-foot .m-foot{
    margin-bottom: 0 !important;
    box-shadow: inset 0 1px 0.15rem 1px #2e83e3;
}