﻿html,
body {
  background: #ebf0f7;
}

.ms-controller {
  visibility: hidden;
}

.flaglogo {
  width: 100%;
  height: 220px;
  background: url("/Components/company/img/btbg.png") no-repeat center;
  background-size: 100% 100%;
  position: relative;
}

.flagtitle {
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
}

.flagtitle h3 {
  font-weight: bold;
  font-size: 32px;
  color: #001334;
}

.flagtitle p {
  font-size: 16px;
  color: #001334;
  margin-top: 8px;
}

.flagcontent {
  padding: 24px;
  box-sizing: border-box;
  width: 1200px;
  min-height: 600px;
  margin: 0 auto;
  position: relative;
  top: -24px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 23, 99, 0.05);
  border-radius: 12px;
}

.flag-tag {
  font-weight: bold;
  font-size: 20px;
  color: #001334;
  margin-bottom: 20px;
}

.flag-tagcontent {
  display: flex;
  justify-content: space-between;
  flex: 1;
  flex-wrap: wrap;
}

.saveBtn {
  width: 400px;
  height: 56px;
  line-height: 56px;
  background: #3981f4;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 28px;

  cursor: pointer;
}

.tagtitle {
  font-size: 18px;
  color: #001334;
  font-weight: 500;
  position: relative;
  padding-left: 40px;
  margin: 15px 0;
}

.tagtitle::before {
  content: url("/Components/company/img/lx.png");
  position: absolute;
  left: 0px;
  top: -5px;
}
.flag-tagcontent > div {
  flex-basis: 45%;
  margin-bottom: 15px;
}
.flagresult {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -24px;
  box-sizing: border-box;
}

.flagleft {
  width: 390px;
  padding: 0 24px 24px 24px;
  background: #fff;
  min-height: 650px;
  border-radius: 12px;
  height: 100%;
}
.flagright {
  padding: 24px;
  width: 786px;
  background: #fff;
  padding: 0 24px 24px 24px;
  min-height: 650px;
  border-radius: 12px;
  height: 100%;
  margin-left: 24px;
}

.flagleft-policy {
  width: 290px;
  height: 290px;
  margin-top: 50px;
  background: url("/Components/company/img/jsq.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 16px;
  color: #001334;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flagleft-policy > p:nth-child(1) {
  font-size: 48px;
  color: #ed5665;
  font-weight: bold;
}
.flagleft-policy > p:nth-child(2) {
  font-size: 16px;
  color: #001334;
}
.flagtips {
  color: #999;
}
.flag-resultpage {
  width: 1200px;
  margin: 0 auto;
  background: #ebf0f7;
  box-sizing: border-box;
  min-height: 600px;
}
.flag-back {
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 20px;
  color: #001334;
}
.cropbaselist {
  display: flex;
  justify-content: space-between;
  color: #656f80;
  font-size: 16px;
}
.cropbaselist > span:nth-child(1) {
  min-width: 150px;
}
.flag-cropbase {
  margin-top: 45px;
}
.flag-cropbase h3 {
  font-size: 18px;
  font-weight: 500;
  color: #001334;
}
.flag-cropbase > div {
  margin-top: 16px;
  color: #656f80;
  font-size: 16px;
}
.itemlist {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  box-sizing: border-box;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}
.itemlist > div:nth-child(1) {
  width: 410px;
}
.itemlist > div:nth-child(1) > p {
  font-size: 18px;
  color: #001334;
  font-weight: 500;
}
.itemlist-dept {
  display: flex;
  margin-top: 12px;
}
.itemlist-dept > div {
  background: #ebf0f7;
  padding: 2px 17px;
  box-sizing: border-box;
}
.itemlist-dept > div:nth-child(1) {
  color: #3981f4;
}
.itemlist-dept > div:nth-child(2) {
  margin-left: 8px;
  color: #656f80;
}
.ckznBtn {
  display: flex;
}
.ckznBtn > div {
  width: 112px;
  height: 32px;
  cursor: pointer;
  text-align: center;
  line-height: 32px;
  border-radius: 28px;
  border: 1px solid #3981f4;
}
.ckznBtn > div:nth-child(1) {
  background: #fff;
  color: #3981f4;
}
.ckznBtn > div:nth-child(2) {
  background: #3981f4;
  color: #ffffff;
  margin-left: 16px;
}
.getchoosetag {
  margin-top: 35px;
  padding: 16px;
  box-sizing: border-box;
  background: #f2f6fa;
  width: 100%;
}
.getchoosetag > p {
  font-size: 20px;
  font-weight: bold;
  color: #001334;
}
.gettags {
  display: flex;
  flex-wrap: wrap;
}
.gettags > div {
  flex-basis: 33%;
  margin: 15px 0;
}
.comcuper-result {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.comcuper-result > div {
  flex: 1;
}
.btngroup {
  display: flex;
}
.resetBtn {
  width: 120px;
  height: 56px;
  line-height: 56px;
  background: #fff;
  text-align: center;
  color: #a0a6b1;
  font-size: 18px;
  font-weight: bold;
  border-radius: 28px;
  border: 1px solid #a0a6b1;
  cursor: pointer;
  margin-right: 20px;
}
