@charset "utf-8";

/* CSS Document */

* {
    padding: 0;
    margin: 0;
    word-spacing: normal;
    font-family: "微软雅黑";
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

a,
input {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

input {
    outline: none;
    cursor: pointer;
}

html,
body,
div,
p,
img,
ul,
li,
a,
span,
h1 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
    text-decoration: none;
    outline: none;
}

.bg {
    background: #f5f5f5;
}

.banner {
    margin: 0 auto;
    width: 1000px;
}

.con-title {
    color: #323232;
    font-size: 24px;
    text-align: center;
    margin: 25px 0;
}

.content {
    width: 1000px;
    background: #ffffff;
    margin: 0 auto;
    margin-bottom: 60px;
}

.mode {
    padding: 30px 20px;
}

.mode h1 {
    font-size: 18px;
    color: #ffffff;
    margin: 20px 0;
    background: #de2928;
    height: 45px;
    line-height: 45px;
    margin: 25px -20px;
    padding-left: 20px;
}

.mode h2 {
    font-size: 14px;
    color: #323232;
}

.mode p {
    color: #323232;
    font-size: 14px;
    line-height: 30px;
}

.subcontent {
    color: #323232;
    font-size: 14px;
    line-height: 30px;
    line-height: 2;
    margin: 6px 0;
    margin-left: 40px;
}

.subcontent span {
    color: #e24e1b;
    font-weight: bold;
}

.subcontent a {
    color: #e24e1b;
    font-weight: bold;
    text-decoration: underline;
}

.subcon {
    margin-left: 20px; 
}

.copyright {
    font-weight: bold;
    color: #323232;
    text-align: right;
    font-size: 14px;
    margin-right: 40px;
}

.blue {
    background: #de2928!important;
}

.orange {
    background: #de2928!important;
}

.signup {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 40px;
}

.signup a {
    margin: 0 auto;
    width: 150px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    display: inline-block;
    background: #f1651a;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.indent{
    text-indent:30px;
}
.tab-style{
    width: 92%;
    margin: 0 auto;
}
.tab-style th{
    color: #323232;
    font-size: 14px;
    text-align: center;
    height:40px;
    border-bottom:1px solid #f5f5f5;
}
.tab-style td{
    font-weight:normal;
    color: #323232;
    font-size: 14px;
    text-align: center;
    height:40px;
    border-bottom:1px solid #f5f5f5;
}
.tab-style td a{
    color: #323232;
    font-size: 14px;
}
.tab-style td a:hover{
    color: #f1651a;
    text-decoration: underline;
}
.botm20{
    margin-bottom:20px;
}
