
.ore-btn.ore-disabled{
    cursor: not-allowed;
    background: #EEE;
    color: #BBB;
}
.ore-btn{
    border-radius: 20px;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display:inline-block;
    box-sizing: border-box;
}
a.ore-btn:hover{
    text-decoration: none;
}
.ore-btn.ore-lg{
    padding:10px 60px;
}
.ore-btn.ore-md{
    padding:8px 40px;
}
.ore-btn.ore-xl{
    padding:4px 20px;
}
.ore-btn.ore-btn-assertive{
    background: #c8141e;
    color: #FFF;
}
.ore-btn.ore-btn-assertive:hover{
    background: #333;
    color: #FFF;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.ore-btn.ore-btn-light{
    background: #C8C8C8;
    color: #333;
}
.ore-btn.ore-btn-light:hover{
    background: #000;
    color: #FFF;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.ore-topmenu p{
    font-size:16px;
}

.ore-main{
    min-height: calc(100% - 220px)
}
.ore-text-center{
    text-align: center;
}
.ore-color-red{
    color: #c8141e;
}
.ore-form input[type="text"]:focus,
.ore-form input[type="password"]:focus{
    border:1px solid #488ee7
}

.ore-form .ore-label{
    float: left;
    display: block;
    text-align: right;
}
.ore-text-center{
    text-align:center;
}

.icon-ok{
    display: none;
    position: relative;
    color: #fc4343;
    height: 16px;
    line-height: 12px;
    background: url("https://passport.baidu.com/static/passpc-account/img/reg/reg_icons.png") -80px 0 no-repeat;
}
.icon-error{
    display: none;
    position: relative;
    color: #fc4343;
    height: 16px;
    line-height: 12px;
    background: url("https://passport.baidu.com/static/passpc-account/img/reg/reg_icons.png") -80px -24px no-repeat;
}

.ore-row:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


.ore-dialog-alert{

}
.ore-dialog-wrapper .modal-header{
    padding-top: 10px;
    padding-bottom: 0;
    border-bottom: 0;
}
.ore-dialog-wrapper .ore-dialog-title{
    font-size: 18px;
    font-weight: 700;
    padding-left: 20px;
    padding-top: 20px;
    color: #666;
}
.ore-dialog-wrapper .modal-body{
    padding-left: 34px;
}
.ore-dialog-wrapper .modal-body p{
    color: #666;
    font-size: 16px;
    font-weight: 300
}
.ore-dialog-wrapper .ore-btn{
    border: 1px solid #999;
    display: inline-block;
    padding: .3em 1.5em;
    border-radius: 6px;
    color: #999;
    font-size: 14px;
}
.ore-dialog-wrapper .ore-btn:hover{
    text-decoration: none;
}
.ore-dialog-wrapper .modal-footer{
    border-top: 0;
    margin-top: 0;
}
.ore-dialog-wrapper .modal-dialog{
    margin: 0;
}
.ore-dialog-wrapper .modal-header button.close{
    position: absolute;
    right: 10px;
}
.ore-dialog-wrapper .form-group{
    margin-right: 10px;
}


.ore-dialog img{
    max-width: none;
}
.ore-dialog-previewer .modal-header{
    justify-content: space-around;
    padding-top: 0;
}
.ore-dialog-previewer .modal-body{
    padding: 0;
}
.ore-dialog-previewer .ore-dialog-title {
    text-align: center;
    padding: 0;
}
.modal-header .close a{
    color: #999;
}
.modal-header .close a:hover{
    color: #666;
    text-decoration: none;
}

@media screen and (max-width: 768px){
    .modal-dialog {
        max-width: 100%;
    }
    .ore-dialog{
        max-width: 90vw;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 100%;
        max-width: 100%;
    }
}
.ore-dialog .modal-dialog{
    height: 100%;
}

/*# scrolltop */
.material-scrolltop {
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    bottom: 23px;
    right: 23px;
    padding: 0;
    overflow: hidden;
    outline: none;
    border: none;
    border-radius: 2px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    cursor: hand;
    border-radius: 50%;
    background:#cc3333;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    z-index: 100;
}

.material-scrolltop:hover {
    background-color:#CF5B0D;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5);
}

.material-scrolltop::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 0;
    border-radius: 100%;
    background: #CF5B0D;
}

.material-scrolltop:active::before {
    width: 120%;
    padding-top: 120%;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.material-scrolltop.reveal {
    width: 56px;
    height: 56px;
}

.material-scrolltop span {
    display: block;
    font-size: 25px;
    color: #fff;
}


.material-scrolltop,
.material-scrolltop::before {
    background-image: url(/static/images/icon/top-arrow.svg);
    background-position: center 50%;
    background-repeat: no-repeat;
}
