﻿﻿body
{
    font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei','\5FAE\8F6F\96C5\9ED1',Arial,sans-serif;
    font-size: 16px;
    line-height: 30px;

    margin: 0;
    padding: 0;

    color: #333;
    background-color: #fff;

    -webkit-text-size-adjust: 100%; /* 防止iPhone在坚屏转向横屏时放大文字 */
}
a
{
    text-decoration: none;

    color: #0084ff;
}
a:hover
{
    color: #d94040;
    outline: 0;
}
a:active
{
    outline: 0;
}
a[target='_blank']
{
    padding-right: 12px;
}
label
{
    cursor: pointer;
}
button
{
    font-size: 14px;
    line-height: 28px;

    width: 60px;
    height: 28px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer;
    user-select: none;

    color: #fff;
    border: 1px solid #e36d1f;
    border-radius: 4px;
    outline: 0;
    background: #ff6700;
}
button:hover
{
    background: #f25807;
}
h1
{
    font-size: 36px;
    font-weight: normal;
    line-height: 60px;

    margin: 0 0 20px;
    padding: 0 10px;

    text-align: center;
    word-wrap: break-word;
    word-break: normal;

    color: #d94040;
}
h2
{
    font-size: 28px;
    font-weight: normal;

    margin: 30px 0 20px;

    text-align: center;
}
table
{
    width: 100%;

    border-spacing: 0;
    border-collapse: collapse;
}
tr:hover
{
    background: #f1f1f1;
}
th
{
    font-weight: normal;

    background: #f1f1f1;
}
ol
{
    position: relative;
}
ol:before
{
    font-size: 12px;
    line-height: 14px;

    position: absolute;
    left: 0;

    width: 18px;
    padding: 2px 0;

    content: '推荐';
    text-align: center;

    color: #fff;
    border: 1px solid #e36d1f;
    border-radius: 9px;
    outline: 0;
    background: #ff6700;
}
li
{
    word-wrap: break-word;
    word-break: normal;
}
input[type='search'],
input[type='number']
{
    font-size: 14px;

    padding: 3px 6px;

    color: #666;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    background: #fff;
}
input[type='search']
{
    width: 150px;
    height: 28px;

    -webkit-appearance: none;
}
input[type='number']
{
    width: 50px;
    height: 20px;
}

/********** header **********/
.header
{
    position: relative;

    overflow: hidden;

    min-width: 320px;
    max-width: 780px;
    height: 60px;
    margin: 10px auto 20px;
}
.logo
{
    position: absolute;
    left: 0;

    display: block;

    width: 60px;
    height: 60px;

    background: url(logo.gif) no-repeat 0 center;
}
.hidden
{
    display: none;
}
.banner
{
    font-size: 18px;

    width: 630px;
    height: 30px;
    margin: 0 auto;
}
.contact
{
    display: block;

    width: 80px;
    height: 24px;
    margin: 0 auto;
    padding-top: 6px;
    padding-left: 550px;

    background: url(contact.gif) no-repeat 0 bottom;
}
.qrcode
{
    position: absolute;
    top: 0;
    right: 0;

    width: 60px;
    height: 60px;

    background: url(wechat.jpg) no-repeat 0 center;
}


/********** nav **********/
.nav
{
    margin-bottom: 20px;
    padding: 10px 0;

    background: #ebf3fb;
}
.nav ul
{
    position: relative;

    overflow: hidden;

    min-width: 320px;
    max-width: 992px;
    margin: 0 auto;
    padding: 0;

    list-style: none;
}
.nav li
{
    font-size: 16px;

    float: left;

    width: 50%;
    padding: 5px 0;

    border-bottom: 1px dashed #ccc;
}
.nav li.long
{
    width: 100%;
}
.nav li:last-child
{
    border-bottom: none;
}
.nav strong
{
    display: inline-block;

    width: 80px;

    text-align: right;
}
.nav a
{
    margin-right: 11px;

    color: #333;
}
.condensed a
{
    margin-right: 5px;
}
.nav li a:last-child
{
    margin-right: 0;
}
.nav a.current
{
    padding: 3px 8px;

    color: #fff;
    background: #0084ff;
}
.nav a.reset
{
    font-size: 14px;
    line-height: 26px;

    display: inline-block;

    width: 60px;
    height: 26px;
    margin: 0 0 0 5px;
    padding: 0;

    text-align: center;
    text-indent: 0;

    border: 1px solid #ccc;
    border-radius: 4px;
    background: #eee;
}
.nav a.reset:hover
{
    background: #e6e6e6;
}
.simple
{
    display: none;

    min-width: 320px;
    max-width: 992px;
}
.simple a:before
{
    font-size: 18px;

    margin: 0 10px 0 5px;

    content: '⬅︎';

    color: #999;
}
.simple span
{
    float: right;

    cursor: pointer;
}
.simple span:after
{
    font-size: 18px;

    margin: 0 10px 0 5px;

    content: '▼';

    color: #999;
}
.container {
  display: flex;
}

/********** main **********/
.main
{
    position: relative;

    overflow: hidden;

width: 20%;
    margin: 0 auto;
}
.notice
{
    font-size: 24px;

    padding: 50px 0;

    text-align: center;
}
.crumb
{
    line-height: 20px;

    margin: 0 5px 20px 5px;
}
.section
{
    margin-bottom: 10px;
    padding: 5px 10px;

    border-left: 5px solid #d94040;
    background: #f1f1f1;
}
.section a:first-child
{
    color: #d94040;
}
.count
{
    float: right;

    color: #999;
}
.list
{
    overflow: hidden;
    margin-bottom: 20px;
}
.list td
{
    line-height: 20px;

    padding-top: 5px;
    padding-bottom: 5px;
}
.td1
{
    font-size: 16px;

    width: 120px;
    padding-left: 10px;
}
.td1 span
{
    color: #d94040;
}
.td2
{
font-size: 14px;
}
.td3
{
    width: 8px;
    padding-right: 10px;
font-size: 14px;
    text-align: left;
}
.more
{
    margin-bottom: 20px;

    cursor: pointer;
    text-align: center;

    color: #999;
    background: #f9f9f9;
}
.info th
{
    width: 33.33%;
    padding: 10px;

    border: 1px solid #ddd;
}
.info td
{
    padding: 10px 5px;

    text-align: center;

    border: 1px solid #ddd;
}
.info span
{
    font-size: 20px;

    margin-bottom: 20px;

    color: #d94040;
}
.g
{
    width: 768px;
    height: 90px;
    margin: 0 auto;

    text-align: center;

    background: #ebf3fb;
}
.footer
{
    margin: 0 auto 10px;
    padding-top: 10px;

    text-align: center;

    border-top: 1px solid #eee;
}
.footer a
{
    padding-left: 10px;
}
.footer p
{
    font-size: 14px;

    margin: 0;

    color: #999;
}

@media screen and (max-width:960px)
{
    .logo
    {
        left: 10px;
    }
    .qrcode
    {
        right: 10px;
    }
    .nav
    {
        padding-left: 10px;
    }
    .nav li
    {
        float: none;

        width: 100%;
    }
    .nav strong
    {
        display: inline-block;

        width: 80px;
    }
}
@media screen and (max-width:768px)
{
    .banner
    {
        display: none;
    }
    .contact
    {
        margin-top: 5px;
        padding: 8px 0 22px 160px;

        background: url(contact.png) no-repeat;
    }
    .g
    {
        display: none;
    }
}

@media screen and (max-width:560px)
{
    .header
    {
        margin-bottom: 10px;
    }
    .contact
    {
        padding-left: 74px;
    }
    .contact img
    {
        display: none;
    }
    .simple
    {
        display: block;
    }
    .td1
    {
        width: auto;
    }
    .td2
    {
        min-width: 50px;
    }
    .info
    {
        padding: 0 10px;
    }
    .info th
    {
        width: auto;
        min-width: 80px;
    }
    .main li
    {
        padding-right: 10px;
    }
    .footer a
    {
        padding-left: 0;
    }
    .xs
    {
        display: none;
    }
}