body {
    background-color: #f5f6f8;
}


.main {
    max-width: 1920px;
    min-width: 1200px;
    height: auto;
    /*background-image: url(../images/orderread/bg.png);
    background-position: top center;
    background-size: 100% 1006px;
    background-repeat: no-repeat;*/
}

.main-content {
    width: 1200px;
    min-height: 650px;
    margin: 196px auto 0;
    padding-bottom: 100px;
    overflow: hidden;
}
/* *******************详情内容****************** */

.details {
    width: 830px;
    background-color: #fff;
    padding-bottom: 29px;
}
.details .title {
   margin-bottom: 14px;
    width: 100%;
    color: #1C2438;
    font-size: 24px;
    text-align: left;
    line-height: 34px;
}


/*.details .number {
    margin-bottom: 28px;
}
*/
.details .number li {
    /*float: left;*/
    font-size: 14px;
    color: #000000;
}

.details p {
    /*color: #1C2438;*/
    /*font-size: 14px;*/
    /*line-height: 21px;*/
    /*text-align: left;*/
    /*text-indent: 2em;*/
}
.details .time{
    margin-bottom: 28px;
}
.time {
    font-size: 14px;
    color: #1C2438;
    margin-top: 11px;
    /*font-weight: bold;*/
    color: #666666;
    line-height: 18px;
    opacity: 0.9;
    overflow: hidden;
}
.time img{
    float: left;
    margin-right: 8px;
    /*margin-top: 4px;*/
}
.time .zc_time{
    width: 160px;
}
.layui-btn {
    padding: 0;
    margin-top: 30px;
    font-size: 14px;
    line-height: 30px;
    width: 100px;
    height: 30px;
    background: #BA4E47;
    border-radius: 14px;
    /* margin: 0 auto; */
    margin-left: 80px;
}

.layui-layer-title {
    display: none;
}

form {
    width: 335px;
    padding: 36px 80px 0;
}
/*.layui-form-item input {
    width: 226px;
    height: 24px;
}
*/

.layui-form-label {
    color: #000000;
    font-size: 16px;
    width: 85px;
    padding: 2px 12px;
}

.layui-form-select .layui-input{
    width: 225px;
    height: 24px;
}

.layui-input, .layui-textarea{
    width: 225px;
    height: 24px;
}

/*.layui-form-label {
    color: #000000;
    font-size: 18px;
    width: 85px;
    padding: 0;
    margin-left: 80px;
}
.layui-input-block {
    margin-left: 95px;
}

.layui-form-select .layui-edge {
    right: 118px;
}*/
.layui-form-select dl dd.layui-this{
    background-color: #3259C6;
}

/*文化点单*/
.diandan-record{
    width: 340px;
    height: 567px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 22px;
}
.diandan-record h3.tit{
    width: 100%;
    height: 58px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #313131;
    line-height: 58px;
    text-align: left;
    position: relative;
    margin-bottom: 29px;
    padding-left: 23px;
}
.diandan-record h3.tit:before{
    content: '';
    position: absolute;
    left: 10px;
    width: 3px;
    height: 20px;
    background: #2F343B;
    top: 20px;
}
.diandan-record h3.tit:after{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    box-shadow: 0px -12px 10px #f1f1f1;
    -webkit-box-shadow: 0px -12px 10px #f1f1f1;
    -moz-box-shadow: 0px -12px 10px #f1f1f1;
}
.diandan-record ul{
    height: 567px;
    overflow-y:auto;
}
.diandan-record ul li{
    margin-bottom: 40px;
}
.diandan-record ul li a{
    display: block;
}
.diandan-record ul li .title {
    width: 248px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #313131;
    line-height: 20px;
    position: relative;
    padding-left: 15px;
    margin-left: 11px;
}
.diandan-record ul li .title:before{
    content: '';
    position: absolute;
    left: 0 ;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #3D3A2F;
    opacity: 0.8;
    border-radius: 50%;
    display: inline-block;
}

.diandan-record ul li .title span{
    color: #AC4D47;
}
.diandan-record ul li .time{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #313131;
    margin-top: 9px;
    margin-left: 27px;
}

.diandan-record ul li .time img{
    margin-right:10px;
}
.diandan-other{
    background: #fff;
}

.diandan-other h3.tit{
    width: 100%;
    height: 58px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #313131;
    line-height: 58px;
    text-align: left;
    position: relative;
    margin-bottom: 29px;
    padding-left: 23px;
}
.diandan-other h3.tit:before{
    content: '';
    position: absolute;
    left: 10px;
    width: 3px;
    height: 20px;
    background: #2F343B;
    top: 20px;
}
.diandan-other h3.tit:after{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    box-shadow: 0px -12px 10px #f1f1f1;
    -webkit-box-shadow: 0px -12px 10px #f1f1f1;
    -moz-box-shadow: 0px -12px 10px #f1f1f1;
}
/**/
.diandanBtn{
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 158px;
    height: 48px;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    background: #A84200;
    color: #FFFFFF;
    cursor: pointer;
}
#diandanform form{
    width: auto;
    padding: 40px;
}
#diandanform .layui-input-block{
    line-height: 38px;
    min-height: 38px;
    font-size: 14px;
}
#diandanform .layui-form-item{
    margin-bottom: 20px;
}
#diandanform .layui-form-label{
    width: 145px;
    padding: 0 12px 0 0;
    line-height: 38px;
}
#diandanform .layui-input{
    width: 310px;
    height: 38px;
    line-height: 38px;
    background-color: transparent;
}
#diandanform .layui-form-radio{
    margin-top: 0;
}
#diandanform .short_time{
    display: none;
}