@charset "UTF-8";
body {
    font-family: "微软雅黑", "Microsoft YaHei", "SimSun", Arial;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    background: #f6f6f6;
    letter-spacing: 1px;
    background: url("../images/global/content-bg.png") repeat;
}

html, body, div, table, ul, ol, li, form, img, h1, h2, h3, h4, h5, h6, label, p, dl, dt, dd {
    border: none;
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    border: 0;
}

input {
    outline: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 400;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

a, a:visited {
    text-decoration: none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 14px;
}

span {
    cursor: default;
}

html, body {
    width: 100%;
    min-width: 1030px;
    height: 100%;
    color: #0c0300;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1%);
}

.hide, .hidden {
    display: none;
}

.margin_right20 {
    margin-right: 10px;
}

.margin_right20 a {
    color: #454545;
    cursor: pointer;
}

.active {
    color: #DE1E1E;
}

.block-hmoe {
    display: table;
}

input::-webkit-input-placeholder {
    font-size: 14px;
}

input:-moz-placeholder {
    font-size: 14px;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 14px;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 14px;
}

textarea::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 14px;
}

textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
}

textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 14px;
}

textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 14px;
}

.color_blue {
    color: #0063ba;
}

.active {
    color: #DE1E1E;
}

.fff_bg {
    /* 	background: #fff none repeat scroll 0 0; */
    /* box-shadow:0 0 10px #888888; */
}

/* ---头部样式------*/

.main_header .header_login {
    width: 1200px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    text-align: right;
    color: #333;
    font-size: 14px;
    position: relative;
    padding-top: 15px;
}

.main_header .header_login span:hover {
    color: #0063ba;
}

.main_header .header_content {
    position: relative;
    width: 1200px;
    height: 160px;
    margin: 0 auto;
}

.main_header .header_content .header_logo {
    margin: auto;
    width: 350px;
    height: 75px;
    cursor: pointer;
    z-index: 9;
}

.main_header .header_content .header_logo span {
    display: block;
    width: 100%;
    height: 80%;
    background: url("../images/global/logo.png") 0 0 no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

/**
.main_header {
	background-size: 100% 100%;
	background: url('${base}/resources/images/header-bg.png') no-repeat center center;
    background: none\9;
}
**/
.main_header .header_content .header_logo {
    margin: 30px 16px;
    height: 77px;
    width: 395px;

}

.header_login a {
    font-size: 12px;
}

.header_login em {
    padding: 0 5px;
}

.header_content .search {
    position: absolute;
    right: 0;
    text-align: right;
    top: 26px;
}

.search_content .search_content {
    font-size: 0;
    line-height: 50px;
}

.search_content .search_btn {
    background: #de1e1e url("../images/search_grey.png") no-repeat scroll 26px center;
    border: 0 none;
    cursor: pointer;
    float: right;
    height: 50px;
    vertical-align: middle;
    width: 68px;
}

.header_content .search_term {
    height: 30px;
    line-height: 30px;
    margin-right: 130px;
}

.header_content .search_term span {
    margin-right: 28px;
    font-size: 14px;
    cursor: pointer;
}

.header_content .search_content {
    font-size: 0;
    line-height: 50px;
}

.search_content .search_input {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #de1e1e;
    box-sizing: border-box;
    float: right;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    vertical-align: middle;
    width: 482px;
    font-size: 14px;
}

.search_content .search_btn {
    background: #de1e1e url("../images/global/find-bg.png") no-repeat scroll 13px center;
    border: 0 none;
    cursor: pointer;
    float: right;
    height: 40px;
    vertical-align: middle;
    width: 48px;
}

.search_content .thisimg_home {
    bottom: 10px;
    height: 0;
    left: 310px;
    margin: 0 auto;
}

.search_content .thisimg_home li {
    position: absolute;
    right: 84%;
    top: 6px;
    z-index: 99;
}


.main_header .head_flower {
    min-width: 178px;
    min-height: 143px;
    background: url("../images/head-flower.png") no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
}


/* == nav的css样式== */
.header_nav {
    width: 100%;
    height: auto;
    background-color: #F93738;
}

.header_nav .nav_container {
    width: 1200px;
    margin: 0 auto;
    background-color: #F93738;
    display: table;
    table-layout: fixed;
}

.header_nav .nav_container ul {
    display: table-row;
    width: 1200px;
    height: 50px;
    border-bottom: 1px solid black;
}

.header_nav .nav_container ul .nav_item {
    position: relative;
    display: table-cell;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.header_nav .nav_container ul .nav_item a {
    display: inline-block;
    line-height: 60px;
    width: 98%;
    height: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.header_nav .nav_container ul .nav_item span {
    float: right;
    color: #fff;
    width: 1%;
    text-align: right;
}

.header_nav .nav_container ul .nav_item .no_border_line {
    border: 0px solid #fff;
}

.header_nav .nav_container ul .nav_item1 {
    border-bottom: 1px solid #ec7272;
}

/* == 页面footer的css样式  == */
.footer {
    min-width: 1200px;
    height: 150px;
    min-width: 1200px;
    background: #387BCA;
    color: #ffffff;
}

.main_footer {
    background-color: #DE1E1E;
    width: 100%;
    height: 100%;
    color: #fff;
}

.main_footer a {
    color: #fff;
}

.main_footer .footer_content {
    background-color: #DE1E1E;
    width: 1200px;
    height: 60px;
    padding: 27px 0;
    margin: 0 auto;
    text-align: center;
    /* font-size: 16px; */
}

.main_footer .footer_content p {
    height: 30px;
    line-height: 30px;
}

.mod-content {
    width: 1030px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #B5B5B5;
}

.content_bg {
    padding: 20px 0px;
    background-color: #FFFFFF;
}

#text {
    width: 300px;
    height: 120px;
    z-index: 99999999;
    background: #f93738;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    line-height: 100px;
    text-align: center;
}

.pointer {
    cursor: pointer;
}

.m-0 {
    margin: 0px !important;
}

a {
    color: #0c0300;
}


.popup {
    width: 300px;
    height: 300px;
    background-color: #fff;
    position: absolute;
    z-index: 10000;
    border: 1px solid #ebeaea;
    left: 40%;
    top: 96px;
    display: none;
}

.popup .top_nav {
    width: 300px;
    height: 46px;
    border-bottom: 1px solid #ebeaea;
    position: relative;
    cursor: move;
}

.popup .top_nav span {
    font: 18px/18px 'microsoft yahei';
    color: #707070;
    display: block;
    position: absolute;
    top: 13px;
    left: 110px;
}

.tc_login input {
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    height: 40px;
    padding: 0 0 0 34px;
    margin: 10px 0px 0px 10px;
    transition: background 0.3s ease-in-out;
    width: 220px;
}

.tc_login .button:hover {
    background: #019A0D;
}

.tc_login .button {
    -webkit-appearance: none;
    background: #36a803;
    border: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out;
    width: 250px;
    padding: 0 50px 0 50px;
    font-weight: bold;
    margin-top: 40px;
}

.suspensionText {
    height: auto;
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 99999;
}


#text {
    width: 200px;
    height: 120px;
    z-index: 99999999;
    background: #f93738;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    line-height: 100px;
    text-align: center;
}

.popup .top_nav label.guanbi {
    background: url(../images/popup_guanbi.png) repeat 0px 0px;
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
}

/*注册弹窗样式 */
#register {
    height: 372px;
    width: 590px;
}

#top_navr {
    width: 590px;
}

.popup .top_nav label.guanbi:hover {
    background: url(../images/popup_guanbi.png) repeat 0px -35px;
}

#top_navr span {
    left: 200px;
}

.popup .top_nav span {
    font: 18px/18px 'microsoft yahei';
    color: #707070;
    display: block;
    position: absolute;
    top: 13px;
    left: 110px;
}


/*	页面弹窗的css样式	*/
body.stop-scrolling {
    height: 100%;
    overflow: hidden
}

.sweet-overlay {
    background-color: rgba(0, 0, 0, .4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1050;
    position: fixed
}

.sweet-alert {
    background-color: #fff;
    width: 470px;
    padding: 20px;
    border-radius: 3px;
    text-align: center;
    left: 50%;
    top: 50%;
    margin-left: -235px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 1060;
    position: fixed
}

.sweet-alert h2 {
    margin-top: 10px;
    font-size: 19px;
    text-align: center;
    display: block;
    position: relative
}

.sweet-alert p {
    text-align: center;
    position: relative
}

.sweet-alert fieldset {
    border: none;
    position: relative
}

.sweet-alert button {
    background-color: #2196F3;
    color: #fff;
    border: 0;
    border-radius: 3px; /*padding:7px 15px;*/
    margin: 10px;
    box-shadow: none !important
}

.sweet-alert button:hover {
    background-color: #1E88E5
}

.sweet-alert button:focus {
    outline: 0
}

.sweet-alert button:active {
    background-color: #42A5F5
}

.sweet-alert button.cancel {
    background-color: transparent;
    color: #333
}

.sweet-alert button[disabled] {
    cursor: default;
    opacity: .6;
    filter: alpha(opacity=60)
}

.sweet-alert button.confirm[disabled] {
    color: transparent
}

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
    filter: alpha(opacity=100)
}

.sweet-alert button::-moz-focus-inner {
    border: 0
}

.sweet-alert[data-has-cancel-button=false] button {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.sweet-alert[data-has-cancel-button=false][data-has-confirm-button=false] {
    padding-bottom: 40px
}

.sweet-alert .sa-error-container {
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    border-radius: 3px;
    -webkit-transition: padding .15s, max-height .15s;
    -o-transition: padding .15s, max-height .15s;
    transition: padding .15s, max-height .15s
}

.sweet-alert .sa-error-container p {
    display: inline-block;
    margin-bottom: 0
}

.sweet-alert .sa-error-container.show {
    padding: 10px 0;
    max-height: 100px;
    -webkit-transition: padding .2s, max-height .2s;
    -o-transition: padding .2s, max-height .2s;
    transition: padding .2s, max-height .2s
}

.sweet-alert .sa-error-container .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    background-color: #FF7043;
    color: #fff;
    text-align: center;
    margin-right: 7px
}

.sweet-alert .sa-input-error {
    position: absolute;
    top: 20px;
    right: 12px;
    width: 16px;
    height: 16px;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    opacity: 0;
    filter: alpha(opacity=0)
}

.sweet-alert .sa-input-error:after, .sweet-alert .sa-input-error:before {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #EF5350;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -8px
}

.sweet-alert .sa-input-error:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-input-error:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-input-error.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100)
}

.sweet-alert input {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 7px 12px;
    display: none;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05) inset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.sweet-alert input::-moz-placeholder {
    color: #bdbdbd;
    opacity: 1
}

.sweet-alert input:-ms-input-placeholder {
    color: #bdbdbd
}

.sweet-alert input::-webkit-input-placeholder {
    color: #bdbdbd
}

.sweet-alert input:focus {
    outline: 0
}

.sweet-alert input:focus:-ms-input-placeholder, .sweet-alert input:focus::-moz-placeholder, .sweet-alert input:focus::-webkit-input-placeholder {
    -webkit-transition: opacity ease .3s 30ms;
    -o-transition: opacity ease .3s 30ms;
    transition: opacity ease .3s 30ms;
    opacity: .5;
    filter: alpha(opacity=50)
}

.sweet-alert.show-input input {
    display: block
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative
}

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0)
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid #ddd;
    border-radius: 50%;
    margin: 10px auto 20px;
    padding: 0;
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.sweet-alert .sa-icon.sa-error {
    border-color: #F44336
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block
}

.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #F44336;
    display: block;
    top: 37px;
    border-radius: 2px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    left: 17px;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    right: 16px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success:after, .sweet-alert .sa-icon.sa-success:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #FF5722
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #FF5722
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #FF5722
}

.sweet-alert .sa-icon.sa-info:after, .sweet-alert .sa-icon.sa-info:before {
    content: "";
    background-color: #2196F3;
    position: absolute
}

.sweet-alert .sa-icon.sa-info {
    border-color: #2196F3
}

.sweet-alert .sa-icon.sa-info:before {
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px
}

.sweet-alert .sa-icon.sa-info:after {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px
}

.sweet-alert .sa-icon.sa-success:after, .sweet-alert .sa-icon.sa-success:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 120px;
    background-color: #fff
}

.sweet-alert .sa-icon.sa-success:before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    -moz-transform-origin: 60px 60px;
    -ms-transform-origin: 60px 60px;
    transform-origin: 60px 60px
}

.sweet-alert .sa-icon.sa-success:after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    -moz-transform-origin: 0 60px;
    -ms-transform-origin: 0 60px;
    transform-origin: 0 60px
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(76, 175, 80, .2);
    border-radius: 50%;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #4CAF50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: 0;
    background-position: center center;
    background-repeat: no-repeat
}

@media (max-width: 480px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 20px;
        right: 20px
    }
}

@-webkit-keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7)
    }
    45% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05)
    }
    80% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        -o-transform: scale(.95);
        transform: scale(.95)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7)
    }
    45% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05)
    }
    80% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        -o-transform: scale(.95);
        transform: scale(.95)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.showSweetAlert[data-animation=pop] {
    -webkit-animation: showSweetAlert .3s;
    -o-animation: showSweetAlert .3s;
    animation: showSweetAlert .3s
}

.showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    -o-animation: none;
    animation: none
}

@-webkit-keyframes hideSweetAlert {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes hideSweetAlert {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5)
    }
}

.hideSweetAlert[data-animation=pop] {
    -webkit-animation: hideSweetAlert .2s;
    -o-animation: hideSweetAlert .2s;
    animation: hideSweetAlert .2s
}

.hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    -o-animation: none;
    animation: none
}

@-webkit-keyframes slideFromTop {
    0% {
        top: 0
    }
    100% {
        top: 50%
    }
}

@keyframes slideFromTop {
    0% {
        top: 0
    }
    100% {
        top: 50%
    }
}

.showSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideFromTop .3s;
    -o-animation: slideFromTop .3s;
    animation: slideFromTop .3s
}

@-webkit-keyframes slideToTop {
    0% {
        top: 50%
    }
    100% {
        top: 0
    }
}

@keyframes slideToTop {
    0% {
        top: 50%
    }
    100% {
        top: 0
    }
}

.hideSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideToTop .4s;
    -o-animation: slideToTop .4s;
    animation: slideToTop .4s
}

@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%
    }
    100% {
        top: 50%
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%
    }
    100% {
        top: 50%
    }
}

.showSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideFromBottom .3s;
    -o-animation: slideFromBottom .3s;
    animation: slideFromBottom .3s
}

@-webkit-keyframes slideToBottom {
    0% {
        top: 50%
    }
    100% {
        top: 70%
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%
    }
    100% {
        top: 70%
    }
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideToBottom .3s;
    -o-animation: slideToBottom .3s;
    animation: slideToBottom .3s
}

@-webkit-keyframes animateSuccessTip {
    0%, 54% {
        width: 0;
        left: 1px;
        top: 19px
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessTip {
    0%, 54% {
        width: 0;
        left: 1px;
        top: 19px
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip .75s;
    -o-animation: animateSuccessTip .75s;
    animation: animateSuccessTip .75s
}

@-webkit-keyframes animateSuccessLong {
    0%, 65% {
        width: 0;
        right: 46px;
        top: 54px
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes animateSuccessLong {
    0%, 65% {
        width: 0;
        right: 46px;
        top: 54px
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong .75s;
    -o-animation: animateSuccessLong .75s;
    animation: animateSuccessLong .75s
}

@-webkit-keyframes rotatePlaceholder {
    0%, 5% {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    100%, 12% {
        -webkit-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@keyframes rotatePlaceholder {
    0%, 5% {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    100%, 12% {
        -webkit-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    -o-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in
}

@-webkit-keyframes animateErrorIcon {
    0% {
        -webkit-transform: rotateX(100deg);
        -ms-transform: rotateX(100deg);
        -o-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -webkit-transform: rotateX(0);
        -ms-transform: rotateX(0);
        -o-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes animateErrorIcon {
    0% {
        -webkit-transform: rotateX(100deg);
        -ms-transform: rotateX(100deg);
        -o-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -webkit-transform: rotateX(0);
        -ms-transform: rotateX(0);
        -o-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon .5s;
    -o-animation: animateErrorIcon .5s;
    animation: animateErrorIcon .5s
}

@-webkit-keyframes animateXMark {
    0%, 50% {
        margin-top: 26px;
        -webkit-transform: scale(.4);
        -ms-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    80% {
        margin-top: -6px;
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15)
    }
    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes animateXMark {
    0%, 50% {
        margin-top: 26px;
        -webkit-transform: scale(.4);
        -ms-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    80% {
        margin-top: -6px;
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15)
    }
    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

.animateXMark {
    -webkit-animation: animateXMark .5s;
    -o-animation: animateXMark .5s;
    animation: animateXMark .5s
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486
    }
    100% {
        border-color: #F8BB86
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486
    }
    100% {
        border-color: #F8BB86
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning .75s infinite alternate;
    -o-animation: pulseWarning .75s infinite alternate;
    animation: pulseWarning .75s infinite alternate
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }
    100% {
        background-color: #F8BB86
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }
    100% {
        background-color: #F8BB86
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns .75s infinite alternate;
    -o-animation: pulseWarningIns .75s infinite alternate;
    animation: pulseWarningIns .75s infinite alternate
}

@-webkit-keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -ms-transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -ms-transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success {
    border-color: transparent
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg)
}


.blockui-growl, .blockui-message {
    display: none;
    background-color: #455A64;
    color: #fff;
    border-radius: 3px
}

.blockui-growl {
    text-align: left;
    padding: 15px
}

.blockui-growl h6 {
    margin-top: 2px;
    margin-bottom: 8px
}

.blockui-message {
    padding: 15px 15px 10px
}

.blockui-message > i {
    display: block;
    margin-bottom: 10px
}

.blockui-animation-container, .multiple-messages-container {
    display: none
}

.blockui-animation-container {
    background-color: #555;
    padding: 10px;
    line-height: 1;
    border-radius: 3px
}
