.loaderIcon{
    width:34px;height:34px;border-radius:54px;border:3px solid rgba(120,120,120,0.8);position:fixed;left:50%;top:50%;margin-left:-15px;margin-top:-15px;z-index:1!important;
}

.loaderIcon:after{
    content:"";position:absolute;top:-3px;left:-3px;border:3px solid #ffffff;border-radius:54px;height:34px;width:34px;clip:rect(0px,26px,17px,0px);-moz-animation:rotate .7s;-moz-animation-timing-function:linear;-moz-animation-iteration-count:infinite;-webkit-animation:rotate .7s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;-ms-animation:rotate .7s;-ms-animation-timing-function:linear;-ms-animation-iteration-count:infinite;animation:rotate .7s;animation-timing-function:linear;animation-iteration-count:infinite;
}

@-moz-keyframes rotate {
    0%{-moz-transform:rotate(0);}
    100%{-moz-transform:rotate(360deg);}
}

@-webkit-keyframes rotate {
    0%{-webkit-transform:rotate(0);}
    100%{-webkit-transform:rotate(360deg);}
}

@-ms-keyframes rotate {
    0%{-ms-transform:rotate(0);}
    100%{-ms-transform:rotate(360deg);}
}

@keyframes rotate {
    0%{transform:rotate(0);}
    100%{transform:rotate(360deg);}
}

body{
	font-family:-apple-system,'PingFang SC','Hiragino Sans GB','Microsoft YaHei','Helvetica Neue',Arial,sans-serif;
}

.mw-50{
    max-width:50%!important
}

.mw-25{
    max-width:25%!important
}

.btn{
	font-family: -webkit-body;
}

#logo{
  height: 20px;
}

.page-header .breadcrumb li.breadcrumb-item+.breadcrumb-item::before,.font-size-11,.chat-block .chat-content .messages .message-item.message-item-divider span, .page-header .breadcrumb li.breadcrumb-item, .small, small{
	font-size: unset;font-size:unset!important
}

input[name="seccode"] {
    text-transform: uppercase;
}

#seccode{
	display: inline-block;
}

#seccode>img{
	height: calc(1.5em + .75rem + 3px);
	border-radius: .25rem;
	border: none;
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{
	background-color: rgba(0,123,255,1);
}

textarea.form-control-reg{
	height: auto !important;
	resize: none;
	padding:0.75rem;
	line-height: 1.55rem;
    height: 9.4rem!important;
    text-align: justify;
}

textarea.form-control-reg::-webkit-scrollbar {
	width:0;
	background: #FFFFFF;
}

textarea.form-control-reg::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: #A2A2A2;
}

#MODOER_SCREENOVER{
	transition: opacity .15s linear;
	position: fixed;
	height: 100% !important;
}

.mdialog{
    background-color: #fff;
    border: 1px solid #FFF;
    border-radius: .3rem;
    height: auto !important;
}

.mdialog .table{
	margin-bottom: 0;
}

.mdialog .t_input{
	padding: .375rem .75rem;
	color: #495057;
	line-height: 1.5;
	font-weight: 400;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%!important;
}

.mdialog .table td,.mdialog .table th{
	border-top: 1px solid #ebebeb;
}

.mdialog .table td[align=right]{
	padding-right: 0;
}

.mdialog .button{
	background: #004deb;
    border-color: #004deb;
    padding: 5px 10px;
    font-size: 13px;
    width: auto;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    line-height: 14px;
    border-radius: .2rem;
    color: #fff;
    user-select: none;
    border: 1px solid transparent;
    font-family: -webkit-body;
}

.mdialog button.button:focus{
	outline: none;
}

.mdialog .mheader{
	padding: 0.5rem;
}

td span.custom-control{
    line-height: 25px;
}

tr td:not(:first-child) span.custom-control{
    padding-left: 0; 
}

.mbody img{
    border-radius: .25rem;
    margin: 0.2rem;
}

/*分页风格*/

.multipage{
    text-align: center;
    margin-top: 1.5rem;
}

.p_bar{
    display: inline-block;
    vertical-align: top;
}

.p_bar span,.p_bar a{
    float: left;
    padding:0;
    line-height: 1.88rem;
    min-width: 2.38rem;
    height: 1.88rem;
    color: #a7abc3;
    text-decoration: none;
    background-color: #FFF;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.p_bar a:hover{
    background: none;
    color: #004deb;
    border-color: transparent;
}

.p_bar a{
    border-right: 0.01rem solid #FFF;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    border-radius: 0;
    border-radius: 0 !important;
}

.p_bar span.p_info{
    display: none;
}

.p_bar span.p_curpage{
    background: #004deb;
    border-color: #004deb;
    color: #FFF;
    border-radius: .25rem;
}

.p_bar .p_redirect:before{
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    display: inline;
}

.p_bar .p_redirect>font{
    display: none;
}

.p_bar .pre_redirect:before{
    content: "\f0d9";
}

.p_bar .pre_redirects:before{
    content: "\f100";
}

.p_bar .next_redirect:before{
    content: "\f0da";
}

.p_bar .next_redirects:before{
    content: "\f101";
}

.p_bar span.p_redirect{
    color: #ACB7BF;
}

.ke-container{
    border-radius: .25rem !important;
    border-color: #E1E1E1 !important;
    overflow: hidden;
}

.ke-textarea-table{
    border: none;
    border: none !important;
    border-top: 1px solid #E1E1E1 !important;
    border-bottom: 1px solid #E1E1E1 !important;
}

.ke-iframe{
    vertical-align: top;
    height: 100%;
}

.ke-textarea-outer{
    padding: 0 !important;
}

.ke-toolbar>tbody>tr> td {
    padding: 5px 8px !important;
}

.ke-bottom-right-img{
    border-bottom-right-radius: 6px !important;
    overflow: hidden;
}

.ke-dialog{
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #DDDDDD !important;
    height: auto !important;
}

.form-membership #msg_username,.form-membership #msg_email,.form-membership #msg_seccode{
    text-align: left;
}

#subject_search .btn.btn-outline-success{
    border-color: #e1e1e1;
    color: #212529;
}

#subject_search .btn.btn-outline-success:not(:disabled):not(.disabled):hover,#subject_search .btn.btn-outline-success:not(:disabled):not(.disabled):active,#subject_search .btn.btn-outline-success:not(:disabled):not(.disabled):focus{
    border-color: #00993b;
    color: #fff;
}

#search_subject_div ul{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
#search_subject_div li{
    padding: .25rem .5rem;
    border-radius: .25rem;
    cursor: pointer;
}

#search_subject_div li:hover{
    background-color: #ebebeb;
}

#tipdiv img{
    border-radius: .25rem!important;
    border: 1px solid #dee2e6!important;
}

.review_picture_op>a{
    display: inline-flex;
    width: 8rem;
    height: 8rem;
    overflow: hidden;
    border: 1px solid #dee2e6!important;
    border-radius: .25rem!important;
    align-items: center;
    background-color: #dee2e6;
}

.review_picture_op>a img{
    width: 100%;
}

.mdialog .mheader em {
    float: right;
    background: url(/static/images/mdialog/close.gif) no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-top: 4px;
}

#frm_reviewupload{
    margin: 1rem;
}

#frm_reviewupload .button{
    float: right;
}

#frm_reviewupload input[name='picture']{
    max-width: 80%;
}

#subject_search_user #search_subject_div{
    width: 100%;
}

#subject_search_user #ul_sid li{
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    padding: .75rem 1.5rem;
}

#subject_search_user #ul_sid{
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
}

#subject_search_user li {
    border-radius: 0;
}

#subject_search_user #search_subject_ipt{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 0;
}

#subject_search_user{
    position: relative;
}

#subject_search_user #search_subject_btn{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    top: 0;
    right: 0
}

#subject_search_user #ul_sid li:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

#subject_search_user #ul_sid li:hover{
    background: #004deb;
    border-color: transparent;
    color: #fff;
}

#subject_search_user #ul_sid :last-child:hover {
    background: #fff;
    border-color: rgba(0,0,0,.125);
    color: #212529;
}

#subject_search_user #ul_sid :last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    cursor: default;
}

#subject_search_user #ul_sid :last-child a{
    cursor: pointer;
}

#subject_search_user.multiBtn .btn-primary{
    text-align: center;
    justify-content: center;
}

#subject_search_user.multiBtn .btn-primary:nth-child(2) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#subject_search_user.multiBtn .btn-primary:nth-child(3) {
    border-radius: 0;
}

#subject_search_user.multiBtn .btn-primary:nth-child(3) {
    background: #22b9ff;
    border-color: #22b9ff;
}

#subject_search_user.multiBtn .btn-primary:nth-child(3):hover {
    background-color: #049be1;
    border-color: #049be1;
}

#subject_search_user.multiBtn .btn-primary:nth-child(4) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#subject_search_user.multiBtn .btn-primary:nth-child(4) {
    background: #10b759;
    border-color: #10b759;
}

#subject_search_user.multiBtn .btn-primary:nth-child(4):hover {
    background-color: #218838;
    border-color: #1e7e34;
}

.multiBox .form-inline label{
    justify-content: flex-start;
}

.t_input {
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-color: rgb(225, 225, 225);
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.field-form select {
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: calc(1.5em + .75rem + 3px);
    display: inline-block;
    width: auto;
    vertical-align: middle;
    font-size: .875rem;
    border-color: #e1e1e1;
    margin-right: 0.25rem;
}

.mchecklist-box li{
    position: relative;
    display: inline-block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    width: 25%;
}

.mchecklistpro .mchecklist-box li{
    width: 12%;
}

@media (max-width: 800px){
    .mchecklist-box li{
        width: 33%;
    }
    .mchecklistpro .mchecklist-box li{
        width: 33%;
    }
}

@media (max-width: 600px){
    .mchecklist-box li{
        width: 50%;
    }
    .mchecklistpro .mchecklist-box li{
        width: 50%;
    }
}

@media (max-width: 450px){
    .mchecklist-box li{
        width: 90%;
    }
    .mchecklistpro .mchecklist-box li{
        width: 50%;
    }
}

.mchecklist-box input[type=checkbox], .mchecklist-box input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    overflow: visible;
}

.mchecklist-box label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    display: inline-block;
    line-height: 25px;
    cursor: default;
}

.mchecklist-box label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    border-radius: .25rem;
}

.mchecklist-box li input:checked~label::before, .mchecklist-box li input:checked~label::before, .mchecklist-box li input:checked~label::before {
    border-color: #10b759;
    background-color: #10b759;
}

.mchecklist-box label::before {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.mchecklist-box label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.mchecklist-box li input:checked~label::after{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.usagetags+div,.t_input+div{
    color: #a7abc3!important;
    margin-top: .25rem;
}

input[name="t_item[mappoint]"],input[name="t_item[c_capital]"]{
    margin-right: 0.5rem;
}

.mchecklist-info{
    margin-top: .25rem;
    color: #a7abc3!important;
}

.item_tag{
    margin-top: -1rem;
}

input[name="t_item[c_capital]"]+div{
    color: #a7abc3!important;
}

input[name="t_item[address]"],input[name="t_item[c_brandtags]"],input[name="t_item[c_producttags]"],input[name="t_item[c_suitplaces]"]{
    width: 100%;
}

input[name="t_item[name]"],input[name="t_item[thumb]"],input[name="t_item[website]"]{
    display: inline-block;
    width: auto;
    min-width: 50%;
    vertical-align: middle;
    margin-right: 0.25rem;
}

input[name="t_item[mappoint]"] +a,input[name="t_item[name]"]+button{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

input[name="t_item[mappoint]"] +a:hover,input[name="t_item[name]"]+button:hover{
    background: #00993b;
    border-color: #00993b;
}

.app-file-list .dropdown-menu{
    min-width: 5rem;
}

.app-file-list >.app-file-icon>a{
    display: inline-block;
    height: 6.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-file-list >.app-file-icon>a img{
    max-height: 100%;
}

.app-file-list >.app-file-icon>a .fa{
    font-size: 1.75rem;
}

.td-min-w .form-control{
    min-width: 10rem;
}

td.fit{
    width: 1%;
    white-space: nowrap;
}

@media (max-width: 550px){

    input[name="t_item[website]"]{
        width: 100%;
    }

    #subject_search_user.multiBtn .form-control:nth-child(1) {
        width: 70%;
    }

    #subject_search_user.multiBtn .btn-primary:nth-child(2) {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    #subject_search_user.multiBtn .btn-primary:nth-child(3) {
        width: 50%;
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    #subject_search_user.multiBtn .btn-primary:nth-child(4) {
        width: 50%;
    }   

}

@media (min-width: 576px){
	.modal-dialog-centered {
	    min-height: calc(100% - 3.5rem);
	    max-width: 500px;
	    margin: 1.75rem auto;
	}

}

@media (max-width: 1200px){
	.header .header-right ul.navbar-nav:first-child {
	    display: flex!important;
	    border-top: none; 
	    border-bottom: none; 
	    background: #fff;
	    position: static; 
	    left: auto; 
	    right: auto; 
	    top: auto; 
	    padding: 0; 
	    flex: 1;
	    -webkit-box-flex: 1;
	    flex-direction: row;
	}

	textarea.form-control-reg{
	    height: 11rem!important;
	}

    .mdialog{
        width: calc(100% - 3.5rem) !important;
        max-width: 900px;
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
    }

    .review_picture_op>a{
        width: 5.75rem;
        height: 5.75rem;
    }

    #review_picture{
        justify-content: space-between;
    }

}