/*移动*/

/*PC*/
@media (min-width: 769px) {
    .d_iphone {
        display: none;
        position: absolute;
        right: 60px;
        width: 507px;
        top: 0;
        background: #000;
        color: #fff;
        padding: 10px;
    }

    .d_iphone:after, .d_iphone:before {
        border: solid transparent;
        content: ' ';
        height: 0;
        left: 100%;
        position: absolute;
        width: 0;
    }

    .d_iphone:after {
        border-width: 10px;
        border-left-color: #000;
        top: 20px;
    }

    .d_iphone:before {
        border-width: 12px;
        border-left-color: #000;
        top: 18px;
    }

    .d_iphone .inner_iphone p {
        font-size: 20px;
    }

}
#logp_zrs li ul {
	background: none;
    width: 98px;
	height: 0px;
	overflow: hidden;
		transition: height 0.7s;
	-webkit-transition: height 0.7s;
	-ms-transition: height 0.7s;
	display: block;
	padding: 0px;
	

    -webkit-box-shadow: 0 0 0 rgba(0,0,0,.175);
    box-shadow: 0 0 0 rgba(0,0,0,.175);
	
}
#logp_zrs li ul li a:hover{
	   color: #fff!important;	
	   font-weight:600;
}
#logp_zrs li ul li {
	    background-color: #03a9f4;
}

#logp_zrs li:hover ul{
height: 250px;
}


#logp_zrs li ul li a{
	
    display: block;
    padding: 4px 6px;
    text-align: center;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}