﻿.pc-style .guide-nav {
    overflow: hidden;
    zoom: 1;
    background: #ffffff;
    padding: 10px;
    margin-bottom: 1px;
}

.pc-style .guide-nav .guide-nav-item {
    float: left;
    padding: 10px;
}

.pc-style .guide-nav .guide-nav-item a {
    display: block;
    background: #f5f5f5;
    padding: 5px 10px;
    border-radius: 4px;
}

.pc-style .guide-nav .guide-nav-item a:hover {
    color: #ffffff;
    background: #e53737;
}

.pc-style #list {
    background: #ffffff;
    margin-bottom: 10px;
    padding: 40px 50px;
}

.mobile-style #list h1 {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
}

.pc-style #list .guide-content {
    word-break: break-all;
    word-wrap: break-word;
}

.pc-style #list .guide-content dt {
    font-size: 18px;
    font-weight: bold;
    background: #f5f5f5;
    padding: 10px;
    border-left: 5px solid #e53737;
    color: #333333 !important;
}

.pc-style #list .guide-content dd {
    padding: 10px 15px;
    line-height: 1.8;
}

.pc-style #list .guide-content h3 {
    text-indent: 28px;
    padding: 0.5em 0px;
    font-size: 16px;
}

.pc-style #list .guide-content p {
    text-indent: 28px;
    padding: 0.5em 0px;
}

.pc-style #list dd a {
    color: #336699;
}

.pc-style #list dd a:hover {
    color: #BA2636;
}

.pc-style #list .guide-content table {
    width: 100%;
    margin: 5px 0px;
}

.pc-style #list .guide-content td,
.pc-style #list .guide-content th {
    padding: 5px 10px;
    border: solid 1px #999999;
    line-height: 1.5;
}


/*****移动端样式*****/

.mobile-style .guide-nav {
    overflow: hidden;
    zoom: 1;
    background: #ffffff;
    padding: 10px;
    margin-bottom: 1px;
}

.mobile-style .guide-nav .guide-nav-item {
    float: left;
    padding: 5px;
}

.mobile-style .guide-nav .guide-nav-item a {
    display: block;
    background: #f5f5f5;
    padding: 5px 10px;
    border-radius: 4px;
}

.mobile-style .guide-nav .guide-nav-item a:hover {
    color: #ffffff;
    background: #e53737;
}

.mobile-style #list {
    background: #ffffff;
    margin-bottom: 10px;
    padding: 16px;
}
.mobile-style #list h1 {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
}

.mobile-style #list .guide-content {
    word-break: break-all;
    word-wrap: break-word;
}

.mobile-style #list .guide-content dt {
    font-size: 16px;
    font-weight: bold;
    background: #f5f5f5;
    padding: 5px 10px;
    border-left: 5px solid #e53737;
    color: #333333 !important;
}

.mobile-style #list .guide-content dd {
    padding: 10px 15px;
    line-height: 1.8;
}

.mobile-style #list .guide-content h3 {
    text-indent: 28px;
    padding: 0.5em 0px;
    font-size: 16px;
}

.mobile-style #list .guide-content p {
    text-indent: 28px;
    padding: 0.5em 0px;
}

.mobile-style #list dd a {
    color: #336699;
}

.mobile-style #list dd a:hover {
    color: #BA2636;
}

.mobile-style #list .guide-content table {
    width: 100%;
    margin: 5px 0px;
}

.mobile-style #list .guide-content td,
.mobile-style #list .guide-content th {
    padding: 5px 10px;
    border: solid 1px #999999;
    line-height: 1.5;
}