﻿@charset "utf-8";

/* CSS Document */
/* 兼容性提示页面样式 */
#compatwrap{
	width: 100%;height: 100%;overflow: hidden;background-color: #fff;
}
#compatcont{
	width: 40%;margin: 0 auto;margin-top: 3%;
}
#compatlogo{
	display: block;width: 60%;margin: 0 auto;max-width: 413px;margin-bottom: 5%;
}
.compatp1, .compatp2 {
    text-align: center!important;color: #0065c5!important;
}
.compatp1{
    font-size: 24px!important;margin-bottom: 15px;
}
.compatp2 {
    font-size: 18px!important;
}
.compat-ul {
    margin-top: 5%;text-align: center!important;
}
.compat-ul li {
    display: inline-block!important;width: 33%!important;
}
.compat-ul li a {
    display: block!important;width: 70px!important;height: 70px!important;margin: 0 auto!important;
background-position: center;background-size: cover;background-repeat: no-repeat;cursor: pointer!important;
}
.compat-ul li span {
	display: block!important;text-align: center!important;margin-top: 15px;font-size: 18px!important;color: #333;
	white-space:nowrap!important;
}
.compaticon1 {
    background-image: url("../images/compat/firefox.png");
}
.compaticon2 {
    background-image: url("../images/compat/chrome.png");
}
.compaticon4 {
    background-image: url("../images/compat/safari.png");
}
/* 返回首页样式 */
#pytBackHome{
	text-decoration: underline;color: #fff;display: block;float: right;margin-top: 15px;
}