/*---1、用户登录---*/
.user_login{ background: #424a57;overflow: hidden;}
.head{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 58px;
    color: white;
    /*overflow: hidden;*/
}
.head .webName{  float: left;  height: 22px;  line-height: 22px; margin-top: 18px; font-size: 22px;font-weight: bold; margin-left: 3%;}
.head .gate{ float: right; height: 58px; margin:0 3% 0 0;line-height: 58px; font-size: 14px;color: white;}
.head .gate>li{display: inline-block;}
.head .gate .login{ padding: 0px 10px; cursor: pointer;}
.head .gate>li>a{color: white;}
.head .gate .c_reg{padding: 0 8px;}
.head .gate .u_reg{padding: 0 8px;cursor: pointer;}
.head .gate .border{
    display: inline-block;
    width: 1px;
    height: 12px;
    margin-top: 2px;
    background-color: white;
}
.head .gate .down{
    position: relative;
    padding: 0 8px;
    cursor: pointer;
}
.head .gate .down .document{
    display: none;
    position: absolute;
    top: 56px;
    right: 0;
    width: 240px;
    padding-top: 6px;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0, 122, 255, .7);
}
.head .gate .document a{
    display: block;
    height: 32px;
    line-height: 32px;
    color: rgb(32,32,32);
    text-align: left;
    padding-left: 8px;
    cursor: pointer;
}

.head .gate .document a:hover{
    background-color: #1489f4;
    color: white;
}
.head .gate .document .triangle {
    position: absolute;
    z-index: 99;
    top: -10px;
    left: 86%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
}
.jbmap{  width: 100%; height: 100vh;}
.footer{
    position: fixed;
    bottom: 5%;
    right: 1%;
    width: 370px;
}
.demo{
    position: fixed;
    bottom: 33%;
    right: 19%;
    width: 172px;
}
.demo img{
	width: 100%;	
}
.footer img{
	width: 100%;	
}
.login_content{
    position: relative;
    width: 760px;
    height: 380px;
    background-color: white;
    border-radius: 6px;
}
.login_content .content-bg{
    float: left;
    width: 380px;
    height: 380px;
    background: url("../img/bg_login.png");
}
.login_content .content-form{
    float: right;
    box-sizing: border-box;
    width: 380px;
    height: 380px;
    padding: 24px;
}
.login_content .content-form .close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    color: white;
    font-size: 16px;
    text-align: center;
    background-color: rgb(51,51,51);
    border-radius: 20px;
    cursor: pointer;
}
.login_content .content-form .close svg{
    margin-top: 3px;
}
.login_content .content-form .login-head{
    width: 100%;
    height: 47px;
   margin-bottom: 24px;
    background: url("../img/login_head.png") 100%;
}
.login_content .content-form form input{
    border: none;
    background-color: #F0F7FF;
}
.login_content .content_error{
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 40px;
    right: 24px;
    width: 332px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: rgb(51,51,51);
    border: 1px solid #ffb4a8;
    background-color: #fef2f2;
}
.content-form .login-link{
    margin-top: 24px;
    text-align: right;
    font-size: 14px;
    color: rgb(152,152,152);
}
.content-form .login-link a:hover{ color: #1489f4!important;}
.content-form .login-sub{
    width: 100%;
    height: 38px;
    margin-top: 8px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: white;
    background-color: #EF7E1C;
    border-radius: 6px;
    cursor: pointer;
}
.content-form .login-sub:hover{background-color: #FEA558;}
.login-code img{height: 38px;cursor: pointer}
.full_1,.full_2{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 24px;
    width: 48px;
    height: 48px;
    border-radius: 40px;
    font-size: 24px;
    color: rgb(51,51,51);
    text-align: center;
    background-color: white;
    cursor: pointer;
}
.full_1 svg,.full_2 svg{ margin-top: 12px;}
/*---2、用户注册---*/
.user_reg{ background: white url("../../img/bg_reg.png") 0 0/cover no-repeat fixed;}
.reg{
    width: 1000px;
    margin: 24px auto;
    border: 1px solid #90D1DA ;
    background-color: white;
    box-shadow: 3px 3px 6px  rgba(55,181,190,.3);
}
.reg h2{ margin: 24px 0 12px; text-align: center;}
.reg .form-title{
    width: 900px;
    margin: 30px auto;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: bolder;
    color: #1489F3;
    text-align: left;
    border-bottom: 1px solid #1489F3;
}
.reg label{ padding-right: 10px; text-align: right;}
.reg input{ width: 200px;}
.reg .file li{ float: left;}
.reg .file .file-name{
    display: none;
    width: 220px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: rgb(240,240,240);
}
.reg .file .file-btn{margin-top: 3px;}
.reg .file .file-tip{height: 38px;line-height: 38px;font-size: 12px;color: rgb(153,153,153)}
.reg .msg-view .left-text,
.reg .msg-view .right-text{
    display: inline-block;
    width: 370px;
}
.reg .msg-view .left-text .title,
.reg .msg-view .right-text .title{
    float: left;
    width: 146px;
    text-align: right;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: rgb(85,85,85);
}
.reg .msg-view .left-text .content,
.reg .msg-view .right-text .content{
    display: inline-block;
    /*width: 200px;*/
    text-align: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: rgb(51,51,51);
    font-weight: bold;
}

/*企业基本信息*/
/*.content_tb_input .content_head{*/
    /*margin: 24px 0;*/
    /*text-align: center;*/
/*}*/
/*.content_tb_input .content_body input{*/
    /*width: 100%;*/
    /*border: none;*/
    /*background-color:transparent;*/
    /*font-size: 14px;*/
    /*color: rgb(51,51,51);*/
    /*font-weight: bolder;*/
    /*outline: none;*/
/*}*/
/*.content_tb_input .content_body input::placeholder{*/
    /*font-size: 12px;*/
    /*color: rgb(202,202,202);*/
    /*font-weight: normal;*/
/*}*/
/*.content_tb_input .content_text .text_icon{*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*width: 96px;*/
    /*height: 36px;*/
    /*margin-bottom: 14px;*/
    /*text-align: center;*/
    /*color: #333333;*/
    /*background-color: #F8D363;*/
    /*border-radius: 4px;*/

/*}*/
/*.content_tb_input .content_text .text_icon svg{*/
    /*font-size: 28px;*/
    /*color: #886A16;*/
/*}*/
/*.content_tb_input .content_text li{*/
    /*font-size: 14px;*/
    /*color: #393939;*/
    /*height: 32px;*/
    /*line-height: 32px;*/
/*}*/
/*修改个人信息*/
.msg .unedit{
    width: 100%;
    height: 36px;
    margin: 24px 0 72px;
    border-bottom: 1px solid #1489F3;
}
.msg .unedit ul{
    float: left;
}
.msg .unedit ul li{
    display: inline-block;
}
.msg .unedit ul li:first-child{
    color: rgb(120,120,120);
}
.msg .unedit ul li:last-child{
    color: rgb(85,85,85);
    font-weight: bolder;
}
/*修改密码*/

/*审核配置*/

/*安全生产制度*/
.safe{
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*-ms-transform: translate(-50%,-50%);*/
    /*transform: translate(-50%,-50%);*/
}
.safe h2{
    text-align: center;
    margin: 24px 0;
    font-weight: bold;
}
.safe a:hover{
    color: white;
}
.safe .safety-content{
    width: 916px;
    margin: 0 auto;
}
.safe .safety-content ul{
    height: 38px;
    margin-bottom: 24px;
    overflow: hidden;
}
.safe .safety-content ul li{
   float: left;
}
.safe .safety-content ul .file_item{
    width: 389px;
    margin-top: 9px;
    text-align: right;
}
.safe .safety-content ul .file_item{
    color: rgb(85,85,85);
}
.safe .safety-content ul .file_name{
    width: 210px;
    height: 36px;
    padding-left: 4px;
    border: 1px solid rgb(153,153,153);
    border-radius: 4px;
    text-align: left;
    vert-align: middle;
    line-height: 36px;
    font-size: 12px;
    color: rgb(153,153,153);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.safe .safety-content h4{
    margin-bottom: 6px;
    color: #1489f4;
}
.safe .safety-content .file_text li{
    color: rgb(153,153,153);
    height: 26px;
    line-height: 26px;
}
.safe .safety-content .download{display: none}

/*快速入口样式*/
body[class='gate']{
    background: url("../img/bg_gate.png") 0/cover no-repeat fixed;
    overflow: hidden;
}
.gate-content{
    width: 0px;
    height: 180px;
    margin: 10% auto 0 ;
}
.gate-content .gate-content-item{
    float: left;
    width: 176px;
    height: 190px;
    margin: 0 12px;
    background-color: white;
    border-radius: 3px;
    cursor: pointer;
}
.gate-content .map{
    background-color: #FEBF00;
}
.gate-content .gate-content-item .block{
    position: relative;
}
.gate-content .gate-content-item .block .icon{
    width: 100%;
    margin: 40px 0;
    text-align: center;
    color: rgb(50,50,50);
    font-size: 60px;
}
.gate-content .gate-content-item .block .title{
    width: 100%;
    text-align: center;
    color: rgb(50,50,50);
    font-size: 18px;
}
.gate-content .gate-content-item .block .hide{
    width: 100%;
    height: 50px;
    /*background-color: red;*/
}
.gate-content .gate-content-item .hoverdown{
    display: none;
    position: absolute;
    top: 196px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 176px;
    padding: 12px 0 ;
    text-align: center;
    font-size: 16px;
    background-color: rgba(255,255,255,1);
    border-radius: 3px;
}
.gate-content .gate-content-item .hoverdown  a{
    display: block;
    height: 40px;
    line-height: 40px;
    color: rgb(50,50,50);
    text-decoration: none;
}
.gate-content .gate-content-item .hoverdown a:hover{
    background-color: #FEBF00;

}
/*两列水平排列文本*/
.content-alert .left-text,.content-alert .right-text{
    display: inline-block;
    width: 374px;
}
.content-alert .left-text .title,
.content-alert .left-text .content,
.content-alert .right-text .title,
.content-alert .right-text .content{
    display: inline-block;
}
.content-alert .left-text .title,
.content-alert .right-text .title{
    width: 120px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: rgb(85,85,85);
    text-align: right;
}
.content-alert .left-text .content,
.content-alert .right-text .content{
    width: 225px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: rgb(51,51,51);
    font-weight: bold;
    text-align: left;
}
.content-alert .block-text{height: 140px; margin-top: 12px;}
.content-alert .block-text .title{
    float: left;
    width: 120px;
    height: 140px;
    line-height: 140px;
    text-align: right;
    font-size: 14px;
    color: rgb(85,85,85);
}
.content-alert .block-text .content{
    float: left;
    width: 630px;
    height: 140px;
    line-height: 24px;
    overflow-y: auto;
    font-size: 14px;
    color: rgb(51,51,51);
    font-weight: bold;
}
/*线路设置*/
.line—add{ position: relative;}
.line—add .form-title{
    width: 900px;
    margin: 30px auto;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: bolder;
    color: #1489F3;
    text-align: left;
    border-bottom: 1px solid #1489F3;
}
.line—add .group{
    position: relative;
    box-sizing: border-box;
    width: 530px;
    height: 66px;
   overflow: hidden;
    padding-right: 72px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}
.line—add .group .placeholder{
    margin-left: 12px;
    height: 66px;
    line-height: 66px;
    font-size: 14px;
    color: rgb(120,120,120);
}
.line—add .group li{
    float: left;
   font-size: 14px;
    color: rgb(85,85,85);
    font-weight: bold;
    padding: 0 6px;
}
.line—add .select{
    display: none;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 600px;
    height: 400px;
    background-color: #edf0f7;
    box-shadow:  0px 0px 16px 0px rgba(0,0,0,0.5)
}
.line—add .select .left{
    float: left;
    width: 280px;
    height: 400px;
    background-color: white;
}
.line—add .select .left .item{
    width: 280px;
    height: 364px;
    margin-top: 36px;
    overflow-y: auto;
}
.line—add .select .middle{
    float: left;
    position: relative;
    width: 40px;
    height: 400px;
}
.line—add .select .middle ul{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.line—add .select .middle ul li{
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    color: rgb(85,85,85);
    cursor: pointer;
}
.line—add .select .left h4{
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 36px;
    margin-bottom: 36px;
    color: white;
    text-align: center;
    line-height: 36px;
    background-color: #1489f4;
}
 .line—add .select .right h4{
    position: absolute;
    top: 0;
   right: 0;
    width: 280px;
    height: 36px;
     margin-bottom: 36px;
    color: white;
    text-align: center;
    line-height: 36px;
    background-color: #1489f4;
}
.line—add .select .right{
    position: relative;
    float: right;
    width: 280px;
    height: 400px;
    background-color: white;
}
.line—add .select .right .item{
    margin-top: 36px;
    width: 280px;
    height: 328px;
    overflow-y: auto;
}

.line—add .select .left .item>li, .line—add .select .right .item>li{
    height: 36px;
    margin-bottom: 1px;
    padding-left: 12px;
    line-height: 36px;
    text-align: left;
    color:rgb(51,51,51);
    font-size: 12px;
}
.line—add .select .left .item .selected, .line—add .select .right .item .selected{
    background-color: rgb(240,240,240);
}
.line—add .select .left .item .unselect, .line—add .select .right .item .unselect{
    background-color: white;
}
.line—add .select .right .action{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 280px;
    height: 36px;
    color: white;
    background-color: #1489f4;
}

.line—add .select .left .item>li:hover, .line—add .select .right .item>li:hover{
    background-color: rgb(240,240,240);
}
.line—add .select .right .action li{
    float: right;
    margin: 5px 16px 0 0;
    padding: 3px 10px;
    font-size: 12px;
    border: 1px solid white;
    border-radius: 4px;
    cursor: pointer;
}
.line—add .add{
    position: absolute;
    top: 50%;
    right: 6%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #ff9030;
    color: white;
    font-size: 24px;
    text-align: center;
    vertical-align: center;
    cursor: pointer;
}
/*线路详情*/
.line-detail{width: 100%;}
.line-detail .form-title {
    width: 900px;
    margin: 30px auto;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: bolder;
    color: #1489F3;
    text-align: left;
    border-bottom: 1px solid #1489F3;
}
.line-detail .left-text, .line-detail .right-text {
    display: inline-block;
    width: 370px;
}
.line-detail .left-text .title, .line-detail .right-text .title {
    float: left;
    width: 152px;
    text-align: right;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: rgb(85,85,85);
}
.line-detail .left-text .content, .line-detail .right-text .content {
    float: left;
    text-align: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: rgb(51,51,51);
    font-weight: bold;
}
.line-detail .textarea{
    display: inline-block;
    width: 100%;
}
.line-detail .textarea .title{
    float: left;
    width: 152px;
    text-align: right;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: rgb(85,85,85);
}
.line-detail .textarea .content-textarea{
    text-align: left;
    height: 68px;
    line-height: 30px;
    font-size: 14px;
    color: rgb(51,51,51);
    overflow-y: auto;
}
/*接驳点管理员配置*/
.content-setting{
    width: 900px;
    height: 457px;
    overflow: hidden;
}
.content-setting .select{
    position: relative;
    width: 900px;
    height: 457px;
    overflow: hidden;
}
.content-setting .select .left{
    float: left;
    width: 360px;
    height: 457px;
    text-align: center;
    background-color: white;
    overflow: hidden;
}
.content-setting .select .left h4{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1314;
    width: 360px;
    height: 36px;
    color: white;
    line-height: 36px;
    background-color: #1489f4;
}
.content-setting .select .left .item,
.content-setting .select .right .item{
    height: 100%;
    margin-top: 36px;
    overflow-y: auto;
}
.content-setting .select .left .item li,
.content-setting .select .right .item li{
    height: 36px;
    margin-bottom: 1px;
    line-height: 36px;
    font-size: 14px;
    color: rgb(85,85,85);
    background-color: white;
}
.content-setting .select .left .item li:hover,
.content-setting .select .right .item li:hover{
    color: rgb(51,51,51);
    background-color: rgb(240,240,240);
    cursor: default;
}
.content-setting .select .left .item .selected,
.content-setting .select .right .item .selected{
    color: rgb(51,51,51);
    background-color: rgb(240,240,240);
}
.content-setting .select .left .item .unselect,
.content-setting .select .right .item .unselect{
    color: rgb(85,85,85);
    background-color: white;
}
.content-setting .select .middle{
    float: left;
    position: relative;
    width: 180px;
    height: 457px;
    overflow: hidden;
}
.content-setting .select .middle ul{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.content-setting .select .middle ul li{
    width: 80px;
    height: 36px;
    margin-bottom: 12px;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    color: rgb(85,85,85);
    background-color: white;
    border-radius: 4px;
    cursor: pointer;
}
.content-setting .select .middle ul li:hover{
    background-color: #1489f4;
    color: white;
}
.content-setting .select .right{
    float: right;
    width: 360px;
    height: 457px;
    text-align: center;
    background-color: white;
}
.content-setting .select .right h4{
    position: absolute;
    top: 0;
    right: 0;
    width: 360px;
    height: 36px;
    line-height: 36px;
    color: white;
    background-color: #1489f4;
}
.content-setting .select .right .action{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 360px;
    height: 36px;
    color: white;
    background-color: #1489f4;
}
.content-setting .select .right .action li{
    float: right;
    margin: 5px 16px 0 0;
    padding: 3px 10px;
    font-size: 12px;
    border: 1px solid white;
    border-radius: 4px;
    cursor: pointer;
}
/*组织方案备案*/
.scheme_apply{width: 960px;margin: 6% auto 0}
.scheme_apply h3{ text-align: center; margin-bottom: 24px;}
.scheme_apply .rules p{ font-size: 14px;color: rgb(51,51,51);}
.scheme_apply .rules li{
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}
.apply-msg .label{
    color: rgb(120,120,120);
}
.apply-msg .value{
    color: rgb(85,85,85);
    font-weight: bold;
}
.scheme_apply .action{margin-top: 36px;text-align: center;}
.scheme_apply .action .text{color: #1489F4;font-weight: bold}
/*接驳点管理员配置*/
.apply-msg{width: 900px;margin: 0 auto}
.apply-msg ul{ margin: 24px auto;float: left;}
.apply-msg ul li{float: left;}
.apply-line{
    width: 900px;
    height: 440px;
    margin: 0 auto;
    overflow: hidden;
}
.apply-line .select{
    position: relative;
    width: 900px;
    height: 400px;
    overflow: hidden;
}
.apply-line .select .left{
    float: left;
    width: 360px;
    height: 100%;
    text-align: center;
    background-color: white;
    overflow: hidden;
}
.apply-line .select .left h4{
    width: 360px;
    height: 36px;
    color: white;
    line-height: 36px;
    border-radius: 4px 4px 0 0;
    background-color: #1489f4;
}
.apply-line .select .left .item,
.apply-line .select .right .item{
    height: 364px;
    background-color:rgb(240,240,240);
    overflow-y: auto;
    border-left: 1px solid rgb(220,220,220);
    border-right: 1px solid rgb(220,220,220);
    border-bottom: 1px solid rgb(220,220,220);
    border-radius: 0px 0px 4px 4px;
}
.apply-line .select .left .item li,
.apply-line .select .right .item li{
    height: 36px;
    margin-bottom: 1px;
    line-height: 36px;
    font-size: 14px;
    color: rgb(85,85,85);
}
.apply-line .select .left .item li:hover,
.apply-line .select .right .item li:hover{
    color: rgb(51,51,51);
    background-color:white;
    cursor: default;
}
.apply-line .select .left .item .selected,
.apply-line .select .right .item .selected{
    color: rgb(51,51,51);
    background-color:white;
}
.apply-line .select .left .item .unselect,
.apply-line .select .right .item .unselect{
    color: rgb(85,85,85);
}
.apply-line .select .middle{
    float: left;
    position: relative;
    width: 180px;
    height: 100%;
    overflow: hidden;
}
.apply-line .select .middle ul{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.apply-line .select .middle ul li{
    width: 80px;
    height: 36px;
    margin-bottom: 12px;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    color: rgb(85,85,85);
    background-color: rgb(240,240,240);
    border: 1px solid rgb(220,220,220);
    border-radius: 4px;
    cursor: pointer;
}
.apply-line .select .middle ul li:hover{
    background-color: #1489f4;
    color: white;
}
.apply-line .select .right{
    position: relative;
    float: right;
    width: 360px;
    height: 100%;
    text-align: center;
    background-color: white;
}
.apply-line .select .right h4{
    width: 360px;
    height: 36px;
    line-height: 36px;
    color: white;
    background-color: #1489f4;
    border-radius: 4px 4px 0 0;
}
.apply-line .select .right .action{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 360px;
    height: 36px;
    color: white;
    background-color: #1489f4;
    border-radius: 0px 0px 4px 4px;
}
.apply-line .select .right .action li{
    float: right;
    margin: 5px 16px 0 0;
    padding: 3px 16px;
    font-size: 12px;
    border: 1px solid white;
    border-radius: 4px;
    cursor: pointer;}

/*车辆退出*/
.form-center-5-1 .item{ float: left;}
.form-center-5-1 .item li{ float: left;}
.form-center-5-1 .item .title{color: rgb(85,85,85);padding-right: 15px;}
.form-center-5-1 .item .content{color: rgb(51,51,51);font-weight: bold;}
/*上传接驳证明*/
.prove-edit .item li{float: left;}
.prove-edit .item .file-name{
    width: 200px;
    height: 36px;
    padding: 0 6px;
    font-size: 12px;
    color: rgb(153,153,153);
    line-height: 36px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.prove-edit .item .title{color: rgb(85,85,85)}
.prove-edit .item .content{color: rgb(85,85,85);font-weight: bold;}
.prove-edit .item .file-upload{ width: 60px;height: 36px; margin-left: 12px;line-height: 36px;color: white;text-align:center;background: #FEA558;border-radius: 4px;cursor: pointer;}
.prove-edit .item .file-upload:hover{background: #EF7E1C;}
.prove-edit .item .file-text{height: 36px;margin-left: 12px;line-height: 36px;color: rgb(85,85,85)}
.error-content{margin-top: 7%;}
.error-content img{display:block;width: 180px;margin: 0 auto}
.content-iframe .btn-c a{color: white;}
.content-iframe .btn-c span{color: red;padding: 0 4px;}
.content-iframe .title{width: 360px;margin: 24px auto 0;font-size: 14px;color: rgb(85,85,85)}
.content-iframe .text{width: 360px;margin: 0 auto;font-size: 12px;height: 24px;line-height:24px;color: rgb(85,85,85)}
/*图片预览*/
.picture-wrap{
    position: relative;
    width: 1248px;
    height: 144px;
    margin: 0 auto;
    overflow: hidden;
}
.picture-wrap .left{
    position: absolute;
    z-index: 1315;
    left: 0;
    top: 0;
    width: 24px;
    height:120px;
    text-align: center;
    background-color: rgb(51,51,51);
    border-radius: 4px 0 0 4px;
}
.picture-wrap .right{
    position: absolute;
    z-index: 1314;
    right: 0;
    top: 0;
    width: 24px;
    height:120px;
    text-align: center;
    background-color: rgb(51,51,51);
    border-radius: 0px 4px 4px 0;
}
.picture-wrap>li svg{
    height: 120px;
    line-height: 120px;
    font-size: 20px;
    color: white;
    cursor: pointer;
}
.picture-group{
    position: relative;
    float: left;
    min-width: 1200px;
    height: 144px;
    left: 24px;
    top: 0;
}
.picture-group ul{
    position: relative;
    float: left;
    width: 200px;
    height: 144px;
}
.picture-group ul li:first-child{
    position: relative;
    width: 192px;
    height: 120px;
    overflow: hidden;
    padding: 0 4px;
}
.picture-group ul .close_img{
    display: none;
    position: absolute;
    top: 6px;
    right: 10px;
    width: 22px;
    height: 22px;
    border-radius: 30px;
    background-color: #1489f4;
    text-align: center;
    color: white;
    font-size: 16px;
    overflow: hidden;
    cursor: pointer;
}
.picture-group ul li .close_img svg{
    margin-top: 3px;
}
.picture-group ul li img{
    width: 100%;
    min-height: 120px;
    cursor: pointer;
}
.picture-group ul li:last-child{
   display:block;
    width: 192px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0 4px;

}
