<!--企业邮箱-->
<form class="form" action="https://entry.ym.163.com/login/login" method="POST" onsubmit="return doSubmit()" name="dform" >
<div class="qyyx">
<input type="hidden" name="domain" value="xxxxx.com" />
<label class="lb">邮箱:</label>
<input type="text" class="ipt-t" style="width:80px" name="account_name" />
<b class="at">@</b><strong class="domain">xxxxx.com</strong>
<label class="lb">密 码:</label>
<input type="password" class="ipt-t ipt-t-pwd" style="width:80px " name="password" />
<input type="checkbox" class="ipt-c" name="ssl" checked />
<button type="submit" class="btn btn-login" onmouseover="this.className+=' btn-login-hover'" onmouseout="this.className='btn btn-login'"><span>登 录</span></button>
</div>
</form>
<!--企业邮箱-->
其中xxxxx.com为企业域名