﻿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;
    color: #000;
    font-size: 14px;
}
select,input{
    margin: 0;
    padding: 0;
    border: 0;
    outline:none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
input:focus ,select:focus{
    outline:none;
}
html,body{
    width: 100%;
    font-size: 14px;
    height: 100%;
}
.clearfix:before,
.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}
.main {
    width: 100%;
    max-width: 750px;
    margin: 0 auto 0;
}
.main img {
    width: 100%;
    height: auto;
    display: block;
}
.t_pg{
    width: calc( 100% - 40px);
    margin: 0 auto;
    box-sizing:border-box;
    padding: 20px 20px 30px;
    /*padding-bottom: 30px;*/
}

.t_pg *{
    box-sizing: border-box;
}

.t_pg .inp_style{
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #000;
    padding-left: 5%;
}
.t_pg .inp_style label{
    width: 15%;
    overflow: hidden;
    font-size: 14px;
    line-height: 45px;
    color: #555;
    float: left;
    text-align: center;
}
.t_pg .inp_style input,.t_pg .inp_style select{
    width: 85%;
    display:block;
    background:transparent;
    border:0;
    padding:0;
    margin:0;
    line-height:45px;
    font-size: 16px;
    /*color: #fff;*/
    padding: 0 10px;
    float: right;
    border-radius: 0;
}
.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;
}
.tijiao{
    width: 100%;
    height: 45px;
    letter-spacing: 2px;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
}
.tijiao input{
    display: block;
    width: 100%;
    background:#006a77;
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.3);
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.box9{
    background: #2abebe;
}
.box12{
    background: #fff;
}
.box16{
    background: #e8e8e8;
}