﻿@charset "utf-8";

/* common */
body{background-color:#fbfbff}
.examPopupWrap{width:940px;padding:20px;margin:0 auto;}
.examContent .point{color:#3d6edd !important}
.examContent .point01{color:#f5605e !important}
.examContent .pTitle{color:#f5605e;font-size:15px;font-weight:bold}
.examContent .pTitle01{margin-top:30px;color:#3d6edd;font-size:18px;font-weight:bold}

/* examHeader */
.examHeader{color:#fff;border-radius:30px 0 0 0;background:#3e6fdd url('/images/exam/bg_top.png') no-repeat right top} 
.examHeader .innerWrap{padding:10px 20px;height:45px;line-height:45px;overflow:hidden;}
.examHeader h1{float:left;}
.examHeader h1 img{width:130px;}
.examHeader h2{float:right;font-size:27px;font-weight:normal}
.examHeader h2 span{color:#fe9a00}
.examHeader h3{height:30px;line-height:30px;padding:25px 30px;font-size:20px;border-top:1px solid rgba(255, 255, 255, 0.2);overflow:hidden;}

/* examContent */
.examContent{padding:30px 20px;border:1px solid #f1f1f1;background-color:#fff}
.examContent .guideBox{line-height:24px;padding:15px;margin:15px 0;color:#000;font-size:14px;border:1px solid #eaeaea;background-color:#faf9f7}
.examContent .guideBox.boxType01{border:1px solid #f8a09f;background-color:#fff5f5}

.examContent h4{margin:20px 0;}
.examContent h4 span{float:left;width:35px;height:35px;line-height:35px;overflow:hidden;color:#fff;font-size:20px;text-align:center;font-weight:bold;background-color:#3d6edd}
.examContent h4 p{padding-left:15px;margin-left:40px;height:35px;line-height:35px;overflow:hidden;color:#000;font-size:16px;font-weight:normal;background-color:#f4f4f4}

.examTopGuide{margin:5px 0;text-align:right}
.examTopGuide span{display:inline-block;margin-left:5px;color:#f5605e;}

.examTable{margin:40px 0;}
.examTable.userInfo{margin-top:0;}
.examTable.userInfo table td{text-align:left}

.examTable table{width:100%;border-top:2px solid #000;}
.examTable table th,
.examTable table td{padding:10px 5px;color:#000;text-align:center;border:1px solid #dedede}
.examTable table th{font-size:15px;background-color:#f1f5f6}
.examTable table tbody th,
.examTable table tbody td.left{font-weight:normal;text-align:left;vertical-align:middle}
.examTable table tbody td input{margin:0;}
.examTable table tbody td .point01{line-height:20px} 
.examTable table tbody td .btnGuide{display:inline-block;padding:5px;margin-left:5px;color:#fff;border-radius:3px;background-color:#f5605e;cursor:pointer}
.examTable table tbody td .tdGuide{display:none;position:absolute;left:320px;bottom:0;width:200px;line-height:18px;padding:10px;font-size:11px;border:1px solid #f8a09f;background-color:#fff5f5}
.examContent .btnArea .btnType{width:100px;}

/* examFooter */
.examFooter{padding:25px 0;color:#fff;text-align:center;background-color:#919191;border-radius:0 0 30px 30px}