﻿
/*banner样式*/
.banner{
    position: relative;
    height:435px;
}
.posfh{
	position: fixed;
    right: 7px;
    top: 50%;
    background: #3201d7;
    border-radius: 6px;
  z-index: 1000000;
}
.posfh ul li{
	width: 50px;
    text-align: center;
    margin-top: 16px;
  position: relative;
}
.posfh ul li.posfh3{
	margin-bottom:16px;
}
.posfh5{
    margin-bottom:16px;
}
.posfh_div1{
	position: absolute;
    right: 49px;
    width: 130px;
    height: 130px;
    top: -6px;
    background: #3201d7;
    padding: 10px;
  display:none;
  font-size: 16px;
}
.posfh_div1 img{
	width:100% !important;
}
.posfh_div2{
  	position: absolute;
    right: 49px;
    width: 130px;
    top: 3px;
    background: #3201d7;
    padding: 10px;
  overflow: hidden;
    color: #fff;
  border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
  display:none;
  font-size: 16px;
}

.posfh ul li img{
	width:36px;
  cursor:pointer;
}
.posfh1:hover .posfh_div1{
	display:block;
}
.posfh2:hover .posfh_div2{
	display:block;
}
.posfh ul li.posfh2 img{
	width:46px;
}
.posfh ul li.posfh3 img{
	width:30px;
}

/*移动端样式*/
@media screen and (min-width:320px) and (max-width:720px){
    
 .banner {
        position: relative;
        height: 2.8rem;
    }
    
.posfh1{
    display: none;
}
.posfh2{
    display: none;
}
.posfh ul li.posfh3 {
    margin-bottom: 0.1rem;
}
.posfh ul li {
    width: 1rem;
    text-align: center;
    margin-top: 0.2rem;
    position: relative;
}
.posfh5 {
    margin-bottom: 0.1rem;
    margin-top: 0.1rem !important;
}


}

