﻿@charset "utf-8";
/* CSS Document */
html {
	/*background-color:#ffffff;*/
}
 @media screen and (min-width: 375px) {
html {
        /* iPhone6的375px尺寸作为16px基准，414px正好18px大小, 600 20px */
        font-size: calc(100% + 2 * (100vw - 375px) / 39);
 font-size: calc(16px + 2 * (100vw - 375px) / 39);
}
}
@media screen and (min-width: 414px) {
html {
        /* 414px-1000px每100像素宽字体增加1px(18px-22px) */
        font-size: calc(112.5% + 4 * (100vw - 414px) / 586);
 font-size: calc(18px + 4 * (100vw - 414px) / 586);
}
}
@media screen and (min-width: 600px) {
html {
        /* 600px-1000px每100像素宽字体增加1px(20px-24px) */
        font-size: calc(125% + 4 * (100vw - 600px) / 400);
 font-size: calc(20px + 4 * (100vw - 600px) / 400);
}
}
@media screen and (min-width: 1000px) {
html {
        /* 1000px往后是每100像素0.5px增加 */
        font-size: calc(137.5% + 6 * (100vw - 1000px) / 1000);
 font-size: calc(22px + 6 * (100vw - 1000px) / 1000);
}
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0
}
body {
	max-width: 1280px;
	margin: 0 auto;
	background: #ffffff;
	font-family: 'STHeiti', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a, button, input, textarea {
	-webkit-tap-highlight-color: rgba(0,0,0,0);/*-webkit-user-modify:read-write-plaintext-only; */
}
h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
	font-size: inherit
}
i, em, strong {
	font-style: normal
}
a, a:active, a:hover, a:focus, a:visited {
	text-decoration: none
}
a, img {
	-webkit-touch-callout: none
}
a {
	color: #444
}
ol, ul, li {
	list-style: none
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
textarea, input[type="password"], input[type="text"], input[type="button"], select {
	border: none;
	resize: none;
	outline: 0;
	-webkit-appearance: none;
	white-space: pre-wrap;
	word-wrap: break-word;
	background-color: #fff;
	font-family: 'STHeiti', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}

.border-b { border-bottom: 1px solid #ddd }
.border-t { border-top: 1px solid #ddd }
@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .border-b { border-bottom: 0.5px solid #ddd }
    .border-t { border-top: 0.5px solid #ddd }
}
@media screen and (-webkit-min-device-pixel-ratio: 3) {
    .border-b { border-bottom: 0.333333px solid #ddd }
    .border-t { border-top: 0.333333px solid #ddd }
}


.certification-form{ font-size:1rem;  }
.certification-form-item{display:-webkit-flex;display:-ms-flexbox;display:flex; justify-content:space-between; padding:2% 4%; background: #fff; height: 8rem;line-height:1.5;margin-bottom:0.5rem;}
.certification-form-items p {
    text-align: left;
    color: #333333;
    font-size: 0.9rem;
    background-color: #ffffff;
    padding:3% 4%;
    border-bottom: 1.5px solid #dddddd;
}
.certification-form-item1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 0 4%;
    background: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-bottom:0.5rem;
}
    .certification-form-item1 input {
        width: 100%;
        text-align: left;
        letter-spacing: 1px;
        padding: 0.5rem 0;
        font-size: 0.8rem;
        color: #333333;
    }
.certification-form-item textarea{
    width:100%;
    text-align:left;
    letter-spacing:1px;
    padding:0.5rem 0;
    font-size:0.7rem;
    color:#666666;
}
.certification-form-photo{ display:-webkit-flex;display:-ms-flexbox;display:flex; justify-content:space-between; padding:6%; background: #fff; height: 8rem;text-align:center;}
.certification-form-photo .upload-photo img{ max-width:8rem; }
.certification-form-tips{  height: 6rem; margin:1.8rem auto; background: url( ../images/ico-certification-success.png) center top no-repeat;background-size: auto 6rem; }
.certification-form-action{ padding:2rem 4%;  }
.certification-form-action input{ width: 100%; height: 3rem; background: #4a7de6; color: #fff; font-size:1rem;letter-spacing:1rem; text-align: center; border-radius: .3rem;cursor:pointer}




body {
    width: 100%;
    font-family: 'Microsoft YaHei';
    color: #666666;
}
/*基本颜色*/
.color-fff {
    color: #ffffff;
}

.color-333 {
    color: #333333;
}

.color-666 {
    color: #666666;
}

.color-999 {
    color: #999999;
}
.green{color:#00c525;}
.organe{color:#e29000;}
.red{color:#e60000;}
.blue{color:#00b3e7;}


.fl{float:left;}
.fr{float:right;}
/*头部标题*/
.lq-tittle{color:#ffffff;font-size:1.15rem;letter-spacing:1px;line-height: 2.5rem;width:100%;background: url(../images/top-bk.jpg) no-repeat center;background-size:100% 100%;height:2.5rem;position: fixed;top: 0;text-align:center;}
.lq-tittle a{position:absolute;left:0.5rem;}
.lq-tittle a img{width:1.9rem;vertical-align:middle;}

.sy-top{height:2.5rem;width:100%;background: url(../images/bottom.png) repeat-y top center;text-align:center;line-height:2.5rem;font-size:1.1rem;color:#ffffff;letter-spacing:1px;}
/*底部导航栏*/
.bottom-bar{background: url(../images/bottom.png) repeat-y top center;background-size:100% auto;height:3.2rem;position: fixed;bottom: 0;width: 100%;z-index: 100;padding:0.3rem 0;box-sizing:border-box;}
.bottom-bar ul {overflow: hidden;}
.bottom-bar ul li {float: left;width: 25%;text-align:center;}
.bottom-bar ul li img{width:1.6rem;}
.bottom-bar ul li p{color: #ffffff;font-size: 0.7rem;margin-top: -1px;}

/*中间内容*/
.main-concent{margin-bottom:3.3rem;}
