﻿body {
  font-family: '微软雅黑';
}
#app {
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  min-height: 500px;
  background: url(../../Images/cl_image/qyfw.jpg) no-repeat center fixed;
  background-size: 100% 100%;
  padding-top: 90px;
  overflow: hidden;
}
.app_content {
  width: 100%;
  height: 100%;
  /* display: none; */
  margin: 0px auto;
  box-sizing: border-box;
  width: auto;
  display: flex;
  justify-content: center;
  background-color: rgba(46, 45, 45, 0.4);
}
.app_left {
  min-width: 510px;
  max-width: 510px;
  height: auto;
  padding: 20px 10px;
  padding-right: 20px;
  box-sizing: border-box;
  line-height: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: white;
  padding: 0px 40px;
  letter-spacing: 1px;
  margin-right: 60px;
  opacity:0;
}
.app_left .app_left_content{
  width: 100%;
  height: 280px;
}
.app_left h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 30px;
}
.app_left span {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 10px;
  display: block;
}
.app_left i {
  font-size: 80px;
  margin-top: 45px;
  display: block;
}
.app_right {
  min-width: 650px;
  max-width: 650px;
  height: 100%;
  display: flex;
  align-items: center;
  opacity:0;
}
.app_right .submit_form {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100% - 75px);
  background-color: white;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 4px;
  width: 100%;
}
.app_right .submit_form .submit_li {
  width: 100%;
  min-height: 40px;
  display: flex;
  padding: 0px 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.app_right .submit_form .submit_li span {
  width: 100px;
  text-align: right;
  vertical-align: middle;
  float: left;
  font-size: 14px;
  color: #606266;
  /* line-height: 40px; */
  padding: 0 12px 0 0;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 20px;
}
.app_right .submit_form .submit_li .pc_input {
  flex: 1;
}
.app_right .submit_form .submit_li .text_tips {
  width: 100%;
  flex: 1;
}
.app_right .submit_form .submit_li .text_tips textarea {
  resize: none;
}
.app_right .submit_form .submit_li .text_tips span {
  width: 100%;
  color: #ff9800;
  display: inline-block;
  text-align: left;
}
.app_right .submit_form .submit_li_tips .submit_li_tips_title {
  height: 117px;
}
.redStarMark:before {
  content: '*';
  color: red;
}
/*修改滚动条样式*/
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
*::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 2px;
}
*::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 10px;
}
*::-webkit-scrollbar-thumb:hover {
  background: #333;
}
*::-webkit-scrollbar-corner {
  background: transparent;
}
.checkedbox {
  padding: 0px;
  padding-left: 0px;
}
.checkedbox .checkedbox_head {
  display: inline-block;
  padding-left: 20px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #606266;
}
.checkedbox .checkedbox_ul {
  padding: 10px 30px;
  padding-bottom: 15px;
}
.checkedbox .checkedbox_li {
  float: left;
  width: 175px;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 15px;
  color: #606266;
}
.checkedbox .checkedbox_li input {
  margin-right: 3px;
}
.checkedbox .checkedbox_tips {
  font-size: 14px;
  width: 100%;
  color: #ff9800;
  display: inline-block;
  text-align: left;
  line-height: 20px;
}
.checkedbox .pc_textarea textarea {
  resize: none;
}
.pc_input__inner,
.pc_textarea__inner {
  border: 1px solid #cacaca;
}
