@charset "utf-8"; html, body, button, input, select, textarea {
    font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", arial, tahoma, "\5b8b\4f53", sans-serif;
    color: #2F2F2F;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, html {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
}

i, em {
    font-style: normal;
}

ol, ul, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%;
    font-weight: normal
}

a, a:hover {
    text-decoration: none;
}

a {
    color: #2F2F2F;
    outline: none;
}

a:hover {
    color: #ff7e00;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

/**
***清理浮动**/
.clear:after, .clear:before {
    content: '';
    display: table;
}

.clear:after {
    clear: both;
    overflow: hidden;
}

.clear {
    *zoom: 1; }

body {
    font-size: 14px;
    background-color: #fff;
}

.box {
    width: 100%;
    float: left;
}

@font-face {
    font-family: "telfont";
    src: url('DINCond-Bold.otf') format('truetype');
}

.thinklog_pages a.current, .thinklog_pages a.current span, .thinklog_pages a:hover, .thinklog_pages a:hover span {
    border: #2F2F2F 1px solid;
    background: #2F2F2F;
    color: #fff;
}

/*broswer check*/
.m-browser-mask {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .85;
    filter: alpha(opacity=85);
    z-index: 9000
}

.m-browser-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1000px;
    height: 500px;
    margin: -250px 0 0 -500px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(200, 200, 200, .75);
    box-shadow: 0 0 10px rgba(200, 200, 200, .75);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 45px;
    z-index: 9999
}

.m-browser-box .title {
    font-size: 30px;
    padding: 20px 0;
    text-align: left;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding-left: 30px
}

.m-browser-box .subtitle {
    font-size: 22px;
    color: #717171;
    padding: 25px 0 25px 30px
}

.m-browser-box .list {
    width: 100%;
    height: 200px;
    margin-top: 50px
}

.m-browser-box .list li {
    float: left;
    width: 33%;
    margin-left: -55px
}

.m-browser-box .list li a {
    display: block
}

.m-browser-box .list li a .i-chrome, .m-browser-box .list li a .i-firefox, .m-browser-box .list li a .i-safari {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.m-browser-box .list li a .i-chrome {
    background: url(../images/com/i-chrome.jpg) center no-repeat
}

.m-browser-box .list li a .i-firefox {
    background: url(../images/com/i-firefox.jpg) center no-repeat
}

.m-browser-box .list li a .i-safari {
    background: url(../images/com/i-safari.jpg) center no-repeat
}

.m-browser-box .list li a .text {
    display: block;
    font-size: 14px;
    text-align: center
}

.dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000; }
.dialog .dialog_mask {
    height: 100%;
    background: #2a2b2f;
    opacity: .9; }
.dialog .dialog_main {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff; }
.dialog .dialog_main_active {
    display: block; }
.dialog .dialog_wx {
    width: 200px;
    margin: -160px 0 0 -145px;
    padding: 45px 45px 30px 45px; }
.dialog .dialog_wx img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 1000px;
    margin-top: -1000px; }
.dialog .dialog_wx p {
    line-height: 1;
    font-size: 18px;
    letter-spacing: 5px;
    text-align: center; }