html,body{
    overflow: hidden;
}
.scroll-wrapper{
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.sm_results {
    max-height: 300px !important;
}
.sections {
    background: white;
    padding: 15px 0;
    padding-bottom: 52px;
    height: 100%;
    overflow-y: scroll;
}

.header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.goodsInfo {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    background: #f8f8f8;
    color: #666;
    text-align: center;
    padding: 0 10px;
    width: 50%;
}

.basic {
    background: #38f;
    color: #fff;
    position: relative;
}

.basic:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 12px solid #f8f8f8;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: -12px;
    border-left-color: #38f;
}
/*基本信息*/
.messageItem {
    display: flex;
    /*align-items: center;*/
    margin-bottom: 20px;
    font-size: 14px;
}

.control {
    width: 110px;
    font-size: 13px;
    line-height: 30px;
    text-align: right;
    vertical-align: top;
    flex-shrink: 0;
}
.formControls {
    margin-left: 10px;
    display: flex;
    position: relative;
    height: 30px;
    max-height: 36px;
    width: 460px;
}
.formControls input {
    display: inline-block;
    -webkit-box-flex: 1;
    flex: 1;
    min-width: 80px;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0;
    border: 1px solid #bbb;
    color: #333;
    font-size: 12px;
    border-radius: 2px;
}
.addonBefore {
    display: inline-block;
    height: 100%;
    padding: 0 5px;
    border: 1px solid #bbb;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-right: none;
    box-sizing: border-box;
    vertical-align: middle;
    background-color: #e5e5e5;
    font-size: 12px;
    line-height: 28px;
    color: #333;
}
.smallInput {
    width: 150px;
}
.xing {
    margin-right: 6px;
    font-size: 12px;
    color: #e33;
    vertical-align: middle;
}
.help-block {
    line-height: 14px;
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 0;
    color: #999;
    margin-left: 10px;
    clear: both;
}
.pictureList {
    margin-left: 10px;
}
.clearfix {
    zoom: 1;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.app-image-list li {
    float: left;
    margin: 0 10px 10px 0;
    width: 80px;
    height: 80px;
    border: 1px solid #ddd;
    background-color: #fff;
    position: relative;
}
.app-image-list li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    color: #38f;
    text-decoration: none;
}

/*input获取焦点时的颜色*/

input:focus, select:focus{
    border:1px solid #155bd4;
    box-shadow: 0 0 4px 0 rgba(10,42,97,.2);
    outline:none;
}
/*保存*/
.preserved {
    /*width: 100%;*/
    text-align: center;
    position: fixed;
    left: 1px;
    bottom: 1px;
    right: 1px;
    padding: 10px;
    border-top: none;
    z-index: 100;
    box-shadow: 0 -3px 5px #eee;
    background-color: #fff;
}
.modal .preserved{
    box-shadow: none;
    border-top: 1px solid #eee;
}
.sure {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 2px;
    font-size: 12px;
    font-family: inherit;
    color: #333;
    background: #fff;
    border: 1px solid #bbb;
    text-align: center;
    vertical-align: middle;
}

/**/
.goodsImg {
    display: flex;
}
.goodsImg img {
    margin-right: 10px;
}
.sm_container {
    z-index: 3000!important;
}
#panelCallbackDemo{
    margin-left: 110px;
    margin-bottom: 20px;
    font-size: 14px;
}