@charset "UTF-8";
html, body {
    height: 100%
}

body {
    margin: 0 auto;
    font-size: 12px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    line-height: normal;
    background-color: #198ede;
}

ul, dl, dd, h1, h2, h3, h4, h5, h6, form, p {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

* {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

a {
    color: #05a;
    text-decoration: none;
}

a:hover {
    color: #f00;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

/*header {*/
    /*background: #ededed;*/
    /* Old browsers */
    /*background: -moz-linear-gradient(top, #ededed 0%, #ffffff 25%, #ffffff 70%, #ededed 100%);*/
    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, #ededed 0%, #ffffff 25%, #ffffff 70%, #ededed 100%);*/
    /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, #ededed 0%, #ffffff 25%, #ffffff 70%, #ededed 100%);*/
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ededed', GradientType=0);*/
    /* IE6-9 */
/*}*/

.header {
    width: 100%;
    height: 75px;
    margin: 0px auto;
    position: relative;
}

.header .logo {

    margin: 0 0 0 0;

 text-align: center;
}

.header .logo img {
    height: 58px;
    max-width: 280px;
}

.header .slogan {
    float: left;
    margin: 10px 0 0 20px;
}

.header .slogan img {
    height: 54px;
}

.header .topbar {
    line-height: 31px;
    position: absolute;
    right: 0;
    top: 0;
    color: #69737A;
}

.header .topbar a {
    color: #69737A;
}

.header .topbar a:hover {
    color: #198ede;
}

.header .btn1 {
    float: right;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    margin: 31px 0 0 0;
    font-size: 1rem;
    border-radius: 30px;
    background: #84b804;
    padding: 0 20px;
    /*border:2px solid #b7e24e;
    */
    color: #fff;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header .btn1 img {
    width: 18px;
    margin-right: 5px;
    vertical-align: middle;
}

.header .btn1:hover {
    background: #6b920b;
}

.title_section {
    height: 82px;
    background-color: #337CBC;
}

.title {
    background-color: #337CBC;
    padding: 15px 0;
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.title h1 {
    color: #FFF;
    text-align: center;
    font-size: 2.3rem;
    letter-spacing: 5px;
    position: relative;
 
    margin: 0 auto;
    text-shadow: 0px 1px #1b1b1b;
}

.hr_left {
    display: inline-block;
    position: relative;
    width: 60px;
    top: -10px;
    height: 2px;
    border: none;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    margin-right: 20px;
}

.hr_right {
    display: inline-block;
    position: relative;
    width: 60px;
    top: -10px;
    height: 2px;
    border: none;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    margin-left: 20px;
}

.tbody {
    min-height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #198ede;
    overflow-y: auto;
}

.cont {
    width: 1050px;
    margin: 0 auto;
    overflow: hidden;
    background-color: rgba(0,0,0,0.25);
    margin-top: 5px;
}

.infoShow {
    font-size: 14px;
    padding: 0 40px 15px;
    color: #FFF;
    text-align: center
}

.infoShow span {
    color: #ffeb3b;
}

.footer {
    padding: 20px;
    text-align: center;
    background-color: #198ede;
    color: #FFF;
}

.popbox {
    width: 750px;
    padding-bottom: 80px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1001;
    margin-left: -375px;
    margin-top: -280px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 50px;
}

.popbox_2 {
    width: 1000px;
    padding-bottom: 80px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 44%;
    z-index: 1001;
    margin-left: -375px;
    margin-top: -280px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 50px;
    min-height: 560px;
}

.close-btn {
    /*background: url(../images/close-btn.png);*/
    width: 38px;
    height: 38px;
    position: absolute;
    right: 15px;
    top: 13px;
}

.popbox .pop_logo {
    margin: 40px auto;
    display: block;
    width: 50%;
}

.popbox_2 .pop_logo {
    margin: 40px auto;
    display: block;
    width: 40%;
}

.popbox .verifyimg {
    position: absolute;
    right: 45px;
    top: 7px;
}

.popbox .popbox-title {
    text-indent: 30px;
    font-size: 22px;
    color: #f9d268;
    font-weight: bold;
    line-height: 62px;
    background: #0b1d60;
    -moz-border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
}

.popbox .popbox-nr {
    width: 420px;
    margin: 25px auto auto;
}

.popbox .popbox-nr li {
    overflow: hidden;
    line-height: 42px;
    margin-bottom: 15px;
    width: 420px;
    position: relative;
}

.popbox .popbox-nr p {
    width: 90px;
    float: left;
    text-align: right;
    color: #7a7a7a;
    font-size: 14px;
}

.popbox .popbox-nr .wby1 {
    background: #fff;
    width: 298px;
    float: left;
    height: 40px;
    border: 1px solid #ccc;
    line-height: 40px;
    text-indent: 10px;
    font-size: 14px;
    color: #b7b7b7;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #000;
}

.popbox .popbox-nr .game_list {
    background: #fff;
    width: 298px;
    float: left;
    height: 40px;
    border: 1px solid #ccc;
    line-height: 40px;
    font-size: 14px;
    color: #000;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-indent: 12px;
}

.modal_wrap_box h2 img {
    display: block;
    margin-left: 140px;
    margin-top: 20px;
}

.modal_wrap_box {
    width: 100%;
    height: 100%;
}

.modal_wrap .layui-layer-close {
    display: block;
    width: 36px;
    height: 36px;
    /*background: url(../images/close-btn.png);*/
    position: absolute;
    right: -16px;
    top: -92px;
}

.modal_wrap h2 {
    height: 80px;
    background: url(../images/logo1.png) no-repeat left 0;
    padding-left: 150px;
    color: #00a8c9;
    font-weight: normal;
}

.modal_wrap .con1 {
    width: 580px;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 50px;
}

.modal_wrap .form {
    width: 550px;
    margin: 5px auto;
    font-size: 14px;
}

.modal_wrap input[type="text"] {
    padding: 10px;
    width: 276px;
    height: auto;
    line-height: 20px;
    font-size: 14px;
    border-radius: 3px;
    background: #FFF;
    border: 1px solid #ccc;
}

.modal_wrap select, .modal_wrap .file {
    width: 300px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    border-radius: 3px;
    background: #fff;
    border: none;
}

.modal_wrap .file {
    display: inline-block;
    margin-left: 165px;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.modal_wrap .row {
    display: inline-block;
    margin-top: 20px;
    position: relative;
}

.modal_wrap .row span {
    display: inline-block;
    width: 100px;
    margin-left: 55px;
    text-align: right;
    color: #7a7a7a;
}

.modal_wrap .checksub {
    display: block;
    width: 300px;
    height: 41px;
    background: url(../images/btn3.png) no-repeat;
    margin-left: 165px;
    cursor: pointer;
    border: none;
}

.modal_wrap .row .rmNum {
    position: absolute;
    right: 10px;
    top: 7px;
}

.modal_wrap .btn_section {
    margin-left: 62px;
}

.popbox-nr .btn2 {
    background-position: 0 52px;
    width: 206px;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    text-align: center;
    color: #FFF;
    margin: 40px auto 0;
    display: block;
    background-color: #337CB7;
    border-radius: 12px;
}

.popbox-nr .btn2:hover {
    background-color: #198ede;
}

.close-btn2 {
    /*background: url(../images/close-btn.png);*/
    width: 38px;
    height: 38px;
    position: absolute;
    right: 25px;
    top: -20px;
}

.form .btn {
    width: 206px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    background: #337CB7;
    /*font-size: 18px;*/
    color: #FCFCFC;
    border-radius: 12px;
}

.form .btn:hover {
    background: #198ede;
}

.modal_wrap_box .img1 {
    margin: 40px auto;
    display: block;
    width: 50%;
}

.modal_wrap_box .form .row .wby2 {
    width: 210px;
    background: #ffffff;
    border: 1px solid #ccc;
    color: #b9b9b9;
}

.modal_wrap img {
    max-width: 100%;
}

.w {
    margin: 0px auto;
    width: 1050px
}

.wrapper {
    *zoom: 1;
    width: 1050px;
    margin: 0 auto;
}

.listbox ul{
    padding:0 0 0 11px;
    *zoom:1;
 
    overflow:hidden;
}
.listbox ul:after{
    visibility:hidden;
    display:block;
    font-size:0;
    content:"\20";
    clear:both;
    height:0;
}
.listbox li{
    width:336px;
    margin: 0 10px 10px 0;
    float:left;
}
.listbox .photo{
    cursor:pointer;
    width:336px;
    height:150px;
    display:block;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
.listbox .photo img{
    width:336px;
    height:150px;
    display:block
}
.listbox .photo .btn,.listbox .photo .opacity{
    opacity:0;
    filter:alpha(opacity=0);
    -moz-transition:1s;
    -webkit-transition:1s;
    transition:1s;
}
.listbox .photo .opacity{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#000;
}
.listbox .photo .btn{
    text-align:center;
    width:127px;
    height:32px;
    line-height:32px;
    display:inline-block;
    position:absolute;
    left:99px;
    top:60px;
    border:2px solid #ffdb4d;
    color:#ffdb4d;
    font-size:16px;
    font-weight:700;
    z-index: 3;
}

.listbox .photo a.width_50{
	width:50%;
	left: 25%;
}

.listbox .photo a.width_70{
	width:70%;
	left: 15%;
}

.listbox .photo a.width_96{
	width:96%;
	left:2%;
}

.listbox .photo:hover .time_section{
    opacity:0;
    filter:alpha(opacity=30)

}

.listbox .photo:hover .opacity{
    opacity:.6;
    filter:alpha(opacity=70)
}
.listbox .photo:hover .btn{
    opacity:1;
    filter:alpha(opacity=100)
}
.listbox p{
    height:40px;
    line-height:40px;
    text-align:center;
    padding:0 10px;
    overflow:hidden;
    color:#C8B599;
    font-size:14px;
    background:#302B27;
    font-weight:700;
}

/*==star of time and mask==*/
.mask{
    filter:brightness(55%);;
}

.modal_title {
    text-align: center;
}

.modal_title h1 {
    color: #337cb7;
}

.modal_title .hr_left {
    display: inline-block;
    position: relative;
    width: 60px;
    top: -8px;
    height: 2px;
    border: none;
    background-image: linear-gradient(to right, #FFF0, #a7d128);
    margin-right: 20px;
}

.modal_title .hr_right {
    display: inline-block;
    position: relative;
    width: 60px;
    top: -8px;
    height: 2px;
    border: none;
    background-image: linear-gradient(to left, #FFF0, #a7d128);
    margin-left: 20px;
}

.detail_event {
    /* height: 50px;
   line-height: 50px;
   text-align: center;*/
}

/*
.detail_event h1{
	color:#E91E63;
	font-size: 2rem;
}*/

.detail_event #detailContent {
    margin: 2px auto;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 2000;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
    overflow-y: auto;
}

.popbox .close-btn , .popbox_2 .close-btn{
    position: absolute;
    top: 15px;
    right: 15px;
    background:none;
    font-size:38px;
    line-height:38px;
    text-align:center;
    vertical-align: middle;
    font-weight: normal;
    text-decoration: none;
    color: #3a87bf;
    transition: all 1s;
}

.popbox .close-btn:hover, .popbox_2 .close-btn:hover {
    color:#3a87bf;
    cursor: pointer;
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out 0s;
}

.popbox .content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}

/*===modal===*/
.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

/*==table==*/

.detail_event table {
    margin: 0 auto;
    /*width: 100%;*/
    /*display: table-row-group;*/
}

.detail_event td {
    font-size: 14px;
}

.table {
    margin: 40px auto;
    width: 90%;
    text-align: center;
    border-left: 1px solid #6fa6d2;
    border-top: 1px solid #6fa6d2;
}

.item td {
    color: #123d60;
    font-weight: 600;
}

.col_1 {
    width: 15%;
}

.col_2 {
    width: 15%;
}

.col_3 {
    width: 10%;
}

.col_4 {
    width: 50%;
}

.table td {
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    border-right: 1px solid #6fa6d2;
    border-bottom: 1px solid #6fa6d2;
}

.table tr .red {
    color: #ff0000;
}

.page {
    text-align: center;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination a.active {
    background-color: #b0d647;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

/*===== 跑⾺馬燈Style =====**/
.news-bg {
    height: 28px;
    overflow: hidden;
    width: 100%;

    margin: 5px 0;
}

.news-bg .tit {
    float: left;
    height: 28px;
    line-height: 28px;
    padding-left: 0;
    font-size: 13px;
    color: #FFF;
    margin: 0 0 0 10px;
}

.news-bg .tit i {
    margin-right: 5px;
}

.notice {
    background-color: rgba(255, 255, 255, .2);
    height: 28px;
}

.gonggao {
    float: left;
    line-height: 28px;
    margin-left: 15px;
    width: 900px;
}

.gonggao a {
    font-size: 13px;
    color: #FFF;
}

.tits {
    text-align: center;
    padding: 15px 0;
}

/*===== 跑⾺馬燈Style end =====**/

/*banner*/
.banner {
    width:100%;
    height:282px;
    overflow:hidden;
    /*border: 4px solid #005A99;*/
    margin-top:10px;
}

.banner .flexslider {
    position:relative;
    overflow:hidden;
    width: 100%;
    height:auto;
    margin:0px auto;
}

.banner .slides {
    position:relative;
    z-index:1;
    width: 100%;
    height:auto;
    overflow:hidden;
}

.banner .slides li {
    height: 274px;
}

.banner .slides li a img{
    width: 100%;
    height:auto;
}

.banner .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.banner .flex-direction-nav li a {
    display: block;
    width: 24px;
    height: 53px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.banner .flex-direction-nav li a.flex-prev {
    left: 30px;
    background: url(../images/left.png) center center no-repeat;
}

.banner .flex-direction-nav li a.flex-next {
    right: 30px;
    background: url(../images/right.png) center center no-repeat;
}

/* .banner .flex-control-nav { */
    /* position: absolute; */
    /* bottom: 10px; */
    /* z-index: 2; */
    /* width: 100%; */
    /* text-align: center; */
/* } */

/* .banner .flex-control-nav li { */
    /* display: inline-block; */
    /* width: 8px; */
    /* height: 8px; */
    /* margin: 0 5px; */
    /* *display: inline; */
    /* zoom: 1; */
/* } */

/* .banner .flex-control-nav a { */
    /* display: inline-block; */
    /* width: 8px; */
    /* height: 8px; */
    /* line-height: 40px; */
    /* overflow: hidden; */
    /* cursor: pointer; */
    /* border-radius: 50% 50%; */
    /* background-color: #FFFFFF */
/* } */

.banner .flex-control-nav .flex-active {
    background-color: #a8e8ff
}

.codeRight {
    right: 40px;
    position: absolute;
    transform: translate(0%, -50%);
}
.codeLeft {
    left: 40px;
    padding-left: 18px;
    position: absolute;
    transform: translate(0%, -50%);
}
.codeRight a img, .codeLeft a img{
    display: block;

}
.w {
    margin: 0px auto;
    width: 1050px;
}


.bg {
    background-color: rgba(0,0,0,0.25);
}
.w1000{ width:1000px; margin:0 auto;}
.bottom{height: 300px; padding: 40px 0; background-color: #1180cc; margin-top: 40px}
.bottom .link{float: left; width: 615px;}
.bottom .link ul li{float: left;width: 178px; height: 98px;background: #188ede; margin-right: 25px;margin-bottom: 20px;transition: all 0.4s;border:1px solid #188ede;}
.bottom .link ul li a{display: block;width: 178px;height: 98px;}
.bottom .link ul li a.l1{background:url(../images/l01.png) top center no-repeat;}
.bottom .link ul li a.l2{background:url(../images/l02.png) top center no-repeat;}
.bottom .link ul li a.l3{background:url(../images/l03.png) top center no-repeat;}
.bottom .link ul li a.l4{background:url(../images/l04.png) top center no-repeat;}
.bottom .link ul li a.l5{background:url(../images/l05.png) top center no-repeat;}
.bottom .link ul li a.l6{background:url(../images/l06.png) top center no-repeat;}
.bottom .link ul li a:hover{background-position: bottom center}
.bottom .link ul li:hover{border:1px solid #faf79a;}

.list{ overflow:hidden; position:relative; background: #0d73b9; width: 383px; height: 218px; float: right;}
.list .hd{ overflow:hidden;  display: none;}
.list .bd{ padding:20px;  }
.list .infoList li{ height:33px; color: #e2e7ea; }
.list .infoList li span{color: #f39700; margin-right: 4px;}
.list .infoList li i{color: #00ffff;margin: 0 2px;font-style: normal;}
.tempWrap{overflow:hidden; position:relative; height:165px}
.footerLink{background:url(../images/l07.png);}
.time_section h3{
    color:#FFF;
    height: 40px;
    line-height: 40px;
    text-align:center;
    padding:0 10px;
    font-size:14px;
    font-weight:700;
    font-size: 20px;
    top: 25px;
    z-index: 2;
    position:absolute;
    width: 336px;
}
.time{
    text-align: center;
    position: absolute;
    z-index: 2;
    top:76px;
    width: 336px;
    font-size: 24px;
}

.time span{
    color:#fff;
    background-color: rgba(78, 23, 23, 0.67);
    border: 1px solid rgba(220, 146, 10, 0.8);
    border-radius: 3px;
    width:50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}
.time em{
    color:#ffff01;
    font-style:normal;
    padding:5px;
    font-size: 24px;
}

.notify h1{
    font-size: 18px;
    margin-top: 30px;
    color:#006692;
    font-weight: bold;
}
.notify span{
    color:#fd4a00;
    font-weight: bold;
}

/*==announce==*/
#msgDiv{
    overflow: hidden;
}
.content{
	color: #7782aa;
  	font-size: 16px;
  	line-height: 24px;
  	letter-spacing: 1px;
}
.modal-content .modal-header {
  box-shadow: 2px -1px 16px rgba(90, 0, 0, 0.39);
  background:#0071ff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0071ff 0%,  #0da3ff 50%, #0071ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0071ff 0%,#0da3ff 50%,#0071ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0071ff 0%,#0da3ff 50%,#0071ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea2803', endColorstr='#ea2803',GradientType=0 );
  /* IE6-9 */
  border-radius: 5px 5px 0 0;
  padding:10px;
  border-bottom: initial;
}
.modal-header .close{
    color: #fff;
	line-height: 1.5;
    text-shadow: 0 2px 0 #0047b2;
    opacity:.9;
    float: right;
    font-size: 21px;
    font-weight: 700;
    border:none;
    background:none;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
	letter-spacing: normal;
}
.modal-content .modal-title {
    font-size: 18px;
    color: #ffffff;
}
.closes{
    display: block;
    text-align: center;
}

.codeRight .closes img, .codeLeft .closes img {
    display: inline-block;
}