



.policy {
    margin-top: 100px;
    float: left;
}

.policy-t1 {
    text-align: center;
    margin-top: 30px;
}

.policy-t2 {
    text-align: center;
    margin-top: 50px;
}

.policy-channelbox {
    height: 770px;
    margin-top: 30px;
}

.policy-channelbox .l {
    width: 100px;
    height: 770px;
    float: left;
    margin-left: -80px;
}

.policy-channelbox .l .tag {
    width: 100px;
     height: 90px; 
    background: #d7d7d7;
    color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;
    cursor: pointer;
    /* margin-top: -26px; */
    margin-top: -11px;
    border-bottom: solid 2px #999;
}

.policy-channelbox .l .z1 {
    z-index: 1;
}

.policy-channelbox .l .z2 {
    z-index: 2;
}

.policy-channelbox .l .z3 {
    z-index: 3;
}

.policy-channelbox .l .z4 {
    z-index: 4;
}

.policy-channelbox .l .z5 {
    z-index: 5;
}

.policy-channelbox .l .z6 {
    z-index: 6;
}

.policy-channelbox .l .z7 {
    z-index: 7;
}

.policy-channelbox .l .z8 {
    z-index: 8;
}

.policy-channelbox .l .z9 {
    z-index: 9;
}

.policy-channelbox .l .z10 {
    z-index: 10;
}

.policy-channelbox .l .z11 {
    z-index: 11;
}

.policy-channelbox .l .tag span {
    text-align: center;
    width: 80px;
    /* font-size: 18px; */
    font-size: 20px;
    line-height: 18px;
    position: absolute;
    top: 40px;
    left: 11px;
    font-weight: bold;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.policy-channelbox .l .active {
    background: #c12227;
    display: block;
}

.policy-channelbox .r {
    /* width: 1090px; */
    width: 1182px;
    /* height: 770px; */
    /* height: 752px; */
    height: 900px;
    float: left;
    background: #ebebeb;
}

.policy-channelbox .r .r1,
.r2,
.r3,
.r4,
.r5,
.r6,
.r7 {
    width: 170px;
    height: 770px;
    float: left;
}

.policy-channelbox .r .r1,
.r2,
.r3,
.r4,
.r5,
.r6,
.r7 {
    /* width: 215px; */
    width: 235px;
    /* height: 730px; */
    height: 850px;
    margin: 20px 0;
    font-size: 14px;
}

.policy-channelbox .r p {
    width: 210px;
    margin: 5px auto;
    line-height: 21px;
}

.policy-channelbox .r .r1,
.r2,
.r3,
.r4,
.r5,
.r6 {
    border-right: solid 1px #cdcdcd;
}

.spectrum {
    margin-top: 100px;
    width: 1240px;
    float: left;
}

.spectrum .spectrum-t1 {
    text-align: center;
    margin-bottom: 60px;
}

.spectrum .spectrum-l {
    float: left;
}

.spectrum .spectrum-l p {
    border-top: solid 8px #1f0573;
    margin-left: 50px;
    width: 460px;
    height: 440px;
    font-size: 16px;
    line-height: 32px;
    padding-top: 10px;
    letter-spacing: 1px;
}

.spectrum .spectrum-l p a {
    text-decoration: none;
}

.spectrum .spectrum-l p i {
    color: red;
    font-size: 24px;
}

.spectrum .spectrum-r {
    width: 500px;
    height: 450px;
    float: right;
    margin-right: 80px;
}

div#comment .textarea {
    border: solid 1px #AAA;
    font-size: 18px;
    line-height: 20px;
    overflow: hidden;
    width: 1240px;
    height: 190px;
    margin: 0;
    padding: 10px;
}

div#comment {
    text-align: center;
    letter-spacing: 1px;
}

div#comment section {
    text-align: left
}

div#comment .title {
    font-size: 18px;
    color: #3e3d3d;
    margin-bottom: 15px;
}

div#comment .time {
    font-size: 14px;
    color: #828080;
    margin-left: 30px;
}

div#comment ul li {
    border-top: 1px solid #AAA;
    padding-top: 30px;
    padding-bottom: 25px;
}

div#comment .reply {
    font-size: 14px;
    color: #828080;
    margin-top: 15px
}

div#comment .content {
    color: #3e3d3d;
    font-size: 16px;
}

div#comment .button {
    width: 190px;
    background-color: #c12227;
    float: right;
    height: 32px;
    color: #ffffff;
    font-size: 18px;
}



/*///////////////*/
.show {
    position: fixed;
    _position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    opacity: .5;
    filter: alpha(opacity=50);
    background: #000;
}

.bannershow {
    z-index: 9999;
    position: fixed;
    border: 1px solid #ccc;
    box-shadow: 0 0 6px #aaa;
    width: 570px;
    height: 365px;
    top: 50%;
    left: 50%;
    margin-left: -285px;
    margin-top: -182px;
    display: none;
    background: #fff;
}

.bannershow ul {
    color: #0d0d0e;
    font-size: 18px;
    text-align: center;
    margin: 25px;
    letter-spacing: 1px;
}

.bannershow ul li {
    line-height: 45px;
    height: 45px;
}

.bannershow ul li input {
    cursor: pointer;
}

.bannershow ul li div {
    border-bottom: 1px solid #ccc;
    height: 1px;
    padding-top: 22px
}

.votepart {}

.side-bar a,
.hovertree-chat-tips i {
    background-image: url(http://www.skykiwi.com/newImage/gdt-img.png);
    background-repeat: no-repeat;
}

.side-bar {
    width: 66px;
    position: fixed;
    bottom: 20px;
    font-size: 0;
    line-height: 0;
    z-index: 100;
}

.side-bar a {
    width: 66px;
    height: 66px;
    display: inline-block;
    background-color: #363636;
    margin-bottom: 2px;
    border-radius: 5px;
}

.side-bar a:hover {
    background-color: #f20626;
}

.side-bar .icon-qq {
    background-position: 0 -62px;
}

.side-bar .icon-chat {
    background-position: 0 -130px;
    position: relative;
}

.side-bar .icon-chat:hover .hovertree-chat-tips {
    display: block;
}

.side-bar .icon-blog {
    background-position: 0 -198px;
}

.side-bar .icon-mail {
    background-position: 0 -266px;
}

.side-bar .icon-top {
    background-position: 0 -315px;
}

.hovertree-chat-tips {
    padding: 20px;
    border: 1px solid #d1d2d6;
    position: absolute;
    right: 78px;
    top: -55px;
    background-color: #ffffff;
    display: none;
}

.hovertree-chat-tips i {
    width: 9px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: -9px;
    top: 80px;
    background-position: -88px -350px;
}

.hovertree-chat-tips img {
    width: 138px;
    height: 138px;
}

.toptittle {
    font-size: 16px;
    border-bottom: 2px solid #959595;
    border-left: 3px solid #d11e26;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    padding-top: 0px;
    height: 28px;
}

.btnclose {
    position: absolute;
    width: 19px;
    height: 19px;
    right: 7px;
    top: 7px;
    background-image: url(http://www.skykiwi.com/image/f_close.gif);
    cursor: pointer;
}