html,
body {
    width: 100%;
    height: 100%;
    background: #f6f6f6;
}

html {
    font-size: 31.25vw;
    font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}

body {
    font-size: .12em;
}

html,
body,
div,
p,
ul,
li,
span,
a,
input,
img,
select {
    margin: 0;
    padding: 0;
}

input,
img,
button,
select,
option {
    border: 0;
    outline: 0
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #8d8d8d;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.x_center {
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@font-face {
    font-family: 'iconfont';
    src: url('../iconfont/iconfont.eot');
    src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../iconfont/iconfont.woff') format('woff'),
    url('../iconfont/iconfont.ttf') format('truetype'),
    url('../iconfont/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    font-size: .15rem;
}


/* 鐧诲綍椤� */

.forget-header-box,
.idCard-header-box,
.zhidao-header-box {
    width: 90%;
    margin: 0 auto;
}

.upload-zhizhao,
.upload-idCard,
.index-wrapper,
.agent-info-box,

.forget-box {
    width: 80%;
    margin: 0 auto;
}

.index-logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: .5rem;
}

.index-logo .logo-box {
    width: 30%
}

.index-logo .logo-box img {
    width: 100%;
}

.index-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: .45rem;
}

.index-form p {
    background: #fff;
    padding: .08rem 0;
    border-radius: .03rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .1rem;
}

.index-form p:last-child {
    /*display: flex;*/
    margin: 0;
    background: #f6f6f6;
    height: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.index-form p input {
    width: 100%!important;
}

.index-form p i {
    width: .16rem;
    height: .25rem;
    margin: 0 .1rem 0 .25rem;
}

.index-form p i img {
    width: 100%;
    margin-top: 3px;
}

.index-form p:last-child a {
    font-size: .1rem
}

.login_type {
    position: relative;
    margin-bottom: .1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}

.login_type div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8d8d8d;
    font-size: .1rem;
}

.login_type div:nth-child(2) {
    margin-left: 5px;
}

.login_type div:nth-child(3) {
    position: absolute;
    right: 0;
}

.login_type div:nth-child(3) a {
    color: #888;
}

.index-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.index-btn button {
    border-radius: .03rem;
    padding: .1rem 0;
    width: 100%
}

.index-btn button:nth-child(1) {
    width: 30%;
    color: #fff;
    background: #fe4f4a;
}

.index-btn button:nth-child(2) {
    width: 70%;
    margin-left: 2%;
    background: #fff;
    border: 1px solid #fe4f4a;
    color: #fe4f4a;
}


/*浠ｇ悊娉ㄥ唽淇℃伅椤甸潰*/

.agent-info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: .2rem;
}

.agent-info-box p {
    margin: .08rem 0 .05rem 0;
}

.agent-info-box .telCode-box input,
.forget-box .telCode-box input {
    width: 65%;
    margin: 0
}

.agent-info-box .telCode-box,
.forget-box .telCode-box {
    background: #fff;
    border-radius: .03rem;
    margin: 0;
    margin-bottom: .1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.agent-info-box .telCode-box button,
.forget-box .telCode-box button {
    font-weight: normal;
    background: #fff;
    font-size: .1rem;
    color: #fe4f4a;
    border-radius: 0;
    padding-left: .1rem;
    border-left: 1px solid #eee;
}

.agent-info-box input,
.agent-info-box select,
.forget-box input {
    background: #fff;
    padding: .1rem 0;
    padding-left: .1rem;
    border-radius: .03rem;
    margin-bottom: .1rem;
    color: #999;
}

.agent-info-box button {
    border-radius: .03rem;
    padding: .1rem 0;
    background: #fe4f4a;
    color: #fff;
}


/* 涓婁紶鎵х収 */

.upload-zhizhao,
.upload-idCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.zhidao-header,
.idCard-header,
.forget-header {
    height: .44rem;
    background: #fe4f4a;
    color: #fff;
    line-height: .44rem;
}

.zhidao-header-box,
.idCard-header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.idCard-header-box span:nth-child(1) img {
    width: 100%;
}

.upload-zhizhao .logo,
.upload-idCard .logo {
    width: 100%;
    margin-top: .2rem;
}

.upload-zhizhao .logo img,
.upload-idCard .logo img {
    width: 100%;
}

.upload-zhizhao .upload,
.upload-idCard .upload {
    margin-top: .1rem;
}

.upload-zhizhao .filebtn,
.upload-idCard .filebtn {
    width: 100%;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    position: relative;
    background: #fe4f4a;
    color: #fff;
    border-radius: .03rem;
    padding: .1rem 0;
}

.upload-zhizhao .fbtn,
.upload-idCard .fbtn {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.forget-header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.forget-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: .2rem;
}

.forget-box button {
    border-radius: .03rem;
    padding: .1rem 0;
    background: #fe4f4a;
    color: #fff;
}



/*瀹℃牳椤甸潰*/

.result-checking-box {
    height: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.result-checking-box .status-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.result-checking-box .checkContent {
    margin-top: .15rem;
    color: #b2b2b2;
}

.result-checking-box .checkFail {
    color: #000;
}

.result-checking-box .failContent {
    color: #b2b2b2;
    margin-top: .15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.result-checking-box .failContent p:nth-child(1) {
    margin-bottom: .05rem;
}



/* 浠ｇ悊-鎴戠殑 */

.my-agent-header {
    background: #fe4f4a;
    height: .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: .15rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.agent-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: .1rem
}

.my-agent-header .agent-level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .03rem;
}

.introPrice {
    background: #fff;
    padding: .15rem .30rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.my-agent-detail {
    margin-top: .1rem;
}

.my-agent-detail>div {
    border-bottom: 1px solid #eee;
    background: #fff;
    padding: .2rem .3rem .15rem .3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.my-commission .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.my-commission .left p {
    margin-top: .03rem;
}

.my-commission .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.my-commission .right a {
    padding: .05rem;
    border: 1px solid #fe4f4a;
    color: #fe4f4a;
}

.orange-num {
    color: #ff7a29;
}

.my-agent-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .25rem;
    color: #999;
}

.my-agent-footer>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-box .left {
    font-size: .28rem;
}

.footer-box .phone-number {
    margin-left: .1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-box .phone-number span:nth-child(1) {
    font-size: .2rem;
}

.footer-box .phone-number span:nth-child(2) {
    font-size: .1rem;
}

.tuiguang-header,
.tuijian-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fe4f4a;
    color: #fff;
    padding-left: 5%;
    height: .44rem;
    line-height: .44rem;
}

.tuiguang-header>div,
.tuijian-header>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.tuiguang-header-box .tg-title,
.tuijian-header-box .tj-title {
    margin-left: 35%;
}

#share-back {
    position: absolute;
    left: 5%;
    top: 15px;
}

.promote-detail-box {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.promote-detail-box>div {
    width: 50%;
    padding: .22rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.promote-detail-box>div:nth-child(1) {
    /* border-right: 1px solid #eee; */
}

.promote-content {
    margin-top: .1rem;
    background: #fff;
}

.promote-content table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.promote-content tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 1px solid #eee;
    width: 100%;
    height: .4rem;
    line-height: .2rem;
}

.promote-content tr:nth-child(1) {
    color: #606060;
    height: .3rem;
    line-height: .3rem;
}

.promote-content th,
.promote-content td {
    width: 33.3%;
}

.promote-content td button:nth-child(1) {
    background: #888;
    color: #fff;
    margin-right: 5px;
}

.promote-content td button:nth-child(2) {
    color: #fff;
}

.share-price {
    width: 100%;
    background: #fff;
}

.share-price img {
    width: 100%;
}

.share-content {
    text-align: center;
    background: #fff;
    padding: 0.1rem 0 .2rem 0;
}

.share-content p {
    margin-bottom: .05rem;
}

.share-footer {
    text-align: center
}

.share-footer dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.share-footer img {
    width: 50%;
    margin-bottom: .05rem;
}

.big-qrcode {
    padding: .2rem 0;
    position: fixed;
    width: 100%;
    height: 2rem;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.big-qrcode #big-qrcode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.big-qrcode #big-qrcode canvas {
    height: 1rem;
    width: 1rem;
    padding: .05rem;
    border: 1px solid #eee;
}

.big-qrcode p {
    color: #fff;
    margin-bottom: .1rem;
}

.big-qrcode b {
    border-top: 1px solid #ccc;
    margin: .1rem;
    padding: .1rem 43% 0;
    color: #fff;
}

input {
    color: #000!important;
}