.zysz_content {
    width: 100%;
}
.top>span{
    float: left;
    width: 0.375rem;
    height: 1.171875rem;
    background: url('../../images/zysz/zysz/tb_03.png') 102% 70% no-repeat;
    background-size: 3rem;  
}
.top>img{
    float: left;
    width:50%;
    margin-left: 20%;
    margin-top: 2%;
}
/* 专业列表头部 */
.top_list{
    margin-top: 0.25rem;
}
.top_list>img{
    border-radius: 10px;
}
.top_ul_div{
    padding-top:0.1rem;
}
.top_ul li{
    float: left;
    width: 50%;
    padding-left:0.1rem;
    text-align: center;
}
.top_ul li span{
    display: inline-block;
    width: 0.671875rem;
    height: 0.671875rem;
    border-radius: 50%;
    background-image: url("../../images/zysz/zysz/tb1_03.png");
    background-size: 3rem;
    background-repeat: no-repeat;
    vertical-align: bottom;
}
.top_ul li:nth-child(1) span{
    background-color: #ee7700;
    background-position: -6.5%;
}
.top_ul li:nth-child(2) span{
    background-color: #ff96aa;
    background-position: 35.5%;
}
.top_ul li:nth-child(3) span{
    background-color: #bf997b;
    background-position: 80%;
}
.top_ul li p{
    display: inline-block;
    height: 0.671875rem;
    line-height: 0.671875rem;
    font-size: 0.44444rem;
    margin-left:0.25rem;
}
.top_ul{
    position: relative;
    max-width: 640px;
    padding:0.5625rem 2.5%;
    background: #fff;
    transition: all .5s;
    z-index: 1999;
   
}
.top_ul.on{
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow:0px 3px  10px 2px #ddd;
}
.top_ul>span{
    content: '';
    position: absolute;
    height: 3px;
    width:40%;
    bottom:0;
    left: 7.5%;
    background-color: #ff7700;
    border-radius: 50px;
    transition: all .5s;
}
.hbg{
    height:0.328125rem;
    background-color: #f3f3f3; 
}
/* 专业列表 */
.zylist{
    padding-bottom: 2.5%;
}
.zylist>div{
    padding:0.4rem 0;
}
.zylist>div>h2{
    position: relative;
    float: left;
    font-size: 0.44444rem;
    padding-left:.375rem;
}
.zylist>div>h2::before{
    position: absolute;
    top:50%;
    left: 0;
    content:'';
    width:3px;
    height: 60%;
    transform: translateY(-50%);
    background-color: #ee7700;
    border-radius: 30px;
}
.zylist>div>a{
    float: right;
    color: #adadad;
    font-size: 0.3333rem;
    background: url("../../images/zysz/zysz/xjt.jpg") 100% no-repeat;
    padding-right: 0.3rem;
}
.zylist>ul li{
	position: relative;
    float: left;
    width: 48.5%;
    height: auto;
    padding: .3rem;
    border-radius: 10px;
    box-shadow:0px 3px  10px 2px #ddd;
    margin-bottom: 3%;
    background: none !important;
}
.zylist ul li a {
	color: #000;
}
.zylist ul li a span {
	margin-top: 0;
}
.lst1 ul li{
    margin-left: 1%;
}
.zylist>ul li>a>div>h2{
    float: left;
    font-size: .4rem;
    font-weight: 700;
    line-height: .5rem;
}
.zylist>ul li>a>div span{
	position: absolute;
    right: 0.1rem;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: .53125rem;
    background: #e70;
}
.zylist>ul li>a>div span>img{
    position: absolute;
    height: .3rem;
    width: .3rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.zylist>ul li>a>img{
    margin-bottom: .3rem;
}
.zylist>ul li>a>p:nth-child(2){
    font-size: 0.37rem;
    color: #5b5b5b;
    margin-bottom:0.3rem;
    margin-top: 0.1rem;
}
.zylist>ul li>p:nth-child(2) a{
    float: left;
    width:48%;
    border: 2px solid #ee7700;
    text-align: center;
    color: #ee7700;
    font-size: 0.333rem;
    font-weight: bold;
    border-radius: 30px;
}
.zylist>ul li>p:nth-child(2) a:nth-child(2){
    margin-left:4%;
    background-color: #ee7700;
    color: #fff;
}

/* 弹框 */
.x-fiexd {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 0.925925rem;
    line-height: 0.925925rem;
    background: url(../../images/zysz/zysz/aq.svg) no-repeat 0.74074rem center rgba(255, 46, 0, 0.8);
    background-size: 26px;
    color: #fff;
    text-align: center;
    padding-left: 0.925925rem;
    top: 15%;
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    display: none;
    max-width: 640px;
  }
  .x-layer {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    max-width: 608px;
    z-index: 11;
    width: 95%;
    height: 2.777777rem;
    padding: 0 0.925925rem;
    display: none;
  }
  .x-layer .x-msg {
    position: relative;
    width: 100%;
    line-height: 1.055555rem;
    height: 1.055555rem;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: url(../../images/zysz/ts.svg) no-repeat 0.37037rem center rgba(255, 46, 0, 0.8);
    background-size: 20px;
    border-radius: 0.092592rem;
    padding-left: 0.37037rem;
  }


