@import "../default-skin.less";
@import "../../global/mixin.less";

.s_phone {
	.c_dialog-phone-full > .wrapper {
		position:fixed; left:0; top:0; width:100%; height:100%;
		> .content { position:absolute; top:(1+2*@gap)*1.167; bottom:0; left:0; width:100%;}
	}
}
.s_pc {
	.c_dialog-phone {
		 position:static;
		 >.wrapper {
			 position:static; display:block; width:auto;
			 > .header { display:none;}
		}
		&:before { display:none;}
	}
}
