html, body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.ui-form-item {
    position: relative;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/

    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
    margin-bottom: 16px;
}

.ui-border-b {
    border-bottom: 1px solid #e0e0e0;
}

/*.n-content-wraper input {
    min-width: 200px;
}*/

input {
    border-radius: 4px;
    padding: 5px;
    height: 28px;
    border: 1px solid #eee;
    outline: none;
}

button {
    outline: none;
}

/*去掉自动填充的颜色*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

.flex-item {
    flex: 1;
    box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
}

.n-ui-label {
    text-align: right;
    font-size: 15px;
    flex: 0.5;
    box-flex: 0.5;
    -webkit-box-flex: 0.5;
    -moz-box-flex: 0.5;
    -webkit-flex: 0.5;
}

.n-search-wraper {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
}

#search {
    text-align: center;
    border: 1px solid #eee;
    height: 32px;
    width: 80px;
    border-radius: 6px;
    color: #fff;
    background: #2196F3;
}

#search:active {
    background: #2fb8f3;
}

.myForm {
    border: 1px solid #eee;
    border-top: 3px solid #2196f3;
    padding: 15px;
    border-radius: 4px;
}

input::-ms-input-placeholder {
    color: #bebebe;
    font-size: 14px;
}

input::-webkit-input-placeholder {
    color: #bebebe;
    font-size: 14px;
}

select {
    border: 1px solid #eee;
    width: 210px;
    padding: 5px;
    height: 40px;
    border-radius: 4px;
}

.n-flex {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;

    min-height: 519px;
    /*margin: 0 15px 15px;*/
    box-sizing: border-box;

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
}

.success-bg {
    background: url(../images/bg-success.jpg) no-repeat center;
    background-size: 100% auto;
}

.fail-bg {
    background: url(../images/bg-fail.jpg) no-repeat center;
    background-size: 100% auto;
}

.n-success-border {
    border-top: 3px solid #DD716E;
}

.n-fail-border {
    border-top: 3px solid #66B7F8;
}

.n-font-label {
    color: #a9a9a9;
}

.n-content-wraper {
    padding: 15px 16px 30px 16px;
    /* border: 1px solid #eee; */
    /* opacity: 0.5; */
    /* width: 100%; */
    margin: 20px 18px;
    box-sizing: border-box;
    box-shadow: 0px 1px 4px #efefef;
    border-radius: 5px;
    /* min-height: 286px; */
    background: url(../images/logo_bg2.png) no-repeat center 83px;
    background-size: 72% auto;
    /*background-color: #ffffffc4;*/
    background-color: rgba(255, 255, 255, 0.77);
}

.n-title {
    /*padding: 0px 0px;*/
    margin: 0px 0px;
    text-align: center;
    color: #000000;
    padding-top: 15px;
}

.n-title img {
    width: 80%;
}

.n-tips {
    border-bottom: 1px solid #E6E6E6;
    padding: 15px 0px;
    text-align: center;
    color: #000000;
    margin: 0;
    font-size: 16px;
}

.n-fail-font2 {
    color: #000000;
    line-height: 25px;
}

.n-note {
    border-top: 1px solid #eee;
    padding: 20px 0px 8px 0px;
    text-align: center;
    color: #000000;
    margin: 0;
    font-size: 15px;
}

.n-note-tips {
    margin: 8px 0px;
}

.n-name {
    font-size: 20px;
    color: #DD716E;
    font-weight: 500;
}

.n-detail-label {
    color: #a8a8a8;
    font-size: 15px;;
    width: 75px;
    /*text-align: justify;*/
    /*display: inline-block;*/
}

.n-justify {
    display: inline-flex;
    display: -webkit-inline-flex; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-inline-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-inline-flexbox; /* TWEENER - IE 10 */
    display: -webkit-inline-flex; /* NEW - Chrome */
    /*display: flex; /!* NEW, Spec - Opera 12.1, Firefox 20+ *!/*/
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: justify;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
    justify-content: space-between;
    flex-direction: row;
}

label {
    /*display: inline-block;*/
    width: 100px;
    /*text-align: justify;*/
}

i {
    display: inline-block;
    width: 100%;
}

/*.n-detail-label::before {*/
/*content: " ";*/
/*display: inline-block;*/
/*width: 100%;*/
/*}*/
.n-detail-label i {
    display: inline-block;
    /*padding-left: 100%;*/
    width: 100%;
}

.n-success-font {
    color: #e33737;
    /*font-weight: 600;*/
}

.n-fail-font {
    color: #2095F2;
}

ol {
    padding-left: 30px;
    margin: 0;
}

ol li {
    font-size: 14px;
    line-height: 23px;
    padding-left: 5px;
    padding-bottom: 8px;
    max-width: 550px;
}

/*ol li{ list-style:none;}*/

.n-font-12 {
    font-size: 15px;
}

a {
    color: #2196f3;
    text-decoration: none;
    cursor: pointer;
}

.n-p-margin {
    margin: 20px 0px;
}

@media only screen and (min-width: 750px) {
    .n-ui-label {
        text-align: right;
        font-size: 15px;
        flex: 1;
        box-flex: 1;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
    }
}

@media only screen and (max-width: 414px) {
    #search {
        width: 108px;
    }

    .n-ui-label {
        width: 98px;;
        flex: unset;
        box-flex: unset;
        -webkit-box-flex: unset;
        -moz-box-flex: unset;
        -webkit-flex: unset;
    }

    input {
        width: 95%;
    }

    .success-bg {
        background: url(../images/bg-success.jpg) no-repeat bottom;
        background-size: 100% auto;
    }

    .fail-bg {
        background: url(../images/bg-fail.jpg) no-repeat bottom;
        background-size: 100% auto;
    }
}

@media only screen and (max-width: 375px) {
    .success-bg {
        background: url(../images/bg-success.jpg) no-repeat bottom;
        background-size: 100% auto;
    }

    .fail-bg {
        background: url(../images/bg-fail.jpg) no-repeat bottom;
        background-size: 100% auto;
    }

}

@media only screen and (max-width: 320px) {
    .success-bg {
        background: url(../images/bg-success.jpg) no-repeat bottom;
        background-size: 100% auto;
    }

    .fail-bg {
        background: url(../images/bg-fail.jpg) no-repeat bottom;
        background-size: 100% auto;
    }
}

/*小于768的页面，不显示label标签*/
@media only screen and (max-width: 768px) {

    .n-content-wraper {
        background-color: rgb(255, 255, 255);
    }

    .n-ui-label {
        display: none;
    }

    input {
        border: unset;
        border-bottom: 1px solid #eee;
        width: 100%;
        box-sizing: border-box;
        border-radius: unset;
        padding: 8px 5px;
        /*height: 100%;*/
        height: 55px;
        font-size: 16px;
        background-color: rgba(255, 255, 255, 0);
    }
    
    .vcInput {
    	width: 70%;
    	vertical-align: middle;
    }
    .vcimg {
    	width: 30%;
    	vertical-align: bottom;
    }

    #search {
        width: 100%;
        height: 45px;
        font-size: 18px;
        margin-top: 36px;
        margin-bottom: 17px;
    }

    .ui-form-item {
        height: unset;
        margin-bottom: 0px;
    }

    input::-ms-input-placeholder {
        color: #bebebe;
        font-size: 16px;
    }

    input::-webkit-input-placeholder {
        color: #bebebe;
        font-size: 16px;
    }

    .first-page {
        display: none;
    }

    .n-font-12 {
        font-size: 14px;
    }

    .layui-layer-content {
        padding: 5px 15px;
        min-width: 280px;
    }

}

/*大于768的页面*/
@media only screen and (min-width: 769px) {

	.healthCard>img{
	    width: 45% !important;
	}
    .success-bg {
        background: url(../images/bg-s-pc.jpg) no-repeat bottom;
        background-size: 100% auto;
    }

    .fail-bg {
        background: url(../images/bg-f-pc.jpg) no-repeat bottom;
        background-size: 100% auto;
    }

    .n-content-wraper input {
        min-width: 480px;
    }
    
    .n-content-wraper .vcInput {
        min-width: 358px;
    	vertical-align: middle;
    }
    .n-content-wraper .vcimg {
        vertical-align: middle;
    }

    .layui-layer-content input {
        min-width: 300px;
    }
    .

    .layui-layer-content {
        padding: 5px 15px;
    }

    .n-fail-font {
        font-size: 28px;
        font-weight: 600;
    }

    .n-content-wraper {
        padding: 15px 158px 30px 158px;
        background: url(../images/mlogo.jpg) no-repeat center 98px;
        background-size: 59% auto;
        /*background-color: rgba(255,255,255,0.77);*/
        margin: 20px 0px;
        background-color: rgb(255, 255, 255);
        min-width: 914px;
        /*min-height: 650px;*/
    }

    .n-tips {
        border-bottom: unset;
    }

    .n-detail-label {
        color: #000000;
        font-size: 16px;
    }

    #search {
        /*margin-left: 75px;*/
        width: 118px;
        height: 41px;
        font-size: 16px;
    }

    .n-detail-label {
        width: 80px;
        display: inline-flex;
    }

    .n-falil-font17 {
        font-size: 18px;
        color: #2095F2;
    }

    .n-s-font20 {
        font-size: 20px;
    }
    
    .n-detail-label-title {
        width: 128px;
        display: inline-flex;
    }
}

.info{
	color: #dd716e;
    font-weight: 400;
    font-size: 20px;
    padding-top: 50px;
}

.info2{
	color: #acacac;
    font-weight: 400;
    font-size: 20px;
    padding-top: 50px;
}

.tip-info{
	font-family: "STKaiti";
	color: #1e9fff;
}
.tip-tit{
	/*font-weight: 600;*/
	
}
.healthCard{
	width:50%;
	float:left;
	text-align:center;
	padding: 10px 0;
}
.healthCard>img{
	display: block;
    width: 60%;
    margin: auto;
    padding: 0 0 10px 0;
}
.beSend {
	color: #c7c7c7 !important;
}