﻿/* 页面中部 */
.content {
    background-color: #F5F5F5;
    height: auto;
    width: 100%;
}

/* 中间部分 */
.body {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

/* 左部分 */
.left {
    height: 100%;
    width: 900px;
}

/* 左侧标题模块 */
.left-title {
    width: 100%;
    height: 28px;
    display: flex;
    margin-top: 60px;
}

/* 标题绿色icon */
.icon-title {
    width: 4px;
    height: 24px;
    background-color: #A8CD45;
    margin-left: 12px;
    margin-top: 2px;
    display: inline;
}

/* 左侧标题字体 */
.left-title-text {
    width: auto;
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
    margin-left: 20px;
}

/* 左侧模块标题 */
.block-title {
    height: 40px;
    width: 100%;
    background-color: #A8CD45;
    display: flex;
    margin-top: 31px;
}

/* 左侧标题icon */
.block-title-icon {
    margin: 7px 15px 11px 38px;
}

/* 左侧标题文字 */
.block-title-text {
    width: 703px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 22px;
    margin-top: 6px;
    margin-bottom: 11px;
}

/* 左侧标题右侧icon */
.block-title-icon-right {
    width: 24px;
    height: 15px;
    margin: 13px 0 12px 40px;
    display: flex;
}

/* icon左 / */
.block-title-icon-right :first-child {
    width: 2.5px;
    height: 18px;
    background-color: #FFFFFF;
    -webkit-transform: rotate(-145deg);
    margin-left: 4px;
}

/* icon右 \ */
.block-title-icon-right :last-child {
    width: 2.5px;
    height: 18px;
    background-color: #FFFFFF;
    -webkit-transform: rotate(145deg);
    margin-left: 6.5px;
}


/* 左侧模块内容 */
.block-content {
    width: 100%;
    height: 110px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.12);
    border-radius: 0 0 4px 4px;
    display: flex;
}

/* 左侧第一块文字内容 */
.content-text {
    width: 820px;
    height: 34px;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    color: #333333;
    line-height: 25px;
    margin: 30px 30px 0 37px;
}

.content-text b {
    font-size: 14px;
}

/* 左侧第二模块内容 */
.table-list {
    width: 730px;
    height: auto;
    margin-left: 68px;
    margin-right: 100px;
    padding-top: 40px;
}

/* 表单项 */
.table-list-item {
    width: 100%;
    height: auto;
    display: flex;
}

/* 表单项左侧 */
.item-left {
    width: 170px;
    height: auto;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 17px;
}

/* 表单项左侧高度34px */
.item-left-height-34 {
    height: 34px;
}

/* 表单项左侧高度51px */
.item-left-height-51 {
    height: 51px;
}

/* 表单项右侧 */
.item-right {
    width: 500px;
    height: auto;
    margin-left: 5px;
}

/* 表单项提示 */
.item-msg {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #A8CD45;
    line-height: 18px;
}

/* 按钮 */
.btn {
    text-align: center;
    height: 24px;
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    cursor: pointer;
}

/* 选项列表 */
.btn-list-1,
.btn-list-2,
.btn-list-3,
.btn-list-4,
.btn-list-5 {
    display: flex;
    flex-wrap: wrap;
}

.btn-list-4 div {
    margin-right: 14px;
    border-radius: 2px;
}

/* 按钮选中 */
.btn-activt {
    background-color: #22357F;
    color: #FFFFFF;
}

/* 选项按钮宽度 */
.btn-width-77 {
    width: 77px;
}

.btn-width-113 {
    width: 113px;
}

.btn-width-230 {
    width: 230px;
}

.btn-width-60 {
    width: 60px;
}

.btn-width-80 {
    width: 80px;
}


/* 表单项背景色 */
.btn-bg,
.btn-bg1 {
    background: #e3e3e3;
    color: #666666;
}

.btn-bg:hover {
    background-color: #A8CD45;
    color: #FFFFFF;
}

/* 表单下拉框 */
.item-right select {
    width: 121px;
    height: 26px;
    border: none;
    font-size: 14px;
    padding-left: 10px;
}

/* 表单下拉框，选项 */
.item-right select option {
    font-size: 14px;
}

/* 表单文本框 */
.item-right input {
    width: 289px;
    height: 22px;
    border: none;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    padding: 3px 10px;
}


/* 左侧第三模块标题 */
.content-title {
    width: 168px;
    height: 33px;
    background: #A8CD45;
    border-radius: 17px;
    margin-left: 68px;
    margin-top: 28px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

/* 左侧第三模块标题文字 */
.content-title span {
    width: 96px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 22px;
}

.content-title img {
    cursor: pointer;
}

/* 左侧第三模块留言模块 */
.leave-a-message {
    width: 665px;
    height: 194px;
    margin-left: 91px;
    margin-top: 51px;
    display: flex;
    margin-bottom: 50px;
}

/* 留言，上传左侧标题 */
.leave-a-message :first-child,
.upload-block-title {
    width: 90px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
    margin-top: 11px;
    margin-right: 21px;
}

/* 留言文本域 */
.leave-a-message textarea {
    width: 577px;
    height: 194px;
    background-color: #F5F5F5;
    border: none;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 400;
    color: #666666;
    padding: 10px;
    line-height: 25px;
    outline: none;
    resize: none;
}

/* 上传模块 */
.upload-block {
    width: 665px;
    height: 128px;
    margin-left: 91px;
    display: flex;
}

/* 上传区域 */
.upload-list {
    width: 577px;
    height: 128px;
    border: 2px dashed #D6D4D4;
}

/* 上传icon */
.upload-icon {
    width: 44px;
    height: 44px;
    margin-left: 268px;
    margin-top: 36px;
    cursor: pointer;
}

/* 上传图标--横 */
.heng {
    width: 26px;
    height: 4px;
    background: #A8CD45;
    position: relative;
    left: 9px;
    top: -23px;
}

/* 上传图标--竖 */
.shu {
    width: 4px;
    height: 28px;
    background: #A8CD45;
    position: relative;
    left: 20px;
    top: -40px;
}


/* 上传区域文字 */
.upload-list-title {
    width: 100px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #A8CD45;
    line-height: 22px;
    margin: 6px auto;
}


/* 右部分 */
.right {
    width: 270px;
    height: auto;
    margin-left: 30px;
}

/* 右侧标题绿色icon */
.icon-title-right {
    width: 2px;
    height: 18px;
    background-color: #A8CD45;
    margin-left: 12px;
    margin-top: 8px;
    display: inline;
}

/* 右侧模块背景 */
.block-right {
    width: 267px;
    height: 278px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.block-right.brt {
    width: 180px;
    height: 210px;
}
/* 图片上边文字 */
.content-text1 {
    width: 130px;
    height: 17px;
    font-size: 12px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #A0A0A0;
    text-align:center;
    line-height: 17px;
    margin-top: 38px;
    margin-bottom: 15px;
}
.brt .content-text1{
    margin-top:15px;
    margin-bottom:10px;
}
/* 图片下边文字 */
.content-text2 {
    width: 144px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #A8CD45;
    line-height: 22px;
    text-align: center;
    margin-top: 15px;
}
.brt .content-text2{
    margin-top: 10px;
}
/* 预约底部背景 */
.body-bottom {
    width: 100%;
    height: 96px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.5);
}

/* 底部功能区 */
.body-bottom-block {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
}

/* 费用前文字 */
.body-bottom-title {
    width: 146px;
    height: 29px;
    font-size: 21px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #A6A5A5;
    line-height: 29px;
    margin: 41px 0 26px 0;
}

/* 费用 */
.number-cost {
    width: auto;
    height: 57px;
    display: flex;
    align-items: center;
    margin: 20px 0 19px 17px;
}

/* ￥符 */
.number-cost-icon {
    font-size: 24px;
    color: #A8CD45;
    margin-top: 15px;
}

/* 数值 */
.number-cost-count {
    font-size: 35px;
    color: #A8CD45;
    margin-top: 7px;
}

/* 保存按钮 */
.btn-save {
    width: 196px;
    height: 45px;
    background: #A8CD45;
    border-radius: 2px;
    border: 1px solid #A8CD45;
    text-align: center;
    font-size: 21px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 45px;
    margin: 26px 0 25px 703px;
}

/* 下一步按钮 */
.btn-next {
    width: 196px;
    height: 45px;
    border-radius: 2px;
    border: 1px solid #A8CD45;
    text-align: center;
    font-size: 21px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #A8CD45;
    background-color: #FFFFFF;
    line-height: 45px;
    margin: 26px 0 25px 29px;
}

.btn-save:hover,
.btn-next:hover {
    opacity: 0.6;
}
.conleft {
    height: 100%;
    display:flex;
    width: 1000px;
}