::-moz-placeholder {
    color: #BBB;
    opacity: .5;
    font-size: 14px;
}

::-webkit-input-placeholder {
    color: #BBB;
    opacity: .5;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #BBB;
    opacity: .5;
    font-size: 14px;
}

.sop-form .sop-button{
    border-radius: 4px;
}
.sop-input, input{
    line-height: 30px;
}
.sop-form .sop-form-item{
    margin-bottom: 20px;
    margin-top: 0;
}
.sop-form .sop-form-item .form-item-label {
    width: 200px;
    text-align: right;
    position: relative;
    font-size: 14px;
    color: #2A2A2A;
}
body{
    color: #999999;
}

.main-content {
    max-width: 1190px;
    margin: 0 auto;
    min-width: 1190px;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.required-info {
    color: red;
    margin: 0 5px;
}

.img-info {
    text-align: center;
}

.item-title-bar {
    margin-top: 30px;
    padding-left: 20px;
    color: #333333;
    margin-bottom: 20px;

}

.item-title-bar .title-info{
    color: #999999;

}
.item-title-bar .right-label{
    margin-left: auto;
    padding-right: 20px;
    color: #2090FF;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
}

.item-title-bar .right-label .zizhi-ico{
    background: url("images/images-c/uploadinfo.png");
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-right: 3px;
}

.font-stat {
    margin-left: auto;
    color: #333;
    opacity: .5;
}

.foot-options {
    background: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.20);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 68px;
    margin-top: 45px;
}

.bule-link {
    color: #2090FF;
    cursor: pointer;
}

.sop-tab {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.20);
    border-radius: 2px;
    width: 460px;
}

.item-info {
    display: flex;
}

.item-info .label {
    width: 100px;
    text-align: right;
}

.item-info .content {
    flex-grow: 1;
}

.sop-list .item-list{
    height: 192px;
    overflow-y: auto;
}

.show-item{
    display: flex;
    position: relative;

    justify-content: center;

}
.show-item .text-content{
    margin-right: auto;
}

.show-item .sp-right{
    position: absolute;
    top: 0;
    bottom: 0;

}
.show-item .sp-right.second{
    right: 10px;

}

.show-item .sp-right.first{
    right: 0;
    font-size: 15px;
    cursor: pointer;
    display: none;
    color:#FF5555;
}
.sop-table-normal tbody td:hover .show-item .sp-right.first{

    display: block;
}

.item-select-panel{
    width: 300px;
    max-height: 150px;
    overflow: auto;
    border: 1px solid #D9D9D9;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
}

.item-select-panel .number-item{
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px;
}
.item-select-panel .number-item:hover{
    background: #E3F3FF;
    border-radius: 2px;
}
.item-select-panel .number-item.active{
    background: #0091FF;
    border-radius: 2px;
    color:#fff;
}




.arrow-center-top {
    position: absolute;
    display: none;
    bottom: 32px;

    text-align: left;
    left: 110px;
    font-size: 1rem;
    font-family: initial;
    background: #FFFFF0;
    font-weight: 400;
    color: rgba(0, 0, 0, .87);
    z-index: 88;
    width: 260px;
    min-width: 100px;
    background: #FFFFFF;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.20);
    border-radius: 2px;

    line-height: 19px;
    padding: 10px 10px;
    color: #666666;
}
.form-item-label
.arrow-center-top::after {
    position: absolute;
    content: " ";
    width: 10px;
    height: 10px;
    left: 115px;
    bottom: -5px;
    border-width: 0 0 1px 1px;
    border-color: #f2f2f2;
    border-style: solid;
    transform-origin: center center;
    transform: rotate(316deg);
    background: #FFFFFF;
    box-shadow: 0px 2px 1px 0 rgba(0,0,0,0.20);
}
.position-re {
    position: relative;
}
.show1:hover .arrow-center-left {
    display: block;
}

.img-list{
    width: 400px;
    height: 400px;
    overflow: auto;
    display: flex;
    justify-content: center;
}
.img-list .arrow.left{
    font-size: 52px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.2;
    background: #000000;
    height: 80px;
    display: flex;
    align-items: center;
    width: 36px;
    justify-content: center;
}
.img-list .right.arrow{
    font-size: 52px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.2;
    background: #000000;
    height: 80px;
    display: flex;
    align-items: center;
    width: 36px;
    justify-content: center;
}
.img-list .showImg{
    width: 300px;
    height: auto;
}




.select-item{
    width: 123px;
    margin-top: 20px;
}

.title-ico{
    display: block;
    width: 4px;
    height: 16px;
    background: #2090FF;
}

.form-module{
    display: flex;
}
.form-module .module-left{
    flex-grow: 1;
}
.form-module .module-right{
    width: 260px;
    padding-right: 60px;
    padding-top: 20px;
}
.ex-image-show .title{
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666666;
}
.ex-image-show .content .ex-image-simple{
    width: 200px;
    /* height: 240px; */
}
.ex-image-show .content .ex-image-idCard{
    width: 200px;
    height: 120px;
}
.ex-image-show .content img{
    width: 100%;
    /* height: 100%; */
}
.ex-image-show .foot-content{
    margin-top: 20px;
    color:#999999;
    line-height: 16px;
}

.sop-step{
    font-size: 14px;
}

.sop-step.sop-step-small .step__block.sop-text-blue .step__header .step-item {
    border:0px;

}
.sop-step.sop-step-small .step__block .step__header .step-item {
    width: 24px;
    height: 24px;
    font-size: 12px;

}
.sop-step.sop-step-small .step__block .step__header .step-item img{
    width: 100%;
    height: 100%;
}

.sop-step.sop-step-small .step__block .step__header .step-line{
    top: 12px;
}

.sop-step.sop-step-small .step__body__ico img{
    width: 32px;
    height: 32px;
}

.step-tab{
    display: flex;
    justify-content: space-around;
    max-width: 1190px;
    margin: 0 auto;
    min-width: 1190px;
    background: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 60px;
    border-radius: 4px;
}
.step-tab .step-tab-item{
    display: flex;
    align-items: center;
    border-right: 1px solid #eee;
    width: 25%;
    padding-left: 20px;
}
.step-tab .step-tab-item .step-tab-title{
    font-size: 14px;
}
.step-tab .step-tab-item:last-child{

    border-right: 0;

}

.step-tab .step-tab-item .step-tab-item-ico img{
    width: 32px;
    height: 32px;
}
.step-tab .step-tab-item .step-tab-item-ico {
    margin-right: 10px;
}

.info-warning{
    text-align: center;
}

a.bule-link:hover{
    color: #2090FF;
    text-decoration: underline;
}

.content-foot{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.sop-input{
    height: 30px;
    border-radius: 4px;
}
.sop-select .select-input{
    height: 30px;
    border-radius: 4px;
}
.sop-select .select-input .edit{
    height: 28px;
}
.sop-select.disable input{
    background: #F8F8F8;
}

.sop-step .step__block .step__header .step-line{
    height: 1px;
}


.sop.fileupload.ui.upload i.add::before{
    font-size: 30px;
}

.sop.fileupload.ui.upload i{
    top: 30px;
}
.sop.fileupload.ui.upload span{
    top: 66px;
}

.sop-select .select-input .arrow.down{
    top: 7px;
    right: 2px;
}

i.icon.sc.arrow.down::before{
    font-size: 16px;
}
i.icon.sc.date::before{
    font-size: 16px;
}

.sop-form .sop-form-item .form-item-label{
    margin-right: 5px;
}
.sop-input.multiline-input textarea{
    border-radius: 4px;
}

.sop-checkbox input:checked ~ label::before{
    background: url("images/images-c/checked.png");
    background-size: 14px 14px;

    content: "";
    border: 0;
}

.sop-checkbox label::before{
    width: 14px;
    height: 14px;
    border-radius: 2px;
}

.sop-table-normal thead th{
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.sop-table-normal tbody td{
    border-bottom: 0px;
    /* padding-left: 20px; */

}
.sop-table-normal tbody td:hover{
    background: rgba(51,119,255,0.15);
}

.item-group{
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    max-height: 124px;
    overflow: auto;
}

.item-group:last-child{
    border-bottom: 0px;

}
.sop-sub.checkbox input{
    height: 30px;
}
.sop-sub.checkbox label{
    height: 30px;
    line-height: 30px;
}

.sop-sub.checkbox label::before{
    height: 30px;
}
.sop-sub.checkbox input:checked~label::after{
    height: 30px;
}

.sop-table-normal thead th{
    padding:10px 10px 10px 10px;
}

.info-message{
    display: flex;
    margin-bottom: 10px;
    padding: 70px 380px;
    justify-content: center;
    line-height: 29px;
    padding-bottom: 25px;
}

.info-message .info-message-ico{
    font-size: 30px;
    line-height: 33px;

}
.info-message .info-message-content{
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}

.options-list .option-item{
    padding: 30px 0px;
    display: flex;
    border-bottom: 1px solid #ddd;
    margin: 0px 40px;
}
.options-list .option-item:last-child{
    border-bottom: 0px;
}

.options-list .option-item .option-item-ico{
    margin-right: 28px;
}
.options-list .option-item .option-item-ico img{
    width: 52px;
}

.options-list .option-item .option-item-buttons{
    display: flex;
    align-items: center;
    margin-left: auto;
}
.options-list .option-item .option-item-buttons .option-item-button{
    background-image: linear-gradient(90deg, #0DAEFF 0%, #3377FF 100%);
    border-radius: 4px;
    color: #fff;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}
.options-list .option-item .option-item-buttons .option-item-button.disable{
    background: #EBEBF0;
    color: #A5AABE;
}
.options-list .option-item .option-item-content .option-item-title{
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: bold;
}
.options-list .option-item .option-item-content .option-item-info{
    font-size: 14px;
    color: #666666;

}
.tip-info{
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.tip-info .tip-info-ico{
    font-size: 30px;
    line-height: 35px;
}
.tip-info .tip-info-content .tip-info-title{
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    height: 34px;
    line-height: 30px;
}
.tip-info .tip-info-content  .tip-info-message{
    color: #666666;
    line-height: 19px;
}


/* 5.13 新增 start */

input{
    font-size: 14px;
}
.show-normal{
    font-size: 14px;
    color: #333;
}

.notice-item{
    width: 1190px;
    margin:0px auto;
    margin-top:60px;
}
.notice-item .notice-item-title{
    margin-bottom:50px;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.notice-item .notice-item-content{
    /* background: #FFFFFF;
    border-radius: 4px; */

}
.notice-item .notice-item-content .notice-steps-list{
    padding: 50px  0px 50px 65px;
    background: #FFFFFF;
    border-radius: 4px;
}
.notice-item .notice-item-content .notice-steps-list .notice-steps{
    display: flex;
    align-items: center;
}
.notice-item .notice-item-content .notice-steps-list .notice-steps .step-ico img{
    width: 44px;
}
.notice-item .notice-item-content .notice-steps-list .notice-steps .step-line{
    background: #DDDDDD;
    width: 140px;
    height: 2px;
    margin: 0px 25px;
}
.notice-item .notice-item-content .notice-steps-list .steps-contents{
    display: flex;
    justify-content: space-between;
    margin-top: 23px;
}
.notice-item .notice-item-content .notice-steps-list .steps-contents .content-item{
    width: 188px;
}
.notice-item .notice-item-content .notice-steps-list .steps-contents .content-item .content-item-title{
    font-size: 14px;
    color: #151515;
    margin-bottom: 10px;
}
.notice-item .notice-item-content .notice-steps-list .steps-contents .content-item .content-item-infos{
    line-height: 24px;
}

.notice-item .notice-item-content .info-list{
    display: flex;
    justify-content: space-around;
}
.notice-item .notice-item-content .info-list .info-item {
    background: #FFFFFF;
    border-radius: 4px;
    width: 287px;
    text-align: center;
    padding: 42px;
    padding-bottom: 34px;
    cursor: pointer;
}
.notice-item .notice-item-content .info-list .info-item .info-item-content{
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
}
.notice-item .notice-item-content .info-list .info-item .info-item-ico img{
    width: 80px;
}

.notice-options{
    margin-top: 50px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}
.notice-options .option-item-button{
    background-image: linear-gradient(90deg, #0DAEFF 0%, #3377FF 100%);
    border-radius: 4px;
    color: #fff;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    width: 168px;
}

/* 5.13 新增 end */

/* 5.21 新增 start */

.sop-select .item-list{
    background: #FFFFFF;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.20);
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}
.sop-select .item-list .item{
    padding-left: 15px;
    line-height: 32px;
}
.sop-select .item-list .item.active{
    background: rgba(51,119,255,0.15);
    color: #666666;
}
.sop-select .item-list .item.active:hover{
    background: rgba(51,119,255,0.15);
    color: #666666;
}
.sop-select .item-list .item:hover{
    background: rgba(51,119,255,0.15);
}
.sop-select .item-list::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 2.5px;
}
.sop-select .item-list::-webkit-scrollbar {
    width: 5px;
}

.sop-select .select-input:hover{
    border: 1px solid #2090FF;
}

/*a:link, a:visited{
    color: #2272c8 !important;
}*/

.notice-item .notice-item-content .notice-steps-list .notice-steps .step-ico img{
    width: 50px;
}
/*.notice-options .option-item-button{
    background-image: linear-gradient(-90deg, #FF1A3A 0%, #FF5500 100%);
}*/

/* 5.21 新增 end */


/* c店 */
.sop-button.blue:hover {
    background-color: #409FFF;
    box-shadow: 0 0 0 1px #409FFF inset;
    color: #fff;
}

.sop-button:hover {
    color: #2090ff;
    box-shadow: 0 0 0 1px #2090ff inset;
}



.shop-ico-sp{
    border: 1px solid #0091ff;
    color:#0091ff;
    height: 30px;
    line-height: 28px;
    font-size: 14px;

}

/* 错误提示信息 */
.error-message{
    background: #FFF0F0;
    border: 1px solid #FF5555;
    border-radius: 4px;
    padding: 15px 20px;
    margin: 20px;
    padding-bottom: 0px;
    z-index: 999;
    top:0;
    width: 1148px;

}
.error-message .head-title {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.error-message .head-title .normal-info {
    font-size: 12px;
    color: #3F3F3F;
    font-weight: normal;
}
.error-message .content {
    padding-left: 120px;
}
.error-message .content .group-message {
    display: flex;
    margin-top: 5px;
}
.error-message .content .group-message .group-message-label {
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    width: 170px;
}
.error-message .content .group-message .group-message-content {
    color: #FF5555;
    line-height: 20px;
}
.botton-ico{
    text-align: center;
    font-size: 26px;
    cursor: pointer;
    display: flex;
    justify-content: center;
}
.botton-ico i {
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 14px 14px;
}
.arrow-down {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAYCAYAAADpnJ2CAAAAAXNSR0IArs4c6QAAAU1JREFUSA3FlD1OxDAQRseBngpqJOg4AhU1FRdhzwINt4CKmlNsR0FPRYm0xOsXEpOd2M54iWCkKLvz872xNRORPzYH7/TOPzsvRweN3Lzeuvclezi/98dfrTx5Jx9vK3fdIA7Mi1xuWnkhYSkgWmiiDQPdDsjJwu91eC6Wgg4wNNHuGdJdaXCITjhs5Grf6y1pReBS0BIMxg7wt9A5WBK4L9QCywJroVZYBOb20CI0l0PcvIdMKdMaOkuujAWm97AbGmthAHc71TchiI194zXKacYpzSVw75iOf3t/GrDAqIlA/mhRvfwqTsl6JmcS3wFaoGcP/qT9lEdy9cdeNTSBUTMB4rQUkjc2a00SiJBVoDY3C7QK1TSGZhE4B62FmYA5KP7SHhJP2ewJhyJ9mt4fPwTjPRxqUm8zkGIFxZUcfQI5qwIiUtrDHORf/Vtv/XsLnH6yfgAAAABJRU5ErkJggg==");
}
.arrow-up{
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAYCAYAAADpnJ2CAAAAAXNSR0IArs4c6QAAATpJREFUSA29lMERgjAQRQM4YwV24I0qtAMbsRgbsQRPlsDNDrzoXUE+kzBhs8nuOo65oNn//0sIG+f+PCorb3saNu/eneFrane4Hau7JcMEBOzVu8sIaD2kW9VuZ4GqgQTWeSDAJqgKSGHYFYDRbtVQEcjBwiss1fwbSB5FoCZQo4mpWaAlyKJlgZaAsHqtJwFKRtRzfSh5sbgFUDKQOvzJ10k0SX0GSkJaB20cbB9SbXw5TMCSAKlcHfOlPuQ8aKcaRn8mptXC7C8A3Dot4IAgD4PWw7lPwKFyz3Gr13jrMOVWiRoGDeWgzdrtkT1+LQ945jPEn3hIsG+1LNACC2CtJwFqjQEUPzXeBVBjiAHcbyljBkpCLjw3V8qagCVBLlSaz2WKfSgF5+q0ZVR9mAvTzgNK+1Dr/ZnuA+Kxc6B2KeqmAAAAAElFTkSuQmCC")
}

.error-message .content::-webkit-scrollbar-thumb {background: #999999;border-radius: 2.5px;}
.error-message .content::-webkit-scrollbar {width: 5px;}
/* 错误提示信息 */
.select-input.error-input{border: 1px solid #f55;}
.sop-form .sop-button:hover{text-decoration: none !important; }