﻿/*头部*/
.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    z-index: 999999;
}
.head{ height:44px; line-height:44px; background:#FFF; position:relative;    background-image: url(/images/m-new/images/topbj.gif);}
.head_r{ position:absolute; top:0px; right:10px;}
.head_r .tx{ margin-top:8px; display:block;}
.head_r .tx img{border-radius:50%; height:28px; width:28px;}
.head_r .xl{ margin-top:21px; margin-left:12px;}

/*登陆后*/
.login_h{ position:relative;}
.login_tc_jt{ position:absolute; top:-25px; right:10px; z-index:111;}
.login_tc{ position:absolute; width:100px;border-radius:5px; padding:5px 10px; background:#384043; right:-6px;top: 55px; z-index:1111;}
.login_tc li{ line-height:35px; height:35px; border-bottom:1px solid #565b5d;}
.login_tc li img{ margin:-3px 7px 0px 4px; vertical-align:middle;}
.login_tc li a{ color:#e6e6e6; font-size:14px;}

/*考试首页下拉*/
.xm_name{ text-align:center;}
.xm_name_l{ font-size:14px; color:#e0a37c;}
.xm_name_l span{ vertical-align:middle; }
.xm_name_l img{ vertical-align:middle; margin-left:4px;}
.head_l img {vertical-align:top;}
.xm_name_r{margin-top:21px;margin-left:6px;}
.kemu_warp{ position:fixed; top:0px; left:0px; background:#fff; z-index:99999999; width:100%;}
.kemu_top{height: 44px;line-height: 44px;border-bottom: 1px solid #ececec;padding: 0px 10px; position:relative;}
.kemu_top a:hover,.kemu_top a:active { color:#e0a37c }
.kemu_top_l{ color:#666666; font-size:16px; width:100%; text-align:center;}
a.kemu_top_r{color:#999999; font-size:14px; position:absolute; right:13px; top:0px;}
.kemu_list li{ width:28%; float:left; margin-left:4%; height:30px; line-height:30px; text-align:center; background:#f4f4f4; color:#666666; font-size:14px; margin-top:10px;border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius:1px;}
.kemu_list li.lihover{ background:#e0a37c; color:#fff;}
.kemu_con{ margin-top:10px;}
.kemu_con div{height:111px}
.kemu_con li{ float:left; width:33%; text-align:center; font-size:14px; color:#666; padding:10px 0px; height:17px; line-height:17px;}
.kemu_con a:hover,.kemu_con a:active { color: #e0a37c}

.subject_list{ width:100%; font-size:14px; margin:0 auto; overflow:scroll; max-height:630px;}
.sublist{  border-bottom:1px solid #f1f1f1;   padding:0 2px;  position:relative; width:92%; margin:0 auto;}
.sublist_hover{ transform:rotate(45deg) !important; animation:mymove 5s infinite;}
.sublist_title{ height:44px; color:#333333;}
.sublist_cont{ width:100%; display:none; padding-bottom:18px;}
.sublist_cont ul li{ width:33%; float:left; text-align:center; line-height:40px;}
.sublist_cont ul li a{ display:block; color:#999999;}
.sublist_cont ul li a:active, .sublist_cont ul li a:hover{color:#e0a37c;}
.sublist_clsoe{ position:absolute; width:15px; height:15px; top:15px; right:0px; background:url(//www.wantiku.com/images/m/subject.png) no-repeat; background-size:12px; transform:rotate(0deg); transition:all 0.3s;}




.head_l {

    position: absolute;
    left: 12px;
    top: 0;
    height: 44px;
}
@media screen and (max-width:400px){
    .xm_name {
    position: absolute;
    left: 158px;
    top: 0px;
}

}