@charset "utf-8";
/* CSS Document */
@import url(mobile_header.css);
@media screen and (max-width: 600px) {

.warp{min-width: 100%;max-width: 100%;background: url(mobile_zfgb_bg.png) no-repeat center top #FFF!important;}
.warp .Top{height: 486px!important;overflow:hidden;position: relative;}
.warp .Top .sp_logo{display:block!important;width: 248px;position: absolute;top: -8px;left: 10px;height: 100px;background: url(/images/logo_v25.png)no-repeat center;background-size: 100% auto;}


.Main{width: calc(100% - 10px);}

/*左侧*/
.LeftBox{width: 100%;margin: 0 auto;height: auto;overflow: hidden;float: none;background: #fee6d9;border-radius: 6px;border: 2px solid #fc5944;min-height: auto!important;}

.LeftBox>h2.L_Top{background: url(mobile_zfbg_ico_1.png) no-repeat;}
.LeftBox>h2.L_Bot{background: none;}
.LeftBox>.LeftContent{background: none;min-height: auto;}
.LeftBox>.LeftContent ul{height: 174px;overflow-y:auto;}

/*右侧*/
.RightCon{width: 100%;padding: 0px;margin: 20px auto 0px;float: none;padding-bottom: 10px;}
.RightCon.border{width: calc(100% - 18px);padding: 15px 9px 0;}
.RightCon .Title{height: 60px;}
.RightCon .Title>a{line-height: 48px;}

.RightCon .Content{padding: 0px;width: calc(100% - 20px);margin: 0 auto;}
	
}