
/* introduction */

.centerBg {
  width: 100%;
  height: 300px;
  background: url(../images/centerBg.png) no-repeat top center / cover;
}
.main>.commonWidth {
  display: flex;
  justify-content: space-between;
}
.commonNavLeft {
  width: 242px;
  height: 100%;
  padding-bottom: 15px;
  background: linear-gradient(246deg, #C91336 0%, #D4003D 100%);
  background-color: #D4003D;
  padding-left: 15px;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
}
.commonNavLeft>h3 {
  display: block;
  font-weight: bold;
  font-size: 28px;
  color: #FFFFFF;
  text-align: center;
  background: url(../images/icon_left_nav_bg.png) no-repeat right;
  padding: 20px 0px;
}
.commonNavLeft>ul {
  width: 100%;
  padding: 0px 10px;
  background-color: #ffffff;
}
.commonNavLeft>ul>li {
  width: 100%;
  overflow: hidden;
}
.commonNavLeft>ul>li>a {
  display: block;
  line-height: 25px;
  font-size: 18px;
  color: #333333;
  position: relative;
  padding: 20px 10px 20px 40px;
}
.commonNavLeft>ul>li+li>a {
  border-top: 1px solid rgba(218, 218, 218, 1);
}
.commonNavLeft>ul>li:hover>a {
  background: url(../images/icon_left_nav_arrow.png) no-repeat 10px;
}
.commonNavLeft>ul>li.active>a {
  background: url(../images/icon_left_nav_arrow.png) no-repeat 10px !important;
}
.commonRight {
  width: calc(100% - 300px);
  min-height: 600px;
  background-color: #FFFFFF;
  padding: 20px 40px 40px 40px;
}
.location {
  line-height: 50px;
  color: #666666;
  padding-right: 30px;
}
.location>a {
  display: inline-block;
  font-size: 14px;
  color: #666666;
}
.location>a:hover {
  color: #222222;
}
.commonRight_Title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #BEBEBE;
}
.commonRight_Title>h3 {
  display: block;
  font-weight: bold;
  font-size: 32px;
  color: #D4003D;
  padding-bottom: 20px;
}
.about_introduction {
  width: 100%;
  padding: 20px 0px 40px;
}
.about_introduction>h3 {
  display: block;
  width: 100%;
  height: 49px;
  background: url(../images/icon_title_bg.png) no-repeat;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  text-indent: 30px;
  line-height: 40px;
  border-bottom: 1px solid rgba(232, 232, 232, 1);
  margin: 30px 0px;
}
.about_introduction p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  margin: 10px 0px;
}
.about_introduction img {
  display: block;
  max-width: 90%;
  margin: 20px auto;
}
.about_introduction table p {
  text-indent: 0em !important;
}
/* about_leader */

.about_leader {
  width: 100%;
  padding: 30px 0px;
  display: flex;
  justify-content: space-between;
}
.leader_pic {
  width: 400px;
  height: 590px;
  overflow: hidden;
}
.leader_text {
  width: calc(100% - 460px);
  padding-top: 180px;
}
.leader_text>h2 {
  display: block;
  font-weight: bold;
  font-size: 27px;
  color: #333333;
  line-height: 45px;
  padding-left: 50px;
  position: relative;
}
.leader_text>h2:after {
  content: '';
  display: block;
  width: 27px;
  height: 9px;
  background: #D4003D;
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 0px;
}
.leader_text>h3 {
  font-weight: bold;
  font-size: 20px;
  padding-left: 50px;
  color: #333333;
  line-height: 35px;
  margin-bottom: 40px;
}
.leader_text>p {
  padding-left: 50px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  margin-bottom: 10px;
}

/* about_organization */

.about_organization {
  width: 100%;
  margin-top: 20px;
  padding: 32px 42px;
  background-color: rgba(244, 244, 244, 1);
}
.about_tab {
  width: 100%;
}
.about_menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.about_menu>div {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  text-align: center;
  padding: 13px 35px;
  cursor: pointer;
  position: relative;
}
.about_menu .tab_act {
  background-color: #D4003D;
  color: #ffffff;
}
.about_menu .tab_act:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid #D4003D;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
}
.about_cont {
  width: 100%;
  margin-top: 50px;
}
.about_detail {
  display: flex; 
  justify-content: space-between;
  flex-wrap: wrap;
}
.about_list {
  width: calc(100% - 52%);
  height: 100px;
  margin-bottom: 20px;
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.about_list>a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 100px;
  overflow: hidden;
}
.about_list:hover a {
  background: url(../images/icon_organization.png) no-repeat center center;
  color: #ffffff;
}
.about_list:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}

/* about_organization_detail */

.about_organization_detail {
  width: 100%;
  margin-top: 20px;
  padding: 40px 50px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.about_organization_cont_title {
  width: 100%;
  position: relative;
  border-bottom: 1px dashed rgba(255, 178, 178, 1);
  padding-bottom: 15px;
}
.about_organization_cont_title>h3 {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #D4003D;
  line-height: 32px;
}
.about_organization_cont_title>a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  padding-left: 20px;
  background: url(../images/icon_return.png) no-repeat 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
}
.about_organization_cont {
  width: 100%;
  padding: 30px 0px;
}
.about_organization_cont p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  margin-bottom: 10px;
}
.about_organization_cont img {
  display: block;
  max-width: 90%;
  margin: 20px auto;
}
.about_organization_cont table p {
  text-indent: 0em !important;
}

/* newsItem */

.newsItem {
  width: 100%;
  margin-top: 50px;
}
.newsList {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.newsList>a {
  padding: 10px 20px 0px 10px;
  display: flex;
  justify-content: space-between;
}
.newsListPic {
  width: 295px;
  height: 190px;
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  overflow: hidden;
}
.newsListText {
  width: calc(100% - 295px);
  padding-left: 30px;
  padding-top: 30px;
  background: url(../images/news_list_bg.png) no-repeat;
}
.newsListText>span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #D4003D;
  line-height: 21px;
  padding-left: 20px;
  background: url(../images/icon_time.png) no-repeat 0px;
}
.newsListText>h3 {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 27px;
  height: 27px;
  overflow: hidden;
  margin: 5px 0px 10px;
}
.newsListText>p {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsList+.newsList {
  margin-top: 40px;
}
.newsList:hover .newsListPic {
  transform: translateY(-18px);
  -webkit-transform: translateY(-18px);
  -moz-transform: translateY(-18px);
  -ms-transform: translateY(-18px);
}
.newsList:hover {
  background-color: #D4003D;
}
.newsList:hover span,
.newsList:hover h3,
.newsList:hover p {
  color: #ffffff;
}
.newsList:hover span {
  background: url(../images/icon_time_h.png) no-repeat 0px;
}

/* page */

.page {
  width: 100%;
  margin-top: 50px;
}
.page_nav {
  height: 32px;
  width: 100%;
  text-align: center;
}
.page_nav li {
  width: auto;
  padding: 0px 5px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #222222;
  border-radius: 5px;
  margin: 0px 3px;
}
.page_nav li a {
  display: block;
  color: #222222;
}
.page_nav li>a.active {
  border: 1px solid RGBA(212, 0, 61, 1);
  color: RGBA(212, 0, 61, 1);
}
.page_nav li.active>span {
  border: 1px solid RGBA(212, 0, 61, 1);
  color: RGBA(212, 0, 61, 1);
}
.pagination {
  margin: 0 !important;
}
.page_nav li:last-child {
  width: auto;
}
.total {
  width: auto !important;
}
.total span {
  width: auto !important;
  font-size: 14px;
  padding: 0px 5px;
}
.pagination span,
.pagination a {
  box-sizing: border-box;
  display: block;
  width: auto;
  padding: 0px 10px;
  height: 32px;
  line-height: 30px !important;
  border: 1px solid #656565;
  border-radius: 4px;
}
.pagination a:hover {
  color: RGBA(212, 0, 61, 1);
  border: 1px solid RGBA(212, 0, 61, 1);
}
.pagination div {
  display: inline-block;
  height: 40px;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
}
.pagination div input {
  width: 40px;
  height: 40px;
  border: 1px solid #e6e6e6;
  margin: 0px 5px;
  font-size: 16px;
  text-align: center;
}
.pagination div input[type="button"] {
  width: 60px;
  background-color: #990000;
  border: 1px solid #990000;
  color: #ffffff;
  margin-left: 10px;
  cursor: pointer;
}

/* noticeItem */

.noticeItem {
  width: 100%;
  margin-top: 30px;
}
.noticeList {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  border-radius: 0px 0px 0px 0px;
  border-left: 16px solid #FFDEDE;
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.noticeList>a {
  padding: 30px 30px 30px 30px;
}
.noticeList>a>h3 {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 27px;
  height: 27px;
  overflow: hidden;
}
.noticeList>a>span {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 5px;
}
.noticeList + .noticeList {
  margin-top: 30px;
}
.noticeList:hover {
  background: #D4003D;
  border-left: 16px solid #A20000;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
.noticeList:hover h3,
.noticeList:hover span {
  color: #ffffff;
}

/* article */

.articleCont {
  width: 100%;
  margin-top: 20px;
  padding: 40px 50px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.articleTitle {
  width: 100%;
  position: relative;
  border-bottom: 1px dashed rgba(255, 178, 178, 1);
  text-align: center;
  padding-bottom: 15px;
}
.articleTitle>h3 {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #D4003D;
  line-height: 32px;
}
.articleTitle>span {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  margin-top: 10px;
}
.articleTitle>span+span {
  margin-left: 15px;
}
.articleDetail {
  width: 100%;
  padding: 30px 0px;
}
.articleDetail p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  margin-bottom: 10px;
}
.articleDetail img {
  display: block;
  max-width: 90%;
  margin: 20px auto;
}
.articleDetail table p {
  text-indent: 0em !important;
}
.article_page {
  width: 100%;
  padding-top: 30px;
  border-top: 1px dashed rgba(255, 178, 178, 1);
  display: flex;
  justify-content: space-between;
}
.article_page_cont {
  width: calc(100% - 51%);
}
.article_page_cont>span {
  display: block;
  font-size: 14px;
  color: #333333;
  padding-left: 15px;
  background: url(../images/icon_article_left.png) no-repeat 0px;
  text-align: left;
}
.article_page_cont>a {
  display: block;
  line-height: 25px;
  font-size: 16px;
  color: #D4003D;
  text-align: left;
  margin-top: 5px;
}
.article_page_cont+.article_page_cont>span {
  padding-right: 15px;
  background: url(../images/icon_article_right.png) no-repeat right;
  text-align: right;
}
.article_page_cont+.article_page_cont>a {
  text-align: right;
}

/* detail */

.detail_bg {
  background-color: #f5f5f5;
}
.detail_bg .commonWidth {
  display: block;
}
.user {
  background: url(../images/icon_user.png) no-repeat 0px;
  padding-left: 30px !important;
}
.detail_item {
  width: 100%;
  margin-top: 60px;
}
.detail_title {
  width: 100%;
  height: 48px;
  background: url(../images/detail_title_bg.png) no-repeat;
}
.detail_title>h3 {
  display: block;
  padding-left: 60px;
  line-height: 35px;
  font-weight: bold;
  font-size: 26px;
  color: #D4003D;
}
.detail_cont {
  width: 100%;
  padding: 28px;
  background-color: #ffffff;
  margin-top: 20px;
}
.detail_menu {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.detail_nav {
  width: calc((100% / 4) - 20px);
  height: 88px;
  background-color: rgba(237, 237, 237, 1);
}
.detail_nav>a {
  display: block;
  line-height: 88px;
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.detail_nav.tab_act {
  background: #D4003D !important;
}
.detail_nav.tab_act>a {
  color: #ffffff !important;
}
.detail_nav:hover {
  background: #D4003D;
}
.detail_nav:hover a {
  color: #ffffff;
}
.detail_contain {
  width: 100%;
  margin-top: 20px;
  padding: 40px 30px;
  background: linear-gradient( 90deg, #F9F9F9 0%, #FFE5E5 100%);
  background-color: #FFE5E5 100%;
}
.detail_contain_cont {
  width: 100%;
  max-height: 380px;
  overflow: auto;
  text-align: right;
}
.detail_contain_cont>h2 {
  display: block;
  font-size: 20px;
  color: #D4003D;
  line-height: 30px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}
.detail_contain_cont>h2:after {
  display: block;
  content: '';
  width: 20px;
  height: 6px;
  background-color: rgba(212, 0, 61, 1);
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 0px;
}
.detail_contain_cont p {
  font-size: 16px;
  text-align: left;
  color: #333333;
  line-height: 26px;
  text-indent: 2em;
}
.detail_contain_cont p + p {
  margin-top: 10px;
}
.detail_contain_cont>a {
  display: inline-block;
  width: 111px;
  height: 34px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #D4003D;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #D4003D;
  margin-top: 10px;
  margin-right: 20px;
}
.detail_contain_cont>a:hover {
  background-color: #D4003D;
  color: #ffffff;
}
.detail_contain_cont img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}
.detail_teacher_contain {
  width: 100%;
  margin-top: 20px;
  padding: 40px 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.1);
  border-radius: 10px 10px 10px 10px;
}
.detail_teacher_contain_cont {
  width: 100%;
}
.detail_teacher_title {
  display: flex;
  justify-content: space-between;
}
.detail_teacher_title>h2 {
  display: block;
  font-size: 20px;
  color: #D4003D;
  line-height: 50px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}
.detail_teacher_title>h2:after {
  display: block;
  content: '';
  width: 20px;
  height: 6px;
  background-color: rgba(212, 0, 61, 1);
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 0px;
}
.searchBg {
  width: 345px;
  height: 50px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #D4003D;
  display: flex;
  justify-content: space-between;
}
.searchBg>form {
  width: 100%;
  height: 100%;
}
.searchBg .btn1 {
  border-style: none;
  outline: none;
  width: 80%;
  padding-left: 40px;
  font-size: 16px;
  color: #D4003D;
  line-height: 48px;
}
.searchBg .btn2 {
  border-style: none;
  outline: none;
  width: calc(100% - 85%);
  padding: 0px;
  height: 18px;
  cursor: pointer;
  background: url(../images/icon_search.png) no-repeat center center;
}
.detail_teacher_table {
  max-height: 390px;
  overflow: auto;
}
.detail_teacher_table table {
  width: 100%;
  borde: 0px;
  margin: 0 auto;
}
.detail_teacher_table table tr th {
  height: 60px;
  line-height: 60px;
  background-color: rgba(255, 235, 235, 1);
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.detail_teacher_table table tr td {
  height: 60px;
  line-height: 60px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #333333;
}
.detail_teacher_table table tr:nth-child(odd) td {
  background-color: rgba(246, 246, 246, 1);
}
.header .commonWidth {
  display: flex;
  justify-content: space-between;
}
.return_top {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 60px;
  z-index: 10;
  cursor: pointer;
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.return_top>i {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background: url(../images/return.png) no-repeat center center;
}
.return_top>span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  color: #333333;
}
.feedback {
  width: 188px;
  height: 101px;
  background: url(../images/info.png) no-repeat;
  position: fixed;
  top: 600px;
  right: 0px;
  z-index: 10;
  cursor: pointer;
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.feedback:hover,
.return_top:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
.feedback_alert {
  display: none;
  width: 800px;
  height: 440px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  position: fixed;
  left: 50%;
  margin-left: -400px;
  top: 50%;
  margin-top: -220px;
  padding: 20px;
  text-align: center;
  z-index: 10002;
}
.feedback_alert>h2 {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #D4003D;
  line-height: 35px;
}
.feedback_alert>i {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
  width: 20px;
  height: 20px;
  background: url(../images/icon_close.png) no-repeat;
  cursor: pointer;
}
.feedback_alert form {
  width: 100%;
  height: 100%;
}
.feedback_alert form textarea {
  width: 100%;
  background-color: rgba(245, 245, 245, 1);
  border-radius: 10px 10px 10px 10px;
  border: 0px;
  padding: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: left;
  line-height: 26px;
  outline: none;
  margin-top: 20px;
  resize: none;
}
.feedback_alert form button {
  display: inline-block;
  width: 191px;
  height: 48px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #D4003D;
  font-weight: 400;
  font-size: 16px;
  color: #D4003D;
  line-height: 45px;
  background-color: transparent;
  margin-top: 20px;
}
.feedback_alert form button+button {
  margin-left: 30px;
}
.feedback_alert form button:hover {
  border: 1px solid #D4003D;
  background-color: #D4003D;
  color: #ffffff;
  cursor: pointer;
}
.masking {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: transparent;
  transition: all 0.5s ease 0.2s;
  z-index: -1;
}
.masking.focus {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1001;
}

/* login */

.login_box {
  width: 100%;
  min-height: 100vh;
  background: url(../images/login_bg.png) no-repeat top left;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
}
.login_cont_bg {
  width: 675px;
  min-height: 100vh;
  background: url(../images/login_cont_bg.png) no-repeat top right;
  background-size: cover;
  padding: 0px 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.login_cont {
  width: 100%;
  height: 415px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
  border-radius: 16px 16px 16px 16px;
  padding: 40px 60px;
}
.login_logo {
  width: 437px;
  height: 66px;
  overflow: hidden;
  margin: 0 auto 35px;
}
.login_logo>img {
  display: block;
  width: 100%;
}
.login_inp {
  display: flex;
  width: 100%;
  height: 60px;
  background: #F5F5F5;
  border-radius: 6px 6px 6px 6px;
  justify-content: space-between;
}
.login_inp>span {
  display: block;
  width: calc(100% - 85%);
  height: 60px;
  background: url(../images/icon_username.png) no-repeat center center;
}
.login_inp+.login_inp {
  margin-top: 25px;
}
.login_inp>input {
  width: calc(100% - 15%);
  height: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  border-left: 1px solid rgba(204, 204, 204, 1);
  padding: 0px 20px;
  margin-top: 15px;
}
.login_inp+.login_inp>span {
  background: url(../images/icon_password.png) no-repeat center center;
}
.btn_sub {
  width: 100%;
  height: 56px;
  background: linear-gradient( 90deg, #D4003D 0%, #EE6337 100%);
  border-radius: 6px 6px 6px 6px;
  margin-top: 35px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  cursor: pointer;
}
.login_inp+.login_inp>span {
  width: calc(100% - 85%);
}
.login_inp+.login_inp>input {
  width: calc(100% - 40%);
}
.login_inp>button {
  display: inline-block;
  width: calc(100% - 75%);
  height: 60px;
  border-left: 2px solid #ffffff;
  padding: 0px 10px;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  background-color: #EE6337;
}