.page_container {
  width: 100%;
}
.banner {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.banner > img {
  width: 100%;
}
.b_intro {
  position: absolute;
  top: 37%;
  left: 5%;
  width: 90%;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  text-shadow: 2px 2px 5px #4e5999;
}
.sign_up_btn {
  position: absolute;
  top: 55%;
  left: 4%;
  width: 92%;
  height: 15%;
}
.sign_up_btn a {
  width: 49%;
  height: 42px;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  line-height: 42px;
  background: url(../images/bm_btn_bg.png) center no-repeat;
  background-size: 100% 100%;
  text-shadow: 2px 2px 5px #2e3b82;
}

/*����*/
.c_title {
  width: 170px;
  height: 107px;
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 5px;
  padding-top: 15px;
  padding-left: 30px;
  background: url(../images/title_bg.png) no-repeat;
  background-size: 100% auto;
}
.c_title span {
  background-image: -webkit-linear-gradient(bottom, #edf3fc, #fff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 0 #2a3880);
}

/*��������*/
.c_bg {
  position: relative;
  width: 100%;
  margin-top: -80px;
}
.bg_con,
.org_content,
.cs_content,
.js_rule {
  width: 84%;
  margin: 0 auto;
  padding: 25px 5%;
  line-height: 28px;
  border-radius: 10px;
  margin-top: -60px;
  background: url("../images/bg_01.png") no-repeat;
  background-size: 100% 100%;
  background-color: #fff;
  box-shadow: 0 0 10px #bcceea;
}

/*��֯����*/
.c_org,
.cs_test,
.js_test,
.c_process,
.c_prize,
.contact_us {
  width: 100%;
  margin-top: 20px;
}
.org_item {
  position: relative;
  width: calc(91% - 24px);
  background-color: #e4edfc;
  border-radius: 10px;
  padding: 10px 5% 10px 24px;
  margin-left: 4%;
  margin-bottom: 10px;
}
.org_left {
  float: left;
  width: 75px;
  color: #f55406;
  font-size: 17px;
  text-align: right;
  font-weight: bold;
}
.org_right {
  float: right;
  width: calc(100% - 90px);
  padding-left: 15px;
}
.org_item:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -13px;
  z-index: 1;
  display: inline-block;
  width: 28px;
  height: 100%;
  background: url(../images/icon_02.png) no-repeat;
  background-size: 28px 23px;
  background-position-y: center;
}

/*��������*/
.sd_name {
  width: 100%;
  height: 58px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #8a4210;
  text-align: center;
  padding-top: 14px;
  background: url("../images/sd_name_bg.png") no-repeat;
  background-size: 82px 72px;
  background-position-x: center;
}
.sign_up_btn_2 {
  width: 90%;
  margin: 20px auto;
}
.sign_up_btn_2 a {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff9f2;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 30px;
  background-image: linear-gradient(1deg, 
		#fe9962 0%, 
		#ff5e0f 100%), 
	linear-gradient(
		#fe4637, 
		#fe4637);
  text-shadow: 0 0 10px #b01b13;
}

/*��������*/
.text_list {
  width: 100%;
}
.text_list li {
  margin-bottom: 10px;
}
.text_list li:last-child {
  margin-bottom: 0;
}
.text_list li p:nth-child(1) {
  float: left;
  width: 8%;
  color: #fd6f48;
  font-size: 18px;
  padding-left: 2%;
  background: url("../images/icon_01.png") no-repeat;
  background-size: 9px 9px;
  background-position: 14% 4px;
}
.text_list li p:nth-child(2) {
  float: left;
  width: 90%;
}
.js_subject {
  width: 100%;
}
.sub_list {
  width: 93%;
  margin: 0 auto;
}
.sub_item {
  width: calc(97% - 85px);
  border-radius: 10px;
  margin-top: 12px;
  padding: 20px 3% 25px 85px;
  background: url("../images/type_icon_01.png") no-repeat;
  background-size: 65px auto;
  background-color: #fff;
  background-position: 10px center;
}
.sub_2 {
  background-image: url("../images/type_icon_02.png");
}
.sub_3 {
  background-image: url("../images/type_icon_03.png");
}
.sub_4 {
  background-image: url("../images/type_icon_04.png");
}
.sub_5 {
  background-image: url("../images/type_icon_05.png");
}
.sub_intro {
  width: 100%;
  padding-right: 10px;
}
.sub_intro p:first-child {
  font-size: 17px;
  font-weight: bold;
  color: #252e61;
}
.sub_intro p:nth-child(2) {
  height: 138px;
  color: #666;
  font-size: 13px;
  line-height: 25px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.btn_more {
  width: 66%;
  height: 42px;
  background-image: linear-gradient(1deg, #fe9962 0%, #ff5e0f 100%),
    linear-gradient(#fe4637, #fe4637);
  background-blend-mode: normal, normal;
  border-radius: 45px;
  font-size: 17px;
  text-align: center;
  line-height: 42px;
  font-weight: bolder;
  color: #fff;
  letter-spacing: 3px;
  text-shadow: -2px 1px 2px #a61206;
}
.js_type_bm {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 25px;
  text-align: center;
  color: #fff9f2;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0 auto;
  font-weight: bold;
  border-radius: 10px;
  padding: 5px;
  margin-top: 8px;
  background-image: linear-gradient(to bottom, #fa6e49, #f5522d);
  text-shadow: 0 0 10px #bb2614;
}

/*���̰���*/
.time_con {
  width: 84%;
  margin: 0 auto;
  padding: 40px 5%;
  line-height: 28px;
  border-radius: 10px;
  margin-top: -60px;
  background: url("../images/bg_02.png") no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 0 10px #bcceea;
}
.time_statu {
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.statu_item {
  position: relative;
  width: 100%;
  margin-top: 35px;
}
.statu_item:first-child {
  margin-top: 0;
}
.s_left {
  position: absolute;
  left: 0;
  float: left;
  width: 32%;
  height: 35px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #faa164;
}
.s_left_1 {
  background-image: linear-gradient(to bottom, #fe9758, #ffaa53);
}
.s_left_2 {
  background-image: linear-gradient(to bottom, #ff7238, #ff9d39);
}
.s_left_3 {
  background-image: linear-gradient(to bottom, #fd4f2c, #ff8a52);
}
.s_left_4 {
  background-image: linear-gradient(to bottom, #ca2c0a, #fe8a52);
}
.s_icon {
  position: relative;
  left: 35%;
  top: 14px;
  z-index: 2;
  float: left;
  width: 10px;
  height: 10px;
  text-align: center;
  background-color: #f85d1f;
  border-radius: 50%;
}
.s_right {
  position: relative;
  left: 35%;
  float: left;
  width: calc(65% - 10px);
  color: #333;
  margin-left: 4%;
  line-height: 35px;
}
/* .time_statu::before {
  content: "";
  position: absolute;
  top: 16px;
  left: calc(35% + 5px);
  height: 93%;
  width: 1px;
  z-index: 0;
  background: #f85d1f;
} */

/*��������*/
.prize_content {
  width: 100%;
  margin-top: -60px;
}
.prize_cs,
.prize_js,
.prize_more {
  width: 84%;
  margin: 0 auto;
  padding: 35px 5% 25px 5%;
  line-height: 35px;
  border-radius: 10px;
  background: url("../images/bg_03.png") no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 0 10px #bcceea;
}
.prize_js {
  margin-top: 20px;
  background: url("../images/bg_04.png") no-repeat;
  background-size: 100% 100%;
}
.prize_more {
  width: 80%;
  padding: 25px 7%;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 115px;
  line-height: 30px;
  background: url("../images/bg_05.png") no-repeat;
  background-size: 100% 100%;
  box-shadow: none;
}
.p_title {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.p_title span {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 100%;
}
.p_title:after {
  position: relative;
  bottom: 5px;
  content: "PRIZE";
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #cac1bc;
  opacity: 0.8;
}
.prize_cs p {
  width: 100%;
  color: #000;
  font-size: 19px;
  text-align: center;
}
.prize_cs p span {
  color: #e5300d;
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}
.prize_tips {
  color: #7b7f95;
  text-align: left;
  margin-top: 15px;
}

.js_p_list {
  width: 87%;
  padding-left: 13%;
}
.js_p_list li {
  position: relative;
  width: calc(100% - 42px);
  padding-left: 42px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #000;
}
.js_p_list li:last-child {
  margin-bottom: 0;
}
.js_p_list li:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 100%;
  background: url(../images/icon_05.png) no-repeat;
  background-size: 30px 39px;
  background-position: center center;
}

.prize_more > p {
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #f3421f;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-style: italic;
  background: url("../images/line.png") no-repeat;
  background-size: 135px 12px;
  background-position: center 20px;
}
.prize_more .text_list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #d1c7bf dashed;
}
.prize_more .text_list li:last-child {
  border-bottom: none;
}
.prize_more .text_list li p:nth-child(1) {
  background-position: 14% 8px;
}

/*��ϵ����*/
.contact_content {
  width: 84%;
  margin: 0 auto;
  padding: 25px 5%;
  line-height: 35px;
  border-radius: 10px;
  margin-top: -60px;
  background: url(../images/bg_06.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 8px 10px #68729a;
}

.modal_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}
.subject_info_modal {
  display: none;
  position: fixed;
  top: 20vh;
  left: 10%;
  z-index: 21;
  width: 70%;
  padding: 30px 5%;
  background-color: #fff;
  border-radius: 10px;
  line-height: 28px;
  text-align: center;
}
.subject_info_modal p {
  width: 100%;
  text-align: left;
}
.subject_info_modal a {
  width: 57%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff9f2;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 30px;
  margin-top: 15px;
  border: 1px #faa088 solid;
  background-image: linear-gradient(to right, #f86640, #fb8a51, #f8603b);
  text-shadow: 0 0 10px #ac180a;
}

.piaochuang {
  position: fixed;
  top: calc((100vh - 140px) / 2);
  right: 0;
  z-index: 2;
  width: 50px;
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal_writing {
  position: fixed;
  top: 10vh;
  left: 3%;
  z-index: 11;
  width: 94%;
  padding-bottom: 40px;
  background: url("/static/index/images/tk_bg_default.png") no-repeat;
  background-size: 100% auto;
  background-color: #fff;
  border-radius: 15px;
}
.close_m {
  width: 94%;
  padding-top: 20px;
  text-align: right;
}
.close_m img {
  width: 20px;
}
.modal_writing p {
  width: 94%;
  margin: 0 auto;
  color: #666;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
}
.modal_writing p:nth-of-type(1) {
  width: 94%;
  margin: 0 auto;
  color: #fa6e46;
  text-align: center;
  line-height: 34px;
  font-size: 26px;
  padding-top: 167px;
}
.into_writing {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.into_writing a {
  display: inline-block;
  width: 70%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  margin: 10px 0;
  background-color: #fa6e46;
  text-decoration: none;
}
