body {
    background-color: #f6f6f6;
}
 
.serviceClauseTitle{
  font-size: 22px;
  margin : 10px 0;
  text-align: center;
}
p{
  margin-bottom: 5px;
}
.serviceClauseTitleSmall{
  font-size: 16px;
  margin-top: 20px;
}

.serviceClause{
  padding: 0 10px;
  height: 400px;
  overflow: scroll;
  background: #f4f4f4;

}
.serviceClauseCheck{
  font-size: 16px;
  margin: 20px 10px 0;
}
 
.serviceClauseCheck a{
  margin: 0 3px;
} 
.ant-checkbox-checked::after{
  border: none !important;
}
.contentPart{
  font-size: 12px;
  height: 500px;
  overflow: scroll;
  line-height: 22px;
  letter-spacing: 0.5px;
  background: #f4f4f4;
  padding: 10px;
}
.audio-box{
  display: inline-block;
}
.audio-controller-box{
  display: flex;
  align-items: center;
  width: 300px;
  height: 50px;
  border-radius: 40px;
  padding: 10px;
  border:#e9edfc;
}

.audio-play-button{
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  color:#199ABA;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer;
  margin-right:10px;
}

.audio-time-box{
  margin-right: 10px;
}
.audio-slider{
  flex:1;
  cursor: pointer;
}
.audio-volume{
  margin: 0 5px;
  cursor: pointer;
}
.serviceContainer {
  width: 1200px;
  margin: 0 auto;
  padding: 0 36px;
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
  position: relative;
}

.serviceAside {
  width: 264px;
  padding: 30px;
  background-color: #fff;
  margin-right: 30px;
}
.serviceAside .serviceAsideImg {
  width: 204px;
  height: 204px;
  margin-bottom: 30px;
  border-radius: 4px;
  border: 1px solid #ededed;
}

.serviceMain {
  flex: 1;
}

.tabContent {
  width: 88px;
  font-size: 18px;
  text-align: center;
}

.serviceTitle {
  font-size: 30px;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
}

.ant-form-item-label > label {
  color: rgba(153, 153, 153, 1);
}

.ant-form-item-label > label::after {
  content: " ";
}
.ant-upload-list-picture-card-container {
  width: 180px;
}

.ant-upload-list-item-list-type-picture-card {
  width: 180px;
}
.serviceTop {
  padding: 30px;
  background-color: #fff;
}
.serviceBottom {
  margin-top: 30px;
  padding: 30px;
  background-color: #fff;
}

.priceNote{
  width: 792px;
  height: 300px;
  border: 1px solid #EBEDF0;
  border-radius: 4px;
}
.serviceDetailImg div{
  width: 792px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #EBEDF0;
  margin-bottom: 24px;
  background-color: #f6f6f6;
}
.serviceDetailImg div img{
  width: 792px;
  border-radius: 4px;
}
.serviceSceneImg div{
  width: 792px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #EBEDF0;
  margin-bottom: 24px;
  background-color: #f6f6f6;
}
.serviceSceneImg div img{
  width: 792px;
  border-radius: 4px;
}
.introduceBox div{
  height: auto !important;
}
.introduceBox div img{
  height: auto !important;
}
.qualification .ant-upload-list-picture-card-container{
  width: 364px !important;
  height: 220px !important;
}

.qualification .ant-upload-list-item-list-type-picture-card {
  width: 364px !important;
  height: 220px !important;
}
.returnBox{
  position: absolute;
  top: -35px;
  right: 20px;
}

.asideBox{
  margin-top: 36px;
}
.asideBoxTitle{
  margin-bottom: 10px;
  color: #999999;
}
.company_introduce {
  width: 792px;
  margin: 28px auto 0;
}
.company_introduce img {
  width: 792px;
  height: 362px;
}
.company_introduce_box {
  background-color: #FAFAFA;
  color:#333333;
  font-size: 14px;
  font-weight: 400;
  font-family: "PingFang SC";
  line-height: 22px;
  margin-top: 24px;
  padding:19px 23px 20px 24px;
}
.apply-layout-content .ant-input-affix-wrapper-lg {
  height: 56px;
  line-height: 56px;
  padding: 6.5px 11px;
  font-size: 16px;
}
.white-background {
  background-color: #fff;
}
.accountTopMargin {
  margin-top: 24px;
}

::-webkit-scrollbar,
::-webkit-scrollbar-track,
::-webkit-scrollbar-track-piece {
  width: 6px;
  border-radius: 3px;
  background: transparent;
}
::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
}
.application_center {
  background: #f7f8fa;
}

.rpt_header_wrap {
  background: #fff;
  height: 64px;
  /* box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08); */
  line-height: 64px;
  border-bottom: 1px solid #F0F0F0;
}
.rpt_header {
  width: 1200px;
  margin: 0 auto;
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ant-divider-vertical {
  height: 40px !important;
}
.rpt_logo {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 20px;
  font-weight: 600;
}
.rpt_logo img {
  width: 32px;
  height: 32px;
  margin-right: 15px;
}
.rpt_operation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.rpt_company {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 16px;
  margin: 0 20px;
}
.rpt_company i {
  font-size: 18px;
  margin-right: 8px;
}
.rpt_user {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 14px;
  margin-left: 24px;
}
.rpt_user img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
}

.container-warp {
  overflow-y: scroll;
  overflow-x: hidden;
}

