@charset "UTF-8";

.sign-dialog {
	position: relative;
	width: 934px;
	height: 604px;
	background-color: #fff;
}

.btn-close {
	position: absolute;
	right: 26px;
	top: 16px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/common/icoSignX.png);
	background-size: 100% 100%;
	cursor: pointer;
}

.sign-wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 16px;
}

.sign-left {
	box-sizing: border-box;
	width: 340px;
	height: 570px;
	background-image: url(../images/common/signBg.png);
	background-size: 100% 100%;
	padding: 20px;
}

.sign-right {
	width: 504px;
	margin-right: 30px;
}

.show-title h2 {
	line-height: 1;
	font-weight: bold;
	font-size: 32px;
	color: #ffffff;
	margin-top: 10px;
}

.show-title h2 span {
	font-size: 20px;
}

.show-title strong {
	display: block;
	line-height: 1;
	font-weight: bold;
	font-size: 17px;
	color: #ffffff;
	margin-top: 10px;
}

.show-title strong span {
	color: #fccc29;
}


.show-space {
	margin-top: 32px;
}

.show-space p {
	font-size: 18px;
	line-height: 1;
	color: #ffffff;
	margin-top: 14px;
}

.show-space p a {
	display: inline-block;
	background-color: #fff;
	border-radius: 4px;
	color: #2956c9;
	padding: 3px 4px;
	font-weight: bold;
	margin: 0 8px;
}

.show-state ul {
	padding-left: 38px;
	margin-top: 34px;
}

.show-state ul li {
	position: relative;
}

.show-state ul li div {
	position: relative;
}

.show-state ul li div p {
	margin-left: -10px;
	font-size: 16px;
	font-weight: bold;
	color: #fccc29;
	line-height: 30px;
}

.show-state ul li:first-child div {
	height: 40px;
}

.show-state ul li:nth-child(2) div {
	height: 68px;
}

.show-state ul li:last-child div {
	height: 50px;
}

.show-state2 ul li:nth-child(2) div {
	height: 50px;
}

.show-state ul li:first-child div:before,
.show-state ul li:nth-child(2) div:before {
	position: absolute;
	top: 2px;
	left: -26px;
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	background-color: #fff;
}

.show-state ul li h2 {
	position: relative;
	height: 26px;
	font-size: 22px;
	color: #ffffff;
	line-height: 26px;
}

.state-current:before {
	position: absolute;
	top: 50%;
	left: -38px;
	margin-top: -12px;
	display: inline-block;
	content: "";
	width: 24px;
	height: 24px;
	background-image: url(../images/common/icoCurrent.png);
	background-size: 100% 100%;
}

.state-finished:before,
.state:before {
	position: absolute;
	top: 50%;
	left: -34px;
	margin-top: -8px;
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
}

.state-finished:before {
	background-image: url(../images/common/icoFinished.png);
	background-size: 100% 100%;
}

.state:before {
	background-image: url(../images/common/icoState.png);
	background-size: 100% 100%;
}

.show-code {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.show-code .code-img {
	width: 118px;
	height: 118px;
}

.show-code .code-word p {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	line-height: 30px;
}

.sign-info ul li {
	border-bottom: 1px solid #e5e6e7;
	margin-top: 20px;
}

.sign-info ul li.address {
	border-bottom: none;
}

.sign-info ul li p {
	font-size: 18px;
	color: #333333;
	line-height: 1;
	margin-bottom: 8px;
}

.sign-info ul li p em {
	font-size: 16px;
	color: #ff0202;
	margin-left: 8px;
}

.sign-info ul li .wechat {
	font-size: 14px;
	color: #333333;
}

.sign-info ul li .wechat input[type='checkbox'] {
	width: 14px;
	height: 14px;
	vertical-align: middle;
}

.sign-info ul li .wechat input[type='checkbox']:checked {
	width: 16px;
	height: 16px;
	background: url(../images/login/ic_checkbox_sel.png) center center no-repeat;
	background-size: 100% 100%;
}

.sign-info ul li input[type="text"],
.sign-info ul li input[type="number"] {
	width: 390px;
	height: 35px;
	font-size: 16px;
	color: #212121;
}

.sign-info ul li.address input[type="text"] {
	width: 100%;
	height: 35px;
	background-color: #eeeff1;
	text-indent: 6px;
	margin-top: 12px;
}

.sign-info ul li.address input[type="text"]:focus {
	-webkit-box-shadow: 0 0 0 1000px #eeeff1 inset;
}

.sign-info ul li.address .city-picker-span {
	border: none;
	border-bottom: 1px solid #e5e6e7;
	width: 100% !important;
	height: 34px !important;
	line-height: 34px !important;
}

.sign-info ul li.address .city-picker-span > .arrow {
	display: none;
}

.sign-info ul li.address .city-picker-dropdown {
	left: 41%!important;
	top: 70%!important;
	width: 54%!important;
}

.sign-info ul li.address .title {
	color: transparent;
	font-size: 16px!important;
}

.sign-info ul li.address .city-picker-span > .placeholder {
	color: #999999;
	font-size: 16px;
}

.sign-info ul li.address .city-picker-span > .title > span {
	font-size: 16px;
	color: #212121;
}

.btn-submit button {
	display: block;
	width: 466px;
	height: 58px;
	background-color: #2956c9;
	border-radius: 10px;
	margin: 0 auto;
	font-size: 18px;
	color: #333333;
}

.btn-submit button span {
	color: #fc0612;
	margin-left: 12px;
}

/*参赛报名支付*/
.pay-info strong {
	display: block;
	font-size: 18px;
	color: #333333;
	line-height: 1;
	margin-top: 14px;
}

.pay-info strong span {
	font-weight: normal;
}

.pay-info strong span.through {
	text-decoration: line-through;
}

.pay-info strong span.red {
	font-size: 20px;
	font-weight: bold;
	color: #fe0101;
}

.invite-code strong {
	font-size: 18px;
	color: #333333;
}

.invite-code input[type="text"] {
	box-sizing: border-box;
	width: 134px;
	height: 30px;
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	color: #333333;
	font-size: 18px;
	text-indent: 10px;
	margin-right: 8px;
}

.invite-code button {
	box-sizing: border-box;
	width: 46px;
	height: 30px;
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	color: #333333;
	font-size: 14px;
}

.pay-info p {
	font-size: 16px;
	color: #fe0101;
	line-height: 1;
}

.wechat-code {
	text-align: center;
	margin-top: 24px;
}

.wechat-code img {
	width: 155px;
	margin: 0 auto;
}

.wechat-code span {
	display: block;
	font-size: 18px;
	color: #00ad19;
	line-height: 20px;
	margin-top: 12px;
}

.pay-info .notice {
	box-sizing: border-box;
	background-color: #eeeff1;
	padding: 14px;
	text-align: justify;
	font-size: 15px;
	color: #333333;
	line-height: 26px;
	margin-top: 10px;
}

.pay-wrap ul li {
	margin-top: 20px;
}

/*参赛温馨提示*/

.tips-wrap h2 {
	font-size: 28px;
	color: #333333;
	line-height: 1;
	text-align: center;
	margin-top: 22px;
}

.tips-wrap h3 {
	font-size: 22px;
	color: #00ad19;
	line-height: 1;
	text-align: center;
	margin-top: 24px;
}

.invite-about {
	border: 1px solid #dcdcdc;
	padding: 4px 8px;
	margin-top: 12px;
}

.invite-about p {
	font-size: 14px;
	color: #fc0612;
	line-height: 20px;
	text-align: justify;
}

.invite-about p strong {
	color: #333333;
}

.tips-info ul li strong {
	display: block;
	line-height: 1;
	font-size: 18px;
	color: #333333;
}

.tips-info ul li p {
	line-height: 30px;
	font-size: 18px;
	color: #333333;
	text-align: justify;
	margin-top: 10px;
}

.tips-info ul li .time {
	display: flex;
	justify-content: space-between;
}

.tips-info ul li .time-desc {
	border: 1px solid #fc0612;
	text-align: center;
	font-size: 15px;
	line-height: 1;
	color: #fc0612;
	letter-spacing: 2px;
	padding: 2px 0;
	margin-top: 8px;
}

.tips-info ul li p a {
	color: #2956c9;
}

.tips-info ul li {
	margin-top: 20px;
}

.sign-info ul li.address .open {
	position: static;
	top: 0;
	margin-left: 0;
}


/*参赛报名系统各种弹窗*/

/*复赛弹窗*/
.dialog-sign {
	position: relative;
	text-align: center;
}

.dialog-sign i {
	position: absolute;
	right: -32px;
	top: 0;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../images/sai/common/icoX2.png);
	background-size: 100% 100%;
	cursor: pointer;
}

.dialog-sign .signBox-tips h1 {
	font-size: 26px;
	color: #333333;
	line-height: 38px;
}

.dialog-sign .signBox-info h2 {
	font-size: 20px;
	color: #333333;
	line-height: 30px;
}

.dialog-sign .signBox-info h2 strong {
	color: #f07e12;
}

.dialog-sign .signBox-info h2 strong.black {
	color: #333333;
}

.dialog-sign .signBox-info h2 a span {
	color: #2956c9;
}

.dialog-sign .signBox-info p {
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}

.dialog-sign .signBox-info p a {
	color: #333333;
}

.dialog-sign .signBox-info p a span {
	color: #2956c9;
}

.dialog-sign .signBox-btn {
	display: flex;
	justify-content: center;
}

.dialog-sign .signBox-btn .btnTwo {
	width: 352px;
	display: flex;
	justify-content: space-between;
}

.signBox-btn .btnTwo li {
	width: 160px;
	height: 42px;
}

.signBox-btn a {
	display: block;
	height: 100%;
	font-size: 18px;
	color: #ffffff;
	line-height: 42px;
	border-radius: 6px;
}

.signBox-btn a.bgOrange {
	background-color: #f07e12;
}

.signBox-btn a.bgBlue {
	background-color: #2956c9;
}

.signBox-btn a.bgGrey {
	background-color: #9d9e9e;
}

.btnOne a {
	width: 300px;
	font-weight: bold;
}

.dialog-repeat {
	width: 600px;
	height: 270px;
}

.dialog-norepeat {
	width: 600px;
	height: 280px;
}

.dialog-notice {
	width: 600px;
	height: 290px;
}

.dialog-nochance {
	width: 500px;
	height: 300px;
}

.dialog-chance {
	width: 500px;
	height: 270px;
}

.dialog-tips {
	width: 600px;
	height: 300px;
}

.dialog-cooperate {
	width: 600px;
	height: 266px;
}

.dialog-cooperate .btnOne a {
	width: 160px;
	font-weight: normal;
}


.dialog-notice .btnOne a {
	width: 160px;
	font-weight: normal;
}

.dialog-time {
	width: 600px;
	height: 302px;
}

/*答题页面*/
.exam-bg {
	background-color: #f6f6f6;
}

.exam-wrap {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}

.exam-wrap .exam-paper {
	width: 992px;
}

.exam-wrap .exam-option {
	width: 184px;
}

.exam-wrap .exam-option .option-fixed {
	position: fixed;
	width: 184px;
}

.exam-paper .paper-wrap {
	margin-top: 30px;
	background-color: #fff;
	padding-left: 24px;
	padding-right: 24px;
	box-sizing: border-box;
	border-radius: 6px;
}

.exam-paper .paper-wrap:first-child {
	margin-top: 0;
}

.exam-paper .paper-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 110px;
}

.exam-paper .paper-title h1 {
	font-size: 28px;
	color: #333;
	text-align: center;
	line-height: 34px;
}

.exam-paper .paper-custom {
	padding-top: 24px;
	padding-bottom: 24px;
}

.exam-paper .paper-custom p {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	text-align: justify;
}

.exam-paper .paper-radio,
.exam-paper .paper-checkbox,
.exam-paper .paper-qa {
	padding-top: 34px;
	padding-bottom: 34px;
}

.exam-paper .paper-hd h1 {
	font-size: 24px;
	color: #000000;
	line-height: 30px;
}

.exam-paper .paper-hd h1 strong {
	font-size: 20px;
	font-weight: normal;
}

.paper-bd .paper-list {
	padding-left: 24px;
}

.paper-bd .paper-item {
	margin-top: 24px;
	list-style: decimal;
	font-size: 24px;
	line-height: 32px;
	text-align: justify;
}

.paper-bd .paper-item .stem strong {
	font-weight: normal;
	font-size: 20px;
}

.paper-bd .paper-item .stem strong.mark {
	color: #666666;
}

.paper-bd .paper-item .stem strong.question {
	color: #333333;
}

.paper-bd .paper-item .options {
	width: 850px;
	padding-top: 10px;
	padding-bottom: 24px;
	border-bottom: 2px solid #f6f6f6;
}

.options label {
	/*	display: inline-flex;
        align-items: center;*/
	display: block;
	width: 100%;
	margin-top: 10px;
	font-size: 20px;
	color: #3a3a3a;
}

.options label::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.options label span {
	float: right;
	width: 812px;
}

/*.options label:not(:last-child) {
	width: 160px;

}*/

.options label input[type='radio'],
.options label input[type='checkbox'] {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 10px;
	cursor: pointer;
	vertical-align: middle;
}
.options label input[type='radio']:checked,
.options label input[type='checkbox']:checked {
	appearance: none;
	-webkit-appearance: none;
}

.options label input[type='radio']:checked {
	background-image: url(../images/sai/common/ico2.png);
	background-size: 100% 100%;
}

.options label input[type='checkbox']:checked {
	width: 28px;
	height: 22px;
	background-image: url(../images/sai/common/ico3.png);
	background-size: 100% 100%;
}

.exam-paper .paper-qa .options {
	border: none;
}

.options textarea {
	width: 100%;
	height: 156px;
	padding: 12px;
	font-size: 20px;
	font-family: "微软雅黑";
	color: #333333;
	background-color: #f6f6f6;
	box-sizing: border-box;
}

.options textarea:focus {
	background-color: #f6f6f6;
	-webkit-box-shadow: 0 0 0 1000px #f6f6f6 inset;
}

.exam-paper .paper-qa ol li:last-child .options {
	padding-bottom: 0;
}

.option-box {

}

.option-box .box-rad {
	border-radius: 6px;
}

.option-box .option-count {
	background-color: #fff;
	padding: 20px 0 30px 0;
	text-align: center;
}

.option-box .option-count i.img {
	display: inline-block;
	width: 112px;
	height: 112px;
	background-image: url(../images/sai/common/icoTimeout.png);
	background-size: 100% 100%;
	margin-bottom: 10px;
}

.option-box .option-count h1 {
	font-size: 22px;
	color: #000000;
	line-height: 40px;
}

.option-box .option-count h1.time {
	font-size: 30px;
}

.option-btn button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}

.option-btn h1 {
	text-align: center;
	font-size: 18px;
	color: #f12511;
	line-height: 1;
	margin-top: 10px;
}

.option-btn button.pause {
	height: 72px;
	background-color: #ff6f61;
}

.option-btn button.repeat {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 90px;
	background-color: #f07e12;
}

.option-btn button.repeat p {
	line-height: 40px;
}

.option-btn button.over {
	height: 72px;
	background-color: #49b749;
	font-size: 32px;
}

.option-btn button:first-child {
	margin-top: 22px;
}

.option-btn button:not(:first-child) {
	margin-top: 36px;
}

/*个人比赛结果查询与电子证书打印*/
.res-banner {
	height: 435px;
	background: url(../images/sai/common/result.jpg) no-repeat center;
}

.query-result {
	padding-top: 60px;
}

.query-wrap h1,
.score-wrap h1 {
	width: 821px;
	margin: 0 auto;
}

.query-wrap h2 {
	font-size: 24px;
	color: #fada0f;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}

.query-frm ul {
	width: 460px;
	margin: 0 auto;
	padding-top: 20px;
}

.query-frm ul li {
	display: flex;
	justify-content: space-between;
	margin-top: 22px;
}

.query-frm ul li label {
	display: inline-block;
	width: 100px;
	font-size: 24px;
	color: #fada0f;
	line-height: 36px;
	text-align: right;
	font-weight: bold;
}

.query-frm ul li input {
	width: 330px;
	height: 42px;
	border: 1px solid #1ffee9;
	font-size: 22px;
	color: #fada0f;
	text-indent: 10px;
}

.query-frm ul li input:focus {
	-webkit-box-shadow: 0 0 0 1000px #fada0f inset;
	border-color: #fada0f;
	color: #285dcd;
}

.query-frm ul li:last-child {
	display: flex;
	justify-content: flex-end;
}

.query-frm ul li button {
	width: 80px;
	height: 30px;
	font-size: 20px;
	color: #285dcd;
	background-color: #fada0f;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	border-radius: 6px;
}

.res-content {
	background-color: #f6f6f6;
	padding: 24px 0;
}

.broadcast-h1 {
	box-sizing: border-box;
	padding: 0 20px;
	height: 86px;
	border-bottom: 2px solid #e0e0e0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
}

.broadcast-h1 h1 {
	text-align: center;
	line-height: 36px;
	font-size: 30px;
	color: #333333;
}

.broadcast-txt {
	box-sizing: border-box;
	padding: 35px 65px 65px 65px;
	background-color: #fff;
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	text-align: justify;
}

.card-wrap ul,
.prize-wrap ul {
	width: 924px;
	display: flex;
	justify-content: space-between;
	margin-left: 210px;
}

.card-wrap ul li:first-child {
	width: 341px;
}

.card-wrap ul li:last-child,
.prize-wrap ul li:last-child {
	width: 530px;
}

.card-wrap ul li:first-child a {
	display: block;
}

.card-wrap ul li:first-child h1 {
	width: 100%;
	font-size: 22px;
	color: #fada0f;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}

.card-wrap .title,
.prize-wrap .title {
	height: 72px;
}

.card-wrap .title h1,
.prize-wrap .title h1 {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	line-height: 36px;
}

.card-wrap .info,
.prize-wrap .info {
	margin-top: 22px;
}

.card-wrap .info h1,
.prize-wrap .info h1 {
	font-size: 22px;
	font-weight: bold;
	color: #fde238;
	line-height: 36px;
}

.prize-wrap {

}

.prize-wrap .prize-img {
	box-sizing: border-box;
	width: 342px;
	height: 256px;
	background-color: #fff;
	border-radius: 8px;
	text-align: center;
	padding-top: 20px;
}

.prize-wrap .prize-img img {
	width: 83px;
	margin: 0 auto 10px auto;
}

.prize-wrap .prize-img h1 {
	font-size: 20px;
	color: #2956c9;
	line-height: 24px;
	font-weight: bold;
}

.prize-wrap .prize-img h2 {
	font-size: 20px;
	color: #333333;
	line-height: 24px;
	font-weight: bold;
	margin-top: 20px;
}

.prize-wrap .prize-img button {
	width: 254px;
	height: 36px;
	background-color: #5c4d95;
	border-radius: 18px;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 20px;
}

.score-wrap .score {
	margin-top: 40px;
	text-align: center;
}

.score-wrap .score h2 {
	font-size: 32px;
	color: #fee33a;
	line-height: 56px;
	text-align: center;
}

.score-wrap .score button {
	width: 460px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 30px;
	font-size: 24px;
	color: #2861cf;
	font-weight: bold;
	margin-top: 45px;
}
