﻿html {
    background: #f8f8f8;
}

body {
    margin: 0 auto;
    background: #f8f8f8;
    min-width: 320px;
    max-width: 640px;
}

a {
    text-decoration: none;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

 .header input {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
}

.header {
    position: relative;
    width: 100%;
    height: 44px;
    font-size: 1em;
    color: white;
    line-height: 44px;
    background-color: #23b8bc;
    letter-spacing: 1px;
}

.content {
    background: #f8f8f8;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
}

.area {
    width: 80px;
    padding-left: 20px;
    position: relative;
    float: left;
    margin-top: 10px;
}
.areatwo {
    padding-left: 20px;
    position: relative;
    float: left;
}
.areatwo img{width:18px;}

    .area p {
        width: 35px;
        line-height: 24px;
        background: #c40000;
        color: white;
        font-size: 16px;
        margin: 0;
        float: left;
    }

    .area img {
        width: 12px;
        margin-top: 10px;
        float: left;
    }

.namespace {
    float: right;
    margin-left: 3%;
    margin-top: 5px;
    height: 18px;
}

.border {
    /*position: absolute;
    height: 28px;
    overflow: hidden;
    top: 8px;
    border: solid #b80000 1px;
    background-color: #ea2727;
    right: 60px;
    left: 80px;
    display: block;*/
    
    position: absolute;
    height: 28px;
    overflow: hidden;
    top: 8px;
    right: 60px;
    left: 80px;
    display: block;

    background:#ffffff none repeat scroll 0 0;
    border-radius:15px;
}

.input1 {
    /*text-align: left;
    padding: 0;
    line-height: 6px;
    width: 80%;
    height: 22px;
    font-size: 1em;
    color: #dcdcdc;
    border: none;
    margin-left: 2%;
    background-color: #ea2727;
    float: left;
    margin-top: 2px;*/
    
    text-align: left;
    padding: 0;
    line-height: 6px;
    width: 80%;
    height: 22px;
    font-size: 14px;
    color: #6d6c6c;
    border: none;
    margin-left: 2%;
    float: left;
    margin-top: 3px;
    background-color: #ffffff;
}

.weixin {
    padding-right: 20px;
    right: 0;
    position: absolute;
}

.footer {
    position: fixed;
    width: 100%;
    background: #ffffff;
    height: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    min-width: 320px;
    max-width: 640px;
}

.child {
    border-top: solid #dcdcdc 1px;
    width: 25%;
    float: left;
    position: relative;
    height: 50px;
    position: relative;
}

    .child img {
        position: absolute;
        left: 50%;
        margin-left: -11px;
        top: 8px;
        height: 20px;
    }

.round {
    width: 90%;
    border-radius: 100%;
    height: 50px;
    background: #f2f2f2;
    border: solid #dcdcdc 1px;
    position: absolute;
    left: 0;
    top: -20px;
}

.small_round {
    width: 90%;
    background: #ffffff;
    border: none;
    
}

.en {
    font-size: 14px;
    color: #999999;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -14px;
}

.bang {
    width: 1px;
    height: 20px;
    position: absolute;
    background: #dcdcdc;
    top: 15px;
    right: 0;
}

.yb_top {
    position: fixed;
    bottom: 100px;
    right: 2%;
}
.pro_num{
    width:15px;
    height:15px;
    line-height:15px;
    text-align:center; 
    font-size:8px;
    border-radius:50%;
}
.white_bac{
    background:#fff;
     color:#c40000;
}
.ding_pro{
    position:absolute;
    top:7px;
    right:0%;
    margin-right:10px;
}
.bottom_pro{
    position:absolute;
    top:2px;
    right:50%;
    color:#fff;
    margin-right:-22px;
}
.red_backg{
    background:#c40000;
}
