body {
  background-size: 100%;
}
.Computer .headerBanner {
  background-color: #2241b5;
  height: 275px;
  margin: auto;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-image: url(../../image/banner.jpg);
  background-size: 1920px 275px;
  background-position: center 0;
  background-repeat: no-repeat;
}
.Computer .rxpg {
  margin-bottom: 150px;
  min-width: 1220px;
}
.Computer .rxpg .rxpgBox {
  background-color: #fff;
  border-radius: 25px;
  width: 1000px;
  margin: 0 auto;
  padding: 50px;
}
.Computer .rxpg .rxpgBox .rxpgTitle {
  text-align: center;
  border-bottom: 1px solid #ffb74e;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.Computer .rxpg .rxpgBox .rxpgTitle h1 {
  color: #1e50ae;
  font-size: 36px;
  margin-bottom: 15px;
}
.Computer .rxpg .rxpgBox .rxpgTitle p {
  font-size: 16px;
  color: #737373;
}
.Computer .rxpg .rxpgBox .rxpgContent .rxpgContentTitle {
  font-size: 15px;
  color: #666666;
}
.Computer .rxpg .rxpgBox .rxpgContent .rxpgContentTitle h5 {
  font-size: 15px;
  margin: 20px 0;
}
.Computer .rxpg .rxpgBox .rxpgContent .rxpgContentTitle p {
  line-height: 25px;
}
.Computer .rxpg .rxpgBox .rxpgContent form {
  margin-top: 20px;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox {
  margin: 20px 0;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox h5 {
  font-size: 15px;
  color: #666666;
  margin-bottom: 10px;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .formBoxInput,
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .formBoxCode {
  display: flex;
  align-items: center;
  width: 266px;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .formBoxInput input,
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .formBoxCode input {
  height: 36px;
  text-indent: 6px;
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #8f8f8f;
  margin-right: 10px;
  width: 100%;
  color: #888;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .formBoxInput select,
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .formBoxCode select {
  height: 36px;
  text-indent: 6px;
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #8f8f8f;
  margin-right: 10px;
  width: 100%;
  color: #888;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .formBoxInput textarea,
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .formBoxCode textarea {
  line-height: 26px;
  max-height: 200px;
  text-indent: 6px;
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #8f8f8f;
  margin-right: 10px;
  width: 100%;
  color: #888;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .formBoxInput img,
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .formBoxCode img {
  width: 240px;
  height: 40px;
  cursor: pointer;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .formBoxInput p,
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .formBoxCode p {
  cursor: pointer;
  margin: 0 10px;
  color: #666666;
  font-size: 15px;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .formBoxInput span,
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .formBoxCode span {
  color: #ff0000;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .formBoxCode span {
  margin-left: 10px;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .address {
  width: 615px;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .address select {
  width: 180px;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .formBoxUl ul {
  width: 780px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .formBoxUl ul li {
  list-style: none;
  margin-bottom: 5px;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .formBoxUl ul li input {
  width: 13px;
  height: 13px;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .formBoxUl ul li label {
  font-size: 15px;
  color: #666666;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .wrapper {
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: 350px;
  font-size: 14px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  padding: 20px;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .wrapper .nian {
  margin: 20px 0;
  display: flex;
  justify-content: space-around;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .wrapper .nian .btn {
  cursor: pointer;
  color: #333;
  font-size: 14px;
  padding: 5px 15px;
  border: 1px solid #d3d3d3;
  background-color: #fff;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .wrapper .nian .btn:hover {
  border-color: #5874d8;
  color: #5874d8;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .wrapper .nian select {
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #d3d3d3;
  color: #333;
  outline: none;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .wrapper .week .item {
  display: inline-block;
  width: 50px;
  height: 40px;
  line-height: 34px;
  text-align: center;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .wrapper .day-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .wrapper .day-wrap .item {
  display: inline-block;
  width: 50px;
  height: 40px;
  line-height: 34px;
  text-align: center;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .wrapper .day-wrap .day-item {
  width: 34px;
  height: 34px;
  margin: 2px auto;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .wrapper .day-wrap a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .wrapper .day-wrap a:hover {
  background-color: #ececec;
  border-radius: 50%;
}
.Computer .rxpg .rxpgBox .rxpgContent form .formBox .wrapper .day-wrap .active {
  border-radius: 50%;
  background-color: #5874d8;
  color: #fff;
}
.Computer .rxpg .rxpgBox .rxpgContent form .fromBtn {
  display: flex;
  align-items: center;
}
.Computer .rxpg .rxpgBox .rxpgContent form .fromBtn input {
  border: none;
  color: #ffffff;
  padding: 15px 100px;
  background-color: #ffad2b;
  margin-right: 15px;
}
.Computer .rxpg .rxpgBox .rxpgContent form .fromBtn .Tip {
  display: none;
}
.Computer .rxpg .rxpgBox .rxpgContent form .fromBtn .Tip p {
  font-size: 15px;
  color: red;
}
