﻿body,
div,
p,
h1,
h2,
h3,
ul,
li,
dl,
dd,
dt,
ol,
form,
input,
select,
a,
span,
label,
img {
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    list-style: none;
    border: none;
    font-family: "微软雅黑", Verdana, Tahoma, Arial, Helvetica, "宋体", sans-serif;
    font-size: .24rem;
}

body {
    font-size: 0.75em;
}
select,input{
    margin: 0;
    padding: 0;
    border: 0;
    outline:none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
input:focus ,select:focus{
    outline:none;
}
img {
    width: 100%;
    height: auto;
    display: block;
}
.clearfix:before,
.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}
.red{
    color:rgb(255, 0, 0);
}
.main {
    width: 100%;
    min-width: 320px;
    margin: 0px auto;
    /*top: 0;
    position: fixed;
    bottom:38px;
    left: 0;
    overflow:scroll;
    -webkit-overflow-scrolling: touch;*/
}
.m {
    margin: 0 0
}
p{
    font-family: "microsoft yahei";
}
ul{
    list-style: none;
}
.t_pg{
    width: 7.5rem;
    background: url(../images/dsp_05.jpg) no-repeat;
    background-size: 100% 100%;
    padding: .2rem 0 .4rem;
}
.t_pg1{
    width: 7.5rem;
    background: url(../images/dsp_16.jpg) no-repeat;
    background-size: 100% 100%;
    padding: .2rem 0 .4rem;
}
.t_pg_box{
    width: 5.98rem;
    margin: 0 auto;
}
.t_pg .inp_style{
    position: relative;
    color: #333;
    overflow: hidden;
    height:.88rem;
    margin-bottom:.3rem;
    padding-left: .2rem;
    border: 1px solid #b3896f;
    background: #fff;
    border-radius: .2rem;
}
.t_pg .inp_style span {
    font-family: "微软雅黑", Verdana, Tahoma, Arial, Helvetica, "宋体", sans-serif;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 0.26rem;
    line-height: 0.88rem;
    padding:0 0.15rem;
    position: absolute;
    left: .1rem;
    top:0rem;
    color: #343963;
}
.t_pg .inp_style input,.t_pg .inp_style select{
    width: 4.6rem;
    display:block;
    background:transparent;
    border:0;
    padding:0;
    margin:0;
    line-height:.88rem;
    font-size:.24rem;
    color: #343963;
    float: right;
    padding-left: .1rem;
}
.t_pg .inp_style select {
    background: url(../images/stra.png) 3.5rem center no-repeat transparent;
    background-size: .24rem .15rem;
}

.t_pg .inp_style select:focus {
    background: url(../images/stra.png) 3.5rem center no-repeat transparent;
    background-size: .24rem .15rem;
}
.t_pg .inp_style select option{
    color: #000;
}
.tijiao{
    height: .88rem;
    margin: 0 auto;
    background: #e03a3e;
    text-align: center;
    border-radius: .2rem;
     box-sizing:border-box;
}
.tijiao input{
    width: 100%;
    font-size: 0.34rem;
    font-family: "microsoft yahei";
    line-height: 0.88rem;
    color: #fff;
    background:transparent;
    border:0;
    padding:0;
    margin:0;
    display: block;
}
.tel{
    display: block;
    width: 7.5rem;
    height: 2.9rem;
    background: url(../images/dsp_17.jpg) no-repeat;
    background-size: cover;
}