﻿html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
input,
a,
span,
figure,
figcaption {
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

fieldset,
img {
    border: none;
}

img {
    display: block;
    width: 100%;
    font-size: 0px;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul,
ol,
li {
    list-style: none;
}

input::-moz-focus-inner {
    border: none;
    padding: 0px;
}

select,
input {
    vertical-align: middle;
    display: block;
}

select,
input,
textarea {
    font-size: 13px;
    margin: 0px;
}

input[type="text"],
input[type="password"],
textarea {
    outline-style: none;
    -webkit-appearance: none;
    outline: none;
}

button {
    outline: none;
}

textarea {
    resize: none;
    overflow: hidden;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
}

table {
    border-collapse: collapse;
}

.clearit {
    clear: both;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
    width: 100%;
}

header,
div,
nav,
li,
input,
section,
figure,
table,
select,
figcaption,
footer,
td,
p,
a,
img {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    display: block;
    color: #000;
}

body {
    margin: 0 auto;
    position: relative;
}

body,
html {
    margin: 0 auto;
    max-width: 640px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.fl {
    float: left;
}

.rl {
    float: right;
}

.content {
    width: 95%;
    margin-left: 2.5%;
}

/* 公共样式结束 */

.top_nav p{
    position: relative;
    float: left;
    width:30%;
    font-size:0.5rem;
    color:#666;
    text-align:center;
    height: 1rem;
    line-height: 1rem;
    border-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}
.top_nav p:nth-child(2){
    margin:0 5%;
}
.top_nav p.on{
    color:#000;
    border-color:#ff7d39;
}
.top_nav>p:before{
    position: absolute;
    bottom:0;
    height:1px;
    width: 100%;
    background-color:#ff7d39;
}


.list>li{
    float: left;
    width:49%;
    margin-bottom:0.4rem;
}
.list>li:nth-child(2n){
    margin-left:2%;
}
.list>li p{
    padding:0.2rem;
    background-color:#fff;
}
.list>li p>span:nth-child(1){
    float:left;
    font-size:0.3rem;
}
.list>li p>span:nth-child(2){
    float: right;
    font-size: 0.3rem;
    padding:0 0.1rem;
    border-radius: 5px;
    border:1px solid #ccc;
    color:#ccc;
}









.foot_page{
    background-color: #f4f4f4;
    text-align: center;
    padding:0.2rem 0 0.8rem 0;
}
.foot_page a{
    display: inline-block;
    width:25%;
    height: 0.8333rem;
    line-height: 0.8333rem;
    margin:0 2%;
    background-color: #ff7d39;
    color:#fff;
    font-size: 0.444rem;
    border-radius: 50px;
}
.formbtn {
    position: relative;
    width: 100%;
    height: 1.015625rem;
    padding-left: .3125rem;
    margin-bottom: .234375rem;
    font-size: .375rem;
    font-weight: 700;
    text-align: center;
    background-color: #e70;
    color: #fff;
    line-height: 1.015625rem;
    border: none;
    border-radius: 5px;
}