@charset "utf-8";
/* CSS Document */
/*管理页面*/
.st-adm-footer {
    bockground: #f9f9f9;
    background: -webkit-linear-gradient(#f9f9f9, white); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f9f9f9, white); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f9f9f9, white); /* Firefox 3.6 - 15 */
    background: linear-gradient(#f9f9f9, white); /* 标准的语法 */
    margin-top: 30px;
    padding-top: 20px;
}

/*管理页面-left*/
.st-sidenav-item {

}

.st-sidenav-wrap {
    border: 1px solid #e1e1e1;
    display: block;
}

.st-sidenav-item ul li {
    background: #f5f5f5;
}

.st-sidenav-item ul li a {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 25px;
    display: block;
}

ul.st-sidenav-second-level, ul.st-sidenav-second-level li {
    background: #FFF;
}

ul.st-sidenav-second-level li a {
    border: 0;
}

/*公用颜色*/
.st-change-col {
    background: #3991f1;
    color: #FFF;
}

.st-seccond-detail {
    color: #3991f1;
}

/*管理主内容*/
.st-mainc-item {
    border: 1px solid #e1e1e1;
    min-height: 650px;
}

/*安全设置*/
.st-safe-main .st-safe {
    margin: 60px auto 20px;
}

.st-safe-main .st-safe p {
    margin-top: 10px;
    font-weight: bold;
}

.st-safe-main {
    padding: 0px 60px;
}

.st-safe-main .table > tbody > tr > th,
.st-safe-main .table > tbody > tr > th,
.st-safe-main .table > tbody > tr > th,
.st-safe-main .table > tbody > tr > td,
.st-safe-main .table > tbody > tr > td,
.st-safe-main .table > tbody > tr > td {
    border-bottom: 1px dashed #e1e1e1;
    border-top: 0px;
    min-height: 200px;
    padding: 50px 10px;
    vertical-align: top;
}

.st-safe-main .table {
    position: relative;

}

.st-safe-main .table > tbody > tr > th {
    padding-left: 45px;
}

.st-safe-main .st-psd-icon,
.st-safe-main .st-email-icon,
.st-safe-main .st-teleph-icon {
    width: 40px;
    height: 40px;
    display: inline-table;
    position: absolute;
}

.st-safe-main .st-psd-icon {
    background-position: -48px -165px;
    top: 40px;
    left: 0px;
}

.st-safe-main .st-email-icon {
    background-position: -48px -130px;
    top: 183px;
    left: 0px;
    height: 35px;
}

.st-safe-main .st-teleph-icon {
    background-position: -48px -90px;
    top: 298px;
    left: 10px;
}

.st-safe-main .st-right-icon,
.st-safe-main .st-error-icon {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.st-safe-main .st-right-icon {
    background-position: -51px -33px;
}

.st-safe-main .st-error-icon {
    background-position: -51px -62px;
}

/*------基本资料--------*/
.st-baseinfor-main {
}

.st-baseinfor-main .st-title {
    background: #f5f5f5;
    padding: 8px 10px;
    border-bottom: 1px solid #e1e1e1;
}

.st-basic-form {
    padding: 50px 0px;

}

.st-basic-form form .form-group {
    width: 60%;
    margin-left: 15%;
}

.st-basic-form form .form-group .s-select {
    width: 97%;
}

/*管理页面-会员等级*/
.st-text-black {
    color: #161413;
}

/*tab标签*/
.st-tab {
    width: 800px;
    margin: 50px;
    margin: 0 auto;
}

/*.st-tab_menu { clear:both;}*/
.st-tab-menu, .st-tab-box {
    padding: 0;
    margin: 0;
}

.st-tab-box {
    background: #f1f1f1;
    height: 200px;
    margin-top: 5px;
    border-radius: 2px;
}

.st-tab-menu li {
    cursor: pointer;
    list-style: none;
    height: 36px;
    line-height: 36px;
    background: url(../images/img-shape.png) no-repeat right #fff;
    margin: 5px 0;
    padding-left: 10px;
}

.st-tab-menu li.hover {
    background: #DFDFDF;
}

.st-tab-menu li.st-selected { /*color:#FFF;*/
    background: url(../images/img-shape.png) no-repeat right #f1f1f1;
}

.st-hide {
    display: none;
}

.st-hover-list p {
    display: block;
    padding: 0;
    margin: 0;
}

.st-hover-list .fl-p1 span {
    color: #ff4400;
    font-weight: 700;
    margin-right: 3px;
}

.st-hover-list .fl-p1 {
    float: left;
    width: 176px;
}

.st-hover-list .fl-p2 {
    float: left;
    color: #ff4400;
    width: 116px;
    padding-left: 12px;
}

.st-hover-list .fl-p3,
.st-hover-low .fl-p3 {
    float: left;
    width: 80px;
    height: 22px;
    line-height: 22px;
    color: #FFF;
    margin-top: 7px;
    text-align: left;
    font-size: 16px;
    padding-left: 12px;
    background: #ff7703;
    background: -webkit-linear-gradient(left, #fb5502, #ff7903); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #fb5502, #ff7903); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #fb5502, #ff7903); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #fb5502, #ff7903); /* 标准的语法（必须放在最后） */
}

.st-hover-list p.fl-p3 span {
    font-size: 14px;
}

.st-score {
    padding: 25px 35px;
}

/*------- star ----------*/
.st-total {
    height: 25px;
    line-height: 25px;
    margin-bottom: 15px;
}

.st-total .st-bigstar-no {
    width: 164px;
    height: 25px;
    overflow: hidden;
    display: inline-block;
}

.st-total .st-data-text {
    height: 25px;
    line-height: 25px;
}

.st-bigstar-no {
    background: url(../images/star_icon.png) no-repeat -10px -10px;
}

.st-bigstar-4d9,
.st-bigstar-4d8,
.st-bigstar-4d7,
.st-bigstar-4d6,
.st-bigstar-4d5,
.st-bigstar-4d4,
.st-bigstar-4d3,
.st-bigstar-4d2,
.st-bigstar-4d1 {
    background-position: -10px -37px;
}

.st-bigstar-4d0 {
    background-position: -10px -64px;
}

.st-bigstar-3d9,
.st-bigstar-3d8,
.st-bigstar-3d7,
.st-bigstar-3d6,
.st-bigstar-3d5,
.st-bigstar-3d4,
.st-bigstar-3d3,
.st-bigstar-3d2,
.st-bigstar-3d1 {
    background-position: -10px -90px;
}

.st-bigstar-3d0 {
    background-position: -10px -118px;
}

.st-bigstar-2d9,
.st-bigstar-2d8,
.st-bigstar-2d7,
.st-bigstar-2d6,
.st-bigstar-2d5,
.st-bigstar-2d4,
.st-bigstar-2d3,
.st-bigstar-2d2,
.st-bigstar-2d1 {
    background-position: -10px -145px;
}

.st-bigstar-2d0 {
    background-position: -10px -172px;
}

.st-bigstar-1d9,
.st-bigstar-1d8,
.st-bigstar-1d7,
.st-bigstar-1d6,
.st-bigstar-1d5,
.st-bigstar-1d4,
.st-bigstar-1d3,
.st-bigstar-1d2,
.st-bigstar-1d1 {
    background-position: -10px -199px;
}

.st-bigstar-1d0 {
    background-position: -10px -226px;
}

.st-bigstar-0d9,
.st-bigstar-0d8,
.st-bigstar-0d7,
.st-bigstar-0d6,
.st-bigstar-0d5,
.st-bigstar-0d4,
.st-bigstar-0d3,
.st-bigstar-0d2,
.st-bigstar-0d1 {
    background-position: -10px -253px;
}

.st-bigstar-0d0 {
    background-position: -10px -280px;
}

.st-count {
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
}

.st-count p {
    height: 22px;
    line-height: 22px;
    margin-left: 10px;
    margin-top: -1px;
}

.st-smstar-no1,
.st-smstar-no2,
.st-smstar-no3,
.st-smstar-no4,
.st-smstar-no5 {
    display: inline-block;
    width: 102px;
    height: 22px;
    line-height: 22px;
    background: url(../images/star_icon.png) no-repeat -10px -325px;
}

.st-smstar-no4 {
    background-position: -10px -350px;
}

.st-smstar-no3 {
    background-position: -10px -375px;
}

.st-smstar-no2 {
    background-position: -10px -398px;
}

.st-smstar-no1 {
    background-position: -10px -420px;
}

.st-rate-stat {
    display: inline-block;
    line-height: 24px;
    height: 10px;
    font-size: 0;
    line-height: 1px;
    margin-right: 4px;
    zoom: 1;
    vertical-align: middle;
    background-color: #FF944C;
}

.st-score .h {
    color: #F50;
    color: #F50 !important;
}

.st-score em {
    font-style: normal;
}

/*-----比同行低---------*/
.st-hover-low .fl-p2 {
    color: #31ad23;
}

.st-hover-low .fl-p3 {
    color: #FFF;
    background: #31ad23;
    background: -webkit-linear-gradient(left, #18a20f, #4ac83b); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #18a20f, #4ac83b); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #18a20f, #4ac83b); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #18a20f, #4ac83b); /* 标准的语法（必须放在最后） */
}

/*管理页面-安全设置*/
.st-email-main {
    margin-top: 100px;
}

/*管理页面-报价管理*/
.st-adm-item {
    border: 0px;
}

.st-adm-title {
    background: #f5f5f5;
    border: 1px solid #e1e1e1;
    border-top: 2px solid #3991f1;
    margin-bottom: 10px;
    padding: 8px 0px 8px 20px;
}

.st-adm-title label {
    display: none;
}

.st-adm-title .form-group {
    margin-bottom: 0px;
}

.st-adm-title .col-xs-1,
.st-adm-title .col-xs-4,
.st-adm-title .col-xs-7 {
    padding: 0px 5px;
}

.st-adm-item table {
    border: 1px solid #e1e1e1;
}

.st-adm-item table th {
    background: #f5f5f5;
}

.st-adm-item .table > thead > tr > th,
.st-adm-item .table > tbody > tr > td {
    padding: 8px 2px;
}

.st-adm-item .table > thead > tr > th {
    padding: 8px 15px;
}

/*清除浮动*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.clearfix {
    display: inline-table;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

* + html .clearfix {
    min-height: 1%;
}

/*error*/
.st-error-item {
    margin-top: 20px;
}

.st-error-item .panel-heading {
    background: #3991f1;
    color: #fff;
    font-size: 18px;
}

.st-error-item .panel-body {
    padding: 80px 50px;
}

.st-error-text {
    font-size: 16px;
    margin-left: 220px;
    color: #888;
}

.st-backhome-btn, .st-backhome-btn:hover,
.st-backhome-btn:visited {
    padding: 8px 20px;
    background: #6bafec;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
}

.st-error-item .pull-left {
    margin-left: 30px;
}

.st-error-item .pull-left img {
    vertical-align: top;
    margin-top: -18px;
}

/** searchableSelect start **/

.searchable-select-hide {
    display: none;
}

.searchable-select {
    display: inline-block;
    min-width: 150px;
    font-size: 10px;
    line-height: 1.428571429;
    color: #858585;
    vertical-align: middle;
    position: relative;
    outline: none;
    /*z-index: 1000;*/
    width: 100%;
}

.searchable-select-holder {
    padding-left: 12px;
    padding-top: 6px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    min-height: 30px;
    box-sizing: border-box;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);*/
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.searchable-select-caret {
    position: absolute;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border-color: black transparent transparent transparent;
    top: 0;
    bottom: 0;
    border-style: solid;
    border-width: 5px;
    margin: auto;
    right: 10px;
}

.searchable-select-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 4px;
    border-top: none;
    top: 28px;
    left: 0;
    right: 0;
    z-index: 1000;
}

.searchable-select-input {
    margin-top: 5px;
    border: 1px solid #ccc;
    outline: none;
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    width: 100%;
}

.searchable-scroll {
    margin-top: 4px;
    position: relative;
}

.searchable-scroll.has-privious {
    padding-top: 16px;
}

.searchable-scroll.has-next {
    padding-bottom: 16px;
}

.searchable-has-privious {
    top: 0;
}

.searchable-has-next {
    bottom: 0;
}

.searchable-has-privious, .searchable-has-next {
    height: 16px;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    z-index: 10;
    background-color: white;
    line-height: 8px;
    cursor: pointer;
}

.searchable-select-items {
    max-height: 400px;
    overflow-y: scroll;
    position: relative;
}

.searchable-select-items::-webkit-scrollbar {
    display: none;
}

.searchable-select-item {
    padding: 5px 5px;
    cursor: pointer;
    min-height: 30px;
    box-sizing: border-box;
}

.searchable-select-item.hover {
    background: #555;
    color: white;
}

.searchable-select-item.selected {
    background: #28a4c9;
    color: white;
}

.pre-wrap-display {
    white-space: pre-wrap;
    padding: 8px;
    margin: 0 0 15px;
    font-size: 13px;
    line-height: 1.72222;
    color: inherit;
    background-color: #ffffff;
    border: 2px solid #e7e9ec;
    border-radius: 6px;
}

/**多选
 */
.hidden {
    display: none !important;
}

.selectPickerWrapper * {
    box-sizing: border-box;
}

.selectPickerWrapper {
    position: relative;
    /*margin: 50px;*/
    display: inline-block;
    width: 100%;
}

.select-picker-search {
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #666;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 0 10px;
    font-size: 14px;
    cursor: pointer;
}

.select-picker-search-checked {
    position: relative;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 5px;
}

.select-picker-search-checked:after {
    border: 5px solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    top: 12.2px;
    border-top: 8px solid #666;
    right: 0;
}

.select-picker-options-wrp {
    display: none;
    width: 100%;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    background-color: #fff;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 999;
}

.select-picker-options-serch input {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 12px 0 0 10px;
    padding-left: 8px;
}

.select-picker-options-serch input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.select-picker-options-list {
    width: 100%;
    padding: 8px 0;
}

.select-picker-options-list-item {
    width: 100%;
    line-height: 36px;
    cursor: pointer;
    padding: 0 12px;
}

.select-picker-options-list-item:hover {
    background: #ebf1f5;
}

.duihao {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: translateY(4px);
    margin-right: 6px;
}

.duihao-checked {
    background: #00a0ff;
    position: relative;
}

.duihao-checked:before, .duihao-checked::after {
    content: "";
    height: 10px;
    width: 2px;
    border-radius: 10px;
    display: block;
    background: white;
    position: absolute;
    top: 4px;
    left: 10px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.duihao-checked::before {
    height: 6px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    left: 5px;
}

.duihao-nocheck {
    border: 1px solid #ddd;
}

/** searchableSelect end **/