/* .container1{
    width: 100%;
} */
body{
    background-color: #fbde96 !important;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.content .aerasel ul li.active{
    background: #e1160e;
    color: #fff;
}



.header{
    position: relative;
}
.header .logo{
    position: absolute;
    top: 2%;
    left: 22%;
}
.header .headimg{
    width: 100%;
}
.content{
    background: url(../images/ssw_contentbg.png) no-repeat top center;
    height: 1480px;
    margin-top: -140px;
    background-size: 100%;
    width: 740px;
    margin: 0 auto;
    box-sizing: border-box;
    /* padding: 0 60px; */
}
.content .calendar{
    text-align: center;
    margin-top: -146px;
    padding-top: 88px;
}
.content .calendar img{
    vertical-align: middle;
}
.content .calendar span{
    color: #e1160e;
    font-size: 24px;
    padding-left: 10px;
    vertical-align: middle;
}
.content .sele{
    background: url(../images/ssw_titleimg.png) no-repeat;
    background-size: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    height: 70px;
    line-height: 56px;
    margin-top: 60px;
}
.content .aerasel ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.content .aerasel ul li{
    float: left;
    width: 212px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #fbefda;
    margin-right: 30px;
    margin-top: 35px;
    position: relative;
    font-size: 18px;
    cursor: pointer;
}
.content .aerasel ul li.first{
    line-height: 28px;
    padding-top: 12px;
}
.content .aerasel ul li::after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 22px;
    background:url(../images/ssw_sjx.png) no-repeat;
    position: absolute;
    right: -20px;
    bottom: 0;
}
.content .info{
    margin-top: 00px;
}
.content .info .name{
    width: 335px;
    margin-right: 10px;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 10px;
    position: relative;
}
.content .info i{
    width: 10px;
    color: red;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    position: absolute;
    top: 15px;
    right: -20px;
}
.content .info .phone{
    width: 380px;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 10px;
    position: relative;
}
.content .info .title{
    width: 100%;
    height: 50px;
    margin-top: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    position: relative;
}
.content .info span{
    display: inline-block;
    text-align: center;
    width: 98px;
    height: 48px;
    line-height: 50px;
    background: #e1160e;
    color:#fff;
    font-size:20px;
    font-weight: bold;
    border-radius: 10px;
}
.content .info .title input{
    width: 85%;
}
.content .info input{
    width: 235px;
    height: 42px;
    border: none;
    outline: none;
    padding-left: 15px;
    font-size: 18px;
    margin-top: -12px;
}
.content .info .neirong textarea{
    border: 1px solid #eee;
    outline: none;
    width: 100%;
    margin-top: 20px;
    resize: none;
    border-radius: 10px;
    padding-left: 20px;
    height: 150px;
}
.content .yzm{
    text-align: center;
    margin-top: 25px;
}
.content .yzm img{
    cursor: pointer;
    width: 115px;
    height: 38px;
}
.content .yzm input{
    width: 250px;
    height: 50px;
    outline: none;
    border:1px solid #eee;
    margin-right: 20px;
    border-radius: 8px;
    padding-left: 12px;
}
.content .save{
    margin-top: 20px;
    text-align: center;
    /* margin-bottom: 20px; */
}
.content .save button{
    width: 200px;
    height: 50px;
    border-radius: 50px;
    background-color: #e1160e;
    border: none;
    color:#fff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 20px;
    outline: none;
}
input::-webkit-input-placeholder{
    color: #bababa;
    font-size:14px;
}
textarea::-webkit-input-placeholder{
    color: #bababa;
}

body#sswcs{
    background:none;
background-color: unset !important;
}
#sswcs .content{
    height: auto;
    background:none;
}