﻿.pc-style .bot-nav{
    display: none;
}
.pc-style #bot {
    text-align: center;
    background: #ffffff;
    padding: 40px 0px;
    font-size: 12px;
}
.pc-style #bot .bot-inner {
    width: 1120px;
    margin: 0px auto;
    color: #333333; 
}

.pc-style #bot .bot-inner a {
    color: #333333; 
    padding: 0px 5px;
}

.pc-style #bot .bot-inner a:hover {
    text-decoration: underline;
}
.pc-style #bot .bot-links{
    font-size: 0px;
    text-align: center;
}
.pc-style #bot .bot-links li{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.pc-style #bot .bot-links li a{
    display: block;
    border-right: 1px solid #cccccc;
    line-height: 1;
    margin: 5px 0px;
    padding: 0px 10px;
}
.pc-style #bot .bot-links li:last-child a{
    border: 0px;
}
.pc-style #bot img {
    vertical-align: middle;
    max-width: 100%;
}
.mobile-style .bot-nav{
    text-align: center;
    overflow: hidden;
    zoom:1;
    padding: 20px 10px;
    max-width: 320px;
    margin: 0px auto;
}
.mobile-style .bot-nav .bot-nav-item {
    float: left;
    width: 50%;
}
.mobile-style .bot-nav .bot-nav-item .bot-nav-item-inner{
    border-radius: 5px;
    background: #ffffff;
    display: block;
    margin: 0px 10px;
    font-size: 15px;
    line-height: 40px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.mobile-style .bot-nav .bot-nav-item .item-ico{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: center center no-repeat;
    background-size: 100% 100%;
}
.mobile-style .bot-nav .bot-nav-item .item-ico-kefu{
    background-image: url(images/bg0093_04.png);
}
.mobile-style .bot-nav .bot-nav-item .item-ico-my{
    background-image: url(images/bg0093_05.png);
}
.mobile-style .bot-nav .bot-nav-item .item-text{
    display: inline-block;
    vertical-align: middle;
}
.mobile-style #bot {
    text-align: center;
    /* background: #4e4e4e; */
    padding: 20px;
    font-size: 12px;
}
.mobile-style #bot .bot-inner {
    color: #888888;
}

.mobile-style #bot .bot-inner a {
    color: #888888;
    padding: 0px 5px;
}

.mobile-style #bot .bot-inner a:hover {
    text-decoration: underline;
}

.mobile-style #bot .bot-links{
    font-size: 0px;
    text-align: center;
    margin-bottom: 10px;
}
.mobile-style #bot .bot-links li{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}
.mobile-style #bot .bot-links li a{
    display: block;
    border-right: 1px solid #cccccc;
    line-height: 1;
    margin: 5px 0px;
    padding: 3px 10px;
}
.mobile-style #bot .bot-links li:last-child a{
    border: 0px;
}
.mobile-style #bot .bot-links li.bot-user-entry a{
    border: 1px solid #336699;
    color: #336699;
    border-radius: 100px;
    padding: 2px 5px;
    margin-left: 10px;
    display: inline-block;
}

.mobile-style #bot img {
    vertical-align: middle;
    max-width: 100%;
}