:root {
  --system: #406180;
  --system-ye: #f39800;
  --system-link: #e50043;
  --system-color: #e50043;
  --system-font: #515151;
  --system-bg: #f5f7f8;
  --system-bgtitle: #EAEFF1;
  --font14: 0.875rem;
  --font16: 1rem;
  --font18: 1.125rem;
  --font20: 1.25rem;
}
body {
  color: #515151;
}
table {
  margin: 0 auto;
  border: 1px solid #000000;
  border-collapse: collapse;
}
th,
td {
  border: 1px solid #000000;
  text-align: center;
  padding: 0.5rem;
}
/* 画 实细线*/

th {
  background-color: #f5f5f7;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
/*表头 样式*/

tr:nth-child(odd) {
  background-color: #f5f5f7;
}
tr:nth-child(even) {
  background-color: #ffffff;
}
.c1 {
  color: #336899 !important;
}
.maodian {
  display: block;
  height: 80px;
}
.theH {
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #e50043 70%, #000);
}
.header.on {
  background: #fff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08), 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08), 0 1px 4px 0 rgba(0, 0, 0, 0.04);
}
header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.5);
}
header .small_header {
  padding: 0px calc(50% - 840px);
  background-color: #141414;
  line-height: 28px;
  color: #fff;
  text-align: right;
  font-size: 12px;
}
header .small_header span {
  padding: 0 10px;
}
header .small_header span a {
  color: #fff;
}
header .navbar {
  padding: 0px calc(50% - 840px);
}
header .navbar .navbar-collapse .navbar-brand img {
  height: 3.4rem;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  line-height: 5rem;
  font-size: var(--font18);
  color: var(--system-font) !important;
  padding: 0 20px !important;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: var(--system-color) !important;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .active::after {
  position: absolute;
  bottom: -1px;
  background-color: var(--system-color);
  width: 90%;
  left: 50%;
  margin-left: -45%;
  height: 4px;
  content: ' ';
}
header .navbar .navbar-collapse .navbar-nav .nav-item .active {
  font-weight: bold;
  position: relative;
  color: var(--system-color) !important;
}
header .navbar .dropdown .dropdown-menu {
  width: 100%;
  min-width: initial;
  text-align: center;
  top: 54px;
}
header .navbar .dropdown:hover .dropdown-menu {
  display: block;
}
header .navbar .dropdown-menu {
  background: rgba(43, 146, 220, 0.8);
  border: 0;
  border-radius: 0;
}
header .navbar .dropdown-menu .dropdown-item:hover {
  background: rgba(43, 146, 220, 0.8);
}
header .navbar .dropdown-menu .dropdown-item {
  color: #fff;
}
main {
  position: relative;
  padding-top: 80px;
  min-height: calc(100vh - 150px);
}
.zz {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 998;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
footer {
  background-color: #000;
  color: #fff;
}
footer a {
  color: #787878 !important;
}
footer .footermain1 {
  color: #787878;
}
footer .footermain1 .listlink {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #787878;
  padding: 2rem 0;
}
footer .footermain1 .listlink img {
  height: 40px;
}
footer .footermain1 .iconfont {
  font-size: var(--font14);
  font-weight: bold;
  padding-right: 0.1rem;
}
footer .footermain1 .beian {
  padding: 1rem 0;
  font-size: 14px;
  text-align: center;
}
footer .footermain {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footermain .item .code {
  text-align: center;
}
footer .footermain .item .code img {
  width: 100px;
}
footer .footermain .w1 {
  width: 240px;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
footer .footermain .w1 .shu {
  width: 3px;
  background-color: #fff;
  height: 70px;
  margin: 2rem;
}
footer .footermain .w2 {
  flex: 1;
}
footer .footermain .w3 {
  flex: 1;
}
footer .footermain .w5,
footer .footermain .w6,
footer .footermain .w7 {
  padding: 10px 10px 10px 30px;
}
/*首页*/

.container_home .carousel .carousel-inner .carousel-item {
  max-height: 650px;
  overflow: hidden;
}
.container_home .section_content .homecontentmain .homecontentbox {
  text-align: left;
  line-height: 30px;
  font-size: 16px;
}
.container_home .section_content .ruledown {
  margin-top: 1rem;
  text-align: center;
  padding: 1rem 0;
  display: block;
  background-color: var(--system-color);
  color: #fff;
  border-radius: 0.4rem;
}
.container_home .examlist .colitem {
  margin-bottom: 20px;
}
.container_home .examlist .item {
  padding: 20px 0;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 10px;
}
.container_home .examlist .item .theName {
  font-size: 24px;
  line-height: 28px;
}
.container_home .examlist .item .theText,
.container_home .examlist .item .theSchool {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44);
  margin-top: 14px;
  line-height: 20px;
  text-align: center;
  /*      white-space: pre-wrap;*/

}
.container_home .examlist .item .theText {
  padding: 0 20px;
  line-height: 26px;
  overflow: hidden;
  text-indent: 2ch;
}
.container_home .examlist .item .theText a {
  font-size: 14px;
  color: #336899;
}
.container_home .examlist .item .theSchool {
  overflow: hidden;
}
.container_home .examlist .item .theJoin {
  margin-top: 14px;
}
.container_home .examlist .item .theJoin .but {
  padding: 8px;
  width: 50%;
  display: block;
  margin: 0 auto;
}
.container_home .section-rule .rulemain .rulebox {
  position: relative;
  margin-bottom: 2rem;
  border: solid 1px var(--system-color);
  padding: 1.5rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
.container_home .section-rule .rulemain .rulebox .theNum {
  position: absolute;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  background-image: url(/Content/images/rule.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  top: -10px;
  left: 4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 2rem;
}
.container_home .section-rule .rulemain .rulebox .theName {
  display: inline-block;
  color: var(--system-color);
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 12rem;
}
.container_home .section-rule .rulemain .rulebox .theText {
  padding-top: 0.1rem;
  margin-left: 12rem;
}
.container_home .section-rule .rulemain .rulebox .theText span {
  color: #c42424;
}
.container_home .pathlist .item .thePic {
  position: relative;
}
.container_home .pathlist .item .theName {
  position: relative;
  text-align: left;
  height: 20rem;
  margin-bottom: 1rem;
}
.container_home .pathlist .item .theName .name {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 3;
  padding-top: 7rem;
  height: 20rem;
}
.container_home .pathlist .item .theName .name .but1 {
  background-color: var(--system-link);
  color: #fff;
  border-radius: 1rem;
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  font-weight: normal;
}
.container_home .pathlist .item .theName::after {
  content: ' ';
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
.container_home .pathlist .item .theName::before {
  content: ' ';
  background-image: url(/content/images/sd1.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.container_home .pathlist .item .theName2::before {
  background-image: url(/content/images/sd2.jpg);
}
.container_home .pathlist .item .theText {
  line-height: 1.5rem;
}
.container_home .pathlist .item .theText .name {
  font-size: var(--font18);
  font-weight: bold;
  position: relative;
  padding: 0.5rem 0;
}
.container_home .pathlist .item .theText .name:after {
  width: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: ' ';
  height: 3px;
  background-color: #fff;
}
.container_home .pathlist .item .theText .intro {
  margin: 1.5rem 0;
  line-height: 28px;
}
.container_home .pathlist .item .theJoin .but {
  text-align: center;
  padding: 0.6rem 3rem;
  font-weight: bold;
  border-radius: 0;
  border: solid 1px #fff;
  background-color: inherit;
  color: #fff;
}
.container_home .section-news .newslist .item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.container_home .section-news .newslist .item .theBgPic {
  height: 260px;
}
.container_home .section-news .newslist .item .theDate {
  color: #8f8f8f;
  font-size: 14px;
  padding: 10px 0.5rem;
}
.container_home .section-news .newslist .item .theName {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
  padding: 0 0.5rem;
  min-height: 56px;
  line-height: 28px;
}
.container_home .section-news .newslist .item .theMore {
  margin-top: 1rem;
  padding: 0 0.5rem;
}
.container_home .section-news .newslist .item .theMore a {
  color: #fff;
  background-color: var(--system-color);
  font-size: var(--font14);
  padding: 0.4rem 1.5rem;
  display: block;
  text-align: center;
}
.container_home .section-news .trainbox {
  margin-bottom: 2rem;
  text-align: center;
}
.container_home .section-news .trainbox .traintit {
  width: 100%;
  text-align: left;
  display: none;
  padding: 1rem;
  font-weight: bold;
}
.container_home .section-news .trainbox .address {
  font-size: 12px;
  color: #999;
}
.container_home .section-news .newsmore {
  text-align: center;
  margin-top: 1rem;
}
.container_home .section-news .newsmore a {
  border: solid 1px var(--system-color);
  padding: 0.5rem 2rem;
  color: var(--system-color);
}
.container_home .joinlist {
  background-color: #fffaad;
  width: 100%;
  height: 650px;
  background: #fffaad url(/content/images/banner_pc.png) no-repeat center;
}
.container_home .joinlist .joinword {
  padding-top: 50px;
}
.container_home .joinlist .joinword .item2 {
  padding-left: 20px;
  font-size: 26px;
}
.container_home .joinlist .joinword .item1 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
}
.container_home .joinlist .but {
  bottom: 100px;
  position: absolute;
  padding: 12px 0;
  text-align: center;
  left: 50%;
  display: block;
  cursor: pointer;
  width: 200px;
  margin-left: -100px;
}
.container_home .tabcontent {
  padding: 20px 0;
  line-height: 40px;
}
.container_home .liuchenglist {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.container_home .liuchenglist .item {
  flex: 1;
  text-align: center;
}
.container_home .liuchenglist .item .icon {
  padding: 30px 50px;
  background-color: #fff;
}
.container_home .liuchenglist .item .icon .iconfont {
  font-size: 60px;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(var(--theme-gradient1)), to(var(--theme-gradient2)));
  background: linear-gradient(90deg, var(--theme-gradient1), var(--theme-gradient2));
  background-color: #336899;
}
.container_home .liuchenglist .item .icon img {
  width: 100%;
}
.container_home .liuchenglist .item .title {
  padding: 5px 0;
  background-color: var(--system-link);
  color: #fff;
}
.container_home .liuchenglist .jiantou {
  width: 100px;
  text-align: center;
  padding: 0 10px;
}
.container_home .liuchenglist .jiantou img {
  width: 60px;
}
.container_home .home_logo_box {
  padding: 0 130px;
}
.container_home .home_logo_box .levname {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #EAEFF1;
  padding: 10px 0;
}
.container_home .home_logo_box .logolist1 .item {
  cursor: pointer;
  background-image: url(../images/link.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 80% center;
}
.container_home .home_logo_box .logolist1 .item:hover {
  background-image: url(../images/link-hover.png);
}
.container_home .home_logo_box .logolist {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.container_home .home_logo_box .logolist .item {
  padding: 20px 0;
  text-align: center;
}
.container_home .home_logo_box .logolist .item img {
  height: 40px;
  max-width: 90%;
}
.container_home .home_line_box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  flex-wrap: wrap;
}
.container_home .home_line_box .item {
  padding: 10px 16px;
}
.container_home .supportmain .item {
  margin-bottom: 1rem;
  background-color: #ffffff;
}
.container_home .supportmain .item .theText {
  padding: 1rem;
}
.container_home .supportmain .item .theText .thePic {
  text-align: center;
}
.container_home .supportmain .item .theText .thePic img {
  max-width: 107px;
}
.container_home .supportmain .item .theText .theContent {
  flex: 1;
  line-height: 1.7rem;
}
.container_home .supportmain .item .theText .theContent .theName {
  padding: 0 0 0.5rem 0;
  font-weight: bold;
  text-align: left;
  font-size: var(--font20);
}
.container_home .supportmain .item .theText .theContent .theMore {
  padding-top: 1rem;
  text-align: left;
}
.container_home .supportmain .item .theText .theContent .theMore a {
  color: #fff;
  background-color: var(--system);
  border: solid 1px var(--system);
  text-align: center;
  padding: 0.3rem 1rem;
  font-style: italic;
}
.container_home .supportmain .item .theText .theContent .theMore a i {
  padding-left: 0.5rem;
}
.container_home .wardmain .wardbox {
  text-align: center;
}
.container_home .wardmain .wardbox .theName {
  background-image: linear-gradient(to right, #4699dc, #4699dc);
  color: #fff;
  padding: 0.5rem;
  font-weight: bold;
  font-size: var(--font18);
}
.container_home .wardmain .wardbox .theText {
  padding: 0.5rem;
}
.container_home .wardmain .wardbox .theText .wardbg {
  background-color: #f9f9f9;
}
.container_home .wardmain .wardbox .theText .item {
  display: flex;
  padding: 1.5rem 0.5rem;
  cursor: pointer;
}
.container_home .wardmain .wardbox .theText .item .name {
  display: flex;
  align-items: center;
}
.container_home .wardmain .wardbox .theText .item .name span {
  padding-left: 8px;
}
.container_home .wardmain .wardbox .theText .item:hover {
  background-color: var(--system-bgtitle);
}
/*内容*/

.container_content .content {
  padding: 0px 0px 80px 0px;
}
.container_content .fixed-bottom .joinbox {
  display: flex;
  justify-content: end;
  align-items: center;
}
.container_content .fixed-bottom .joinbox .item {
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #F5F7F8;
  margin-right: 20px;
  font-weight: bold;
  align-items: center;
  display: flex;
}
.container_content .fixed-bottom .joinbox .item .pic {
  margin-left: 20px;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  border-left: 2px solid #788295;
  border-top: 2px solid #788295;
}
/*大赛动态*/

.container_news .newslist .item {
  display: flex;
  padding: 60px 0;
  border-bottom: 1px solid #f2f2f2;
}
.container_news .newslist .item .thePic {
  width: 420px;
}
.container_news .newslist .item .thePic img {
  width: 100%;
}
.container_news .newslist .item .theText {
  padding-top: 10px;
  flex: 1;
  margin-left: 20px;
}
.container_news .newslist .item .theText .theName {
  font-size: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.container_news .newslist .item .theText .theDate {
  color: #999;
  margin: 10px auto 20px;
}
.container_news .newslist .item .theText .theIntro {
  color: #666;
  line-height: 24px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container_news .newslist .item .theText .theMore a {
  display: inline-block;
  border: 1px solid #666;
  padding: 0 20px;
  line-height: 30px;
  border-radius: 40px;
}
.container_news .newscontent {
  padding: 60px 0;
}
.container_news .newscontent .title {
  color: #000;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.container_news .newscontent .param {
  text-align: center;
  color: #999;
  margin-bottom: 30px;
}
.container_news .newscontent .content {
  padding: 40px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
/*常见问题*/

.container_help .helptypelist {
  text-align: center;
  border-bottom: solid 1px #efefef;
  display: flex;
}
.container_help .helptypelist .typenavlist {
  display: flex;
}
.container_help .helptypelist .typenavlist .item {
  font-size: 16px;
  padding: 14px 10px;
  width: 100px;
  cursor: pointer;
  position: relative;
}
.container_help .helptypelist .typenavlist .act:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--theme-gradient1)), to(var(--theme-gradient2)));
  background: linear-gradient(90deg, var(--theme-gradient1), var(--theme-gradient2));
  background-color: #336899;
}
.container_help .helplist .item {
  padding: 20px 0;
}
.container_help .helplist .item .theName {
  font-size: 16px;
  line-height: 24px;
  color: var(--system-font);
  background: #efefef;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
}
.container_help .helplist .item .theText {
  line-height: 24px;
  text-indent: 40px;
}
/*登录*/

.container_login .loginmain {
  width: 500px;
  margin: 0 auto;
}
.container_login .loginmain h3 {
  text-align: center;
}
.container_login .loginmain .item2 {
  display: none;
}
.container_login .login-tip {
  line-height: 30px;
  color: #999;
}
.container_login .login-tip a {
  color: #336899;
}
.container_login .tabLogin {
  display: flex;
  margin-bottom: 1rem;
}
.container_login .tabLogin .item {
  width: 50%;
  text-align: center;
  padding: 1rem 0;
  border-bottom: solid 3px #000;
  cursor: pointer;
}
.container_login .tabLogin .act {
  border-bottom: solid 3px var(--system-color);
}
/*用户后台*/

.container_member {
  margin-top: 50px;
  margin-bottom: 50px;
  min-height: 110px;
  display: flex;
}
.container_member .member_menu {
  width: 280px;
  -webkit-box-shadow: 0 0 20px #ececec;
  box-shadow: 0 0 20px #ececec;
  border-radius: 5px;
}
.container_member .member_menu .title {
  padding: 20px 0 20px 30px;
  background-color: #336899;
  color: #fff;
  line-height: 30px;
  font-size: 26px;
  font-weight: 400;
  border-radius: 5px 5px 0 0;
}
.container_member .member_menu .menu_list {
  padding: 20px 10px;
}
.container_member .member_menu .menu_list .item {
  padding: 10px 0 10px 30px;
  font-size: 16px;
}
.container_member .member_menu .menu_list .item a {
  color: #999;
}
.container_member .member_menu .menu_list .act a {
  color: #141414;
}
.container_member .member_main {
  flex: 1;
  margin-left: 20px;
  -webkit-box-shadow: 0 0 20px #ececec;
  box-shadow: 0 0 20px #ececec;
  border-radius: 5px;
}
.container_member .member_main .member_nav {
  padding: 20px 30px;
  border-bottom: 1px solid #f5f5f5;
  font-size: 20px;
  line-height: 30px;
}
.container_member .member_main .member_box .member-but {
  background-color: #336899;
}
.container_member .member_main .member_box .form_main {
  margin: 0 auto;
  margin-top: 30px;
}
.container_member .member_main .member_box .team_main {
  width: 500px;
}
.container_member .member_main .member_box .signinfo_main {
  width: 800px;
}
.container_member .member_main .member_box .sign_main {
  padding: 20px;
}
.container_member .member_main .member_box .sign_main .signlist .useritem {
  display: flex;
  flex-wrap: wrap;
}
.container_member .member_main .member_box .sign_main .signlist .useritem .num {
  background-color: #f9f9f9;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  width: 100%;
}
.container_member .member_main .member_box .sign_main .signlist .useritem .num .student {
  font-weight: bold;
  font-size: 18px;
}
.container_member .member_main .member_box .sign_main .signlist .useritem .num .edit a {
  color: #336899;
}
.container_member .member_main .member_box .sign_main .signlist .useritem .item {
  display: flex;
  width: 50%;
  align-items: center;
  padding: 10px 5px 0 5px;
}
.container_member .member_main .member_box .sign_main .signlist .useritem .item .key {
  width: 120px;
}
.container_member .member_main .member_box .sign_main .signlist .useritem .item .value {
  flex: 1;
}
.container_member .member_main .member_box .sign_main .signlist .useritem .item .value img {
  max-height: 200px;
}
.container_member .member_main .member_box .sign_main .signlist .addbut {
  width: 100%;
  background-color: #fff;
  padding: 8px 0;
  text-align: center;
  border: dashed 1px #dee2e6;
  margin-bottom: 20px;
}
.container_member .member_main .member_box .sign_main .signlist .addbut a {
  color: #4699dc;
}
.container_member .member_main .member_box .book_main {
  padding: 40px 100px;
  font-size: 16px;
  line-height: 40px;
}
.container_member .member_main .member_box .book_main button {
  padding: 8px 100px;
}
.container_member .member_main .member_box .upload_main .form_main {
  width: 500px;
}
.container_member .member_main .member_box .upload_main .uploadcontent {
  padding: 20px 50px;
}
.memberbanner {
  position: relative;
  background-image: url("/Content/images/bg_member.png");
  padding-top: 100px;
}
.memberbanner .teamname {
  padding: 60px 50px;
  font-weight: bold;
  font-size: 40px;
  color: #336899;
}
.container_join .join_tip {
  max-width: 100%;
  padding: 20px;
  margin: 20px 0;
  background: rgba(147, 157, 220, 0.15);
  border: 1px solid #939ddc;
  font-size: 16px;
  color: #242728;
  letter-spacing: 0.29px;
  line-height: 24px;
  /* display: flex;
        flex-direction: column;
        justify-content: center;*/

}
.container_join .join-title-bg {
  background-color: #f9f9f9;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
}
.container_join .join-title-bg .name {
  font-weight: bold;
  font-size: 18px;
}
.container_join .join-title-bg .delstatusitem,
.container_join .join-title-bg .delteacheritem {
  color: #336899;
  cursor: pointer;
}
.container_join .joinmain {
  width: 100%;
  margin: 0 auto;
}
.uploadpicture {
  padding: 30px;
  border: solid 1px #dee2e6;
  text-align: center;
  cursor: pointer;
}
.uploadpicture .uploadimg {
  max-width: 100%;
}
.container_other_down {
  padding: 0px 100px;
}
.container_other_down .down_list .item:last-child {
  border: 0;
}
.container_other_down .down_list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  padding: 20px 10px;
  background-color: #fff;
  border-bottom: solid 1px #ececec;
}
.container_other_down .down_list .item span img {
  width: 24px;
}
.container_other_down .down_list .item span a {
  color: #336899;
}
.container_guide .sectionTopicBox .stsmBox .item {
  background-color: #f5f7f8;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.container_guide .sectionTopicBox .stsmBox .item .theHeader {
  background-color: #0F2979;
  color: #fff;
  padding: 30px 0;
  position: relative;
}
.container_guide .sectionTopicBox .stsmBox .item .theHeader .theName {
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0;
}
.container_guide .sectionTopicBox .stsmBox .item .theHeader .theSecName {
  font-size: 16px;
}
.container_guide .sectionTopicBox .stsmBox .item .theIntro {
  padding: 40px;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}
.container_guide .sectionTopicBox .stsmBox .item .theBut {
  margin-bottom: 20px;
}
.container_guide .sectionWardBox .guide_box {
  margin-bottom: 30px;
}
.container_guide .sectionWardBox .guide_box .guide_info {
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}
.container_guide .sectionWardBox .guide_box .guide_info span {
  color: var(--system-link);
}
.container_guide .sectionWardBox .ward_box .item {
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 20px 0;
}
.container_guide .sectionWardBox .ward_box .item .pic img {
  width: 180px;
}
.container_guide .sectionWardBox .ward_box .item .name {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
}
.container_guide .sectionWardBox .ward_box .item .price {
  font-weight: bold;
  font-size: 18px;
}
.container_guide .sectionExamBox .examlist .item {
  padding-bottom: 20px;
  text-align: center;
  background-color: #f5f7f8;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.container_guide .sectionExamBox .examlist .item .theName {
  background-color: #eaeff1;
  font-size: 24px;
  padding: 10px 0;
  color: rgba(0, 0, 0, 0.92);
}
.container_guide .sectionExamBox .examlist .item .theText,
.container_guide .sectionExamBox .examlist .item .theSchool {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44);
  margin-top: 14px;
  line-height: 20px;
  text-align: center;
  /*      white-space: pre-wrap;*/

}
.container_guide .sectionExamBox .examlist .item .theText {
  padding: 0 20px;
  line-height: 26px;
  overflow: hidden;
}
.container_guide .sectionExamBox .examlist .item .theText a {
  font-size: 14px;
  color: #336899;
}
.container_guide .sectionExamBox .examlist .item .theSchool {
  overflow: hidden;
}
.container_guide .sectionExamBox .examlist .item .theJoin {
  margin-top: 14px;
}
.container_guide .sectionExamBox .examlist .item .theJoin .but {
  padding: 8px;
  width: 50%;
  display: block;
  margin: 0 auto;
}
.container_guide .sectionJoinBox .guide_box {
  background-color: var(--system-bg);
  border-radius: 10px;
  background-image: url(../images/joinobj.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
}
.container_guide .sectionJoinBox .guide_box .guide_info {
  line-height: 26px;
}
.container_guide .sectionJoinBox .guide_box .guide_info .name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.container_guide .sectionDateBox .guide_box {
  background-color: #fff;
  border-radius: 3px;
  padding: 20px;
}
.container_guide .sectionDateBox .guide_box .guide_box_pic {
  text-align: center;
}
.container_guide .sectionDateBox .guide_box .guide_box_pic img {
  width: 100px;
}
.container_guide .sectionDateBox .guide_box .guide_box_content .item .name {
  font-size: 20px;
  padding-left: 10px;
  font-weight: bold;
  border-left: solid 5px #336899;
  margin-bottom: 10px;
}
.container_guide .sectionDateBox .guide_box .guide_box_content .item .date {
  margin-bottom: 20px;
}
.container_guide .sectionDateBox .guide_box .guide_box_content .item .intro {
  font-weight: 600;
}
.container_guide .sectionResourceeBox .guide_box {
  margin: 35px 90px;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}
.container_guide .sectionResourceeBox .downbox .down_list {
  background-color: #F5F7F8;
  border-radius: 5px;
  margin-bottom: 20px;
}
.container_guide .sectionResourceeBox .downbox .down_list .theHeader {
  padding: 24px 20px;
}
.container_guide .sectionResourceeBox .downbox .down_list .theHeader .pic img {
  width: 72px;
}
.container_guide .sectionResourceeBox .downbox .down_list .theHeader .name {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.container_guide .sectionResourceeBox .downbox .down_list .item {
  display: flex;
  background-color: #E9EEF2;
  margin-top: 2px;
  padding: 12px 20px;
}
.container_guide .sectionResourceeBox .downbox .down_list .item .name {
  flex: 1;
  display: block;
}
.container_guide .sectionResourceeBox .downbox .down_list .item .icon {
  width: 40px;
  display: block;
  background-image: url(../images/resource-down.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center center;
}
.container_guide .sectionResourceeBox .downbox .down_list .item:hover .icon {
  background-image: url(../images/resource-hover.png);
}
.section_bg {
  background-color: #f9f9f9 !important;
}
.section {
  padding-bottom: 50px;
}
.section .section_tit {
  position: relative;
  text-align: center;
  padding: 50px 0;
}
.section .section_tit .title {
  position: relative;
  font-size: 34px;
  padding-bottom: 10px;
}
.section .section_tit .title::after {
  position: absolute;
  content: ' ';
  height: 4px;
  width: 100%;
  left: 0%;
  z-index: 0;
  bottom: 0;
  background: linear-gradient(to right, var(--theme-gradient1), var(--theme-gradient1), var(--theme-gradient1), var(--theme-gradient1));
}
.section .section_big_tit .hr {
  width: 700px;
  margin-left: -350px;
}
.section .section_big_tit .title {
  width: 500px;
  margin-left: -250px;
}
.section .section_main .tabnav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .section_main .tabnav .item {
  padding: 10px 20px;
  cursor: pointer;
}
.section .section_main .tabnav .act {
  position: relative;
}
.section .section_main .tabnav .act::before {
  position: absolute;
  content: ' ';
  height: 2px;
  width: 100%;
  bottom: -1.5px;
  left: 0;
  background: linear-gradient(90deg, #D063D6, #0B5EF9);
  background-color: #336899;
}
.proceduremain .milestone {
  cursor: pointer;
  margin-bottom: 1rem;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08), 0 1px 4px 0 rgba(0, 0, 0, 0.04);
}
.proceduremain .milestone .theItem {
  padding: 1rem;
  text-align: center;
}
.proceduremain .milestone .theItem .thePic img {
  width: 107px;
}
.proceduremain .milestone .theItem .theText {
  padding: 0rem 1rem 0 0;
}
.proceduremain .milestone .theItem .theText .stone-note {
  font-size: 20px;
  font-weight: bold;
  color: var(--system-color);
}
.proceduremain .milestone .theItem .theText .stone-intro {
  position: relative;
  padding: 0.5rem 0;
}
.indexBanner {
  position: relative;
}
.indexBanner .mp4 {
  backface-visibility: hidden;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  width: 100%;
  object-fit: cover;
  display: block;
}
.indexBanner .con {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.indexBanner .con h2 {
  font-size: 60px;
  color: #fff;
  text-align: center;
}
.indexBanner .con p {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.indexBanner .con p span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  letter-spacing: 8px;
}
.indexBanner .con .searchBox {
  border-radius: 30px;
  width: 440px;
  height: 60px;
  background: #fff;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.indexBanner .con .searchBox .int {
  flex: 1;
  height: 60px;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  padding-left: 25px;
}
.indexBanner .con .searchBox .btn {
  width: 47px;
  height: 47px;
  background: #2a90d7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-right: 6px;
  margin-left: 20px;
}
.indexBanner .btn {
  display: block;
  width: 200px;
  height: 60px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009ddc;
  font-size: 18px;
  margin: 0 auto;
  margin-top: 300px;
}
.indexBanner .shubiao {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.indexBanner .shubiao img {
  display: block;
  margin: 0 auto;
}
.indexBanner .shubiao .ico1 {
  margin-bottom: 10px;
}
.indexBanner .shubiao .ico2 {
  animation: down 1.1s ease-in infinite;
  transform: translateY(-2px);
}
.pagesbanner {
  position: relative;
}
.pagesbanner .bannerImg {
  width: 100%;
  max-width: 100%;
}
.pagesbanner .con {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.pagesbanner .con h2 {
  font-size: 60px;
  color: #fff;
  text-align: center;
}
.pagesbanner .con p {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.pagesbanner .con p span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  letter-spacing: 8px;
}
.pagesbanner .con .btn {
  display: block;
  width: 200px;
  height: 60px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009ddc;
  font-size: 18px;
  margin: 0 auto;
  margin-top: 70px;
}
.pagesbanner .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.pagesbanner .text h3 {
  font-size: 40px;
  font-weight: normal;
}
.pagesbanner .text p {
  font-size: 30px;
  text-transform: uppercase;
}
.pagesbanner .play {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translateX(-50%);
  z-index: 2;
}
.pagesbanner .play a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 172px;
  height: 56px;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s;
  background: rgba(43, 146, 220, 0.8);
  border: 1px solid rgba(43, 146, 220, 0.8);
}
.pagesbanner .play a .ico {
  margin-left: 10px;
  transition: all 0.3s;
}
.pagesbanner .play a:hover .ico {
  margin-left: 15px;
}
.pagesbanner .play a:hover {
  background: rgba(43, 146, 220, 0.8);
  border: 1px solid rgba(43, 146, 220, 0.8);
}
.pagesbanner .xzmenu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagesbanner .xzmenu a {
  color: #333333;
  font-size: 18px;
  margin: 0 30px;
}
.pagesbanner .xzmenu a.on,
.pagesbanner .xzmenu a:hover {
  color: #005e80;
}
.pagesbanner .dh {
  position: absolute;
  height: 100%;
  width: auto;
}
.container_before {
  padding: 20px 0;
}
.container_before .mp4 {
  height: 630px;
  overflow: hidden;
  border-radius: 5px;
}
.container_before .beforebox {
  background-color: #e9eef2;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.container_before .beforebox .theBgPic {
  height: 200px;
}
.container_before .beforebox .theName {
  padding: 10px 10px;
  font-size: 20px;
  height: 110px;
}
@media (max-width: 600px) {
  main {
    min-height: auto !important;
    /*   background-color: #e9ebed;*/
  
  }
  .liuchenglist .item {
    width: 100%;
    flex: none !important;
  }
  .liuchenglist .jiantou {
    margin: 20px 10px;
    transform: rotate(90deg);
  }
  .container_login .loginmain {
    width: 100%;
  }
  .container_other_down {
    padding: 0 10px;
  }
  .container_help .helplist {
    padding: 20px 0px;
  }
  .container_help .helplist .item {
    padding: 0;
  }
  .container_help .helplist .item .theText {
    padding: 0 5px;
  }
  .container_content .content {
    padding: 10px 10px;
  }
}
