.side {
    position: fixed;
    width: 40px;
    height: 275px;
    right: 20px;
    top: 50%;
    z-index: 100;

}

.side ul li {
    width: 40px;
    height: 40px;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

.side ul li .sidebox {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #e60012;
    color: #fff;
    font: 14px/40px "微软雅黑";
    overflow: hidden;
    border-radius: 10px;
}

.side ul li .sidetop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background: url("../images/side_icon06.png") no-repeat #e5e5e5 center center;
    border-radius: 10px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    /* Firefox 4 */
    -webkit-transition: all 0.3s;
    /* Safari 和 Chrome */
    -o-transition: all 0.3s;
    /* Opera */
}

.side ul li .sidetop:hover {
    background: url("../images/side_icon05.png") no-repeat #e60012 center center;
}

.side ul li img {
    float: left;
}
.side ul li .py-a img{
    float: none;}
.side ul li p{
    float: left;
    font-size: 13px;
    color:#444;
    padding:0 5px;
}
.side ul li a.py {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #e60012;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.py-a {
    width: 120px;
    position: absolute;
    left: -125px;
    top: 0px;
    border: 1px solid #ddd;
    background: #fff;
    display: none;
    text-align: center;
}

.side ul li a.py:hover .py-a {
    display: block;
}

.shuer3 {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    padding-bottom: 10px;
}

.shuer3 a {
    margin: 0 5px;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.shuer3 a:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}

.shuer3 a.shuer3-a {
    position: relative;
    background: url(../images/weicha.png) no-repeat center center;
    width: 28px;
    height: 28px;
    float: left;
}

/*内容*/
.content{
    width: 1200px;
    margin: 0 auto;
}
.fwbz {
    bottom: 250px;
    left: 100px;
}
.contact2 {

}
.fwbz1 {
    background: #ffffff;
    border-radius: 5px;
    padding: 40px;
}
.fwbz1-1 {
    color: #000000;
    font-size: 24px;
    border-bottom:1px solid #e5e5e5;
}
.fwbz1-1 span{
    display: inline-block;
    height:40px;
    margin: 0 10px 0 10px;
}
.fwbz1-2 {
    margin-top: 40px;
}
.clearfix {
    zoom: 1;
}
.fwbz1-2-z {
    float: left;
    width: 489px;
}
.fwbz1-2-z p{
    font-size: 14px;
    color: #444;
    line-height: 30px;
}
.swfv {
    width: 440px;
    height: 40px;
    border: 1px solid #a0a0a0;
    margin-top: 60px;
}
.swfv1 {
    width: 260px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #e60012;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
    margin-left: 90px;
}
input {
    border: none;
}
.fwbz1-2-y {
    float: left;
    width: 631px;
}
.contact img {
    width: 100%;
    height: 100%;
}
img {
    border: none;
}

.foot1{
    height:318px;
    width:100%;}

.foota{
    width:100%;
    left:0;
    bottom:0;
}
.active{
    color: #e60012;
    border-bottom:2px solid #e60012;
}
.modal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7)
}

.modal-dialog {
    position: absolute;
    left: 50%;
    top: 33%;
    margin-left: -257px;
    border-radius: 5px;
    width: 515px;
    background: #fff;
    overflow: hidden
}

.modal-dialog .dialog-head {
    height: 57px;
    padding: 0 18px;
    background: #efeff0;
    font-size: 18px;
    line-height: 57px
}

.modal-dialog .dialog-head > .iconfont {
    cursor: pointer;
    color: #666
}

.modal-dialog .dialog-body {
    text-align: center;
    margin: 30px 0
}

.modal-dialog .dialog-body > #tips {
    padding: 0 20px;
    text-align: left;
    line-height: 22px;
    font-size: 16px
}

.modal-dialog .dialog-body > p:first-child {
    font-size: 45px
}

.modal-dialog .dialog-body > p:first-child > i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 68px;
    height: 68px;
    background-repeat: no-repeat
}

.modal-dialog .dialog-body > p:first-child ~ p {
    margin-top: 20px;
    font-size: 18px
}
.fr {
    float: right;
}


.wrapper{
    width:1400px;
    height:800px;
    margin:0 auto;
    padding-top:25px;
    overflow-y: auto;
    -ms-overflow-style: none; /* IE 10+ */
}
::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

.font28{
    font-size:28px;
}
.font18{
    font-size:18px;
}
.flexCenter{
    display: flex;
    justify-content: center;
    align-items: center;
}
.marginLeftCenter{
    margin-left:200px;
}
.font500{
    font-weight: 500;
}
.suggestions-input-minBut {
    width: 85px;
    height: 22px;
    padding: 0;
    font-size: 5px;
}
.suggestions-button {
    border-radius: 3px;
    border: 1px solid #9A9A9A;
    color: #9A9A9A;
    background-color: #ffffff;
    text-align: center;
}
.suggestions-inputBox-time{
    width:30px;
}
.flex{
    display: flex;
}
.el-input__inner{
    height:25px;
}
.suggestions-input-code {
    text-align: left;
    width: 102px;
    display: inline-block;
    margin-right: 2px;
}
.codeButton{
    position:absolute;
    right:-10px;
    top:10px;
}
.el-date-editor.el-input, .el-date-editor.el-input__inner{
    width:200px;
}
.suggestions-bigBut {
    width: 118px;
    height: 38px;
}
.codetitle {
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #e60115;
    margin-bottom: 12px;
}
.el-dialog__header{
    padding:0
}
.content-adviseBox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.submitcode{
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-advise-input {
    padding-left:5px;
    width: 90px;
    height: 22px;
    border: 1px solid #999999;
    border-radius: 2px;
}
.twoLine{
    display: flex;
    height:20px;
    align-items: center;
}
.twoLine .red{
    color:red;
}
.color666{
    color:#666;
}
.font16{
    font-size:16px;
}
.marginbottom172px{
    margin-bottom: 172px;
}
.showButton:hover{
    cursor: pointer;
}
.inputCustom{
    padding:0 5px;
    margin-left: 5px;
    border:1px solid #999;
    border-radius:3px;
    height:25px
}
.headerStyle{
    text-align: center;
}
th .cell{
    text-align: center;
    font-size:18px;
    font-weight: 400;
}
.cell{
    text-align: center;
}
.add_title{
    margin:0 auto ;
    width:138px;
    height:23px;
    font-size:23px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #e60115;
    line-height: 13px;
}
.add-advise-button{
    width:125px;
    height:25px;
    border:none;
    border-radius:4px;
    background-color:#e60115;
    color:#FFFFFF;
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    margin-top:8px;
    line-height:17px;
}
.add_content{
    width:572px;
    height:320px;
    background:#FCFCFC;
    border: 1px solid #999999;
    padding:10px;
    font-size: 8px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: black;
    line-height: 9px;
    margin-top:13px ;
    resize:none;
}
#suc .el-dialog{
    width:572px;
    height:320px;
    background:#FFFFFF;
    background:url("https://jusewebapp.zmelo.com/zml-gw/v1.1.1/about/1.png") no-repeat;
    background-size:cover;
}
.dialog_time {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    font-family: Microsoft YaHei;
    color: black;
    margin-top: 250px;
    margin-left: 260px;
}
.suggestions-button-popup{
    width: 80px;
    height: 25px;
    border: 1px solid #BFBFBF;
    border-radius: 10px;
    background: #ffffff;
}
.blue{
    color:deepskyblue;
}
 .info .el-form-item__label{
    width:40%
}
