﻿.body {
    background-color: #888;
}

.page {
    width: 100%;
    max-width: 1680px;
    min-width: 1300px;
    height: auto;
    background-color: #FFF;
    display: block;
    text-align: left;
    overflow: hidden;
}

.topbar {
    position: relative;
    width: 100%;
    height: 48px;
    padding: 0px;
    margin: 0px;
    display: block;
    background-color: #222;
    opacity: 0.98;
    z-index: 1200;
}

.topbar .logo {
    position: absolute;
    top: 14px;
    left: 14px;
    height: 20px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.topbar .logo img {
    height: 100%;
    border: 0px solid;
}

.topbar .info {
    position: absolute;
    width: 73%;
    left: 13%;
    border: 0px solid;
    text-align: left;
    color: #AAA;
    line-height: 48px;
}

.topbar .search {
    position: absolute;
    width: 10%;
    left: 88%;
}

.topbar .search input[type="text"] {
    position: relative;
    width: 100%;
    top: 10px;
    height: 28px;
    border: 0px;
    border-bottom: 1px solid #08F;
    text-align: center;
    color: #08F;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    background-color: #222;
}

.footbar {
    position: relative;
    width: 100%;
    height: 48px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    display: block;
    background-color: #000;
    opacity: 0.8;
}

.footbar .logo {
    position: absolute;
    top: 14px;
    left: 90%;
    height: 20px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    opacity: 0.8;
}

.footbar .logo img {
    height: 100%;
    border: 0px solid;
}

.footbar .info {
    position: absolute;
    width: 63%;
    left: 16px;
    border: 0px solid;
    text-align: left;
    color: #AAA;
    line-height: 48px;
    font-size: 0.7em;
}

.footbar .info img {
    height: 14px;
    border: 0px solid;
}


.titlebox {
    position: relative;
    width: 100%;
    left: 0px;
    height: 400px;
    top: -0px;
    overflow: hidden;
    background-color: #001;
    border-bottom: 1px solid #08F;
}

.titlebox .titleimg {
    position: relative;
    width: 100%;
    left: 0%;
    top: -80%;
    filter: blur(5px);
    animation: roll 5s;
    opacity: 0.3;
}

.titlebox .titleimg img{
    width:100%;
}


@keyframes roll {
    from {
        top: 0%;
    }
    to {
        top: -80%
    }
}

.titlebox .bar {
    position: absolute;
    top: 20%;
    left: 0px;
    width: 100%;
    height: 60%;
    background: linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: -ms-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    border-left: 2px solid #08F;
}

.titlebox .bar .title {
    position: absolute;
    top: 5%;
    left: 3%;
    width: 90%;
    height: auto;
    text-align: left;
    color: #FFF;
    font-size: 3em;
    display: block;
    background: none;
    border-bottom: 0px;
    vertical-align: middle;
    opacity: 0.8;
}

.titlebox .info {
    position: absolute;
    top: 93%;
    width: 98.5%;
    height: auto;
    text-align: right;
    color: #FFF;
    font-size: 0.9em;
    display: block;
    background: none;
    border-bottom: 0px;
    vertical-align: middle;
    opacity: 0.5;
}

.titlebox .info a {
    color: #CCC;
}

.titlebox .info a:hover {
    color: #FFF;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}



.offcanvas {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    display: block;
    border-right: 2px solid #000;
    background-color: #444;
}

.offcanvas .logo {
    position: relative;
    width: 100%;
    height: 48px;
    background-color: #fff;
}

.offcanvas .logo img {
    width: 30%;
}

.offcanvas .ocitem {
    position: relative;
    width: 100%;
    height: 180px;
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 0 0 12 0;
}

.offcanvas .ocitem .image {
    position: absolute;
    top: 40px;
    width: 100%;
    height: 180px;
}

.offcanvas .ocitem .image img {
    position: absolute;
    left: 0px;
    top: -90px;
    width: 100%;
    border: 0px solid;
}

.offcanvas .ocitem .title {
    position: absolute;
    top: 140px;
    width: 100%;
    line-height: 40px;
    font-size: 1.2em;
    text-shadow: 0px 0px 4px #888;
}

.offcanvas .ocitem .title a {
    display: block;
    background-color: #000;
    filter: Alpha(opacity=50);
    -moz-opacity: 5;
    opacity: 0.5;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.offcanvas .ocitem .title a:hover {
    background-color: #F80;
    filter: Alpha(opacity=90);
    -moz-opacity: 9;
    opacity: 0.9;
    color: #FFF;
    text-shadow: 0px 0px 4px #800;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.offcanvas .ocitem2 {
    position: relative;
    width: 100%;
    margin: 0 0 4 0;
    text-align: center;
}

.offcanvas .ocitem2 .title {
    width: 100%;
    line-height: 40px;
    font-size: 1.2em;
    text-shadow: 0px 0px 4px #888;
}

.offcanvas .ocitem2 .title a {
    display: block;
    background-color: #aaa;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.offcanvas .ocitem2 .title a:hover {
    background-color: #F80;
    filter: Alpha(opacity=90);
    -moz-opacity: 9;
    opacity: 0.9;
    color: #FFF;
    text-shadow: 0px 0px 4px #800;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.offcanvas .button {
    position: relative;
    width: 147px;
    height: 40px;
    margin: -4 0 2 0;
    background-color: #aaa;
    text-align: center;
    line-height: 38px;
    color: #fff;
    overflow: hidden;
    display: inline-block;
}

.offcanvas .button a {
    position: relative;
    width: 100%;
    height: 40px;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.offcanvas .button a:hover {
    width: 100%;
    height: 40px;
    background-color: #F80;
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.doc {
    position: relative;
    padding: 64 32 32 32;
    top: 0px;
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block;
    font-size: 1.3em;
    line-height: 2em;
    color: #888;
    text-align: left;
    font-weight: normal;
    display: block;
    overflow: hidden;
}

.doc a {
    color: #444;
    text-decoration: none;
    margin-left: 2px;
    margin-right: 2px;
}

.doc a:hover {
    color: #000;
    text-shadow: 0px 0px 2px #888;
}

.doc p {
    margin-top: 16px;
    margin-bottom: 16px;
    border-bottom: 11px, solid, #000;
}

.doc ul {
    padding: 0px;
    width: 100%;
}

.doc li {
    padding: 0px;
    width: 100%;
    display: inline-block;
}

.doc ul li {
    position: relative;
    border: 1px solid #CCC;
    border-left: 32px solid #CCC;
    text-align: left;
    overflow: hidden;
    padding: 32px;
    text-aign: left;
    font-size: 0.8em;
    line-height: 1.8em;
    background-color: #EEE;
    width: 100%;
    color: #888;
}

.doc ul li a {
    color: #888;
    text-decoration: none;
    margin-left: 2px;
    margin-right: 2px;
}

.doc ul li a:hover {
    color: #000;
    text-shadow: 0px 0px 2px #888;
}

.doc ul li .pic {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0px;
    text-align: center;
}

.doc ul li .pic .image {
    position: relative;
    left: 0px;
    width: 100%;
    height: auto;
}

.doc ul li .pic .image img {
    border: 0px solid;
}

.doc ul li .pic .caption {
    position: relative;
    top: 4px;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 40px;
}

.doc ul li .pic .caption a {
    position: relative;
    height: auto;
    color: #888;
    text-decoration: none;
}

.doc ul li .pic .caption a:hover {
    color: #000;
    text-shadow: 0px 0px 2px #444;
}

.doc ul li .qpic {
    position: relative;
    display: inline-block;
    left: 0px;
    top: 12px;
    width: 86px;
    height: 86px;
    padding: 0px;
    margin: 0px;
    margin-top: -8px;
    margin-bottom: 6px;
    margin-left: 0px !important;
    margin-left: 4px;
    overflow: hidden;
}

.doc ul li .qpic img {
    position: relative;
    width: 156px;
    left: -34px;
    border: 0px solid;
}

.doc ul li .doc {
    position: relative;
    display: inline-block;
    left: 0px;
    top: 8px;
    width: 32.55%;
    height: 117px;
    padding: 0px;
    margin: 0 0 4 4;
    overflow: hidden;
    background-color: #F8F8F8;
}

.doc ul li .doc .image {
    position: relative;
    width: 117px;
    height: 117px;
    border: 0px solid;
    float: left;
    overflow: hidden;
}

.doc ul li .doc img {
    position: relative;
    width: 156px;
    left: -20px;
    border: 0px solid;
    vertical-align: middle;
}

.doc ul li .doc .caption {
    position: absolute;
    display: block;
    top: 8px;
    left: 128px;
    width: 60%;
    font-size: 0.7em;
    line-height: 1.4em;
}

.doc ul li .doc .caption a {
    color: #888;
    text-decoration: none;
}

.doc ul li .doc .caption a:hover {
    color: #000;
    text-shadow: 0px 0px 2px #444;
}

.doc ul li .doc .author {
    position: absolute;
    display: block;
    top: 74px;
    height: 70px;
    width: 60%;
    left: 128px;
    font-size: 0.35em;
    line-height: 2em;
    -webkit-text-size-adjust: none;
}

.doc ul li .doc .author a {
    display: inline;
    color: #888;
    text-decoration: none;
}

.doc ul li .doc .author a:hover {
    color: #000;
    text-shadow: 0px 0px 2px #444;
}

.doc ul li .quotemore {
    position: relative;
    display: block;
    width: 100%;
}

.doc ul li .quotemore a {
    position: relative;
    width: 100%;
    height: 40px;
    display: block;
    color: #888;
    text-decoration: none;
    line-height: 40px;
    text-align: right;
}

.doc ul li .quotemore a:hover {
    display: block;
    color: #000;
    text-shadow: 0px 0px 2px #444;
}

.doc .builtin {
    position: relative;
    left: 0px;
    width: 100%;
    height: 320px;
    text-align: left;
    display: block;
    overflow: hidden;
    margin-top: 4px;
    background-color: #000;
}

.doc .builtin img {
    position: relative;
    top: -200px;
    left: 0px;
    width: 100%;
    filter: Alpha(opacity=50);
    -moz-opacity: 5;
    opacity: 0.5;
    filter: blur(16px) grayscale(90%);
}

.doc .builtin .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 230px;
    display: block;
    overflow: hidden;
    background-color: #888;
    background: linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(128, 128, 128, 0.8));
    background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(128, 128, 128, 0.8));
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(128, 128, 128, 0.8));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(128, 128, 128, 0.8));
}

.doc .builtin .caption {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 90%;
    text-align: left;
    font-size: 1.2em;
    color: #FFF;
    text-shadow: 0px 0px 4px #888;
}

.doc .builtin .synopsis {
    position: absolute;
    top: 96px;
    left: 32px;
    width: 736px;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.6em;
    text-shadow: 0px 0px 2px #888;
    color: #FFF;
    filter: Alpha(opacity=50);
    -moz-opacity: 5;
    opacity: 0.5;
}

.doc .builtin .read {
    position: absolute;
    top: 240px;
    left: 32px;
    width: 160px;
    text-align: left;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}

.doc .builtin .read a {
    display: block;
    color: #FFF;
    text-decoration: none;
    background-color: #F80;
}

.doc .builtin .read a:hover {
    display: block;
    background-color: #A00;
    color: #FFF;
}

.doc>li {
    list-style-type: none;
}

.doc .pic {
    position: relative;
    left: -0px;
    top: 0px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0px;
    text-align: center;
}

.doc .pic .image {
    position: relative;
    width: 100%;
    height: auto;
}

.doc .pic .image img {
    border: 0px solid;
    max-width: 100%;
}

.doc .pic .caption {
    position: relative;
    top: 4px;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 40px;
}

.doc .pic .caption a {
    height: auto;
    color: #AAA;
    text-decoration: none;
}

.doc .pic .caption a:hover {
    color: #000;
    text-shadow: 0px 0px 2px #444;
    text-decoration: none;
}

.doc .pic .content {
    position: relative;
    top: 8px;
    left: 10px;
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 20px;
    color: #AAA;
    text-align: left;
    margin-bottom: 16px;
}

.doc .bigpic {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0px;
    text-align: center;
}

.doc .bigpic .image {
    width: 100%;
    height: auto;
    background-color: #FFF;
}

.doc .bigpic .image img {
    width: 100%;
    border: 0px solid;
}

.doc .bigpic .caption {
    position: relative;
    top: 4px;
    width: 100%;
    background-color: #FFF;
    height: auto;
    text-align: center;
    line-height: 40px;
}

.doc .bigpic .caption a {
    position: relative;
    height: auto;
    color: #AAA;
    text-decoration: none;
}

.doc .bigpic .caption a:hover {
    color: #000;
    text-shadow: 0px 0px 2px #444;
}

.doc .bigpic .content {
    position: relative;
    top: 8px;
    left: 10px;
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 20px;
    color: #AAA;
    text-align: left;
    margin-bottom: 12px;
    margin-bottom: 16px;
}

.doc .smallpic {
    position: relative;
    display: inline-block;
    top: 4px;
    padding: 0px;
    margin: 0px;
    margin-right: 4px;
    width: 49.3%;
    vertical-align: top;
}

.doc .smallpic .image {
    position: relative;
    left: -2px;
    width: 100%;
}

.doc .smallpic .image img {
    width: 100%;
    border: 0px solid;
}

.doc .smallpic .caption {
    position: relative;
    top: 0px;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 30px;
    font-size: 0.8em;
    border-top: 2px solid #f80;
    background-color: #FFF;
}

.doc .smallpic .caption a {
    color: #AAA;
    text-decoration: none;
}

.doc .smallpic .caption a:hover {
    color: #000;
    text-shadow: 0px 0px 2px #444;
}

.doc .smallpic .content {
    position: relative;
    width: 90%;
    left: 5%;
    height: auto;
    font-size: 0.5em;
    line-height: 1.5em;
    color: #AAA;
    margin-bottom: 32px;
    background-color: #FFF;
}

.doc .smallpic2 {
    position: relative;
    top: 8px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    margin-bottom: 8px;
    margin-right: 4px;
    width: 32.5%;
    vertical-align: top;
}

.doc .smallpic2 .image {
    position: relative;
    width: 100%;
    left: -2px;
}

.doc .smallpic2 .image img {
    width: 100%;
    border: 0px solid;
}

.doc .smallpic2 .caption {
    position: relative;
    top: 0px;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 30px;
    font-size: 0.7em;
    border-top: 2px solid #f80;
    background-color: #FFF;
}

.doc .smallpic2 .caption a {
    color: #AAA;
    text-decoration: none;
}

.doc .smallpic2 .caption a:hover {
    color: #000;
    text-shadow: 0px 0px 2px #444;
}

.doc .smallpic2 .content {
    position: relative;
    width: 90%;
    left: 5%;
    height: auto;
    font-size: 0.5em;
    line-height: 1.5em;
    color: #AAA;
    margin-bottom: 32px;
    background-color: #FFF;
}

.doc .wrappic {
    position: relative;
    top: 0px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    margin-right: 64px;
    margin-bottom: 8px;
    width: 49.5%;
    float: left;
}

.doc .wrappic .image {
    position: relative;
    left: -2px;
    width: 100%;
}

.doc .wrappic .image img {
    width: 100%;
    border: 0px solid;
}

.doc .wrappic .caption {
    position: relative;
    top: 0px;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 30px;
    font-size: 0.8em;
    border-top: 2px solid #f80;
    background-color: #FFF;
}

.doc .wrappic .caption a {
    color: #AAA;
    text-decoration: none;
}

.doc .wrappic .caption a:hover {
    color: #000;
    text-shadow: 0px 0px 2px #444;
}

.doc .wrappic .content {
    position: relative;
    width: 90%;
    left: 5%;
    height: auto;
    font-size: 0.5em;
    line-height: 1.5em;
    color: #AAA;
    margin-bottom: 32px;
    background-color: #FFF;
}

.doc .subpagetitle {
    position: relative;
    display: block;
    font-weight: bold;
    line-height: 64px;
    width: 100%;
    height: 80px;
    left: -32px;
    font-size: 1.4em;
    padding-left: 32px;
    border-left: 2px solid #F80;
}

.doc .pageitemselected {
    position: relative;
    font-size: 1em;
    line-height: 64px;
    width: 100%;
    top: 3px;
    overflow: hidden;
}

.doc .pageitemselected a {
    display: block;
    background-color: #FA0;
    color: #FFF;
    width: 100%;
    border-left: 32px solid #A00;
    padding: 3px;
    padding-left: 18px;
    margin: 3px;
    margin-left: 0px;
}

.doc .pageitemselected a:hover {
    display: block;
    background-color: #444;
    color: #FFF;
    text-shadow: 0px 0px 4px #888;
    border-left: 32px solid #F00;
    padding: 3px;
    padding-left: 32px;
    margin: 3px;
    margin-left: 0px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-left: 32 solid #0A0;
}

.doc .pageitem {
    position: relative;
    font-size: 1em;
    line-height: 64px;
    width: 100%;
    top: 3px;
    overflow: hidden;
    vertical-align: middle;
}

.doc .pageitem a {
    line-height: 64px;
    display: block;
    background-color: #F80;
    color: #FFF;
    width: 100%;
    border-left: 32px solid #CCC;
    padding: 3px;
    padding-left: 18px;
    margin: 3px;
    margin-left: 0px;
}

.doc .pageitem a:hover {
    display: block;
    background-color: #444;
    color: #FFF;
    text-shadow: 0px 0px 4px #888;
    border-left: 32px solid #F00;
    padding: 3px;
    padding-left: 32px;
    margin: 3px;
    margin-left: 0px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.doc .hide {
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #000;
    display: block;
    font-size: 40px;
    Color: FF0;
    line-height: 80px;
    padding: 10 25;
    border-left: 32px solid #F80;
}

.doc table {
    bordercolor: #FFF;
    cellpadding: 9;
    width: 100%;
    margin: 30 0 30 0;
}

.doc td {
    border: 1px solid rgb(230, 230, 230);
    padding: 4px;
    line-height: 30px;
    color: #666;
}

.doc th {
    border: 1px solid rgb(0, 128, 255);
    padding: 4px;
    font-size: 1.2em;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    background-color: #08F;
}

.grade {
    position: relative;
    left: 0px;
    width: 100%;
    height: 60px;
    color: #444;
}

.doc .toolbar {
    position: relative;
    left: 0px;
    top: 16px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-bottom: 32px;
    display: block;
    text-align: left;
}

.toolbar .button {
    position: relative;
    width: 19.4%;
    left: 0.5%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.toolbar .button .caption {
    position: relative;
    font-size: 16px;
    display: block;
    color: #444;
}

.toolbar .button .caption a {
    width: auto;
    height: 48px;
    padding: 8px;
    line-height: 32px;
    display: block;
    color: #FFF;
    text-decoration: none;
    border-left: 16px solid #F80;
    background-color: #888;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.toolbar .button .caption a:hover {
    display: block;
    background-color: #444;
    color: #FFF;
    text-shadow: 0px 0px 8zpx #888;
    border-left: 16px solid #08F;
    ;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.grade .radio {
    position: relative;
    top: 10px;
    width: 6.9%;
    left: 14px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 1.2em;
}

.grade .caption {
    position: relative;
    top: 10px;
    left: 28px;
    width: 10%;
    height: auto;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
}

.grade input[type="submit"] {
    position: relative;
    width: 158px;
    height: 40px;
    top: 10px;
    border: 0px solid #08f;
    background-color: #08F;
    text-align: center;
    color: #FFF;
}

.blueline {
    width: 100%;
    height: 1px;
    padding: 0px;
    margin: 0px;
    display: block;
    overflow: hidden;
    background-color: #08F;
}

.talkarea {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #444;
    overflow: hidden;
    text-align: left;
    padding: 0 0 32 0;
}

.talkarea .bar {
    max-width: 1440px;
    height: auto;
    left: 170px;
    font-size: 1.7em;
    line-height: 120px;
    overflow: hidden;
    text-align: center;
    color: #CCC;
    font-weight: normal;
}

.talkarea .bar a {
    color: #CCC;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.talkarea .bar a:hover {
    color: #FFF;
    text-shadow: 0px 0px 4px #888;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.talkarea .bar b {
    color: #F80;
    font-size: 1.2em;
    vertical-align: top;
}

.talkarea .talk {
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: 8px;
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 120px;
    display: inline-block;
    vertical-align: top;
}

.talkarea .talk .icon {
    position: absolute;
    left: 32px;
    top: 0px;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #888;
    border: 1px solid #bbb;
    display: inline-block;
    overflow: hidden;
}

.talkarea .talk .icon img {
    position: absolute;
    border: 0px solid #888;
    width: 100%;
    top: 0%;
    left: 0%;
}

.talkarea .talk .userlevel {
    position: absolute;
    left: 32px;
    top: 0px;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background-color: #F80;
    border: 1px solid #fff;
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    line-height: 22px;
}

.talkarea .talk .ipicon {
    position: absolute;
    left: 32px;
    top: 0px;
    width: 100px;
    height: 100px;
    display: inline-block;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #4E4E4E;
    border: 1px solid #222;
    font-size: 90px;
    font-family: Arial;
    line-height: 50px;
    overflow: hidden;
}

.talkarea .talk .ipicon .ipadd {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 120px;
    height: 120px;
    font-size: 80px;
    font-family: Arial;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    transform: rotate(45deg);
}

.talkarea .talk .id {
    position: absolute;
    left: 32px;
    top: 104px;
    width: 100px;
    height: auto;
    display: inline-block;
    font-size: 14px;
    color: #444;
    line-height: 20px;
    text-align: center;
}

.talkarea .talk .id a {
    display: block;
    color: #888;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.talkarea .talk .id a:hover {
    color: #FFF;
    text-shadow: 0px 0px 4px #888;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.talkarea .talk .ip {
    position: absolute;
    left: 32px;
    top: 104px;
    width: 100px;
    height: auto;
    display: inline-block;
    font-size: 12px;
    font-family: Arial;
    line-height: 20px;
    text-align: center;
}

.talkarea .talk .dbox {
    position: relative;
    left: -16px;
    top: 0px;
    width: 800px;
    min-height: 120px;
    height: auto;
    display: block;
    background-color: #666;
    border: 1px solid #4E4E4E;
    text-align: left;
    display: inline-block;
}

.talkarea .talk .dbox .title {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    display: block;
    background-color: #4E4E4E;
    font-size: 1em;
    line-height: 1.7em;
    padding: 4;
}

.talkarea .talk .dbox .title a {
    color: #CCC;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.talkarea .talk .dbox .title a:hover {
    color: #FFF;
    text-shadow: 0px 0px 4px #888;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.talkarea .talk .dbox .title .hide {
    color: #FF8;
}

.talkarea .talk .dbox .title .dead {
    color: #8FF;
}

.talkarea .talk .dbox .comment {
    position: relative;
    padding: 4px;
    width: auto;
    height: auto;
    min-height: 100px;
    display: block;
    font-size: 1em;
    line-height: 1.7em;
    padding: 8px;
    color: #CCC;
}

.talkarea .talk .dbox .comment .readlink {
    position: relative;
    width: 98%;
    display: block;
    font-size: 14px;
    line-height: 26px;
    text-align: right;
}

.talkarea .talk .dbox .comment .readlink a {
    color: #CCC;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.talkarea .talk .dbox .comment .readlink a:hover {
    color: #FFF;
    text-shadow: 0px 0px 4px #888;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.talkarea .talk .dbox .comment .timebar {
    position: relative;
    width: 98%;
    display: block;
    font-size: 11px;
    line-height: 18px;
    text-align: right;
    vertical-align: bottom;
    color: #CCC;
}

.talkarea .talk .dbox .comment .pic {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #F80;
}

.talkarea .talk .dbox .comment .pic .image {
    max-width: 100%;
    height: auto;
    background-color: #FFF;
    border-bottom: 2px solid #F80;
}

.talkarea .talk .dbox .comment .pic .image img {
    width: 100%;
    height: auto;
    border: 0px solid;
}

.talkarea .talk .dbox .comment .pic .caption {
    position: relative;
    max-width: 100%;
    background-color: #EEE;
    text-align: center;
    line-height: 2em;
    font-size: 1em;
    padding: 4px;
    margin: 0 0 8 0;
}

.talkarea .talk .dbox .comment .pic .caption a {
    color: #888;
    text-decoration: none;
    height: 54px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.talkarea .talk .dbox .comment .pic .caption a:hover {
    color: #000;
    text-shadow: 0px 0px 2px #444;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.talkarea .talk .dbox .comment img {
    max-width: 100%;
    height: auto;
    border: 0px solid;
}

.talkarea .talk .f {
    position: absolute;
    left: 85%;
    top: 4px;
    width: 20%;
    text-align: left;
    display: block;
    color: #484848;
    font-size: 100px;
    line-height: 100px;
    overflow: hidden;
}

.talkarea .title {
    position: relative;
    width: 100%;
    left: 170px;
    top: 0px;
    display: block;
    vertical-align: top;
    line-height: 120px;
    font-size: 50px;
    color: #888;
}

.talkarea .sender {
    position: relative;
    top: 64px;
    margin-top: 3px;
    padding: 32 0 64 0;
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
    line-height: 22px;
    background-color: #FFF;
}

.talkarea .sender .line {
    position: relative;
    top: 0px;
    left: -8%;
    width: 800px;
    height: auto;
    display: block;
    vertical-align: top;
    color: #444;
}

.talkarea .sender .line .left {
    position: relative;
    top: 0%;
    left: 0%;
    width: 12%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.talkarea .sender .line .right {
    position: relative;
    top: 0%;
    left: 0%;
    width: 85%;
    height: auto;
    min-height: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.talkarea .sender .line .right a {
    margin-right: 8px;
    color: #888;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.talkarea .sender .line .right a:hover {
    color: #000;
    text-shadow: 0px 0px 2px #444;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.talkarea .sender .right input[type="text"] {
    border: 1px solid #555;
    width: 730px;
}

.talkarea .sender .line .right .face {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    left: 0px;
    width: 100%;
    height: auto;
}

.talkarea .sender .line .right .face .radios {
    position: relative;
    width: 50px;
    height: auto;
    display: inline-block;
}

.talkarea .sender .line .right .face .radios input[type="radio"] {
    margin: 0 12 0 0;
}

.talkarea .sender .line .right textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #CCC;
    background: url(../images/background2.gif) no-repeat;
}

.talkarea .sender .line .right input[type="submit"] {
    position: relative;
    width: 160px;
    height: 44px;
    top: 8px;
    border: 1px solid #08F;
    background-color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Arial;
    font-size: 20px;
    text-align: center;
    color: #000;
}

.addbox {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #FFF;
    padding: 0px;
    margin: 0px;
    display: block;
    text-align: center;
    text-align: left;
    overflow: hidden;
}

.addbox form {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.addbox .title {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    font-size: 40px;
    line-height: 120px;
    text-align: center;
}

.addbox form .line {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    min-height: 50px;
    font-size: 18px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    color: #888;
}

.addbox form .line .left {
    position: relative;
    top: 0px;
    left: 0px;
    width: 634px;
    height: auto;
    min-height: 40px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 16px;
    border-right: 1px solid #eee;
}

.addbox form .line .right {
    position: absolute;
    top: 0px;
    left: 650px;
    width: 634px;
    height: auto;
    min-height: 40px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 16px;
}

.addbox form input[type="text"] {
    position: absolute;
    top: 10px;
    left: 120px;
    width: 450px;
    height: 30px;
    border: 1px solid #CCC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Arial;
    font-size: 16px;
    text-align: left;
    color: #444;
}

.addbox form .copyright {
    position: absolute;
    top: 0px;
    left: 120px;
    width: 450px;
    height: 30px;
    font-size: 16px;
    text-align: left;
    color: #444;
    vertical-align: top;
}

.addbox form .line .box {
    position: relative;
    top: 0px;
    left: 0px;
    width: 1284px;
    height: auto;
    min-height: 40px;
    display: block;
    vertical-align: middle;
    padding-left: 16px;
    padding-bottom: 16px;
    border-right: 1px solid #eee;
}

.addbox form .box .itemname {
    position: absolute;
    top: 0px;
    left: 16px;
    width: 120px;
    height: auto;
    text-align: left;
    display: block;
}

.addbox form .box .checkboxlist {
    position: relative;
    top: 8px;
    left: 104px;
    width: 1160px;
    height: auto;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #444;
    vertical-align: top;
    display: block;
    text-align: left;
}

.addbox form .box .checkboxlist .checkbox {
    position: relative;
    width: 10%;
    height: auto;
    display: inline-block;
}

.addbox form .box textarea {
    position: relative;
    top: 8px;
    left: 104px;
    width: 1160px;
    height: 100px;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    border: 1px solid #CCC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Arial;
    font-size: 16px;
    text-align: left;
    color: #444;
    text-align: left;
}

.addbox form .line input[type="submit"] {
    position: relative;
    top: 5px;
    left: 120px;
    width: 160px;
    height: 40px;
    border: 2px solid #F80;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Arial;
    font-size: 20px;
    text-align: center;
    color: #444;
}

.midarea {
    position: relative;
    width: 102%;
    padding-bottom: 4px;
    height: auto;
    text-align: left;
    overflow: hidden;
}

.midarea .result {
    position: relative;
    left: 24px;
    top: 0px;
    width: 600px;
    height: auto;
    text-align: left;
    font-size: 22px;
    line-height: 40px;
    color: #AAA;
    overflow: hidden;
}

.midarea .listname {
    position: absolute;
    left: 24px;
    top: 4px;
    width: 600px;
    height: auto;
    text-align: left;
    font-size: 22px;
    line-height: 40px;
    color: #AAA;
    overflow: hidden;
}

.midarea .listname a {
    padding-left: 16px;
    color: #888;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.midarea .listname a:hover {
    color: #000;
    text-shadow: 0px 0px 4px #888;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.midarea .item {
    position: relative;
    top: 0px;
    margin-top: 4px;
    margin-right: 4px;
    width: 19.5%;
    height: 522px;
    text-align: center;
    background-color: #FFF;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.midarea .item img {
    position: relative;
    left: 0px;
    width: 100%;
    border: 0px solid;
}

.midarea .item .whitepie {
    position: absolute;
    left: 86%;
    top: 10px;
    width: 28px;
    height: 28px;
    display: block;
    background-color: #FFF;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}

.midarea .item .whitepie .redpie {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 26px;
    height: 26px;
    display: block;
    background-color: #A00;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
    line-height: 26px;
    text-align: center;
    overflow: hidden;
}

.midarea .item .author {
    position: absolute;
    left: 16px;
    top: 20%;
    width: 260px;
    height: auto;
    display: block;
    font-size: 11px;
    text-align: left;
    color: #ccc;
}

.midarea .item .author a {
    color: #ccc;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.midarea .item .author a:hover {
    color: #000;
    text-shadow: 0px 0px 4px #888;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.midarea .item .title {
    font-size: 16px;
    width: 94%;
    font-weight: normal !important;
    font-weight: bold;
    text-align: left;
}

.midarea .item .title a {
    position: relative;
    width: 94%;
    height: auto;
    top: 8px;
    left: 3%;
    display: block;
    color: #444;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.midarea .item .title a:hover {
    color: #000;
    text-shadow: 0px 0px 4px #888;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.midarea .item .synopsis {
    position: relative;
    top: 24px;
    left: 3% !important;
    left: 1%;
    width: 94%;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    display: block;
    color: #888;
}

.midarea .item .key {
    position: relative;
    top: 40px;
    left: 3% !important;
    left: 1%;
    width: 94%;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    display: block;
    color: #888;
}

.midarea .item .key a {
    color: #AAA;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.midarea .item .key a:hover {
    color: #000;
    text-shadow: 0px 0px 4px #888;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.midarea .pic {
    position: relative;
    top: 0px;
    margin-top: 4px;
    margin-right: 4px;
    width: 19.5%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.midarea .pic img {
    position: relative;
    left: 0px;
    width: 100%;
    border: 0px solid;
}

.midarea .pic .title {
    position: relative;
    font-size: 14px;
    width: 100%;
    height: auto;
    text-align: left;
    background-color: #F6F;
}

.midarea .pic .title a {
    position: relative;
    width: 100%;
    height: auto;
    padding: 4px;
    display: block;
    color: #444;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.midarea .pic .title a:hover {
    color: #000;
    text-shadow: 0px 0px 4px #888;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.midarea .shortmessage {
    position: relative;
    top: 0px;
    width: 322px;
    height: 310px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background-color: #EEE;
    margin-top: 4px;
    margin-right: 4px;
}

.midarea .shortmessage .title {
    position: relative;
    top: 0px;
    width: 100%;
    height: 30px;
    text-align: center;
    display: block;
    overflow: hidden;
    background-color: #F80;
    font-size: 16px;
    line-height: 30px;
    color: #FFF;
}

.midarea .shortmessage .sender {
    position: relative;
    top: 1px;
    width: 100%;
    height: 30px;
    text-align: center;
    display: block;
    overflow: hidden;
    background-color: #CCC;
    font-size: 14px;
    line-height: 30px;
    color: #FFF;
}

.midarea .shortmessage .sender a {
    text-decoration: none;
    color: #444;
}

.midarea .shortmessage .sender a:hover {
    color: #000;
    text-shadow: 0px 0px 4px #888;
}

.midarea .shortmessage .text {
    position: relative;
    top: 8px;
    left: 8px;
    width: 306px;
    height: auto;
    text-align: left;
    display: block;
    font-size: 14px;
    line-height: 22px;
}

.midarea .shortmessage .kill {
    position: absolute;
    top: 280px;
    left: 0px;
    width: 100%;
    height: 30px;
    text-align: center;
    display: block;
    overflow: hidden;
    background-color: #AAA;
    font-size: 16px;
    line-height: 30px;
    color: #FFF;
}

.midarea .tie {
    position: relative;
    top: 0px;
    margin-top: 4px;
    margin-right: 4px;
    width: 322px;
    height: 310px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background: url(../images/tie.gif) no-repeat;
    background-color: #FFF;
}

.midarea .tie .title {
    position: absolute;
    top: 70px;
    left: 4%;
    font-size: 18px;
    width: 90%;
    text-align: left;
}

.midarea .tie .title a {
    position: relative;
    width: 90%;
    height: auto;
    top: 8px;
    left: 3%;
    display: block;
    color: #444;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.midarea .tie .title a:hover {
    color: #000;
    text-shadow: 0px 0px 4px #888;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.midarea .tie .postuser {
    position: absolute;
    width: 80%;
    left: 3%;
    top: 190px;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    vertical-align: top;
}

.midarea .tie .postuser a {
    position: relative;
    width: auto;
    height: auto;
    padding-right: 8px;
    display: inline-block;
    color: #444;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.midarea .tie .replies {
    position: absolute;
    top: 20px;
    width: 30px;
    height: 30px;
    left: 140px;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    background-color: #A00;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -webkit-text-size-adjust: none;
}

.midarea .tie .postuser a:hover {
    color: #000;
    text-shadow: 0px 0px 4px #888;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.midarea .bbstie {
    position: relative;
    top: 0px;
    margin-top: 4px;
    width: 100%;
    height: 64px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background-color: #F8F8F8;
}

.midarea .bbstie .title {
    position: relative;
    top: 0px;
    font-size: 16px;
    text-align: left;
    line-height: 64px;
    overflow: hidden;
}

.midarea .bbstie .title a {
    padding: 0 0 0 12;
    width: 70%;
    position: relative;
    display: inline-block;
    color: #666;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 1.2em;
    border-left: 4px solid #AAA;
}

.midarea .bbstie .title a:hover {
    color: #FFF;
    text-shadow: 0px 0px 4px #FFF;
    background-color: #F80;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-left: 4px solid #800;
}

.midarea .bbstie .postuser {
    position: absolute;
    left: 85%;
    top: 24px;
    font-size: 11px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    color: #BBB;
    -webkit-text-size-adjust: none;
}

.midarea .bbstie .postuser a {
    padding-right: 8px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.midarea .bbstie .replies {
    position: absolute;
    left: 82%;
    top: 21px;
    width: 22px;
    height: 22px;
    text-align: center;
    display: block;
    background-color: #A00;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    line-height: 22px;
    overflow: hidden;
    -webkit-text-size-adjust: none;
}

.midarea .bbstie .postuser a:hover {
    color: #000;
    text-shadow: 0px 0px 4px #888;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.midarea .bbstie .pn {
    position: absolute;
    left: 72%;
    height: auto;
    text-align: left;
}

.midarea .bbsbesttie {
    position: relative;
    top: 0px;
    margin-top: 4px;
    width: 100%;
    height: 64px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background-color: #EEE;
}

.midarea .bbsbesttie .title {
    position: relative;
    top: 0px;
    font-size: 1.2em;
    text-align: left;
    line-height: 64px;
    overflow: hidden;
}

.midarea .bbsbesttie .title a {
    padding: 0 0 0 12;
    width: 70%;
    position: relative;
    display: inline-block;
    color: #844;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-left: 4px solid #800;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.midarea .bbsbesttie .title a:hover {
    color: #FFF;
    text-shadow: 0px 0px 4px #888;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-left: 4px solid #F00;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    background-color: #08F;
}

.midarea .bbsbesttie .postuser {
    position: absolute;
    left: 85%;
    top: 24px;
    font-size: 11px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    color: #B88;
    -webkit-text-size-adjust: none;
}

.midarea .bbsbesttie .postuser a {
    padding-right: 8px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.midarea .bbsbesttie .replies {
    position: absolute;
    left: 82%;
    top: 21px;
    width: 22px;
    height: 22px;
    text-align: center;
    display: block;
    background-color: #A00;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    line-height: 22px;
    overflow: hidden;
    -webkit-text-size-adjust: none;
}

.midarea .bbsbesttie .postuser a:hover {
    color: #000;
    text-shadow: 0px 0px 4px #888;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.midarea .bbsbesttie .pn {
    position: absolute;
    left: 72%;
    top: 4px;
    height: auto;
    text-align: left;
}

.midarea .bbstoptie {
    position: relative;
    top: 0px;
    margin-top: 4px;
    width: 1300px;
    height: 50px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background-color: #E8E8E8;
    border-left: 4px solid #0AA;
}

.midarea .bbstoptie .title {
    position: relative;
    top: 0px;
    left: 12px;
    font-size: 16px;
    text-align: left;
    line-height: 50px;
    overflow: hidden;
}

.midarea .bbstoptie .title a {
    width: 1000px;
    position: relative;
    display: inline-block;
    color: #488;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.midarea .bbstoptie .title a:hover {
    color: #000;
    text-shadow: 0px 0px 4px #888;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.midarea .bbstoptie .postuser {
    position: relative;
    left: 32px;
    top: 24px;
    font-size: 11px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    color: #8BB;
    -webkit-text-size-adjust: none;
}

.midarea .bbstoptie .postuser a {
    padding-right: 8px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.midarea .bbstoptie .replies {
    position: absolute;
    left: 1260px;
    top: 14px;
    width: 22px;
    height: 22px;
    text-align: center;
    display: block;
    background-color: #A00;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    line-height: 22px;
    overflow: hidden;
    -webkit-text-size-adjust: none;
}

.midarea .bbstoptie .postuser a:hover {
    color: #000;
    text-shadow: 0px 0px 4px #888;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.midarea .bbstoptie .pn {
    position: absolute;
    left: 1032px;
    top: 4px;
    height: auto;
    text-align: left;
}

.adminuser {
    position: relative;
    top: 0px;
    margin: 4px;
    width: 100%;
    border: 0px solid;
    background-color: #F8F8FF;
    font-size: 18px;
    display: block;
    text-align: left;
    line-height: 32px;
    height: 40px;
}

.adminuser .regtime {
    position: absolute;
    top: 0px;
    left: 700px;
    width: 200px;
    font-size: 9px;
}

.adminuser .id {
    position: absolute;
    top: 0px;
    left: 50px;
    width: 600px;
}

.adminuser input {
    position: absolute;
    top: 12px;
    left: 8px;
}

.midarea .user {
    position: relative;
    top: 0px;
    margin-top: 4px;
    margin-right: 4px;
    width: 12.05%;
    text-align: center;
    background-color: #FFF;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.midarea .user img {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    border: 0px solid;
}

.midarea .user .id {
    position: absolute;
    font-size: 14px;
    width: 100%;
    height: 40px;
    display: block;
    bottom: 0px;
    left: 0px;
}

.midarea .user .id a {
    width: 100%;
    height: 40px;
    display: block;
    color: #FFF;
    opacity: 0.8;
    text-decoration: none;
    background-color: #444;
    font-size: 16px;
    line-height: 40px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.midarea .user .id a:hover {
    color: #FFF;
    text-shadow: 0px 0px 4px #800;
    background-color: #F80;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.midarea .user .id .notpass {
    width: 100%;
    height: 41px;
    color: #FFF;
    display: block;
    background-color: #A00;
}

.midarea .line {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block;
    vertical-align: top;
    background-color: #FFF;
    padding: 16px;
    border-bottom: 1px solid #DDD;
}

.midarea .line .left {
    position: relative;
    top: 0%;
    width: 30%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    font-size: 1.1em;
    line-height: 2ms;
    color: #444;
}

.midarea .line .right {
    position: relative;
    top: 0%;
    left: 2%;
    width: 65%;
    height: auto;
    min-height: 30px;
    display: inline-block;
    font-size: 1em;
    color: #888;
    text-align: left;
}

.toparea .random {
    position: relative;
    left: 0px;
    width: 100%;
    height: 600px;
    text-align: left;
    background-color: #002;
    display: block;
    overflow: hidden;
    margin: 0 0 64 0;
}

.toparea .random img {
    position: absolute;
    top: -256px;
    width: 100%;
    filter: Alpha(opacity=50);
    -moz-opacity: 5;
    opacity: 0.5;
}

.toparea .random .title {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 90%;
    text-align: left;
    font-size: 2em;
    color: #FFF;
    text-shadow: 0px 0px 4px #888;
}

.toparea .random .synopsis {
    position: absolute;
    top: 100px;
    left: 32px;
    width: 800px;
    text-align: left;
    font-size: 1.2em;
    text-shadow: 0px 0px 2px #888;
    color: #FFF;
}

.toparea .random .read {
    position: absolute;
    top: 340px;
    left: 32px;
    width: 170px;
    text-align: left;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}

.toparea .random .read a {
    display: block;
    color: #FFF;
    text-decoration: none;
    background-color: #08F;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.toparea .random .read a:hover {
    display: block;
    background-color: #00F;
    color: #FFF;
    text-shadow: 0px 0px 4px #08F;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.spacex {
    position: relative;
    width: 100%;
    height: 36px;
}

.viewall {
    position: relative;
    width: 98%;
    height: 72px;
    font-size: 30px;
    text-align: right;
}

.viewall a {
    color: #000;
}

.picview .picture {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 450px;
    margin-bottom: 8px;
    display: block;
    background-color: #EEE;
}

.picview .picture img {
    max-width: 100%;
    border: 0px solid;
}

.picview .title {
    position: relative;
    top: 0px;
    width: 100%;
    padding: 16px;
    display: block;
    font-size: 2em;
    line-height: 3em;
    color: #888;
    text-align: center;
    background-color: #222;
}

.picview .pictext {
    position: relative;
    top: 0px;
    left: 50%;
    width: 50%;
    height: 182px;
    min-height: 182px;
    padding: 16px;
    display: block;
    font-size: 0.9em;
    line-height: 1.5em;
    color: #888;
    text-align: right;
}

.picview .buttons {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    display: block;
    text-align: right;
    font-size: 1em;
    line-height: 50px;
}

.picview .buttons .button {
    position: relative;
    width: 128px;
    height: 50 px;
    background-color: #888;
    text-align: center;
    color: #fff;
    overflow: hidden;
    display: inline-block;
    margin-right: 4px;
}

.picview .buttons .button a {
    position: relative;
    width: 100%;
    height: 50px;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.picview .buttons .button a:hover {
    width: 100%;
    height: 50px;
    background-color: #F80;
    color: #fff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.picview .buttons .widebutton {
    position: relative;
    width: 256px;
    height: 50px;
    background-color: #08F;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    margin-right: 4px;
}

.picview .buttons .widebutton a {
    position: relative;
    width: 100%;
    height: 50px;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.picview .buttons .widebutton a:hover {
    width: 100%;
    height: 50px;
    background-color: #F80;
    color: #fff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.picview .buttons .yellowbutton {
    position: relative;
    width: 256px;
    height: 50px;
    background-color: #FB0;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    margin-right: 4px;
}

.picview .buttons .yellowbutton a {
    position: relative;
    width: 100%;
    height: 50px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.picview .buttons .yellowbutton a:hover {
    width: 100%;
    height: 50px;
    background-color: #F80;
    color: #fff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.picview .buttons .modbutton {
    position: relative;
    width: 128px;
    height: 50px;
    background-color: #FB0;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    margin-right: 4px;
}

.picview .buttons .modbutton a {
    position: relative;
    width: 100%;
    height: 50px;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    background-color: #E8E8E8;
}

.picview .buttons .modbutton a:hover {
    width: 100%;
    height: 50px;
    background-color: #F80;
    color: #fff;
}

.picview .buttons .delbutton {
    position: relative;
    width: 128px;
    height: 50px;
    background-color: #800;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    margin-right: 4px;
}

.picview .buttons .delbutton a {
    position: relative;
    width: 100%;
    height: 50px;
    color: #F00;
    text-decoration: none;
    display: inline-block;
}

.picview .buttons .delbutton a:hover {
    width: 100%;
    height: 50px;
    background-color: #F80;
    color: #fff;
    display: inline-block;
}

.picview .buttons input[type="text"] {
    position: absolute;
    left: 8px;
    width: 200px;
    width: 17.5%;
    height: 50px;
    border: 1px solid #08F;
    font-family: Arial;
    text-align: center;
    color: #888;
}

.pagenumberbar {
    position: relative;
    width: 95%;
    height: 50px;
    font-size: 7pt;
    text-align: right;
    -webkit-text-size-adjust: none;
}

.pagenumberbar li {
    position: relative;
    top: 16px;
    list-style-type: none;
    display: inline;
    padding-bottom: 1px;
    margin: 2px;
}

.pagenumberbar b {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: #B00;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    text-align: center;
    line-height: 24px;
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
    overflow: hidden;
}

.pagenumberbar a {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: #888;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    text-align: center;
    line-height: 24px;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pagenumberbar a:hover {
    background-color: #F80;
    text-shadow: 0px 0px 2px #800;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.upload {
    position: relative;
    width: 1300px;
    height: 800px;
    background-color: #FFF;
    padding: 0px;
    margin: 0px;
    display: block;
    text-align: left;
    overflow: hidden;
}

.upload .title {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 120px;
    font-size: 56px;
    color: #888;
}

.upload .line {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 50px;
    line-height: 40px;
    font-size: 18px;
}

.upload .line .left {
    position: relative;
    top: 0;
    left: 10%;
    width: 20%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.upload .line .right {
    position: relative;
    top: 0;
    left: 1%;
    width: 60%;
    height: auto;
    display: inline-block;
    line-height: 25px;
    font-size: 18px;
    vertical-align: bottom;
    text-align: left;
}

.searchbox {
    position: relative;
    width: 100%;
    height: 80%;
    background-color: #FFF;
    padding: 0px;
    margin: 0px;
    display: block;
    text-align: left;
    overflow: hidden;
    background: url(../../../images/doc/20170518/00067888.jpg) no-repeat;
    background-size: 100%;
}

.searchbox .text {
    position: absolute;
    top: 120px;
    left: 120px;
    width: auto;
    height: auto;
}

.searchbox .text input[type="text"] {
    width: 350px;
    height: 42px;
    border: 1px solid #08F;
    font-size: 1.2em;
    text-align: left;
    color: #080;
    filter: Alpha(opacity=90);
    -moz-opacity: 9;
    opacity: 0.9;
}

.searchbox .submit {
    position: absolute;
    top: 120px;
    left: 478px;
    width: auto;
    height: auto;
}

.searchbox input[type="submit"] {
    width: 120px;
    height: 42px;
    border: 2px solid #08F;
    background-color: #08F;
    font-size: 1.2em;
    text-align: center;
    color: #FFF;
}

.searchbox .radios {
    position: absolute;
    top: 170px;
    left: 120px;
    width: 350px;
    height: 42px;
    font-size: 22px;
    text-align: left;
    color: #fff;
    filter: Alpha(opacity=90);
    -moz-opacity: 9;
    opacity: 0.9;
}

.searchbox .radios .radio {
    position: relative;
    width: 22%;
    display: inline-block;
}

.searchbox .keyword {
    position: absolute;
    top: 290px;
    left: 120px;
    width: 650px;
    height: 42px;
    font-size: 22px;
    text-align: left;
    color: #FFF;
    filter: Alpha(opacity=90);
    -moz-opacity: 9;
    opacity: 0.9;
}

.searchbox .keyword a {
    color: #FFF;
    text-decoration: none;
    font-size: 1em;
}

.searchbox .keyword a:hover {
    color: #FFF;
    text-shadow: 0px 0px 4px #0F0;
}

.searchbox .tip {
    position: absolute;
    top: 250px;
    left: 120px;
    width: 1000px;
    height: auto;
    font-size: 14px;
    text-align: left;
    color: #FFF;
    filter: Alpha(opacity=70);
    -moz-opacity: 7;
    opacity: 0.7;
}

.searchbox .tip a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
}

.searchbox .tip a:hover {
    color: #FFF !important;
    color: #0F0;
    text-shadow: 0px 0px 4px #08F;
}

.pnbar {
    position: relative;
    width: auto;
    height: auto;
    font-size: 6pt;
    line-height: 64px;
}

.pnbar li {
    list-style-type: none;
    display: inline;
    padding-bottom: 1px;
    margin: 1px;
}

.pnbar b {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: #800;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    text-align: center;
    line-height: 16px;
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
}

.pnbar a {
    width: auto;
    min-width: 16px;
    padding: 0 4 px;
    height: 16px;
    display: inline-block;
    background-color: #888;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    text-align: center;
    line-height: 16px;
    color: #FFF;
    text-decoration: none;
    -webkit-text-size-adjust: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pnbar a:hover {
    color: #FFF;
    background-color: #F80;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.tiedoc {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #F0F0F0;
    padding: 0px;
    margin: 0px;
    display: block;
    text-align: left;
    overflow: hidden;
}

.tiedoc a {
    text-decoration: none;
}

.tiedoc a:hover {
    color: #000;
    text-shadow: 0px 0px 1px #44F;
}

.tiedoc .pathbar {
    position: relative;
    top: 0px;
    left: 16px;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    display: block;
    text-align: left;
    overflow: hidden;
}

.tiedoc .pathbar a {
    color: #444;
}

.tiedoc .code {
    position: absolute;
    top: 10px;
    left: 85%;
    width: 180px;
    font-size: 14px;
    display: block;
    text-align: right;
}

.tiedoc .title {
    position: relative;
    width: 100%;
    padding: 40px;
    font-size: 2em;
    line-height: 60px;
    display: block;
    text-align: center;
    overflow: hidden;
    background-color: #FFF;
    border-top: 1px solid #CCC;
}

.tiedoc .treetitle {
    position: relative;
    width: 100%;
    font-size: 24px;
    line-height: 60px;
    display: block;
    text-align: center;
    overflow: hidden;
    background-color: #FFF;
    border-top: 1px solid #CCC;
}

.tiedoc .treeinfo {
    position: relative;
    width: 99%;
    padding-right: 40px;
    font-size: 14px;
    line-height: 32px;
    display: block;
    text-align: right;
    overflow: hidden;
    background-color: #FFF;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.tiedoc .treeinfo .menu {
    position: relative;
    padding: 0px;
    margin: 0px;
    width: auto;
    height: auto;
    top: 0px;
    display: inline-block;
    background-color: #FFF;
    margin-left: 4px;
    font-size: 14px;
    line-height: 32px;
    vertical-align: top!important;
    vertical-align: middle;
    background: url(#) no-repeat 0% 0%;
}

.tiedoc .treeinfo a {
    color: #444;
}

.tiedoc .treeinfo .menu a {
    text-decoration: none;
}

.tiedoc .treeinfo .menu a:hover {
    color: #000;
    text-shadow: 0px 0px 2px #444;
}

.tiedoc .info {
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 40px;
    font-size: 14px;
    line-height: 64px;
    display: block;
    text-align: right;
    overflow: hidden;
    background-color: #FFF;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.tiedoc .info a {
    color: #444;
}

.tiedoc .info .menu {
    position: relative;
    padding: 0px;
    margin: 0px;
    width: auto;
    top: 0px;
    display: inline-block;
    margin-left: 4px;
    font-size: 14px;
    vertical-align: middle;
}

.tiedoc .info .menu a {
    text-decoration: none;
}

.tiedoc .info .menu a:hover {
    color: #000;
    text-shadow: 0px 0px 2px #444;
}

.tiedoc .toolbar {
    position: relative;
    width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 64px;
    display: block;
    text-align: right;
    background-color: #FFF;
    border-bottom: 1px solid #CCC;
}

.tiedoc .toolbar .tool {
    position: relative;
    top: 4px;
    width: 120px;
    height: 40px;
    margin-right: 4px;
    background-color: #08F;
    text-align: center;
    line-height: 38px;
    color: #fff;
    overflow: hidden;
    font-size: 15px;
    display: inline-block;
}

.tiedoc .toolbar .tool a {
    position: relative;
    width: 120px;
    height: 40px;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
}

.tiedoc .toolbar .tool a:hover {
    background-color: #F80;
    color: #FFFFFF;
}

.tiedoc .text {
    position: relative;
    width: auto;
    height: auto;
    font-size: 1.2em;
    line-height: 2em;
    display: block;
    text-align: left;
    padding: 40px;
    color: #444;
    border-bottom: 1px solid #CCC;
}

.tiedoc .text a {
    color: #444;
}

.tiedoc .pic {
    position: relative;
    display: inline-block;
    height: auto;
    margin: 16 0 16 0;
    background-color: #F80;
    vertical-align: top;
    max-width: 49.8%;
}

.tiedoc .pic .image {
    position: relative;
    margin: -8 0 -6 0;
    width: 100%;
    height: auto;
}

.tiedoc .pic .image a {}

.tiedoc .pic .image img {
    border: 0px solid;
    max-width: 100%;
    padding: 0px;
}

.tiedoc .pic .caption {
    position: relative;
    padding: 8px;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 40px;
    background-color: #FFF;
}

.tiedoc .pic .caption a {
    height: auto;
    color: #AAA;
    text-decoration: none;
}

.tiedoc .pic .caption a:hover {
    color: #000;
    text-shadow: 0px 0px 2px #444;
    text-decoration: none;
}

.tiedoc img {
    text-indent: 0 em;
    max-width: 100%;
    overflow: hidden;
    margin: 8 0 8 0;
}

.tiedoc .builtin {
    position: relative;
    top: 4px;
    left: 0px;
    width: 100%;
    height: 600px;
    text-align: left;
    background-color: #002;
    display: block;
    overflow: hidden;
}

.tiedoc .builtin img {
    position: absolute;
    top: -40%;
    left: 0px;
    width: 100%;
    filter: blur(8px);
    filter: Alpha(opacity=30);
    -moz-opacity: 3;
    opacity: 0.3;
}

.tiedoc .builtin .caption {
    position: absolute;
    top: 64px;
    left: 64px;
    width: 1000px;
    text-align: left;
    font-size: 2em;
    line-height: 1.2em;
    color: #FFF;
}

.tiedoc .builtin .synopsis {
    position: absolute;
    top: 192px;
    left: 64px;
    width: 800px;
    text-align: left;
    font-size: 1.2em;
    color: #FFF;
}

.tiedoc .builtin .read {
    position: absolute;
    top: 400px;
    left: 64px;
    width: 256px;
    text-align: left;
    font-size: 1.2em;
    line-height: 2.5em;
    text-align: center;
}

.tiedoc .builtin .read a {
    display: block;
    color: #FFF;
    text-decoration: none;
    background-color: #F80;
}

.tiedoc .builtin .read a:hover {
    display: block;
    background-color: #F00;
    color: #FFF;
    text-shadow: 0px 0px 4px #F80;
}

.tiedoc .submit {
    position: relative;
    width: 100%;
    text-align: center;
    line-height: 60px;
}

.tiedoc .submit input[type="submit"] {
    position: relative;
    border: 0px solid #08f;
    background-color: #08F;
    width: 150px;
    line-height: 40px;
    font-size: 1.2em;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
}

.tiedoc .submit input[type="reset"] {
    position: relative;
    border: 0px solid #08f;
    background-color: #f80;
    width: 150px;
    line-height: 40px;
    font-size: 1.2em;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
}

.tiedoc .hexie {
    position: relative;
    width: 80%;
    height: auto;
    min-height: 60px;
    text-align: left;
    border: 1px solid #CCC;
    border-left: 16px solid #CCC;
    margin: 4 0 4 0;
}

.tiedoc a {
    color: #444;
}

.tiedoc .hxtitle {
    position: relative;
    width: 100%;
    height: auto;
    padding-left: 40px;
    padding-right: 300px;
    font-size: 1em;
    line-height: 32px;
    text-align: left;
    background-color: #666;
    color: #fff;
}

.tiedoc .hxtitle a {
    color: #FFF;
}

.tiedoc .hxtitle .f {
    position: absolute;
    top: 0px;
    left: 80%;
    width: 150px;
    text-align: center;
    background-color: #CCC;
}

.tiedoc .hxtext {
    position: relative;
    width: 100%;
    height: auto;
    padding: 8 200 8 40;
    line-height: 22px;
    text-align: left;
}

.tiedoc .selectall {
    position: absolute;
    left: 20%;
    font-size: 1.2em;
}

.tiedoc .selectall input[type="checkbox"] {
    margin: 0 12 0 0;
}

.toparea_index {
    position: relative;
    background-color: #444;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.superitem {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 700px;
    display: block;
    overflow: hidden;
    text-align: center;
}

.superitem .mask {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 720px;
    height: 100%;
    background-color: #000;
    display: block;
    overflow: hidden;
    background: linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -ms-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.superitem .picbox {
    position: absolute;
    top: -15%;
    left: 0px;
    width: 110%;
    border: 0px solid;
    display: flex;
    text-align: center;
    align-items: center;
}

.superitem .picbox img {
    width: 100%;
    border: 0px solid;
}

.superitem .title {
    position: absolute;
    line-height: 60px;
    left: 50px;
    top: 40px;
    width: 600px;
    text-align: left;
    font-size: 35px;
    text-shadow: 0px 0px 4px #888;
    color: #FFF;
}

.superitem a {
    color: #FFF;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.superitem a:hover {
    color: #F80;
    text-shadow: 0px 0px 4px #800;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.superitem .synopsis {
    position: absolute;
    width: 500px;
    height: 360px;
    top: 90px;
    left: 24px;
    padding: 40px;
    text-align: left;
    font-size: 18px;
    line-height: 32px;
    color: #FFF;
    display: block;
    text-shadow: 0px 0px 4px #888;
    filter: Alpha(opacity=70);
    -moz-opacity: 7;
    opacity: 0.7;
}

.superitem .OtherFocus {
    position: absolute;
    width: 500px;
    height: 120px;
    top: 400px;
    left: 30px;
    padding: 40px;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    color: #FFF;
    display: block;
    text-shadow: 0px 0px 4px #888;
    filter: Alpha(opacity=60);
    opacity: 0.5;
}

.superitem .OtherFocus .doctitle {
    font-size: 14px;
    display: block;
    margin-left: 12px;
}

.superitem .OtherFocus .docscaption {
    line-height: 40px;
}

.leftbox {
    position: relative;
    left: 0px;
    top: 0;
    width: 75%;
    height: auto;
    display: block;
    overflow: hidden;
    background-color: #222;
}

.rightbox {
    position: absolute;
    right: 0px;
    top: 0;
    width: 25%;
    min-width: 300px;
    height: 700px;
    display: block;
    overflow: hidden;
    background-color: #f20;
}

.rightbox .doufu1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background-color: #444;
    display: flex;
    text-align: center;
    align-items: center;
}

.rightbox .doufu1 .bg {
    position: absolute;
    top: -38%;
    left: -50%;
    width: 200%;
    animation: bgmove 10s;
    filter: blur(5px);
}

.rightbox .doufu1 .bg img {
    width: 100%;
}

@keyframes bgmove {
    from {
        top: 0%;
        left: 0;
        width: 300%;
        filter: blur(0px);
    }
    to {
        top: -38%;
        left: -50%;
        width: 200%;
        filter: blur(5px);
    }
}

.rightbox .doufu1 .nb {
    position: absolute;
    bottom: 8%;
    left: 8%;
    font-size: 32px;
    color: #fff;
    z-index: 1000;
}

.rightbox .doufu1 .title {
    position: absolute;
    bottom: 12%;
    left: 40%;
    z-index: 1000;
    font-size: 30px;
    color: #fff;
}

.rightbox .doufu1 .fg {
    position: absolute;
    top: 40%;
    left: 10%;
    width: 80%;
    animation: fgmove 2s;
}

.rightbox .doufu1 .fg img {
    width: 100%;
}

@keyframes fgmove {
    from {
        top: 0%;
        left: -10%;
        width: 120%;
        filter: blur(5px);
    }
    to {
        top: 40%;
        left: 10%;
        width: 80%;
        filter: blur(0px);
    }
}

.rightbox .doufu1a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 25%;
    background-color: #000;
    display: flex;
    text-align: center;
    align-items: center;
    overflow: hidden;
}

.rightbox .doufu1a .bg {
    position: absolute;
    left: -10%;
    top: 0%;
    height: 101%;
    animation: bgmovea 5s;
}

@keyframes bgmovea {
    from {
        top: -10%;
        left: 0;
        height: 150%;
    }
    to {
        top: 0%;
        left: -10%;
        height: 101%;
    }
}

.rightbox .doufu1a .bg img {
    height: 100%;
}

.rightbox .doufu1a .nb {
    position: absolute;
    bottom: 6px;
    left: 12px;
    font-size: 18px;
    color: #fff;
    z-index: 1000;
    animation: nbmovec 5s;
}

.rightbox .doufu1a .title {
    position: absolute;
    bottom: 12%;
    left: 40%;
    z-index: 1000;
    font-size: 24px;
    color: #fff;
}

.rightbox .doufu1b {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 50%;
    height: 25%;
    background-color: #48F;
    display: flex;
    text-align: center;
    align-items: center;
    overflow: hidden;
}

.rightbox .doufu1b .bg {
    position: absolute;
    left: -10%;
    top: 0%;
    height: 101%;
    animation: bgmoveb 5s;
}

@keyframes bgmoveb {
    from {
        top: -10%;
        left: 0;
        height: 150%;
    }
    to {
        top: 0%;
        left: -10%;
        height: 101%;
    }
}

.rightbox .doufu1b .bg img {
    height: 100%;
}

.rightbox .doufu1b .nb {
    position: absolute;
    bottom: 6px;
    left: 12px;
    font-size: 18px;
    color: #fff;
    z-index: 1000;
    animation: nbmovec 5s;
}

.rightbox .doufu1b .title {
    position: absolute;
    bottom: 12%;
    left: 40%;
    z-index: 1000;
    font-size: 30px;
    color: #fff;
}

.rightbox .doufu1c {
    position: absolute;
    top: 25%;
    left: 0%;
    width: 100%;
    height: 25%;
    background-color: #4FF;
    display: flex;
    text-align: center;
    align-items: center;
    overflow: hidden;
}

.rightbox .doufu1c .bg {
    position: absolute;
    top: -18%;
    left: -10%;
    width: 120%;
    animation: bgmovec 5s;
}

@keyframes bgmovec {
    from {
        top: -3%;
        left: -5%;
        width: 300%;
    }
    to {
        top: -18%;
        left: -10%;
        width: 120%;
    }
}

.rightbox .doufu1c .bg img {
    width: 100%;
    filter: blur(2px);
}

.rightbox .doufu1c .nb {
    position: absolute;
    bottom: 6px;
    left: 12px;
    font-size: 18px;
    color: #fff;
    z-index: 1000;
    animation: nbmovec 5s;
}

@keyframes nbmovec {
    from {
        left: 30%;
        opacity: 0;
    }
    to {
        left: 12px;
        opacity: 1;
    }
}

.rightbox .doufu1c .title {
    position: absolute;
    bottom: 12%;
    left: 40%;
    z-index: 1000;
    font-size: 24px;
    color: #fff;
}

.rightbox .doufu2 {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 50%;
    background-color: #444;
    display: flex;
    text-align: center;
    align-items: center;
    overflow: hidden;
}

.rightbox .doufu2 .bg {
    position: absolute;
    top: -38%;
    left: -50%;
    width: 200%;
    animation: bgmove2 10s;
    filter: blur(5px);
}

.rightbox .doufu2 .bg img {
    width: 100%;
}

@keyframes bgmove2 {
    from {
        top: -60%;
        left: -100%;
        width: 300%;
        filter: blur(0px);
    }
    to {
        top: -38%;
        left: -50%;
        width: 200%;
        filter: blur(5px);
    }
}

.rightbox .doufu2 .nb {
    position: absolute;
    bottom: 8%;
    left: 8%;
    font-size: 32px;
    color: #fff;
    z-index: 1000;
}

.rightbox .doufu2 .title {
    position: absolute;
    bottom: 12%;
    left: 40%;
    z-index: 1000;
    font-size: 30px;
    color: #fff;
}

.rightbox .doufu2 .fg {
    position: absolute;
    top: 40%;
    left: 10%;
    width: 80%;
    animation: fgmove 2s;
}

.rightbox .doufu2 .fg img {
    width: 100%;
}

@keyframes dfimgresize {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}