.about-head-wrap{
    padding: 20px 0;
    background: linear-gradient(rgba(255, 254, 248, 1), rgba(255, 254, 248, 1)), linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.about-head-box{
    font-size: 12px;
    line-height: 20px;
    width: 1140px;
    margin: 0 auto;
}

.about-head-box span{
    color: rgba(188, 144, 81, 1);
}

.about-body-box-head-left{
    color: rgba(192, 147, 81, 1);
    font-family: 'msz';
    font-size: 48px;
    line-height: 48px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.case-title-wrap{
    padding-bottom: 76px;
    background: linear-gradient(rgba(255, 254, 248, 1), rgba(255, 254, 248, 1)), linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.case-body-box{
    width: 1140px;
    margin: 0 auto;
}

.case-body-box-left-text1{
    color: rgba(192, 147, 81, 1);
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 8px;
}

.case-body-box-left-text2{
    color: rgba(192, 147, 81, 1);
    font-size: 13px;
    line-height: 13px;
    display: flex;
    align-items: center;
}

.case-body-box-left-text2 span{
    color: rgba(0, 118, 255, 1);
    margin-left: 11px;
    display: flex;
    align-items: center;
}

.case-body-box-left-text2 span img{
    width: 15px;
    margin-right: 4px;
}

.case-body-box-right{
    display: flex;
    align-items: center;
}

.box-right-right-text1{
    color: rgba(192, 147, 81, 1);
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
}

.box-right-right-text2{
    color: rgba(192, 147, 81, 1);
    font-size: 17px;
    line-height: 17px;
}

.case-body-box-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
}

.case-body-box-banner{
    margin-bottom: 15px;
}

.case-body-box-banner-left{
    width: 882px;
    height: 437px;
    float: left;
    overflow: hidden;
    position: relative;
}

.case-body-box-banner-right{
    width: 255px;
    height: 437px;
    float: right;
}

.case-body-box-banner-left:hover .box-body-item-img-box{
    transform: scale(1.1);
}

.box-body-item-img-box{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition:0.5s;
}

.banner-left-top{
    padding: 10px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    font-size: 17px;
    line-height: 17px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.banner-right-item{
    width: 100%;
    height: 216px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px;
    cursor: pointer;
    flex-direction: column;
}

.banner-right-item-text{
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 11px;
}

.banner-right-item:last-child{
    margin-bottom: 0;
}

.right-arrow {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
}
.right-arrow::after {
    display: inline-block;
    content: ' ';
    height: 5px;
    width: 5px;
    border-width: 1px 1px 0 0;
    border-color: rgba(192, 147, 81, 1);
    border-style: solid;
    transform: matrix(0.71, 0.71, 0.71, -0.71, 0, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -2px;
}

.right-arrow.bottom::after{
    transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
    margin-top: -2px;
}

.case-detail-title,
.case-detail-title2,
.case-detail-title3{
    color: rgba(192, 147, 81, 1);
    font-size: 13px;
    display: flex;
    align-items: center;
    margin-bottom: 57px;
    cursor: pointer;
    text-decoration-line: underline;
}

.case-detail-text{
    color: rgba(192, 147, 81, 1);
    font-size: 13px;
    overflow: hidden;
    height: 38px;
}

.case-detail-wrap{
    margin-bottom: 57px;
}

.case-book-wrap{
    margin-bottom: 57px;
}

.case-book-box-left{
    width: 582px;
    height: 394px;
    float: left;
    /*background: #efefef;*/
}

.case-book-box-right{
    float: right;
    width: 493px;
}

.case-book-box-right-text{
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}

.book-box-right-text-left{
    width: 55px;
    color: rgba(192, 147, 81, 1);
    font-size: 13px;
    margin-right: 53px;
}

.book-box-right-text-right input{
    border-radius: 3px;
    border: 1px solid rgba(192, 147, 81, 1);
    box-sizing: border-box;
    padding: 10px;
    width: 232px;
    height: 32px;
    background: transparent;
}

.case-book-box-right-title{
    margin-bottom: 38px;
    color: rgba(192, 147, 81, 1);
    font-size: 30px;
    line-height: 30px;
}

input::-webkit-input-placeholder {
    /* placeholder颜色  */
    color: rgba(192, 147, 81, 1);
    /* placeholder字号  */
    font-size: 13px;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(192, 147, 81, 1);
    font-size: 13px;
}
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(192, 147, 81, 1);
    font-size: 13px;
}
input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(192, 147, 81, 1);
    font-size: 13px;
}

.proposal-body-text{
    border-radius: 3px;
    border: 1px solid rgba(192, 147, 81, 1);
    box-sizing: border-box;
    padding: 10px;
    width: 385px;
    height: 100px;
    background: transparent;
    resize:none;
}

textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    /* placeholder颜色  */
    color: rgba(192, 147, 81, 1);
    /* placeholder字号  */
    font-size: 14px;
}
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(192, 147, 81, 1);
    font-size: 14px;
}
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(192, 147, 81, 1);
    font-size: 14px;
}
textarea::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(192, 147, 81, 1);
    font-size: 14px;
}

.case-book-line{
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    margin-bottom: 38px;
}

.case-book-bottom{
    display: flex;
    justify-content: space-between;
}

.case-book-bottom-right{
    padding: 11px 23px;
    border-radius: 3px;
    border: 1px solid rgba(192, 147, 81, 1);
    box-sizing: border-box;
    background: rgba(192, 147, 81, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 17px;
    line-height: 17px;
    cursor: pointer;
}

.case-book-bottom-left{
    display: flex;
    align-items: center;
}

.case-book-bottom-text1{
    width: 80px;
    color: rgba(192, 147, 81, 1);
    font-size: 15px;
    line-height: 15px;
    margin-right: 23px;
}

.case-book-bottom-text2{
    color: rgba(192, 147, 81, 1);
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
}

.case-introduce-item{
    float: left;
    margin-right: 13px;
    width: 291px;
    height: 389px;
    border-radius: 4px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.case-introduce-item:nth-child(1){
    width: 532px;
    height: 389px;
}

.case-introduce-item:nth-child(3n){
    margin-right: 0;
}

.case-introduce-item-bg{
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    bottom: 0;
    left: 0;
    border-radius: 0 0 4px 4px;
    padding: 15px;
    width: calc(100% - 30px);
}

.case-introduce-item-bg-text1{
    color: rgba(255, 255, 255, 1);
    font-size: 19px;
    line-height: 19px;
}

.case-introduce-item-bg-text2{
    color: rgba(255, 255, 255, 1);
    font-size: 13px;
}

.case-anli-item{
    width: 274px;
    height: 256px;
    border-radius: 4px;
    border: 1px solid rgba(192, 147, 81, 1);
    box-sizing: border-box;
    background: rgba(255, 254, 248, 1);
    float: left;
    margin-right: 14.2px;
}

.case-anli-item:nth-child(4n){
    margin-right: 0;
}

.case-anli-item-img{
    width: 100%;
    height: 179px;
    border-radius: 4px 4px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 11px;
}

.case-anli-item-text1{
    color: rgba(192, 147, 81, 1);
    font-size: 19px;
    /*line-height: 19px;*/
    margin-left: 11px;
    width: 250px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.case-anli-item-text2{
    color: rgba(192, 147, 81, 1);
    font-size: 13px;
    /*line-height: 13px;*/
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 250px;
    margin-left: 11px;
}

#changedate {
    width: 100%;
    height: 100%;
    border: 1px solid rgb(192, 147, 81);
    box-sizing: border-box;
    border-radius: 4px;
    /*display: none;*/
}

.dateBlock {
    width: 100%;
    height: 100%;
    /*padding: 10px;*/
    /*height: auto;*/
}

.dateBlock .head {
    /*width: 100%;*/
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    padding: 16px 16px 38px 16px;
    /*padding-bottom: 10px;*/
    display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-between; /* Safari 6.1+ */
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(192, 147, 81, 1);
}

.left-icon, .right-icon {
    /*width: 30px;*/
    /*height: 30px;*/
    /*background: #667AFF;*/
    /*border-radius: 50%;*/
    /*color: #fff;*/
    /*text-align: center;*/
    /*line-height: 30px;*/
    /*font-size: 17px;*/
    cursor: pointer;
}

.body .heads {
    display: flex;
    justify-content: space-between;
}

.body .heads .sets {
    font-size: 13px;
    /*background: #eaeaea;*/
    width: 14.285%;
    text-align: center;
    padding: 8px 0px;
    color: rgb(192, 147, 81);
}

.body .heads .sets:first-child,
.body .heads .sets:last-child{
    /*color: #AB3D2C;*/
}

.day {
    width: 100%;
    position: relative;
    font-size: 0px;
    /*border-left: 1px solid #eaeaea;*/
}

.day .in {
    font-size: 13px;
    text-align: center;
    width: 14.28%;
    /*background: white;*/
    display: inline-block;
    /*border-right: 1px solid #eaeaea;*/
    /*border-bottom: 1px solid #eaeaea;*/
}

.day .incolor {
    background: rgba(188, 144, 81, 0.2);
    /*color: white;*/
    position: relative;
    cursor: pointer;
}

.day .incolor:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid rgba(192, 147, 81, 1);
    top: -1px;
    left:-1px;
    border-radius: 4px;
}


.meet-field-text1{
    color: rgba(192, 147, 81, 1);
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 15px;
}

.meet-field-text2{
    color: rgba(192, 147, 81, 1);
    font-size: 13px;
}

.meet-field-table{
    border-radius: 4px;
    border: 1px solid rgba(221, 221, 221, 1);
    margin-bottom: 15px;
}

.meet-field-th{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 17px;
    display: flex;
    background: rgba(255, 253, 241, 1);
    border-radius: 4px 4px 0 0;
}

.meet-field-td{
    width: 12.5%;
    color: rgba(192, 147, 81, 1);
    font-size: 15px;
    line-height: 15px;
}

.meet-field-tr{
    padding: 17px;
    display: flex;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.meet-field-tr:last-child{
    border-bottom: 0;
}

.overflow{
    width: 90%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.ticket-item-left{
    float: left;
    width: 475px;
}

.ticket-item-right{
    float: right;
    width: 656px;
}

.ticket-item-left-img{
    width: 100%;
    height: 230px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
    margin-bottom: 10px;
}

.ticket-item-left-title{
    color: #717171;
    font-weight: bold;
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 11px;
}

.ticket-item-left-text{
    color: #717171;
    font-size: 11px;
    line-height: 23px;
}

.ticket-item-right{
    border-radius: 4px;
    border: 1px solid rgba(192, 147, 81, 1);
    box-sizing: border-box;
    padding: 15px;
}

.ticket-item-right-title{
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-radius: 4px;
    background: rgba(192, 147, 81, 0.2);
    margin-bottom: 15px;
}

.ticket-item-right-title-item{
    color: #717171;
    font-weight: bold;
    font-size: 23px;
    line-height: 23px;
}

.ticket-item-right-text{
    color: #717171;
    font-size: 13px;
    margin-bottom: 15px;
}

.ticket-item-wrap,
.art-item-wrap{
    margin-bottom: 38px;
}

.ticket-item-wrap:last-child,
.art-item-wrap:last-child{
    margin-bottom: 0;
}

.ticket-list-wrap{
    margin-bottom: 57px;
}

.art-item-left{
    width: 475px;
    height: 285px;
    border-radius: 4px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.art-item-right{
    border-radius: 4px;
    border: 1px solid rgba(192, 147, 81, 1);
    box-sizing: border-box;
    padding: 15px;
    float: right;
    width: 656px;
}

.art-list-wrap{
    margin-bottom: 38px;
}