.container .main {
  width: 1300px;
  margin: 46px auto;
  display: flex;
  justify-content: space-between;
}
.container .main .left {
  width: 100%;
  border: 1px solid #eeeeee;
}
.container .main .left h3 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  background: #f3f3f3;
  line-height: 50px;
  text-align: center;
  margin-bottom: 20px;
}
.container .main .left .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 20px 0;
}
.container .main .left .content .form-group {
  width: 395px;
  height: 90px;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #535353;
}
.container .main .left .content .form-group:nth-child(5){
    width: 100%;
}
.form-group.has-error{
  position: relative;
}
.form-group.has-error .n-right{
    position: absolute;
    right: 120px;
    top: 0;
}
.container .main .left .content .form-group .selected {
  color: #ff0000;
}
.container .main .left .content .form-group p {
  height: 24px;
}
.content .form-group input {
    font-size: 16px;
  padding: 12px;
  margin-top: 12px;
  width: 100%;
  height: 52px;
  background: #FFFFFF;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.container .main .left .content div select {
  margin-top: 12px;
  padding: 0 10px;
  width: 100%;
  height: 52px;
  background: #FFFFFF;
  border: 1px solid #eeeeee;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #535353;
}
.container .main .left .content .genre .radio-inline {
  display: inline-block;
  height: 52px;
  margin: 0;
  padding: 0;
  margin-top: 12px;
  margin-right: 55px;
}

.container .main .left .content .genre input {
  margin-top: 20px;
  margin-right: 4px;
  width: 14px;
  height: 14px;
}
.container .main .left .content .sample .radio-inline {
  display: inline-block;
  height: 52px;
  margin: 0;
  padding: 0;
  margin-top: 12px;
  margin-right: 80px;
}

/*.container .main .left .content .sample .radio{*/
/*    min-height: 24px;*/
/*    margin-top: 0;*/
/*    margin-bottom: 0;*/
/*    padding-top: 7px;*/
/*}*/
/*.container .main .left .content .sample .radio-inline{*/
/*    padding-left: 0;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    padding-left: 20px;*/
/*    margin-bottom: 0;*/
/*    vertical-align: middle;*/
/*    font-weight: normal;*/
/*    cursor: pointer;*/
/*}*/
/*.container .main .left .content .sample .radio .label{*/
/*    display: inline-block;*/
/*    max-width: 100%;*/
/*    min-height: 17px;*/
/*    padding-left: 20px;*/
/*    margin-bottom: 0;*/
/*    font-weight: normal;*/
/*    cursor: pointer; */
/*}*/


.container .main .left .content .sample input {
  margin-top: 20px;
  margin-right: 4px;
  width: 14px;
  height: 14px;
}
.container .main .left .content .other {
  width: 100%;
  height: 190px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #535353;
}
.container .main .left .content .other textarea {
  margin-top: 16px;
  width: 100%;
  height: 160px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.container .main .left .content .button {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  height: 60px;
}
.container .main .left .content .button button {
  color: #fff;
  width: 180px;
  height: 52px;
  background: #0a61af;
  border-radius: 8px;
  text-align: center;
  border: none;
  cursor: pointer;
}
.container .main .rigth {
  margin-left: 40px;
  width: 630px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.container .main .rigth h2 {
  font-weight: bold;
  font-size: 30px;
  color: #0a61af;
  margin-bottom: 18px;
}

.container .main .rigth .more{
    cursor: pointer;
    color: #0a61af;
    text-align: right;
}