﻿@charset "utf-8";
/* CSS Document */
* {
    -webkit-tap-highlight-color: transparent;
}

html {
    font-size: 10px;
}

body, p, ul, li, h1, h2, img, dl, dd, div, span {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

input:focus {
    box-shadow: none;
    outline: none;
}

textarea {
    resize: none;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

    a:focus {
        outline: thin dotted #333;
        outline: 0.5rem auto -webkit-focus-ring-color;
        outline-offset: -0.2rem;
    }

    a:hover, a:active {
        outline: 0;
    }

    a:visited {
        color: #333;
    }

i {
    font-style: normal;
}

.Left {
    float: left;
}

.Right {
    float: right;
}

.tl {
    text-align: left !important;
}

.tc {
    text-align: center;
}

.clear {
    clear: both;
}

.clearfix:before, .clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}

.mt0 {
    margin-top: 0rem !important;
}

.mt5 {
    margin-top: 0.5rem !important;
}

.mt10 {
    margin-top: 1rem !important;
}

.mt15 {
    margin-top: 1.5rem;
}

.mt20 {
    margin-top: 2rem !important;
}

.mt30 {
    margin-top: 3rem !important;
}

.ml10 {
    margin-left: 1rem;
}

.mb10 {
    margin-bottom: 1rem;
}

.mb85 {
    margin-bottom: 85px;
}

.red {
    color: #f7443d !important;
}

.gray {
    color: #999;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.blue {
    color: #009cff !important;
}

.yen {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}

.b {
    font-weight: bold;
}

.fz10 {
    font-size: 1rem;
}

.fz12 {
    font-size: 1.2rem !important;
}

.fz13 {
    font-size: 1.3rem;
}

.fz14 {
    font-size: 1.4rem;
}

body {
    min-width: 320px;
    background: #f5f5f5;
    color: #333;
    font: 1.4rem/1.5 "STHeitiSC-Light","Microsoft YaHei",Helvitica,Verdana,Tohoma,Arial,san-serif;
}

.w100 {
    width: 100%;
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
}

.bg_fff {
    background: #fff;
}

.border_b {
    border-bottom: 1px solid #dad9dc;
}

.border_t {
    border-top: 1px solid #dad9dc;
}

.hide {
    display: none;
}

.absolute {
    position: absolute !important;
}

.relative {
    position: relative !important;
}

.underline {
    text-decoration: underline;
}

.Transbox {
    width: 100%;
    height: 35px;
    background: #FFFFFF;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
}

.Transformation {
    width: 50px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 9999;
    background: url(../img/yg.jpg) no-repeat;
    background-size: 100%;
    border-radius: 3px;
}

.Transtext {
    position: absolute;
    right: 70px;
    top: 5px;
    color: red;
    font-weight: bold;
}

.transformation {
    width: 50px;
    height: 25px;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 9999;
    background: url(../img/yg.jpg) no-repeat;
    background-size: 100%;
    border-radius: 3px;
}
