/*内容*/
.content {
    padding: 32px 0 78px;
    background: #F6F6F6;
}

.content .title {
    line-height: 72px;
    border-bottom: 1px solid #EEEEEE;
    color: #333333;
    padding-left: 38px;
    display: block;
    font-size: 16px;
}

.content .title2 {
    line-height: 25px;
    color: #4f4f4f;
    padding-left: 38px;
    display: block;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.content .title2 span:first-child {

}

.bigBox {
    background: #fff;
    width: 94%;
}

.content .left .bigBox, .content .right .bigBox {
    height: 739px;
}

.content .left .bigBox > p {
    margin-left: 38px;
    line-height: 63px;
    color: #666666;
}

.content .left .bigBox > p > span {
    color: #F28709;
}

.content .left .setMeal {
    margin: 0 38px 25px;
    border: 1px solid #CCCCCC;
    box-shadow: 10px 10px 10px #f8f8f8, 10px -10px 10px #f8f8f8, -10px 10px 10px #f8f8f8, -10px -10px 10px #f8f8f8;
}

.content .left .setMeal > p {
    line-height: 64px;
    font-size: 20px;
    color: #000;
    text-align: center;
    letter-spacing: 5px;
    border-bottom: 1px solid #ccc;
}

.content .left .setMeal > span {
    line-height: 66px;
    font-size: 16px;
    color: #666666;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.content .left .btnBox {
    text-align: center;
}

.content .left .setMeal > div > p {
    line-height: 80px;
    border-bottom: 1px solid #ccc;
    display: block;
    width: 80%;
    margin: 0 auto;
    color: #2CAEFF;
    font-size: 35px;
    text-align: center;
}

.content .left .setMeal > div > span {
    border-bottom: 1px solid #ccc;
    display: block;
    text-align: center;
}

.content .left .setMeal > div > span > span:first-child {
    line-height: 30px;
    font-size: 13px;
}

.content .left .setMeal > div > span > span:nth-child(2) {
    line-height: 48px;
    font-size: 35px;
    color: #FF7B3F;
}

.content .left .setMeal > div > span > span:last-child {
    line-height: 67px;
}

.formBox {
    padding: 45px 70px 45px 40px;
}

.imgBox {
    position: relative;
}

.imgBox input {
    width: 125px;
    height: 125px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.imgBox img {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.imgBox span {
    line-height: 127px;
    margin-left: 30px;
    color: #FF7B3F;
}

/*自定义滚动条*/
::-webkit-scrollbar {
    width: 3px;
}

.el-cascader-menu__item {
    padding: 8px 40px;
}

.el-cascader {
    width: 60%;
}

.container {
    width: 1000px;
    margin: 0 auto;
}

.top .btnLoginBox {
    margin-top: 25px;
}

.top .btnLoginBox h5 {
    color: #000;
}

.top .peopleBox {
    margin-top: 5px;
}

.top .peopleBox img {
    width: 45px;
    height: 45px;
    margin-top: 3px;
}