@charset "utf-8";
/* 前台志愿填报页面 */
body {
  font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #333;
  background-color: #f3f5f6;
  margin: 0px;
  border: 0;
}
.titleview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
  background: white;
  background: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border-radius: 8px;
  padding-top: 3.3rem;
  padding-bottom: 3.4rem;
  padding-left: 4.2rem;
  padding-right: 4.2rem;
}
#kscj {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 0rem;
}
#kscjzf {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
#cjdetail {
  padding-left: 2rem;
  padding-right: 2rem;
}
.title {
  padding-top: 5rem;
  margin-bottom: 3.33rem;
  margin-left: 6.25rem;
  margin-right: 6.25rem;
  font-family: PingFangSC-Medium;
  font-size: 48px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}
.line {
  width: 100%;
  height: 0.5rem;
  background: #4f8ce5;
}
.div_input {
  width: 100%;
  height: 6rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  border-bottom: 0.1rem solid #cccccc;
}
input::-webkit-input-placeholder {
  font-family: PingFangSC-Regular;
  font-size: 32px;
  color: #bbbbbb;
}
input:focus {
  outline: none;
  border-bottom: 1px solid #ddd;
}
.xing {
  width: 1rem;
  font-family: PingFangSC-Regular;
  font-size: 32px;
  color: #ff2929;
  text-align: left;
  margin-left: 1rem;
}
.label {
  width: 30rem;
  font-family: PingFangSC-Regular;
  font-size: 42px;
  color: #333333;
  text-align: left;
}
.content {
  width: 100%;
  height: 100%;
  border: none;
  text-align: right;
  font-family: PingFangSC-Regular;
  font-size: 42px;
  color: #bbbbbb;
}
.flex_row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.rowcenter {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: red;
}
.bt_bottom {
  width: 100%;
  background: white;
  position: fixed;
  bottom: 0rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.btsearch {
  width: 57.5rem;
  height: 7.5rem;
  background: #4f8ce5;
  border-radius: 44px;
  border-radius: 44px;
  font-family: PingFangSC-Regular;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 7.5rem;
}
.unbtsearch {
  width: 57.5rem;
  height: 7.5rem;
  background: #cdd6e2;
  border-radius: 44px;
  border-radius: 44px;
  font-family: PingFangSC-Regular;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 7.5rem;
}

.line_gray {
  width: 100%;
  height: 0.5rem;
  background: #f3f5f6;
  margin: 0 auto;
}
.flex_col {
  display: flex;
  margin-left: 2rem;
  margin-right: 2rem;
  flex-direction: row;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 1.8rem;
  margin-top: 5rem;
  background: #f9fdff;
  border: 2px solid #dedfe0;
  border-radius: 8px;
  border-radius: 8px;
}
.div_left {
  width: 100%;
}
.div_label {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.tablescoretext {
  width: 9.5rem;
  text-align: left;
  font-family: PingFangSC-Regular;
  font-size: 28px;
  color: #666666;
}
.tablescoreinput {
  width: 100%;
  border: none;
  font-family: PingFangSC-Regular;
  font-size: 28px;
  color: #333333;
  padding: 0rem;
  background: #f9fdff;
}
.line_vertical {
  width: 0.1rem;
  border: 2px solid #dedfe0;
}
.div_detaillabel {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 1.7rem;
  margin-left: 2rem;
}
.score_detaillabel {
  font-family: PingFangSC-Medium;
  font-size: 32px;
  color: #333333;
  letter-spacing: 0;
}
.score_detaillabels {
  font-family: PingFangSC-Regular;
  font-size: 24px;
  color: #333333;
  letter-spacing: 0;
  text-align: left;
}
.scoreview {
  width: 20rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.scoreview .score {
  font-family: PingFangSC-Medium;
  font-size: 60px;
  color: #ff2626;
  letter-spacing: 0;
  text-align: center;
}
.scoreview .scorelabel {
  font-family: PingFangSC-Regular;
  font-size: 28px;
  color: #666666;
  text-align: center;
}
.score_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 1.6rem;
}

.score_itemname {
  width: 30rem;
  font-family: PingFangSC-Regular;
  font-size: 42px;
  color: #666666;
  text-align: right;
}
.score_itemcontent {
  width: 100%;
  text-align: left;
  font-family: PingFangSC-Regular;
  font-size: 42px;
  color: #333333;
  text-align: center;
}
.tableview {
  width: 1000px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: white;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 38px;
}
.tablescore {
  width: 500px;
}

.tabletitle {
  background: #4f8ce5;
  border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0px 0px;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  height: 60px;
}
.tabletb {
  font-family: PingFangSC-Semibold;
  font-size: 1.5rem;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}
.mb40 {
  margin-bottom: 40px;
}
