.comfoter {
    min-width: 1200px; ! important;
    margin: 0 auto; ! important;
    text-align: center; ! important;
    font-size: 14px; ! important;
    /*font-family: SimHei ;*/
    width: 100%;
!
important;font-weight: bold;
    border-top: 1px solid #ddd ;
}

.comfoter a {
    display: inline; ! important;
    padding: 0px 0px; /* 设置内边距 */ ! important;
    margin: 15px; ! important;
    color: #5A5A5B; /* 设置文字颜色 */ ! important;
    text-decoration: none; /* 去掉下划线 */
!
important;
}

.comfoter a:visited {
    color: #666;
!
important;
}

.comfoter a:hover {
    /* 设置文字颜色 */
    color: #f60;
!
important;
}

 .content * {
     font-size: 16px;
     color: #b0b0b0;
     /*font-family: SimHei;*/
 }

.center {
    margin-left: auto;
    margin-right: auto;
}

.content .ui-button {
    padding: 10px 30px 10px 30px;
    font-size: 18px;
}

.content .ui-button.btnwhite {
    background-color: white;
    color: #f60;
    border: 1px solid #f60;
}

.content .ui-button.btnwhite:hover {
    background-color: #e50;
    color: white;
}

.content .logos img {
    width: 180px;
    margin: 20px 56px;
}

.content .collogo img {
    filter: grayscale(100%);
    filter: gray;
}

.content .collogo img:hover {
    filter: grayscale(0%);
    filter: none;
}

.logos img:hover{
    filter: grayscale(100%) !important;
    filter: gray !important;
}

.content .col {
    width: 1190px;
    text-align: center;
    padding: 30px;
    margin-top: 50px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

.content .acttable {
    empty-cells: show;
}

.content .acttable td {
    border-collapse: separate;
    width: 390px;
    vertical-align: bottom;
    overflow: hidden;
    box-sizing: content-box;
    margin-left: 0px;
}

.content .acttable td .title {
    width: 100%;
    text-align: center;
    color: white;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

.content .acttable td .tip * {
    width: 100%;
}

.content .acttable td .tip .tiptitle {
    padding-top: 60px;
    font-size: 23px;
    color: white;
    margin-bottom: 30px;
}

.content .acttable td .tip .tiptext {
    color: white;
    padding: 30px;
    box-sizing: border-box;
}

.content .acttable td .tip {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(255, 102, 0, .8);
    transform: scale(0);
    position: absolute;
    top: 0;
}

.content .acttable td:hover .tip {
    transition: all .5s cubic-bezier(.55, 0, .1, 1);
    transform: scale(1);
    position: relative;
    top: 0;
}

.content .acttable td:hover .title {
    transform: scale(0);
    position: absolute;
}

.content .rights {
    width: 80%;
    text-align: center;
    vertical-align: top;
    border-spacing: 30px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    margin: 5px
}

.content .rights td {
    width: 20%;
}

.content .rights>tbody>tr:first-child>td>div:first-child {
    background-color: #eeeeee;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 70px;
    font-size: 30px;
    color: #aaaaaa
}

.content .rights>tbody>tr:nth-child(3) td {
    vertical-align: top;
}

.content .maintext {
    color: #f80;
    font-size: 18px;
}

.content .colfooter {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
}

.content .colfooter * {
    font-size: 13px;
    text-align: center;
    color: #888;
}

.content .qrcodes {
    adding: 10px;
}

.content .qrcodes img {
    height: 100px;
    margin-bottom: 10px;
}

.content .linktitle {
    color: #333;
    margin-bottom: 5px;
}

.content .linkitem {
    display: block;
    text-decoration: none;
    margin: 0px;
}

.content .linkcell {
    padding: 35px 20px 20px 20px;
    vertical-align: top;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0; /*初始状态 透明度为0*/
    }
    30% {
        opacity: 0.3; /*中间状态 透明度为0*/
    }
    50% {
        opacity: 0.5; /*中间状态 透明度为0.5*/
    }
    70%{
        opacity: 0.8; /*中间状态 透明度为0.8*/
    }
    100% {
        opacity: 1; /*结尾状态 透明度为1*/
    }
}

img {
    filter: gray; /* just for IE6-9 */
}

body {
    overflow-x: hidden;
}

.navitem {
    color: #5A5A5B;
    margin: 5px 0px 5px 5px;
}

.navtoken {
    margin: 5px 5px 5px 0px;
    text-decoration: none;
    color:#5A5A5B;
    font-size:13px;

}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    box-shadow:none;
}