﻿body 
{
    overflow:auto;
}
#div_login
{
    width:990px;height:452px;overflow:hidden;margin:auto;position:relative;
    background:url('../images/login.png') no-repeat center center;
}
#loginContainer
{
    width:230px;height:240px;position:absolute;left:654px;top:168px;
}
.loginItem
{
    width:100%;height:32px;position:absolute;left:0px;
    background-repeat:no-repeat;background-position:7px center;background-size:20px 20px;
}
.loginItem .txb
{
    width:190px;height:24px;line-height:24px;overflow:hidden;text-align:left;padding:0px 2px;margin-left:30px;margin-top:4px;
    border-width:0px;
}
#picYZMContainer
{
    width:70px;height:22px;background-color:#FFFFFF;position:absolute;right:4px;top:4px;
}
#picYZMContainer img
{
    width:100%;height:100%;overflow:hidden;cursor:pointer;
}
#btn_login
{
    width:110px;height:32px;line-height:32px;background-color:#fb982b;color:#FFFFFF;border-radius:6px;text-align:center;
    position:absolute;left:0px;top:140px;cursor:pointer;transition:all 0.3s;
}
#btn_login:hover
{
    background-color:#d57408;
}
#div_xzzc
{
    position:absolute;left:0px;top:205px;width:100%;height:30px;
}
#div_hmyzh
{
    position:absolute;right:75px;height:30px;line-height:30px;width:90px;
}

#btn_zhmm
{
    width:70px;height:24px;line-height:24px;background-color:#FFFFFF;color:red;border-radius:4px;text-align:center;
    border:solid 1px red;text-decoration:none;
    position:absolute;left:-30px;top:2px;cursor:pointer;transition:all 0.3s;
}
#btn_zhmm:hover
{
    background-color:red;color:#FFFFFF;text-decoration:none;
}

#btn_zhuce
{
    width:70px;height:24px;line-height:24px;background-color:#FFFFFF;color:red;border-radius:4px;text-align:center;
    border:solid 1px red;text-decoration:none;
    position:absolute;right:0px;top:2px;cursor:pointer;transition:all 0.3s;
}
#btn_zhuce:hover
{
    background-color:red;color:#FFFFFF;text-decoration:none;
}

#btnContainer
{
    position:absolute;left:32px;top:320px;width:540px;
    height:80px;
}
.btn_icon
{
    /*position:absolute;top:0px;*/
	float:left;margin-left:35px;
	width:80px;height:80px;
    background-repeat:no-repeat;background-position:center top;text-align:center;line-height:145px;
    overflow:hidden;color:#666666;cursor:pointer;border-width:0px;text-decoration:none;transition:all 0.3s;
}
.btn_icon:hover
{
    color:red;text-decoration:none;transform:scale(1.1)
}
#div_bqsy
{
    color:#999999;width:100%;height:60px;padding-top:20px;margin-top:10px;background:url('../images/bottomLine.png') no-repeat center top;
    text-align:center;line-height:20px;
}
#div_bqsy a
{
    color:#999999;text-decoration:none;
}
#div_bqsy a:hover
{
    color:red;text-decoration:underline;
}

#div_kstx
{
	/*考试提醒*/
	width:930px;text-align:center;color:#e5322e;font-size:14px;line-height:20px;
	overflow:auto;box-sizing:border-box;
	color:#e5322e;margin:auto;
}
#div_kstg
{
	padding:10px 20px;margin:10px auto;width:800px;border-radius:10px;background-color:#f0efef;
}
#div_kstg_tishi
{
    background:url('../images/tishi.png') no-repeat left center;background-size:20px 20px;width:100%;height:30px;line-height:30px;padding-left:25px;box-sizing:border-box;color:red;font-weight:bold;
}
#div_kstg div
{
	line-height:30px;text-align:left;
}
#div_kstg_title
{
	color:red;font-weight:bold;font-size:14px;
}
#btn_help
{
	z-index:10;color:#000000;
	height:30px;position:absolute;left:calc(50% + 380px);top:25px;cursor:pointer;line-height:30px;text-indent:35px;
	background:url('../images/help.png') no-repeat left center;background-size:30px 30px;
}