﻿* {
    margin: 0;
    padding: 0;
}

body {
    font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif;
    color: #000;
    background: #f1f1f1;
    font-size: 15px;
    margin: 0 auto;
}

img {
    border: 0;
    display: block;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

    a:hover {
        color: #218af1;
        text-decoration: none;
    }

h1 {
    font-size: 28px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}
.f12{font-size: 12px;}
.hui{
color:#989898;
}
/*topnav*/
/*空白部分*/
.blank {
    height: 20px;
}

.clear, .blank {
    clear: both;
    width: 100%;
    overflow: hidden;
}
/*空白部分*/
.tag_list ul {
    padding: 0 20px 20px 20px;
    display: block;
}

    .tag_list ul li {
        float: left;
        display: block;
        margin-right: 8px;
        margin-bottom: 15px;
        display: list-item;
        text-align: -webkit-match-parent;
        line-height: 20px;
    }

        .tag_list ul li a {
            display: inline-block;
            padding: 4px 14px;
            background: #d12126;
            font-size: 14px;
            transition: all .3s ease 0s;
            color: #fff;
            text-decoration: none;
        }

#tab, .tab {
    border-bottom: #e4e3e3 1px solid;
    margin: 20px;
}

    #tab li, .tab li {
        font-size: 16px;
        margin-right: 20px;
        padding: 0 10px 10px;
        position: relative;
        cursor: pointer;
        display: inline-block;
        border-bottom: #d12126 2px solid;
    }

#tab-content {
    margin: 20px;
    overflow: hidden;
}

#button {
    bottom: 85px;
    right: 5%;
    position: fixed;
    z-index: 2;
    width: 30px;
}

    #button a {
        background: #d12126;
        background-repeat: no-repeat;
        display: block;
        width: 50px;
        height: 50px;
        color: #fff;
        margin-bottom: 2px;
        padding-top: 8px;
        overflow: hidden;
        text-align: center;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
/*********图片切换 css定义***********/
.modal,.modal2 {
    position: fixed;
    top: 0%;
    right: 0;
    bottom: 0;
    left: 0%;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    background-color: rgb(0, 0, 0);
    filter: alpha(opacity=60);
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.login .login_close {
    text-align: right;
    width: 95%;
    margin-right: 5%;
    padding-top: 2%;
}

.login {
    width: 380px;
    border-radius: 10px;
    background: #fff;
    margin: 0 auto;
    margin-top: 10%;
}

    .login .title_name {
        text-align: center;
        height: 60px;
        line-height: 60px;
        font-size: 25px;
        list-style: none;
    }

        .login .title_name input[type=text] {
            height: 35px;
            line-height: 35px;
            width: 70%;
            font-size: 16px;
            padding-left: 10px;
        }

.button,.button1 {
    width: 72%;
    height: 50px;
    background: #d12126;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    margin-top: 15px;
}

.clearfix {
    margin: 0 auto;
    margin-left: 15%;
    height: 35px;
    line-height: 35px;
}

    .clearfix a {
        color: #333;
        text-decoration: none;
    }

.loginPanel {
    text-align: center;
}

    .loginPanel .qrcode {
        width: 240px;
        margin-top: 15px;
        border: 1px solid #E2E2E2;
        margin: 0 auto;
    }

    .loginPanel .info {
        width: 280px;
        margin: auto auto;
    }

    .loginPanel .status p {
        font-size: 15px;
        height: 30px;
        line-height: 30px;
    }
 /*登陆弹出框*/
.wxdl{
    text-align: center;
    height: 35px;
    line-height: 35px;
}

.wximg_div {
    padding-bottom: 20px;
}

    .wximg_div img {
        width: 15%;
        text-align: center;
        margin: 0 auto;
    }
