﻿/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
.reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: #000; background: rgba(0,0,0,.8); z-index:9998; display: none; top: 0; left: 0; }
.reveal-modal { visibility: hidden; top:0px; height:0; overflow:hidden; left: 50%; margin-left: -600px; width: 1000px; position: absolute; z-index: 9999; }
.reveal-modal .m_left { width:1000px; float:left; background: url(modal-gloss.png) no-repeat -200px -80px; }
.reveal-modal .m_left img{ width:1000px;}
.reveal-modal .m_right { width:300px; float:right; background:#fff;}
.x_xinghao{font-family:'Myriad Pro'; font-size:18px; color:#fff; background:#000; width:119px; height:28px; margin:5px auto 0px auto; line-height:28px; border-radius:3px; -webkit-border-radius:3px; -moz--border-radius:3px; -o--border-radius:3px; -ms--border-radius:3px; text-align:center;}

.xinghao2{ font-family:"微软雅黑"; font-size:24px; text-align:center; color:#000; margin:20px 0px 20px 0px;}
.butttom{ width:175px; margin:0px auto 20px auto;}
.reveal-modal.small { width: 200px; margin-left: -140px; }
.reveal-modal.medium { width: 400px; margin-left: -240px; }
.reveal-modal.large { width: 600px; margin-left: -340px; }
.reveal-modal.xlarge { width: 800px; margin-left: -440px; }
.reveal-modal .close-reveal-modal { font-size: 22px; line-height: .5; position: absolute; top: 5px; right: 2px; color: #aaa; text-shadow: 0 -1px 1px rbga(0, 0, 0, .6); font-weight: bold; cursor: pointer; }