#pc_page .main2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

#pc_page .main2 .whiteBox {
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

#pc_page .main2 .left {
  width: 65%;
}

#pc_page .main2 .left .whiteBox form{
  padding-top:10px;
}
#pc_page .main2 .left .whiteBox form tr{
  display:flex;
  justify-content: space-between;
  width:100%;
  margin:0 auto 10px;
  font-size:16px;
}
#pc_page .main2 .left .whiteBox form tr td:nth-child(1){
  width:20%;
}
#pc_page .main2 .left .whiteBox form tr td:nth-child(2){
  width:100%;
}
#pc_page .main2 .left .whiteBox form tr td input,#pc_page .main2 .left .whiteBox form tr td select{
  display:block;
  width:100%;
  padding:5px 5px;
  margin:0;
  border:1px solid #666;
  box-sizing:border-box;
  outline:none;
  font-size:16px;
}
#pc_page .main2 .left .whiteBox .formButtons{
  display:flex;
  justify-content:center;
  align-items:center
}
#pc_page .main2 .left .whiteBox .formButtons .coolbg{
  outline:none;
  border:none;
  margin:0 10px;
  font-size:16px;
  background:#99c5ce;
  color:#fff;
  padding:5px 15px;
  cursor:pointer;
}
#pc_page .main2 .left .whiteBox .formButtons .coolbg:hover{
  background:#7d9ea5;
}
#pc_page .main2 .whiteBox {
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  height:100%
}


#pc_page .main2 .left .whiteBox .title {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0px;
  margin-bottom: 10px;
}

#pc_page .main2 .left .whiteBox .title .left {
  display: flex;
  align-items: center;
}

#pc_page .main2 .left .whiteBox .title .left img {
  display: block;
  width: 25px;
  margin-right: 10px;
}

#pc_page .main2 .left .whiteBox .title .left span {
  font-weight: bold;
  font-size: 20px;
  height: auto;
  width: auto;
  color: #f7bd01;
}

#pc_page .main2 .left .whiteBox .fonts {
  width: 95%;
  margin: 0 auto;
  font-size: 16px;
  text-indent: 32px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#pc_page .main2 .left .whiteBox .inputs {
  width: 95%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
}

#pc_page .main2 .left .whiteBox .inputs a {
  width: 15%;
  font-size: 18px;
}

#pc_page .main2 .left .whiteBox .inputs input {
  display: block;
  width: 85%;
  outline: none;
  font-size: 18px;
  padding: 5px;
}

#pc_page .main2 .left .whiteBox .selectGroup {
  width: 95%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#pc_page .main2 .left .whiteBox .selectGroup .selects {
  width: 48%;
  display: flex;
  align-items: center;
}

#pc_page .main2 .left .whiteBox .selectGroup .selects a {
  width: 30%;
  font-size: 18px;
}

#pc_page .main2 .left .whiteBox .selectGroup .selects select {
  width: 70%;
  font-size: 18px;
  outline: none;
}

#pc_page .main2 .left .whiteBox button {
  display: block;
  margin: 30px auto 0;
  width: 60%;
  outline: none;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #99c5ce;
  padding: 5px 0px;
  letter-spacing: 5px;
  cursor: pointer;
}

#pc_page .main2 .right {
  width: 30%;
}

#pc_page .main2 .right .one {
  padding-bottom: 10px;
}

#pc_page .main2 .right .one .title {
  width: 95%;
  margin: 0 auto 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;
}

#pc_page .main2 .right .one .title span.titleLeft {
  width: fit-content;
  font-size: 18px;
  font-weight: bold;
  height: fit-content;
  padding-left: 5px;
  border-left: 4px solid #99c5ce;
  color: #99c5ce;
}

#pc_page .main2 .right .one .contents {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

#pc_page .main2 .right .one .contents .item {
  position: relative;
  border: 1px solid #333333;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#pc_page .main2 .right .one .contents .item a {
  width: auto;
}

#pc_page .main2 .right .one .contents .item .num {
  background-color: #99c5ce;
  font-size: 18px;
  color: #fff;
  padding: 5px 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#pc_page .main2 .right .one .contents .item .fonts {
  width: 100%;
  text-align: center;
}

#pc_page .main2 .right .one .contents .item::after {
  content: '';
  width: 10px;
  height: 10px;
  background: url("../images/5_down.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -15px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}

#pc_page .main2 .right .one .contents .item:last-child::after {
  background: none;
}

#pc_page .main2 .right .two {
  padding-bottom: 10px;
}

#pc_page .main2 .right .two .title {
  width: 95%;
  margin: 0 auto 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;
}

#pc_page .main2 .right .two .title span.titleLeft {
  width: fit-content;
  font-size: 18px;
  font-weight: bold;
  height: fit-content;
  padding-left: 5px;
  border-left: 4px solid #f7bd01;
  color: #f7bd01;
}

#pc_page .main2 .right .two .contents {
  width: 90%;
  margin: 0 auto;
}
#pc_page .main2 .right .two .contents span{
    display: inline-block;
}