.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.headline {
  margin-bottom: 30px;
  background: url(../images/headline_4.png) no-repeat center;
  background-size: 100% 33px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 38px;
  color: #285EAB;
  text-align: center;
}
.main {
  margin: 0 auto;
  min-width: 1200px;
  max-width: 1920px;
  background: #ffffff linear-gradient(to bottom, #8fabd3 0%, #ffffff 100%);
  background-size: 100% 274px;
  background-repeat: no-repeat;
}
.main .part1 {
  padding: 20px 0 45px;
}
.main .part1 .layout {
  display: flex;
  justify-content: space-between;
}
.main .part1 .layout .swiperbox1 {
  width: 903px;
  height: 508px;
}
.main .part1 .layout .swiperbox1 .swiper {
  width: 100%;
  height: 100%;
}
.main .part1 .layout .swiperbox1 .swiper .swiper-wrapper .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.main .part1 .layout .swiperbox1 .swiper .swiper-wrapper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}
.main .part1 .layout .swiperbox1 .swiper .swiper-wrapper .swiper-slide a .title {
  position: absolute;
  bottom: 0;
  padding: 0 20px;
  width: 100%;
  height: 49px;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 49px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.main .part1 .layout .swiperbox2 {
  width: 286px;
  height: 508px;
}
.main .part1 .layout .swiperbox2 .swiper {
  width: 100%;
  height: 100%;
}
.main .part1 .layout .swiperbox2 .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 286px;
  height: 161px;
}
.main .part1 .layout .swiperbox2 .swiper .swiper-wrapper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}
.main .part1 .layout .swiperbox2 .swiper .swiper-button-prev {
  transform: rotate(90deg) translateY(31%);
  top: 16px;
  left: 50%;
}
.main .part1 .layout .swiperbox2 .swiper .swiper-button-next {
  transform: rotate(90deg) translateY(-30%);
  top: auto;
  bottom: -6px;
  right: 50%;
}
.main .part2 {
  padding: 45px 0;
}
.main .part2 .layout {
  position: relative;
}
.main .part2 .layout .headline {
  background: url(../images/headline_5.png) no-repeat center;
  background-size: 100% 33px;
}
.main .part2 .layout ul li {
  width: 579px;
  float: left;
  margin-right: 42px;
  margin-top: 40px;
  box-shadow: 6px 0px 10px 0px #F2F3F3;
  background: url(../images/part2_background.png) no-repeat top 77px right 0;
  background-size: 166px 135px;
}
.main .part2 .layout ul li:nth-child(2n) {
  margin-right: 0;
}
.main .part2 .layout ul li:nth-child(1),
.main .part2 .layout ul li:nth-child(2) {
  margin-top: 0;
}
.main .part2 .layout ul li:hover a .title {
  color: #285EAB;
}
.main .part2 .layout ul li a {
  display: block;
}
.main .part2 .layout ul li a .title {
  height: 88px;
  padding: 20px 42px 0;
  margin-bottom: 18px;
  width: 514px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 34px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  min-height: 75px;
}
.main .part2 .layout ul li a .box {
  display: flex;
  padding: 0 42px;  
  margin-bottom: 10px;
}
.main .part2 .layout ul li a .box .imgbox {
  margin-right: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.main .part2 .layout ul li a .box .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}
.main .part2 .layout ul li a .box .writer_job {
  margin-bottom: 27px;
}
.main .part2 .layout ul li a .box .writer_job .writer {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.main .part2 .layout ul li a .box .writer_job .job {
  margin-top: 13px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.main .part2 .layout ul li a .time {
  background: #285EAB;
  padding: 14px 0;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
}
.main .part2 .layout .more {
  position: absolute;
  right: 0;
  top: 50px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.main .part3 {
  padding: 45px 0 33px;
}
.main .part3 .layout .tab {
  margin-bottom: 37px;
  display: flex;
  justify-content: center;
}
.main .part3 .layout .tab li {
  margin: 0 15px;
  padding: 10px 30px;
  background: #EFEFEF;
  border-radius: 20px 20px 20px 20px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  cursor: pointer;
}
.main .part3 .layout .tab .on {
  background: #DFECFF;
  color: #285EAB;
}
.main .part3 .layout .contentbox .content {
  position: relative;
}
.main .part3 .layout .contentbox .content ul li {
  float: left;
  margin-right: 30px;
  margin-top: 30px;
}
.main .part3 .layout .contentbox .content ul li:nth-child(3n) {
  margin-right: 0;
}
.main .part3 .layout .contentbox .content ul li:nth-child(1),
.main .part3 .layout .contentbox .content ul li:nth-child(2),
.main .part3 .layout .contentbox .content ul li:nth-child(3) {
  margin-top: 0;
}
.main .part3 .layout .contentbox .content ul li:hover a .imgbox img {
  transform: scale(1.3);
}
.main .part3 .layout .contentbox .content ul li:hover a .title {
  color: #285EAB;
}
.main .part3 .layout .contentbox .content ul li a {
  display: block;
}
.main .part3 .layout .contentbox .content ul li a .imgbox {
  margin-bottom: 19px;
  position: relative;
  width: 378px;
  height: 213px;
  overflow: hidden;
}
.main .part3 .layout .contentbox .content ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.main .part3 .layout .contentbox .content ul li a .imgbox .tag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 22px;
  background: #FF9C4A;
  border-radius: 0px 0px 0px 23px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.main .part3 .layout .contentbox .content ul li a .title {
  width: 378px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.main .part3 .layout .contentbox .content ul li a .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.main .part3 .layout .contentbox .content ul li a .box p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.main .part3 .layout .contentbox .content ul li a .box .join {
  /* margin-top: 20px; */
  display: flex;
  align-items: center;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #285EAB;
}
.main .part3 .layout .contentbox .content ul li a .box .join img {
  margin-left: 5px;
  display: block;
  width: 17px;
  height: 17px;
}
.main .part3 .layout .contentbox .content .more {
  position: absolute;
  right: 0;
  top: -30px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.main .part4 {
  padding: 33px 0 57px;
}
.main .part4 .layout {
  position: relative;
}
.main .part4 .layout ul li {
  float: left;
  margin-right: 12px;
  margin-top: 25px;
  padding: 20px;
  box-shadow: 6px 8px 18px 8px rgba(40, 94, 171, 0.1);
}
.main .part4 .layout ul li:nth-child(2n) {
  margin-right: 0;
}
.main .part4 .layout ul li:nth-child(1),
.main .part4 .layout ul li:nth-child(2) {
  margin-top: 0;
}
.main .part4 .layout ul li:hover a .imgbox img {
  transform: scale(1.3);
}
.main .part4 .layout ul li:hover a .info .title {
  color: #285EAB;
}
.main .part4 .layout ul li a {
  display: flex;
}
.main .part4 .layout ul li a .imgbox {
  margin-right: 20px;
  width: 254px;
  height: 143px;
  overflow: hidden;
}
.main .part4 .layout ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.main .part4 .layout ul li a .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main .part4 .layout ul li a .info .title {
  width: 260px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #282828;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.main .part4 .layout ul li a .info .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .part4 .layout ul li a .info .box .left {
  margin-right: 22px;
}
.main .part4 .layout ul li a .info .box .left p {
  margin: 5px 0;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 15px;
  color: #999999;
}
.main .part4 .layout ul li a .info .box .right .button {
  background-color: #fff;
  border-radius: 20px 20px 20px 20px;
  padding: 9px 35px;
  border: 1px solid #285EAB;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #1E3B77;
}
.main .part4 .layout ul li a .info .box .right .button:hover {
  background: #285EAB;
  color: #fff;
}
.main .part4 .layout .more {
  position: absolute;
  right: 0;
  top: 50px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.main .part5 {
  padding: 75px 0 50px;
  background: url(../images/part5_background.png) no-repeat center / cover;
}
.main .part5 .layout {
  position: relative;
}
.main .part5 .layout ul {
  padding: 20px;
  background-color: #fff;
}
.main .part5 .layout ul li {
  padding: 20px 0;
  border-bottom: 1px solid #E6E6E6;
}
.main .part5 .layout ul li:nth-last-child(1) {
  border: 0;
}
.main .part5 .layout ul li:hover a .imgbox img {
  transform: scale(1.3);
}
.main .part5 .layout ul li:hover a .info .title {
  color: #285EAB;
}
.main .part5 .layout ul li a {
  display: flex;
}
.main .part5 .layout ul li a .imgbox {
  margin-right: 20px;
  width: 320px;
  height: 170px;
  overflow: hidden;
  flex-shrink: 0;
}
.main .part5 .layout ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.main .part5 .layout ul li a .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main .part5 .layout ul li a .info .title {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #282828;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.main .part5 .layout ul li a .info .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.main .part5 .layout ul li a .info .box .left {
  margin-right: 22px;
}
.main .part5 .layout ul li a .info .box .left p {
  margin: 5px 0;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.main .part5 .layout ul li a .info .box .right .button {
  background-color: #fff;
  border-radius: 20px 20px 20px 20px;
  padding: 9px 36px;
  border: 1px solid #285EAB;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #1E3B77;
}
.main .part5 .layout ul li a .info .box .right .button:hover {
  background: #285EAB;
  color: #fff;
}
.main .part5 .layout .more {
  position: absolute;
  right: 0;
  top: 50px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.main .part5 .layout .advertisingSpace {
  margin-top: 55px;
}
.main .part5 .layout .advertisingSpace a {
  display: block;
  overflow: hidden;
}
.main .part5 .layout .advertisingSpace a:hover img {
  transform: scale(1.3);
}
.main .part5 .layout .advertisingSpace a img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .3s;
}
.main .part6 {
  padding: 50px 0;
}
.main .part6 ul {
  display: flex;
  justify-content: space-between;
}
.main .part6 ul li p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
}
.main .part6 ul li p b {
  font-family: Arial, Arial;
  font-weight: normal;
  font-size: 60px;
  color: #285EAB;
}
.main .part6 ul li p span {
  margin-left: 6px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #285EAB;
}
.fixed_right {
  position: fixed;
  top: 50%;
  right: 50%;
  transform: translateX(700px);
  z-index: 999;
}
.fixed_right .fixedul .fixedli {
  position: relative;
  margin: 5px 0;
  width: 80px;
  height: 80px;
  background: #285EAB;
  border-radius: 4px 4px 4px 4px;
}
.fixed_right .fixedul .fixedli:nth-child(1) a img {
  width: 28px;
}
.fixed_right .fixedul .fixedli:nth-child(2) a img {
  width: 40px;
}
.fixed_right .fixedul .fixedli:nth-child(3) a img {
  width: 33px;
}
.fixed_right .fixedul .fixedli:nth-child(3) .other {
  position: absolute;
  left: -175px;
  top: 50%;
}
.fixed_right .fixedul .fixedli:nth-child(4) a img {
  width: 36px;
}
.fixed_right .fixedul .fixedli:nth-child(4) .other {
  position: absolute;
  left: -150px;
  top: 50%;
}
.fixed_right .fixedul .fixedli a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fixed_right .fixedul .fixedli a img {
  margin-bottom: 7px;
  display: block;
}
.fixed_right .fixedul .fixedli a p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.fixed_right .fixedul .fixedli:hover .other {
  display: block !important;
}
.fixed_right .fixedul .fixedli .other {
  display: none;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 12px 20px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #DEDEDE;
  z-index: 1000;
}
.fixed_right .fixedul .fixedli .other::before {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
}
.fixed_right .fixedul .fixedli .other h1 {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #285EAB;
  text-align: center;
}
.fixed_right .fixedul .fixedli .other ul {
  position: relative;
  z-index: 1;
}
.fixed_right .fixedul .fixedli .other ul li {
  margin: 5px 0;
}
.fixed_right .fixedul .fixedli .other ul li a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.fixed_right .fixedul .fixedli .other img {
  display: block;
  width: 120px;
}
.fixed_left {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-700px);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.fixed_left img {
  width: 81px;
  height: 89px;
}
.fixed_left p {
  margin-top: -15px;
  font-family: Arial, Arial;
  font-weight: normal;
  font-size: 20px;
  color: #285EAB;
  text-align: center;
}
@media (max-width: 1415px) {
  .fixed_right {
    right: 0;
    transform: translateX(0);
  }
  .fixed_left {
    left: 0;
    transform: translateX(0);
  }
}
.popup_shade,
.popup_shade1 {
  display: none;
  z-index: 1000000001;
  background-color: #000000;
  opacity: 0.3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.popup_wrap {
  display: none;
  width: 460px;
  min-height: 480px;
  background: #FFFFFF;
  /* border: 1px solid #E6DCDC; */
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -280px;
  margin-left: -230px;
  background: #fff;
  z-index: 1000000002;
  box-sizing: border-box;
  /* padding: 20px 20px 0 20px; */
}
.popup_head {
  width: 100%;
  height: 56px;
  background: #304F9B;
  padding: 0 30px;
}
.popup_wrap .popup_tip {
  padding: 0 32px 26px 0;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #304F9B;
  line-height: 24px;
}
.popup_head .head_p {
  float: left;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 56px;
  opacity: 0.8;
}
.popup_head .popup_head_delete,
.popup_head .popup_head_delete1 {
  float: right;
  margin-top: 19px;
}
.popup_head .popup_head_delete img,
.popup_head .popup_head_delete1 img {
  width: auto;
  height: auto;
}
.popup_wrap .popup_main {
  padding: 30px 30px 20px 30px;
}
.popup_wrap .popup_main .popup_main_title {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}
.popup_wrap .popup_main .popup_main_title i {
  font-style: normal;
  font-size: 14px;
  color: #E73627;
  margin-left: 2px;
  vertical-align: 1px;
}
.popup_wrap .popup_main .radio_moduler .radio-itme {
  margin-top: 17px;
}
.popup_wrap .popup_main .radio_moduler .radio-itme .itme-list {
  width: 164px;
  float: left;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-bottom: 20px;
}
.popup_wrap .popup_main .radio_moduler .radio-itme .itme-list-left {
  width: 236px;
}
.popup_wrap .popup_main .radio_moduler .radio-itme .itme-list input {
  margin-right: 8px;
  vertical-align: -1px;
}
.popup_wrap .popup_main .input_moduler {
  width: 100%;
  margin-top: 10px;
}
.popup_wrap .popup_main .item {
  float: left;
  width: 405px;
  height: 40px;
  margin-bottom: 13px;
}
.popup_wrap .popup_main .item .item_label {
  float: left;
  width: 85px;
  text-align: right;
  height: 40px;
  line-height: 40px;
  padding-right: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #352626;
}
.popup_wrap .popup_main .item .item_label span {
  display: inline-block;
  color: #F83E3D;
  margin-right: 5px;
  font-size: 16px;
}
.popup_wrap .popup_main .item .input_dl {
  float: left;
  width: 315px;
  height: 40px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 8px;
  border: 1px solid #E6DCDC;
}
.popup_wrap .popup_main .item .input_dl input {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #9D9090;
}
.popup_wrap .popup_main .item_mr {
  margin-right: 15px;
}
.popup_wrap .popup_main .item_textarea {
  margin-top: 13px;
  width: 100%;
  height: 310px;
}
.popup_wrap .popup_main .item_textarea textarea {
  margin-top: 13px;
  width: 398px;
  height: 103px;
  border: 1px solid #E7E7E7;
  font-size: 16px;
  color: #9D9090;
  padding: 10px;
}
.popup_wrap .popup_main .item_textarea .item_label {
  float: left;
  width: 85px;
  text-align: right;
  height: 40px;
  line-height: 40px;
  padding-right: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #352626;
}
.popup_wrap .popup_main .item_textarea .item_label span {
  display: inline-block;
  color: #F83E3D;
  margin-right: 5px;
  font-size: 16px;
}
.popup_wrap .popup_main .item_textarea .input_dl {
  float: left;
  width: 850px;
  height: 310px;
  box-sizing: border-box;
}
.popup_footer {
  width: 100%;
  height: 48px;
}
.popup_footer .popup_btn {
  margin: 0 auto;
  display: block;
  width: 143px;
  height: 40px;
  background: #304F9B;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
.popup_footer .popup_btn1 {
  margin: 0 auto;
  display: block;
  width: 143px;
  height: 40px;
  background: #304F9B;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
.popup_footer .popup_footer_tips {
  width: 100%;
  text-align: center;
  margin-top: 16px;
  height: 21px;
  font-size: 16px;
  color: #9D9090;
  line-height: 21px;
}
.popup_wrap1 {
  display: none;
  width: 600px;
  height: 490px;
  background: #FFFFFF;
  border: 1px solid #E6DCDC;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -245px;
  margin-left: -300px;
  background: #fff;
  z-index: 1000000002;
  box-sizing: border-box;
  padding: 30px 30px 0 30px;
}
.popup_wrap1 .popup_main {
  padding: 40px 0px 20px 0px;
}
.popup_wrap1 .popup_main .input_moduler {
  width: 100%;
}
.popup_wrap1 .popup_main .item {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
}
.popup_wrap1 .popup_main .item .item_label {
  float: left;
  width: 106px;
  text-align: right;
  height: 50px;
  line-height: 50px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 20px;
  color: #352626;
}
.popup_wrap1 .popup_main .item .item_label span {
  display: inline-block;
  color: #F83E3D;
  margin-right: 5px;
  font-size: 20px;
}
.popup_wrap1 .popup_main .item .input_dl {
  float: left;
  width: 404px;
  height: 50px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 18px;
  border: 1px solid #E6DCDC;
}
.popup_wrap1 .popup_main .item .input_dl input {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #9D9090;
}
.popup_wrap1 .popup_main .item_textarea {
  width: 100%;
  height: 80px;
  margin-bottom: 30px;
}
.popup_wrap1 .popup_main .item_textarea .item_label {
  float: left;
  width: 106px;
  text-align: right;
  height: 50px;
  line-height: 50px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 20px;
  color: #352626;
}
.popup_wrap1 .popup_main .item_textarea .item_label span {
  display: inline-block;
  color: #F83E3D;
  margin-right: 5px;
  font-size: 20px;
}
.popup_wrap1 .popup_main .item_textarea .input_dl {
  float: left;
  width: 404px;
  height: 80px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 18px;
  border: 1px solid #E6DCDC;
}
.popup_wrap1 .popup_main .item_textarea .input_dl textarea {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #9D9090;
}
