.w {
    width: 1200px;
    margin: auto;
}


li {
    list-style: none;
    text-align: center;
}

a {
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.lnav-box,
.rnav-box {
    float: left;
    height: 35px;
    display: block;
    margin-left: -42px;
}

.lnav-box li,
.rnav-box li {
    float: left;
    margin: 0 5px;
    list-style: none;
    width: 50px;
    height: 35px;
}

.lnav-box .box,
.rnav-box .box {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all .4s;
}

.lnav-box .box a,
.rnav-box .box a {
    text-decoration: none;
    color: #666;
}

.lnav-box .box:hover {
    transform: rotateX(90deg);
}

.lnav-box .front,
.lnav-box .bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 35px;
    color: #666;
}

.lnav-box .front {
    z-index: 1;
    transform: translateZ(17.5px);
}

.lnav-box .bottom {

    transform: translateY(17.5px) rotateX(-90deg);
    color: orange;
}

.rnav-box {
    float: left;
    margin-left: 12px;
    margin-top: 10px;
}

.rnav-box li a:hover {
    color: orange;
}


.search {
    float: left;
    width: 200px;
    height: 34px;
    margin-left: 10px;
}

.search input {
    outline: none;
    float: left;
    width: 200px;
    height: 34px;
    border: 1px solid #f6f7f8;
    border-right: 0;
    border-radius: 16px 0 0 16px;
    background-color: #f6f7f8;
    color: #757575;
    font-size: 14px;
    padding-left: 18px;
}

.search button {
    float: left;
    width: 50px;
    height: 36px;
    border: 0;
    border-radius: 0 16px 16px 0;
    background-image: url(../images/fa-search.png);
}

.user {
    float: right;
}

.user img {
    float: left;
    width: 34px;
    height: 34px;
}

.user .register {
    float: left;
    margin-right: 33px;
    margin-top: 8px;
    padding: 0 5px;
    border: 1px solid #666666;
    border-radius: 10px;
}

.user .register a {
    color: #666;
}

.user .register a:hover {
    color: orange;
}

.comics {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    text-align: center; /* Center the comic list */
    margin-bottom: ; /* Add margin to create separation */
}

.comic-box li {
    border-left: 5px solid #F0F0F0;
    border-right: 5px solid #F0F0F0;
}

.comic-box {
    max-width: 100%;
    margin: auto;
    
}

.comic-page {
    max-width: 80%;
    height: auto;
}

.contact:hover .leftcode {
    display: block;
}

.leftcode {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 110px;
    width: 160px;
    height: 188px;
    background-color: #fff;
    border: 1px solid #F5F5F5;
}

.leftcode img {
    width: 100px;
    height: 100px;
    margin: 30px 30px 17px 30px;
}

.leftcode p {
    width: 96px;
    text-align: center;
    line-height: 18px;
    margin: auto;
    color: #9f9f9f;
}

.footer {
    margin-top: 47px;
    height: 418px;
    background-color: #ffffff;
    border-top: 2px solid #F0F0F0;
}

.footer .w {
    padding-top: 35px;
}

.footer .left {
    float: left;
}


.footer .left p {
    font-size: 12px;
    margin: 20px 0 15px;
    color: #666666;
}

.footer .left .app {
    display: block;
    width: 118px;
    height: 36px;
    border: 1px solid #00a4ff;
    font-size: 16px;
    color: #00a4ff;
    text-align: center;
    line-height: 36px;
}

.footer .right {
    float: right;
}

.footer .right dl {
    float: left;
    margin-left: 100px;
}

.footer .right dl dt {
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
}

.footer .right dl dd a {
    font-size: 12px;
    color: #333333;
}

