.new-footer {
  display: none;
}
html,
body {
  height: 100%;
}
/**-----------------------------**\
            $wrap
\**-----------------------------**/
.wrap {
  width: 100%;
  position: relative;
  margin: 0 auto;
  background: #0326c4 url("/public/img/activity/designerSelection(2019)/bg.jpg") no-repeat top;
  background-size: cover;
}
.wrap .wrap_bac {
  display: inline-block;
  width: 100%;
  height: 1095px;
}
/**-----------------------------**\
            $gradient
\**-----------------------------**/
.gradient {
  width: 205px;
  height: 100%;
  background: -webkit-linear-gradient(left, #0325c4, rgba(0, 62, 255, 0.3));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #0325c4, rgba(0, 62, 255, 0.3));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #0325c4, rgba(0, 62, 255, 0.3));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #0325c4, rgba(3, 37, 196, 0));
  /* 标准的语法 */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#0325c4, endColorstr=rgba(0, 62, 255, 0.3));
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 15;
}
/**-----------------------------**\
            $left_nav
\**-----------------------------**/
.left_nav {
  width: 205px;
  height: 100%;
  position: fixed;
  top: 60px;
  left: 0px;
  z-index: 20;
}
.left_nav div {
  width: 205px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0px;
}
.left_nav div img {
  margin-left: 25px;
  margin-bottom: 10px;
}
.left_nav div p {
  margin-left: 25px;
  font-size: 13px;
  color: #00cae8;
}
.left_nav ul {
  margin-top: 125px;
  margin-left: 25px;
}
.left_nav ul li {
  margin-bottom: 40px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
}
.left_nav ul li i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/public/img/activity/designerSelection(2019)/css_sprites.png") -2px -98px no-repeat;
  margin-right: 15px;
  position: relative;
  top: 6px;
}
.left_nav ul li:hover {
  color: #00cae8;
}
.left_nav ul li:hover i {
  background-position: -2px -2px;
}
.left_nav ul li:nth-child(8n+2) i {
  background-position: -2px -170px;
}
.left_nav ul li:nth-child(8n+2):hover i {
  background-position: -2px -26px;
}
.left_nav ul li:nth-child(8n+3) i {
  height: 23px;
  background-position: -2px -377px;
}
.left_nav ul li:nth-child(8n+3):hover i {
  background-position: -2px -350px;
}
.left_nav ul li:nth-child(8n+4) i {
  width: 21px;
  background-position: -2px -146px;
}
.left_nav ul li:nth-child(8n+4):hover i {
  background-position: -2px -50px;
}
.left_nav ul li:nth-child(8n+5) i {
  width: 21px;
  height: 22px;
  background-position: -2px -272px;
}
.left_nav ul li:nth-child(8n+5):hover i {
  background-position: -2px -194px;
}
.left_nav ul li:nth-child(8n+6) i {
  width: 21px;
  background-position: -2px -122px;
}
.left_nav ul li:nth-child(8n+6):hover i {
  background-position: -2px -74px;
}
.left_nav ul li:nth-child(8n+7) i {
  width: 18px;
  height: 22px;
  background-position: -2px -298px;
}
.left_nav ul li:nth-child(8n+7):hover i {
  background-position: -2px -220px;
}
.left_nav ul li:nth-child(8n+8) i {
  width: 21px;
  height: 22px;
  background-position: -2px -324px;
}
.left_nav ul li:nth-child(8n+8):hover i {
  background-position: -2px -246px;
}
/**-----------------------------**\
            $header_bac
\**-----------------------------**/
.header_bac {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/**-----------------------------**\
            $content
\**-----------------------------**/
.content {
  width: 1190px;
  margin: 0 auto;
}
/**-----------------------------**\
            $user_status
\**-----------------------------**/
.user_status {
  width: 724px;
  height: 178px;
  position: absolute;
  top: 455px;
  left: 50%;
  margin-left: -362px;
}
/**-----------------------------**\
           $signUp_phase
\**-----------------------------**/
.signUp_phase {
  display: inline-block;
  margin: 45px 10px 0;
  width: 301px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  background: url("/public/img/activity/designerSelection(2019)/apply_btn.png") 0 0 no-repeat;
}
.signUp_phase a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.signUp_phase a:hover {
  color: #fff;
}
/**-----------------------------**\
           $selection_phase
\**-----------------------------**/
.selection_phase {
  width: 724px;
  height: 178px;
  background: url("/public/img/activity/designerSelection(2019)/await.png") 0 0 no-repeat;
  overflow: hidden;
}
.selection_phase_title {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.selection_phase_time {
  text-align: center;
  font-size: 16px;
  color: #fff100;
  margin-bottom: 13px;
}
.selection_phase div {
  text-align: center;
}
.selection_phase div:after {
  content: '';
  clear: both;
  display: block;
}
.selection_phase div a {
  font-size: 14px;
  color: #fff;
  float: left;
  text-decoration: underline;
}
.selection_phase div a:first-child {
  width: 103px;
  margin-left: 270px;
  position: relative;
}
.selection_phase div a:first-child:after {
  width: 1px;
  height: 15px;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 3px;
  right: 0;
}
.selection_phase div a:last-child {
  text-indent: 15px;
}
/**-----------------------------**\
           $times
\**-----------------------------**/
.times {
  width: 1046px;
  height: 125px;
  position: absolute;
  top: 750px;
  left: 50%;
  margin-left: -523px;
  background: url("/public/img/activity/designerSelection(2019)/活动时间.png") no-repeat;
  background-size: contain;
}
/**-----------------------------**\
           $introduce
\**-----------------------------**/
.introduce {
  width: 1190px;
  height: 460px;
  margin: 0 auto;
  position: relative;
  top: -290px;
}
.introduce_content {
  width: 1090px;
  height: 485px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.introduce_content .views {
  display: inline-block;
  position: absolute;
  top: 125px;
  left: -100px;
}
.introduce_content .drc_box {
  width: 615px;
  position: absolute;
  top: 72px;
  right: 54px;
  font-size: 16px;
  color: #000;
}
.introduce_content .drc_box .drc_p_index {
  text-indent: 35px;
}
.introduce_content .drc_box p {
  margin-bottom: 13px;
}
.introduce_content .drc_box a {
  display: inline-block;
  font-size: 18px;
  color: #0325c4;
  margin-top: 24px;
}
.introduce_content .drc_box a span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #04edff;
  color: #0325c4;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  position: relative;
  top: -2px;
}
.edges {
  width: 400px;
  height: 96px;
  position: absolute;
  top: 0;
  left: 0;
}
.edges .circles {
  display: inline-block;
  width: 124px;
  height: 85px;
  background: url("/public/img/activity/designerSelection(2019)/circle_1.png") 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}
.edges .circles2 {
  display: inline-block;
  width: 46px;
  height: 46px;
  background: url("/public/img/activity/designerSelection(2019)/cicle_2.png") 0 0 no-repeat;
  position: absolute;
  top: 40px;
  left: 79px;
  opacity: 0.5;
  z-index: 40;
}
.edges .title_bac {
  display: inline-block;
  width: 130px;
  height: 62px;
  background: url("/public/img/activity/designerSelection(2019)/yin_1.png") 0 0 no-repeat;
  position: absolute;
  top: 33px;
  left: 99px;
}
.edges span {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  position: absolute;
  top: 38px;
  left: 157px;
  z-index: 20;
}
/**-----------------------------**\
           $run_objective
\**-----------------------------**/
.run_objective {
  width: 1190px;
  height: 490px;
  margin: -245px auto 0;
}
.run_objective:after {
  content: '';
  clear: both;
  display: block;
}
.run_objective .objective_box {
  width: 580px;
  height: 437px;
  background-color: #a5ebff;
  float: left;
  margin-left: 100px;
  position: relative;
}
.run_objective .objective_box .edges .title_bac {
  background: url("/public/img/activity/designerSelection(2019)/yin_3.png") 0 0 no-repeat;
}
.run_objective .objective_box .objective_drc ul {
  margin-top: 125px;
  margin-left: 50px;
}
.run_objective .objective_box .objective_drc li {
  margin-bottom: 30px;
  color: #000;
}
.run_objective .objective_box .objective_drc li h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.run_objective .objective_box .objective_drc li h1 i {
  display: inline-block;
  width: 23px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #0325c4;
  background: url('/public/img/activity/designerSelection(2019)/l_1.png') 0 0 no-repeat;
  margin-right: 15px;
}
.run_objective .objective_box .objective_drc li p {
  font-size: 16px;
  text-indent: 36px;
}
.run_objective .run_box {
  width: 490px;
  height: 337px;
  background-color: #a5ebff;
  float: right;
  position: relative;
}
.run_objective .run_box .edges_right {
  width: 400px;
  height: 96px;
  position: absolute;
  top: 0;
  right: 0;
}
.run_objective .run_box .edges_right .circles {
  display: inline-block;
  width: 124px;
  height: 85px;
  background: url("/public/img/activity/designerSelection(2019)/circle_3.png") 0 0 no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
}
.run_objective .run_box .edges_right .circles2 {
  display: inline-block;
  width: 46px;
  height: 46px;
  background: url("/public/img/activity/designerSelection(2019)/cicle_2.png") 0 0 no-repeat;
  position: absolute;
  top: 40px;
  right: 79px;
  opacity: 0.5;
  z-index: 40;
}
.run_objective .run_box .edges_right .title_bac {
  display: inline-block;
  width: 130px;
  height: 62px;
  background: url("/public/img/activity/designerSelection(2019)/yin_3.png") 0 0 no-repeat;
  position: absolute;
  top: 33px;
  right: 99px;
}
.run_objective .run_box .edges_right span {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  position: absolute;
  top: 38px;
  right: 157px;
  z-index: 20;
}
.run_objective .run_box_drc {
  margin-top: 125px;
  margin-left: 60px;
}
.run_objective .run_box_drc p {
  font-size: 16px;
  color: #000;
}
.run_objective .run_box_drc img {
  position: absolute;
  bottom: -130px;
  left: 70px;
}
/**-----------------------------**\
           $floor_four
\**-----------------------------**/
.floor_four {
  width: 100%;
  height: 1020px;
  background: url("/public/img/activity/designerSelection(2019)/floor_4.png") no-repeat bottom;
  background-size: contain;
}
/**-----------------------------**\
           $prize_box
\**-----------------------------**/
.prize_box {
  width: 1190px;
  height: 525px;
  margin: 0 auto;
  background: transparent url("/public/img/activity/designerSelection(2019)/bg-4.jpg") no-repeat top right;
  background-size: contain;
}
/**-----------------------------**\
           $declare_box
\**-----------------------------**/
.declare_box {
  margin: auto;
  width: 1190px;
  height: 410px;
}
.declare_box_content {
  float: right;
  width: 1090px;
  height: 410px;
}
.declare_box_content:after {
  content: '';
  clear: both;
  display: block;
}
.declare_box_content .declare_box_content_header {
  margin-top: 60px;
}
.declare_box_content .declare_box_content_header:after {
  content: '';
  clear: both;
  display: block;
}
.declare_box_content .declare_box_content_header span {
  display: inline-block;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 56px;
  background-color: #fff;
  border-radius: 50%;
  float: left;
}
.declare_box_content .declare_box_content_header span i {
  display: inline-block;
  width: 21px;
  height: 22px;
  background: url("/public/img/activity/designerSelection(2019)/sprites_1.png") -5px -33px no-repeat;
}
.declare_box_content .declare_box_content_header h1 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  float: left;
  margin-left: 28px;
}
.declare_box_content_left {
  width: 543px;
  height: 410px;
  float: left;
}
.declare_box_content_left_drc ul {
  margin-top: 40px;
}
.declare_box_content_left_drc ul li {
  width: 543px;
  margin-bottom: 15px;
}
.declare_box_content_left_drc ul li:after {
  content: '';
  clear: both;
  display: block;
}
.declare_box_content_left_drc ul li i {
  display: inline-block;
  width: 23px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #0325c4;
  background: url('/public/img/activity/designerSelection(2019)/l_1.png') 0 0 no-repeat;
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}
.declare_box_content_left_drc ul li p {
  width: 400px;
  font-size: 16px;
  color: #fff;
  float: left;
  line-height: 30px;
}
.declare_box_content_left_drc ul li p a {
  color: #04edff;
}
.declare_box_content_right {
  width: 547px;
  height: 410px;
  float: left;
}
.declare_box_content_right .declare_box_content_header {
  margin-left: 57px;
}
.declare_box_content_right .declare_box_content_header span i {
  background: url("/public/img/activity/designerSelection(2019)/sprites_1.png") -5px -65px no-repeat;
}
.declare_box_content_right_drc {
  margin-left: 57px;
}
.declare_box_content_right_drc ul {
  margin-top: 40px;
}
.declare_box_content_right_drc ul li {
  width: 543px;
  margin-bottom: 15px;
}
.declare_box_content_right_drc ul li:after {
  content: '';
  clear: both;
  display: block;
}
.declare_box_content_right_drc ul li i {
  display: inline-block;
  width: 23px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #0325c4;
  background: url('/public/img/activity/designerSelection(2019)/l_1.png') 0 0 no-repeat;
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}
.declare_box_content_right_drc ul li p {
  font-size: 16px;
  color: #fff;
  float: left;
  line-height: 30px;
}
.declare_box_content_right_drc ul li p a {
  color: #04edff;
}
/**-----------------------------**\
           $rule_box
\**-----------------------------**/
.rule_box {
  width: 1190px;
  height: 643px;
  margin: 0 auto;
}
.rule_box:after {
  content: '';
  clear: both;
  display: block;
}
.rule_box_header {
  width: 250px;
  height: 62px;
  margin-top: 93px;
  position: relative;
}
.rule_box_header:after {
  content: '';
  clear: both;
  display: block;
}
.rule_box_header span {
  display: inline-block;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 56px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
.rule_box_header span i {
  display: inline-block;
  width: 21px;
  height: 22px;
  background: url("/public/img/activity/designerSelection(2019)/sprites_1.png") -5px -33px no-repeat;
}
.rule_box_header .bac {
  display: inline-block;
  width: 130px;
  height: 62px;
  background: url('/public/img/activity/designerSelection(2019)/yin_2.png');
  position: absolute;
  top: 0;
  left: 20px;
}
.rule_box_header h1 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  float: left;
  position: absolute;
  top: 4px;
  left: 74px;
  z-index: 20;
}
.rule_box_left {
  width: 600px;
  height: 643px;
  float: left;
  margin-left: 100px;
}
.rule_box_left .rule_box_drc div {
  margin-top: 68px;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}
.rule_box_left .rule_box_drc ul {
  margin-top: 50px;
}
.rule_box_left .rule_box_drc ul li {
  width: 543px;
  margin-bottom: 30px;
}
.rule_box_left .rule_box_drc ul li:after {
  content: '';
  clear: both;
  display: block;
}
.rule_box_left .rule_box_drc ul li i {
  display: inline-block;
  width: 23px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #0325c4;
  background: url('/public/img/activity/designerSelection(2019)/l_1.png') 0 0 no-repeat;
  float: left;
  margin-right: 15px;
}
.rule_box_left .rule_box_drc ul li p {
  font-size: 16px;
  color: #fff;
  float: left;
  margin-bottom: 6px;
}
.rule_box_left .rule_box_drc ul li p a {
  color: #04edff;
}
.rule_box_right {
  width: 490px;
  height: 643px;
  float: left;
}
.rule_box_right .rule_box_drc div {
  margin-top: 223px;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}
.rule_box_right .rule_box_drc ul {
  margin-top: 50px;
}
.rule_box_right .rule_box_drc ul li {
  width: 543px;
  margin-bottom: 30px;
}
.rule_box_right .rule_box_drc ul li:after {
  content: '';
  clear: both;
  display: block;
}
.rule_box_right .rule_box_drc ul li i {
  display: inline-block;
  width: 23px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #0325c4;
  background: url('/public/img/activity/designerSelection(2019)/l_1.png') 0 0 no-repeat;
  float: left;
  margin-right: 15px;
}
.rule_box_right .rule_box_drc ul li p {
  font-size: 16px;
  color: #fff;
  float: left;
  margin-bottom: 6px;
}
.rule_box_right .rule_box_drc ul li p a {
  color: #04edff;
}
/**-----------------------------**\
           $footer_mask
\**-----------------------------**/
.footer_mask {
  width: 100%;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.footer_mask_btn {
  width: 300px;
  height: 62px;
  text-align: center;
  line-height: 62px;
  margin: 30px auto;
  background: url("/public/img/activity/designerSelection(2019)/apply_btn.png") 0 0 no-repeat;
}
.footer_mask_btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 24px;
}
/*
弹出层
*/
.info-pop-box {
  z-index: 1000002;
  background: #fff;
  width: 850px;
  height: 840px;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.info-pop-box-soc {
  display: none;
}
.info-pop-title {
  background-color: #fff;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
.info-pop-title i {
  float: right;
  margin-right: 20px;
  margin-top: 16px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url('//image10.homedo.com/Themes/home/logclose.png') no-repeat;
}
.table-box {
  margin: 0 30px 0 30px;
  background-color: #fff;
  height: 740px;
  overflow-y: scroll;
}
.table-box table {
  border: 1px solid #e9e9e9;
}
.table-box tr td {
  border: 1px solid #e9e9e9;
  height: 48px;
  line-height: 48px;
  padding-left: 20px;
  color: #6d6d6d;
  font-size: 14px;
}
.table-box tr td img {
  margin: 15px 0;
  width: 295px;
}
.table-box tr td a {
  color: #00c2de;
}
.table-box tr td p {
  line-height: 22px;
}
.table-box tr td:nth-child(2n) {
  color: #222;
}
.pad-10 {
  padding: 10px 0;
}
.company-tips {
  line-height: 24px;
}
.company-operate {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 200px;
  float: right;
}
.company-operate li {
  line-height: 35px;
}
.company-operate span {
  margin-right: 50px;
}
.mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000001;
  background: rgba(0, 0, 0, 0.8);
}
.msg_mask {
  display: none;
}
