@import url("iconfont.css");
* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 12px;
    color: #333;
    font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
    background: #DDD;
    -webkit-overflow-scrolling: touch;
}

ul {
    list-style-type: none;
}

img {
    border: 0;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea,
select {
    -webkit-appearance: none;
}

input,
textarea,
select {
    font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
    outline: none;
}

i {
    font-style: normal;
}

a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #12b360;
}

a:active {
    text-decoration: none;
}

.f_black {
    color: #000;
}

.f_red {
    color: #C00;
}

.f_white {
    color: #FFF;
}

.f_gray {
    color: #999;
}

.f_orange {
    color: #F60;
}

.f_green {
    color: green;
}

.f_blue {
    color: blue;
}

.f_mblue {
    color: #109BD2;
}

.f_dblue {
    color: #1E60A8;
}

.f_gold {
    color: #F60;
}

.f_pink {
    color: #db4438;
}

.f_Arial {
    font-family: Arial, Helvetica, sans-serif;
}

.blod {
    font-weight: bold !important;
}

.noblod {
    font-weight: normal !important;
}

.px11 {
    font-size: 11px;
}

.px12 {
    font-size: 12px;
}

.px13 {
    font-size: 13px;
}

.px14 {
    font-size: 14px;
}

.px15 {
    font-size: 15px;
}

.px16 {
    font-size: 16px;
}

.px18 {
    font-size: 18px;
}

.px20 {
    font-size: 20px;
}

.px25 {
    font-size: 25px;
}

.px35 {
    font-size: 35px;
}

.px50 {
    font-size: 50px;
}

.px100 {
    font-size: 100px;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 7.5px;
}

.mt15 {
    margin-top: 15px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.clear {
    clear: both;
    line-height: 0px;
}

.line {
    border-bottom: dashed 1px #CCC;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.cursor {
    cursor: pointer;
}

.text-ct {
    text-align: center !important;
}

.text-rt {
    text-align: right;
}

.hide {
    display: none;
}

.kk {
    width: 100%;
    background-color: #FFF;
    padding: 0.4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header {
    background-color: #12b360;
    padding: 0.7rem 0;
    text-align: center;
}

header.sm {
    text-align: left;
    padding: 0.3rem 0.4rem;
}

header.sm h2 {
    margin-top: 0;
    line-height: 1.5;
}

header .logo {
    display: inline-block;
}

header .logo img {
    width: 1rem;
}

header h1 {
    font-size: 0.45rem;
    color: #FFF;
    margin-top: 10px;
}

header h2 {
    font-size: 0.26rem;
    color: #FFF;
    font-weight: 300;
    margin-top: 5px;
}

.kk h1.tit {
    font-size: 0.32rem;
    text-align: center;
}

.kk h2.tit {
    font-size: 0.24rem;
    text-align: center;
    font-weight: 300;
    line-height: 2;
}

.kk article.con {
    font-size: 0.25rem;
    line-height: 1.5;
    margin: 20px 0;
}

.kk article.con a {
    color: inherit;
}

.kk article.con p {
    margin-bottom: 0.3rem;
}

.kk article img {
    max-width: 100%;
}

.kk.bg {
    background-color: #12b360;
    color: #FFF;
}

.kk .btn a {
    display: block;
    border: solid 1px #FFF;
    background-color: #12b360;
    color: #FFF;
    text-align: center;
    width: 100%;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.3rem;
    margin: 15px 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.checkvin {
    text-align: center;
}

.checkvin .ipt {
    background-color: #FFF;
    border: solid 1px #CCC;
    height: 0.65rem;
    font-size: 0.24rem;
    width: 100%;
    padding: 0 10px;
    margin-top: 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.checkvin .btn {
    background-color: #12b360;
    color: #FFF;
    text-align: center;
    width: 100%;
    height: 0.75rem;
    font-size: 0.3rem;
    margin: 15px 0;
    border: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.checkvin .link {
    font-size: 0.25rem;
    color: #999;
    padding-left: 10px;
    line-height: 2;
    text-decoration: underline;
}

.checkvin .btn1,
.checkvin .btn2 {
    display: inline-block;
    font-size: 0.26rem;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0.08rem 0.20rem;
    margin: 10px;
}

.checkvin .btn1 {
    border: solid 1px #333;
    color: #333;
}

.checkvin .btn2 {
    border: solid 1px #C00;
    color: #C00;
}

.checkvin .btn1 a,
.checkvin .btn2 a {
    color: inherit;
}

.sevrmem {
    margin: 10px 0;
    text-align: center;
}

.sevrmem .list {
    font-size: 0.26rem;
    height: 0.5rem;
    font-size: 16px;
}

.sevrmem .list img {
    width: 0.5rem;
    vertical-align: middle;
}

.sevrmem .list span {
    color: #999;
}

.sevrmem .star {
    margin-top: 10px;
}

.sevrmem .star span {
    font-family: "iconfont" !important;
    margin: 0 2px;
    font-size: 0.5rem;
    color: #ffa500;
}

.faq li h3 {
    font-size: 0.26rem;
    line-height: 2.1;
    font-weight: 300;
}

.faq li h3:before {
    font-family: "iconfont" !important;
    content: "\e608";
    font-size: 0.18rem;
    margin-right: 5px;
}

.faq li p {
    display: none;
    font-size: 0.26rem;
    color: #12b360;
    line-height: 1.5;
    padding: 5px 0 10px 15px;
    text-align: justify;
}

.faq li h3.on {
    color: #12b360;
}

.share li {
    font-size: 0.26rem;
    line-height: 2.1;
    font-weight: 300;
}

.share li:before {
    font-family: "iconfont" !important;
    content: "\e608";
    font-size: 0.18rem;
    margin-right: 5px;
}

footer {
    background-color: #12b360;
    padding: 0.4rem 0;
    text-align: center;
    font-size: 0.25rem;
    color: #FFF;
    line-height: 1.5;
    margin-bottom: 1rem;
}

footer a {
    color: inherit;
}

.btm {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    background-color: #10a160;
    text-align: center;
}

.btm ul li {
    display: inline-block;
    width: 33.3333%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.26rem;
    color: #FFF;
}

.btm ul li a {
    display: block;
    color: inherit;
}

.btm ul li.on {
    background-color: #FFF;
    color: #10a160;
}

.btm ul li a i {
    font-family: "iconfont" !important;
    font-size: 0.28rem;
    margin-right: 5px;
}

.record li {
    margin-bottom: 0.30rem;
    padding-bottom: 0.30rem;
    border-bottom: solid 1px #CCC;
    line-height: 1.8;
    font-size: 0.26rem;
}

.record li:last-child {
    border-bottom: none;
}

.record li a {
    color: inherit;
}

.report {
    font-size: 0.26rem;
    position: relative;
    background-color: #FFF;
    padding: 0.4rem;
    margin: -0.4rem -0.4rem 0 -0.4rem;
}

.report h1 {
    padding: 0.2rem 0;
    font-size: 0.4rem;
    font-weight: 300;
    color: #FFF;
    text-align: center;
    background-color: #10a160;
}

.report h1:before {
    font-family: "iconfont" !important;
    content: "\e60d";
    margin-right: 5px;
    font-size: 0.5rem;
    vertical-align: middle;
}

.report h2 {
    font-size: 0.3rem;
    line-height: 2;
    margin-top: 10px;
}

.report h2 span {
    float: right;
    font-size: 0.24rem;
    font-weight: 300;
    color: #888;
    margin-top: 0.06rem;
}

.report h3 {
    line-height: 2;
    font-weight: 300;
}

.report .timer {
    font-size: 0.28rem;
    line-height: 2;
    color: #060;
}

.report p {
    border-bottom: solid 1px #DDD;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.report p span {
    float: right;
}

.report p i {
    font-family: "iconfont" !important;
    margin-right: 5px;
    font-size: 0.3rem;
    vertical-align: middle;
}

.report .list {
    border-top: solid 1px #DDD;
}

.report .list:last-child {
    border-bottom: solid 1px #DDD;
}

.report .list .date {
    width: 30%;
    float: left;
    text-align: center;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.report .list .des {
    width: 70%;
    float: left;
    padding: 10px 0 10px 10px;
    border-left: solid 1px #DDD;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.report .list .des ul li {
    position: relative;
    padding-left: 0.8rem;
    margin-bottom: 5px;
}

.report .list .des ul li span {
    position: absolute;
    left: 0;
    top: 0;
    color: #060;
}

.pay {
    margin: 0.5rem 0;
    border: solid 2px #CCC;
    padding: 0.3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 2;
    font-size: 0.26rem;
    background: #F3F3F3;
}

.pay h1 {
    font-size: 0.4rem;
}

.pay span {
    font-size: 0.3rem;
    color: #C00;
}

.pay .btn {
    background-color: #12b360;
    color: #FFF;
    text-align: center;
    width: 100%;
    height: 0.75rem;
    font-size: 0.3rem;
    margin: 15px 0;
    border: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

@media screen and (min-width:640px) {
    body {
        width: 640px;
        margin: 0 auto;
        position: relative;
    }
}

@media screen and (max-width:640px) {}