.icons {
    background: url(../img/h5_bg.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-size: 400px 400px;
}
.pop {
    background: #000;
    opacity: 0.8;
    padding: 20px;
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    z-index: 100001;
}

.pop i {
    display: block;
    width: 25px;
    height: 25px;
    background-position: -225px -78px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.pop p.txt {
    color: #b3b3b3;
    width: 100%;
    display: block;
    text-align: center;
}
.weui-toptips {
    display: none;
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    top: 0;
    left: 0;
    right: 0;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    z-index: 5000;
    word-wrap: break-word;
    word-break: break-all
}

.weui-toptips_warn {
    background-color: #e64340
}

/* common */
#qt_question img{
    max-width: 100%;
}
.pull-right .navbar-form .form-group{
    padding-left:10px;
    padding-right:10px;
}

@media (max-width: 991px) {
    .q-nav>.navbar-nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.lb-nav{pointer-events:none;}
.lb-prev,.lb-next{pointer-events:auto;}
textarea.form-control{
    resize: vertical;
}
.modal-body{padding:0 !important;}
.dropzone{
    margin-top:10px;
    border:1px solid #e4e4e4;
    background-color:#eee;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.dropzone .dz-preview .dz-image {
    border-radius: 5%;
}
.dropzone .dz-default.dz-message{
    color:#3c8dbc;
    font-weight: bold;
}
.dropzone .dz-preview:hover .dz-details{
    opacity: 0;
}
.dropzone .dz-preview:hover .dz-image img{
    filter: none;
}
.sunlike{
    display: none;
}
a.unlike .slike{
    display: none;
}
a.unlike .sunlike{
    display: block;
}
.photo{
    margin-left:0;
    margin-right:0;
}
@media (min-width: 1200px){
    .photo{max-width:480px}
}
.photo img,
.box-comments .photo img{
    display:block !important;
    width:100% !important;
    height:auto !important;
    float:none !important;
}
.photo .cphoto{
    position:relative;
    display: inline-block;
    margin: 0 5px 5px 0;
    margin: 4px 0 0 0;
}
.photo [class*="col-"] {
    padding: 0 2.5px;
}
.photo .cphoto .dz-remove{
    display: block;
    text-align: center;
    margin-top:5px;
}
.photo .dz-preview {
}
.photo .dz-preview .dz-image {
    position: relative;
}
.photo .dz-preview.dz-processing .dz-image img {
    opacity: .2;
}
.photo .dz-preview.dz-success .dz-image img {
    opacity: 1;
}
.photo .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}
.photo .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in
}
.photo .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    font-size:20px;
}
.photo .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0,0,0,0.9);
    line-height: 150%;
}

.photo .dz-preview .dz-success-mark, .photo .dz-preview .dz-error-mark {
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    font-size:20px;
}
.photo .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.photo .cphoto .dz-error-message{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    text-align: center;
    background: rgba(222, 0, 0, 0.9);
    color: #fff;
}
.photo .cphoto .dz-error-message span{
    text-align: center;
}

.logo-lg img{
    border-radius: 50%;
    width:22px;
    margin-right:5px;
    margin-top:-3px;
}
.content{
    padding-left:10px;
    padding-right:10px;
}
.q-focus-wrp *{
    -webkit-transition:all 8.5s ease;
    -moz-transition:all 8.5s ease;
    -o-transition:all 8.5s ease;
    transition:all 8.5s ease;
}
.q-focus *{
    background-color:#FFFEA8 !important;
    overflow:hidden;
}

.q-box-header-line {
    border-top: 1px solid #f3f3f3;
}

.q-box-header-line .box-header {
    border-bottom: 1px solid #f3f3f3;
}

.q-users-list>li {}

.q-users-list>li>a.btn:hover {
    color: #fff;
}

.q-users-list>li img {
    max-width: 50px;
}

.q-map-info {
    margin: 0;
    line-height: 20px;
    padding: 2px;
    font-size: 1em;
}

.q-map-title {
    display: inline-block;
    font-size: 1em;
}

.q-map-item {
    font-size: .8em;
    margin: .1em 0;
}
.nav-tabs>li>a{
    padding:10px !important;
}
.opwrp{
    display: block;
}
.opwrp-active{
    text-decoration: line-through;
    color:#ff0;
}
.np{
    display: block;
}
/* /common */
/* ship */
.snsform{margin-bottom:0;box-shadow:none;}
.q-box-comments{
    background-color:#fff;
}
.q-ship-sns-reply{
    margin-left:10px;
    cursor: pointer;
}
.q-ship-sns-drop{
    margin-right:10px;
    cursor: pointer;
}
.q-box-reply{
    padding:10px 10px 10px 0 !important;
    background-color:#f7f7f7;
}
.q-box-reply .username{
    display:inline;
}
.q-box-reply .username::after{
    content: '：';
    font-weight: 100;
}
.q-box-reply p{
    margin:0;
    display: inline;
}
/* /ship */


/* admin */

.q-nol {
    outline: none !important;
}

.q-nol.btn.disabled {
    opacity: 0.25;
}

.q-nol.btn.active {
    color: #fff;
    background-color: #00a65a;
    border-color: #00a65a;
}

.q-nol.btn.disabled.active {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}

.authority-row .panel-heading .input-sm {
    height: 20px;
}

.q-hr {
    margin: 10px 0;
}

.q-cb-subscribe {
    margin-left: 10px;
    padding-top: 1px !important;
}

.q-cb-subscribe input {}

.q-nospin::-webkit-inner-spin-button {
    display: none;
}

.q-error-page>.error-content {
    margin-left: 0 !important;
}


/* /admin */


/* site */

.site-links-fix-height {
    height: 37px;
    overflow: hidden;
}

.site-icon {
    margin-right: 5px;
    width: 1.3rem;
    height: 1.3rem;
    vertical-align: -0.2rem;
}

.site-icon-preview {
    max-width: 80px;
}

.site-links a {
    padding: 7px 10px !important;
}

.site-label {
    display: block;
    margin: 3px 0 0;
    border-radius: .25em !important;
}

.site-search-result {
    width: 100%;
}

.site-desc {
    text-indent: 2em;
    padding: 10px;
}

.site-user {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.site-user-image {
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: 2px;
}

.site-hr {
    margin: 10px 0;
}

.site-meta dd {
    margin-bottom: 5px;
}


.box-header>.box-tools>a {
    display: inline-block;
    line-height: 1.42857143;
}

.site-thumb {}

.site-thumb img {
    max-width: 100%;
    width: 30%;
}



/* /site */
/* crew */
.qt_option_ok,.qt_option_ok>a{
    background-color:#D8FFD7 !important;
}
.qt_option_no,.qt_option_no>a{
    background-color:#FFEEEE !important;
}
.qt_option_a:before{
    content: 'A :';
    margin-right:5px;
}
.qt_option_b:before{
    content: 'B :';
    margin-right:5px;
}
.qt_option_c:before{
    content: 'C :';
    margin-right:5px;
}
.qt_option_d:before{
    content: 'D :';
    margin-right:5px;
}
.qt_option i{
    display: none;
}
.qt_option_ok i.qt_option_ok_i,.qt_option_no i.qt_option_no_i{
    display: block;
}
/* /crew */


/* user */

.form-error {
    border-color: #ce4844;
}

.q-label-required:before {
    margin: 0 5px 0 0;
    content: '*';
    color: #f00;
}

.login-hr {
    margin: 10px 0;
    border-color: transparent;
}

.login-getsmscode {
    padding-left: 0;
    padding-right: 0;
}

.pagination {
    margin: 0;
}

.pagination-status {
    padding-top: 7px;
}
/* /user */