*{
	padding:0px;
	margin:0px;
}
*, *::after, *::before {
    box-sizing: inherit;
}
html{
	background:#FFF;
}
body{
	font: 12px 'microsoft yahei', Verdana, Arial, Tahoma;
	color: #3a3a3a;
}

img{
	border:none;
}

a{
	color:#3a3a3a;
	text-decoration:none;
	-webkit-transition: all .3s ease;
}
a:hover{
	color:#3ba6ef;
	-webkit-transition: all .3s ease;
}
ul{
	list-style:none;
}
input,select,button{
	font: 12px 'microsoft yahei', Verdana, Arial, Tahoma;
	vertical-align:middle;
}
textarea, input, select{
    width: 100%;
    margin: 5px 0;
    padding: 15px;
    color: #95989f;
    font-size: 13px;
    border: 1px solid #dedede;
    -webkit-font-smoothing: antialiased;
    box-sizing:border-box;
    min-width: 0;
    margin-bottom: 0;
    height: 50px;
    position: relative;
}
textarea{
	height: 200px;
}
.select-caret {
    position: absolute;
    top: 65%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    pointer-events: none;
}
select{
appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
}
select::-ms-expand { display: none; }
.header{
	height: 68px;
    background-color: #33353a;
    text-align: center;
    position: relative;
    padding-top:16px;
}
.buyhead{
	padding-top: 120px;
    text-align: center;
    margin: 0 auto 40px;
}
h6 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -1px;
    margin: 5px 0 10px;
    font-weight: bold;
}
.buyhead p{
	color: #7c808c;
	font-size: 16px;
	line-height: 30px;
}
.buyhead p a{
	 color: #3ba6ef;
    font-weight: bold;
    text-decoration: none;
    transition: color 100ms ease-out;
}
.buyhead p a:hover{
	color: #7fc6f5;
}
.buycon{
	padding-bottom: 200px;
	max-width: 570px;
	margin:0 auto;
}
.buycon hr {
    margin: 60px 0;
    border: 0;
    border-bottom: 1px solid #e0e3ea;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
.bct{
	font-size: 20px;
    line-height: 32px;
    font-weight: bold;
}
.messcon{
	margin-top: 30px;
	overflow: hidden;
}
.messcon span{
	font-weight: bold;
    max-width: 75%;
    display: block;
    cursor: default;
}

.messcon .mescl{
	float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    position: relative;
}
.messcon label{
	position: absolute;
	right: 0;
	top: 0;
	color: #ec525d;
}
.messcon .mescl:last-child{
	margin-right: 0;
}
.mesbut{
	margin-top: 50px;
    margin-bottom: 30px;
    overflow: hidden;
}
input.coolbg{
	float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
   background: #3ba6ef;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 60px;
    cursor: pointer;
}
input.coolbg:hover{
	background: #7fc6f5;
}
input.coolbg:last-child{
    margin-right: 0;
    float: right;
    
    background: #95989f;
}
input.coolbg:last-child:hover{
	
	background: #7c808c;
}
.btx {
    text-align: center;
    font-size: 11px;
    line-height: 1em;
    margin: 5px 0;
    color: #7c808c;
}

.mescl.error input, .mescl.error select, .mescl.error textarea {
    border-color: #ec525d;
}