@charset "UTF-8";
.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 1024px;
}

.header {
    height: 70px;
    width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.header .header_logo {
    height: 40px;
    margin-top: 15px;
}

.header ul {
    margin-top: 20px;
    font-size: 16px;
}

.header ul li {
    display: inline-block;
    margin-left: 20px;
}

.header ul li a {
    color: #666;
}

.header ul li a:hover {
    text-decoration: underline;
}

.main {
    width: 100%;
    height: 580px;
    background-color: #ECF2FD;
}

.main .main_area {
    min-width: 1300px;
    width: 100%;
    height: 580px;
    background: url(../images/bg.png) no-repeat;
    background-size: cover;
    margin: 0 auto;
    background-position: center;
}

.main_area_img {
    width: auto;
    height: 310px;
    margin-top: 135px;
}

.main .main_login {
    width: 410px;
    margin-top: 32px;
    margin-right: 20%;
}

.flR {
    display: inline;
    float: right;
}

.main_login_title {
    width: 390px;
    margin: 0 auto;
    font-size: 22px;
    color: #999;
    text-align: right;
}

.main_login_title span {
    font-size: 14px;
}

.main_login_title span a {
    color: #fff;
    text-decoration: underline;
    color: #999;
}

.main_login_title span a:hover {
    opacity: 0.8;
}

.main_login_bg {
    width: 410px;
    height: 430px;
    margin-top: 20px;
    padding-top: 10px;
    background-color: rgba(255, 255, 255, .2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.main_login_area {
    position: relative;
    width: 390px;
    height: 420px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.main_third_login {
    width: 100%;
    height: 66px;
    background-color: #eee;
}
.main_third_container {
    width: 330px;
    height: 66px;
    margin: 0 auto;
}
.main_third_container img{
    float: left;
    margin-top: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.main_third_container p{
    float: left;
    margin-top: 14px;
    margin-left: 10px;
    width: 290px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}
.main_login_tab {
    width: 100%;
    height: 64px;
    margin-bottom: 6px;
    font-size: 18px;
}

.main_login_tab li {
    float: left;
    width: 194px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    cursor: pointer;
    background-color: #eeeeee;
    border-bottom: 1px solid #d6d6d6;

}

.main_login_tab li:first-child {
    border-right: 1px solid #d6d6d6;

}

.main_login_tab li.current {
    background-color: #fff;
    border-bottom: 0;

}

.main_login_tab li a {
    color: #999999;

}

.main_login_tab li.current a {
    color: #1998ff;

}

.tips {
    position: absolute;
    width: 384px;
    height: 30px;
    line-height: 30px;
    margin-top: -34px;
    margin-left: 3px;
    background-color: #eeeccb;
    font-size: 14px;
    color: #ff6600;
}

.tips p {
    display: inline-block;
    width: 350px;
    margin-left: 15px;
    margin-right: 5px;
    text-align: center;
}

.tips_close {
    position: relative;
    display: inline-block;
    left: -6px;
    top: 1px;
    width: 11px;
    height: 11px;
    background-image: url("../images/tipsClose.png");
    cursor: pointer;
}

.main_login_mobile {

}

.main_login_email {

}

.main_login_wrap {
    width: 100%;
    margin-top: 40px;
    margin-left: 26px;
}

.main_login_row {
    display: inline-block;
    width: 330px;
    height: 45px;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.main_login_row i {
    float: left;
    margin: 10px;
    position: relative;
    top: 2px;
    display: inline-block;
    background-image: url("../images/login_icon.png");
}

.main_login_row i.mobile, i.mobile {
    width: 20px;
    height: 20px;
    background-position: 164px -9px;
}

.main_login_row i.verify, i.verify {
    width: 20px;
    height: 20px;
    background-position: 79px -9px;
}

.main_login_row i.email, i.email {
    top: 4px;
    width: 26px;
    height: 18px;
    background-position: -8px -50px;
}

.main_login_row i.person, i.person {
    width: 20px;
    height: 20px;
    background-position: 34px -9px;
}

.main_login_row i.code, i.code {
    width: 20px;
    height: 20px;
    background-position: 122px -9px;
}

.main_login_row i.eyeClose, i.eyeClose {
    float: right;
    margin: 12px 4px;
    width: 26px;
    height: 18px;
    background-position: -93px -50px;
    cursor: pointer;
}

.main_login_row i.eyeOpen, i.eyeOpen {
    float: right;
    margin: 12px 4px;
    width: 26px;
    height: 18px;
    background-position: -50px -50px;
    cursor: pointer;
}

i.ok, i.no {
    position: relative;
    display: inline-block;
    top: -13px;
    width: 21px;
    height: 21px;
    background: url("../images/ok.png") top;
}

i.no {
    background-position: bottom;
}

.main_login_row.error {
    border: 1px solid #1998ff;
}

.main_login_row select {
    width: 130px;
    height: 28px;
    margin-top: 8px;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

}
.select2-container {
    float: left;
    width: 120px!important;
    height: 28px;

    margin-right: 10px!important;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.select2 {
    margin-top: 8px!important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #d6d6d6!important;
}
.main_login_row a {
    float: right;
    margin-top: 8px;
    margin-right: 8px;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: default;
    font-size: 14px;
    background-color: #f5f5f5;
    color: #b5b5b5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

}

.main_login_row a.active {
    cursor: pointer;
    background-color: #1998ff;
    color: #fff;
}

.main_login_row a.active:hover {
    background-color: #0087f5;
}
.main_login_row a.right {
    width: 68px;
    height: 28px;
    border: 1px solid #1998ff;
    background-color: #fff;
    color: #1998ff;
}
.main_login_row a.right:hover {
    background-color: #eef4fe;
}


.login_mobile_input {
    float: left;
    width: 150px;
    height: 26px;
    border: 0;
    outline: 0;
    color: #898989;
    font-size: 14px;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.login_btn_lg {
    margin-left: 26px;
    width: 330px;
    height: 45px;
    border: 0;
    cursor: pointer;
    outline: 0;
    font-size: 20px;
    background-color: #1998ff;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.login_btn_lg:hover {
    background-color: #0087f5;
}

.login_btn_lg.change-blue {
    margin-left: 23px;
    background-color: #2597f9;
}

.login_btn_lg.change-blue:hover {
    background-color: #28b0fb;

}
.main_left_gray {
    position: absolute;
    margin-top: 6px;
    left: 26px;
    font-size: 14px;
    color: #b5b5b5;
}
.main_login_agree {
    width: 330px;
    margin-top: 20px;
    margin-left: 26px;
    font-size: 14px;
    color: #888888;
}

.main_login_agree input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}

.main_login_agree a {
    color: #1998ff;
}

.main_login_agree a:hover {
    text-decoration: underline;
}
.main_login_forget {
    width: 330px;
    margin-top: 10px;
    margin-left: 26px;
    font-size: 14px;
    color: #b5b5b5;
}

.main_login_forget input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}
.main_login_forget a {
    color: #b5b5b5;
}

.main_login_forget a:hover {
    text-decoration: underline;
}
.main_layout {
    display: none;
    width: 410px;
    padding-bottom: 50px;
}

.mt-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span, .mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]) ~ span, .mt-checkbox.mt-checkbox-outline > input:checked ~ span, .mt-checkbox.mt-checkbox-outline > input:focus ~ span, .mt-checkbox.mt-checkbox-outline > span, .mt-checkbox.mt-radio-outline:hover > input:not([disabled]):checked ~ span, .mt-checkbox.mt-radio-outline:hover > input:not([disabled]) ~ span, .mt-checkbox.mt-radio-outline > input:checked ~ span, .mt-checkbox.mt-radio-outline > input:focus ~ span, .mt-checkbox.mt-radio-outline > span, .mt-radio.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span, .mt-radio.mt-checkbox-outline:hover > input:not([disabled]) ~ span, .mt-radio.mt-checkbox-outline > input:checked ~ span, .mt-radio.mt-checkbox-outline > input:focus ~ span, .mt-radio.mt-checkbox-outline > span, .mt-radio.mt-radio-outline:hover > input:not([disabled]):checked ~ span, .mt-radio.mt-radio-outline:hover > input:not([disabled]) ~ span, .mt-radio.mt-radio-outline > input:checked ~ span, .mt-radio.mt-radio-outline > input:focus ~ span, .mt-radio.mt-radio-outline > span {
    border: 1px solid #d9d9d9;
    background: 0 0;
}

.mt-checkbox > span, .mt-radio > span {
    border: 1px solid transparent;
    position: absolute;
    top: 1px;
    left: 0;
    height: 14px;
    width: 14px;
    background: #E6E6E6;
}

.input-icon > i, .mt-checkbox-list .mt-checkbox, .mt-checkbox-list .mt-radio, .mt-checkbox > input:checked ~ span:after, .mt-radio-list .mt-checkbox, .mt-radio-list .mt-radio, .mt-radio > input:checked ~ span:after {
    display: block;
}

.mt-checkbox > span:after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 9px;
    border: solid #888;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);

}

.mt-checkbox > span:after {
    content: '';
    position: absolute;
    display: none;
}

.login_layout {
    display: none;
    position: absolute;
    z-index: 99;
    margin-left: 3px;
    width: 384px;
    height: 348px;
    background-color: rgba(0, 0, 0, .75);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
    color: #fff;
    font-size: 16px;
}

.login_layout p {
    padding-top: 32px;
    text-align: center;

}

.login_layout_code {
    margin-top: 20px;
    margin-left: 24px;
    width: 330px;
}

.login_layout_code img {
    width: 330px;
    height: 45px;
    margin-bottom: 26px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.login_layout_code input[type="text"] {
    width: 330px;
    height: 45px;
    text-align: center;
    margin-bottom: 26px;
    font-size: 16px;
    border: 0;
    color: #898989;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.layClose {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    width: 19px;
    height: 19px;
    background-image: url("../images/layClose.png");
    cursor: pointer;
}

.footer {
    text-align: center;
    height: 100px;
    margin: 0 auto;
    padding-top: 32px;
}

.footer ul {
    font-size: 14px;
    color: #999;
}

.footer ul li {
    display: inline-block;
    padding-left: 4px;
}

.footer ul li:after {
    content: " | ";
    padding-left: 4px;
}

.footer ul li:last-child:after {
    content: "";
    padding-left: 0;
}

.footer ul li a {
    color: #999;
}

.footer ul li a:hover {
    text-decoration: underline;
}
.footer p {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #ccc;
}
.w185 {
    width: 185px !important;
}

.l78 {
    left: 78px !important;
}

::-webkit-input-placeholder {
    color: #aaaaaa;
}

::-moz-placeholder {
    color: #aaaaaa;
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #aaaaaa;
}

/* ie */
input:-moz-placeholder {
    color: #aaaaaa;
}

.main_login_email .on_changes {
    z-index: 99;
    display: none;
    position: absolute;
    margin-top: 45px;
    margin-left: -1px;
    list-style: none;
    background: #fff;
    border: 1px solid #d6d6d6;
    color: #666;
}

.main_login_email .on_changes li {
    width: 322px;
    height: 47px;
    line-height: 47px;
    padding: 4px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main_login_email .on_changes li:first-child {
    display: none;
}

.main_login_email .on_changes li.active {
    background: #f5f5f5;
}

.gray_container {
    width: 100%;
    background-color: #f5f5f5;
}

.error_container {
    position: relative;
    width: 970px;
    margin: 0 auto;
    min-height: 300px;

}

.error_area {
    position: absolute;
    width: 700px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin-left: -350px;
    margin-top: -150px;
}

.error_area img {
    margin: 20px;
}

.error_area .error_word {
    float: right;
    width: 260px;
    height: 180px;
    margin: 60px 40px;
    line-height: 1.7;
    color: #1d93f9;
    font-size: 22px;
    overflow: hidden;
}

.error_area .error_word a {
    color: #0664b0;
    text-decoration: underline;
}

.mobile_header, .main_select, .mobile_footer, .main_login_go {
    display: none;
}

.login_third {
    width: 330px;
    margin: 20px auto 0;
    border-top: 1px solid #d6d6d6;
}

.login_third p {
    position: relative;
    top: -7px;
    margin: 0 auto;
    width: 104px;
    line-height: 12px;
    text-align: center;
    background-color: #fff;
    font-size: 12px;
    color: #b5b5b5;
}

.login_third_row {
    width: 330px;
    margin: 0 auto;
}

.login_third_row a {
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: url("../images/third.png") no-repeat;
}

.login_third_row a.login_weibo {
    background-position: 0 0;
}

.login_third_row a.login_weibo:hover {
    background-position: 0 -42px;
}

.login_third_row a.login_weixin {
    background-position: -42px 0;
}

.login_third_row a.login_weixin:hover {
    background-position: -42px -42px;
}

.login_third_row a.login_qq {
    background-position: -84px 0;
}

.login_third_row a.login_qq:hover {
    background-position: -84px -42px;
}
/*pass*/
.header_logo_new {
    width: 130px;
    object-fit: contain;
}
.pass h3 {
    padding-top: 30px;
    padding-left: 30px;
    font-size: 18px;
    color: #444;
    font-weight: normal;
}
.pass .line {
    margin-top: 20px;
    border-top: 1px solid #dadada;
}
.pass .line ul{
    position: relative;
    top: -10px;
    margin: 0 auto;
    width: 690px;
    height: 50px;
}
.pass .line ul li{
    float: left;
    width: 90px;
    height: 50px;
    margin-right: 110px;
}
.pass .line ul li:nth-child(4){
    margin-right: 0;
}
.pass .line ul li i{
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 19px;
    height: 19px;
    color: #999;
    font-style: normal;
    font-size: 14px;
    font-family: Arial sans-serif;
    background-color: #fff;
    border: 1px solid #dadada;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.pass .line ul li.current i{
    color: #fff;
    background-color: #76b90b;
    border: 1px solid #76b90b;
}
.pass .line ul li.current p{
    color: #444;
}
.pass .line ul li p {
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.pass {
    width: 100%;
    height: 580px;
    padding-top: 1px;
    background: url("../images/pass_bg.png") no-repeat;
    background-color: #ECF2FD;
    background-position: center;
}
.pass_link {
    position: relative;
    top: 10px;
    font-size: 14px;
    color: #0099cb;
}
.pass .container {
    width: 970px;
    height: 490px;
    margin: 45px auto;
    background-color: #fff;
}
.pass_layout_blue {
    margin: 20px 0;
    text-align: center;
    font-size: 16px;
    color: #2597f9;
}
.pass_layout_code {
    text-align: center;
    font-size: 16px;
    color: #2597f9;
}
.pass_layout_code img {
    width: 260px;
    height: 45px;
    margin-bottom: 26px;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.pass_layout_code input[type="text"] {
    width: 260px;
    height: 45px;
    text-align: center;
    margin-bottom: 26px;
    font-size: 16px;
    border: 1px solid #d6d6d6;
    color: #898989;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.pass_btn_lg {
    margin: 0 !important;
    cursor: pointer;
    width: 260px;
    height: 45px;
    border: 0;
    outline: 0;
    font-size: 20px;
    background-color: #1998ff;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pass_btn_xs {
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 0;
    cursor: pointer;
    outline: 0;
    font-size: 18px;
    background-color: #1d93f9;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pass_get_code {
    display: inline-block;
    width: 151px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    outline: 0;
    font-size: 16px;
    background-color: #f5f5f5;
    color: #666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pass_get_code:hover {
    background-color: #fff;

}
.pass_get_code.disable {
    cursor: default;
    color: #bbb;
}
.pass_get_code.disable:hover {
    background-color: #f5f5f5;
}
.pass_btn_xs:hover {
    background-color: #28b0fb;
}
.pass .step {
    position: relative;
    width: 100%;
    margin-top: 50px;
}
.pass .step .row {
    width: 400px;
    padding: 0 280px;
    height: 45px;
    margin-bottom: 25px;
}
.pass .step .txt {
    width: 400px;
    padding: 0 280px;
    margin-bottom: 25px;
}
.pass .step .center{
    width: 400px;
    line-height: 45px;
    padding: 0 280px;
    margin-top: 100px;
}
.pass .step .txt label{
    color: #888;
}
.pass .step .txt span{
    color: #444;
}
.pass .step .row input[type="text"],.pass .step .row input[type="password"] {
    float: left;
    margin-right: 10px;
    width: 288px;
    height: 41px;
    line-height: 41px;
    padding-left: 30px;
    font-size: 16px;
    color: #444;
    outline: none;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.pass .step .row .person {
    background: url("../images/person.png") no-repeat 6px 12px;
}
.pass .step .row .person.error {
    background: url("../images/person_error.png") no-repeat 6px 12px;
}
.pass .step .row .code {
    background: url("../images/code.png") no-repeat 6px 12px;
}
.pass .step .row .code.error {
    background: url("../images/code_error.png") no-repeat 6px 12px;
}
.pass .step .row .mobile {
    background: url("../images/mobile.png") no-repeat 6px 12px;
}
.pass .step .row .mobile.disable {
    background-color: #f5f5f5;
}
.pass .step .row .lock {
    background: url("../images/lock.png") no-repeat 6px 12px;
}
.pass .step .row .lock.error {
    background: url("../images/lock_error.png") no-repeat 6px 12px;
}
.pass_tips {
    position: absolute;
    width: 320px;
    height: 30px;
    line-height: 30px;
    margin-top: -40px;
    margin-left: 280px;
    background-color: #eeeccb;
    font-size: 14px;
    color: #ff6600;
}

.pass_tips p {
    display: inline-block;
    width: 288px;
    margin-left: 15px;
    margin-right: 5px;
    text-align: center;
}

.pass_tips_close {
    position: relative;
    display: inline-block;
    left: -6px;
    top: 1px;
    width: 11px;
    height: 11px;
    background-image: url("../images/tipsClose.png");
    cursor: pointer;
}
.w158 {
    width: 158px!important;
}
.w126 {
    width: 126px!important;
}
.code_img {
    width: 120px;
    height: 45px;
    margin-right: 6px;
}
.green_line {
    margin-left: 4px;
    font-size: 16px;
    color: #76b90b;
}


/** BEGIN CSS **/
@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

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

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

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

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

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

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

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

@keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-moz-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-webkit-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-o-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
.loading-container,
.loading {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}


.loading-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.loading {
    border: 2px solid transparent;
    border-color: transparent #4789ff transparent #4789ff;
    -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 1.5s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading {
    border-color: transparent #4789ff transparent #4789ff;
}
.loading-container:hover .loading,
.loading-container .loading {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#loading-text {
    -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
    -o-animation: loading-text-opacity 2s linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
    animation: loading-text-opacity 2s linear 0s infinite normal;
    color: #4789ff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    margin-top: 45px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100px;
}