/*
* Copyright (c) nanhua All rights reserved.
* MIT Licensed
* Build: 2017-5-18 10:30
* By aiko wang
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}
html {
	height: 100%;
}
body {
	letter-spacing: 0px !important;
	color: #333;
	background: #f9f9f9;
	font-family: PingFang, Arial, "Microsoft Yahei", STXihei, STHeiti,
	"Hiragino Sans GB", "Helvetica Neue", Helvetica, sans-serif;
}

em, i {
	font-style: normal;
}

button, input, select, textarea {
	font-family: PingFang, Arial, "Microsoft Yahei", STXihei, STHeiti,
	"Hiragino Sans GB", "Helvetica Neue", Helvetica, sans-serif;
}

a, input {
	-webkit-appearance: none;
	text-decoration: none;
	outline: none;
	color: #666;
}

a:hover {
	color: #1070AE;
	text-decoration: none;
}

a:visited, a:link {

}

img {
	border: 0 none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
	height: 0;
}

.clear {
	zoom: 1;
}

.Helvetica { /**/

}

.clearboth {
	clear: both;
}

input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner
{
	border: none;
	padding: 0;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill
{
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}
::-webkit-scrollbar{ display: none;}

.page-cover {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("../images/black_loading.gif") no-repeat center;
background-size: 160px;

	z-index: 999999999;
	opacity: 0.8;
	display: none;
}
.error-box {
	display: none;
	top: 400px;
	left: 40px;
	font-size: 22px;
	font-weight: normal;
	box-shadow: 0 0 10px #ccc;
	z-index: 99999999;
	position: fixed;
	width: 560px;
	height: 75px;
	line-height: 75px;
	color: #fff;
	border-radius:10px;
	background-size: 50px;
	background-color: #4c4c4c;
	letter-spacing: 0px;
	opacity: 0.95;
}

.error-box p {
	text-align: center;
}
.error-box2 {
	display: none;
	top: 400px;
	left: 40px;
	font-size: 24px;
	font-weight:bolder;
	box-shadow: 0 0 10px #ccc;
	z-index: 99999999;
	position: fixed;
	width: 560px;
	height: 75px;
	line-height: 75px;
	color: #333;
	background: #fff;
	opacity: 0.9;
	border-radius:10px;
}

.error-box2 p {
	text-align: center;
}

.hide{display: none !important;}

.page-wrap{
	position:
	relative;
	margin: 0 auto;
	padding-bottom: 200px;
	background: linear-gradient(to bottom, #dfe9fe, #f9f9f9);
}

.page-wrap .bottom-box{
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 200px;
    background: #fff;
    box-shadow: 0 0 20px #ccc;
}
.page-wrap .bottom-box .agreement-box{
    display: block;
    margin: 30px auto;
    padding-left: 40px;
}
.page-wrap .bottom-box .agreement-box a{
    display: block;
    margin: 0 auto;
    font-size: 22px;
}
.page-wrap .bottom-box .agreement-box a em{
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 100px;
    vertical-align: -3px;
    margin-right: 5px;
    position: relative;
}
.page-wrap .bottom-box .agreement-box a.sel em i{display: block;position: absolute;width: 14px;height: 14px;background: #0066fd;border-radius: 100px;left: 3px;top: 3px;}
.page-wrap .bottom-box .agreement-box a span{
    color: #0066FD;
    text-decoration: underline;
}
.page-wrap .bottom-box .goto-buy{
    background: linear-gradient(to bottom, #ff895f, #f56935);
    display: block;
    width: 559px;
    height: 84px;
    background-size: 560px;
    margin: 0 auto;
    box-shadow: 0 5px 10px #f79089;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 80px;
}

.popup-bg{
    background: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    display: none;
}
.popup-agreement-box{
    width: 560px;
    height: 800px;
    background: #fff;
    border-radius: 10px;
    position: fixed;
    left: calc(50% - 280px);
    top: calc(50% - 400px);
    display: none;
}
.popup-agreement-box h3{
    text-align: center;
    font-size: 30px;
    line-height: 100px;
    height: 100px;
}
.popup-agreement-box div{
    padding: 20px;
    font-size: 22px;
    height: 540px;
    overflow-y: scroll;
}
.popup-agreement-box div p{
    margin: 10px 0;
}
.popup-agreement-box a{
    display: block;
    margin: 20px auto;
    width: 400px;
    text-align: center;
    background: #F4393E;
    color: #fff;
    height: 70px;
    line-height: 70px;
    border-radius: 100px;
    font-size: 30px;
}
.dis-scroll{
    overflow:hidden;
}

effective-date {
	color: #999AA0;
	font-size: 24px;
}

.again-box {
	display: block;
	margin: 25px auto;
	padding: 0 40px;
}

.buy-look {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 18px;
}

.buy-look .buy-again,
.look-report {
	display: block;
	padding: 17px 74px;
	border-radius: 39px;
	font-weight: 600;
	font-size: 30px;
}

.buy-again {
	background: linear-gradient(180deg, #FFECDB 0%, #ECCAAA 100%);
	box-shadow: 0px 2px 4px 0px #F9E2CD;
	color: #5C310F;
}

.buy-again:hover {
	color: #5C310F;
}

.look-report {
	background: linear-gradient(180deg, #ff885d 0%, #f46732 100%);
	box-shadow: 0px 2px 4px 0px rgba(255, 72, 72, 0.5);
	color: #FFFFFF;
}

.look-report:hover {
	color: #FFFFFF;
}


.jsz-page{
    width: 640px;
}
.jsz-page .banner{
    height: 388px;
}
.jsz-page .banner img{
    width: 640px;
}
.jsz-page .page-box{
    background: #fff;
    width: 610px;
    margin: 0 auto;
    border-radius: 10px;
    padding-top: 1px;
    margin-bottom: 26px;
    padding-bottom: 20px;
}
.jsz-page .page-box h1{
    background: url(../images/nanhua_zf2_title.jpg) no-repeat center;
    background-size: 300px;
    margin: 0 auto;
    width: 300px;
    margin-top: -15px;
    height: 80px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    line-height: 80px;
}
.jsz-page .page-box img{
    width: 580px;
    margin: 20px auto;
    display: block;
}
.jsz-page .page-box .content{
    padding: 20px;
    background: #f3f8ff;
    width: 520px;
    margin: 0 auto;
    border-radius: 10px;
}
.jsz-page .page-box .content p{
    color: #2e4cb9;
    font-size: 22px;
    line-height: 30px;
    text-align: justify;
}
.jsz-page .page-box .content p em{
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #ff4538;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    vertical-align: 1px;
    margin-right: 5px;
}
.jsz-page .page-box .is-first{
    background: #FFFAF4;
    width: 540px;
    padding: 20px;
    margin: 0 auto;
}
.jsz-page .page-box .is-first h3{
    color: #782214;
    font-size: 26px;
}
.jsz-page .page-box .is-first h3 em{
    display: inline-block;
    background: #F43037;
    color: #fff;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 15px 0 15px 0;
    vertical-align: 5px;
    margin-left: 10px;
}
.jsz-page .page-box .is-first p{
    color: #782214;
    font-size: 22px;
    padding: 10px 0;
    line-height: 30px;
}
.jsz-page .page-box .sub-box{
    background: #FFFAF4;
    width: 540px;
    padding: 20px;
    margin: 0 auto;
    margin: 20px auto 0;
    position: relative;
    padding-top: 60px;
}
.jsz-page .page-box .sub-box span{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, #FA785F, #F43139);
    color: #fff;
    line-height: 40px;
    padding: 0 20px;
    font-size: 22px;
    border-radius: 10px 0 10px 0;
}
.jsz-page .page-box .sub-box p{
    color: #782214;
    font-size: 22px;
    padding: 0 20px;
    line-height: 35px;
    text-align: justify;
}
.jsz-page .page-box .sub-box p i{
    color: #f8564d;
}
.jsz-page .page-box .sub-box p b{}
.jsz-page .page-box .sub-box2{}
.jsz-page .page-box .sub-box2 span{
    display: block;
    margin: 20px;
    background: linear-gradient(to right, #daf1ff, #ffffff);
    width: 300px;
    height: 50px;
    margin-left: 30px;
    line-height: 50px;
    text-indent: 20px;
    border-radius: 5px;
    color: #002db4;
    font-size: 22px;
    font-weight: bold;
}
.jsz-page .page-box .sub-box2 p{
    color: #444;
    padding: 0 30px;
    font-size: 20px;
    text-align: justify;
    line-height: 35px;
}
.jsz-page .remark-box{
    color: #999;
    padding: 20px;
    font-size: 21px;
    line-height: 35px;
}

.popup-buy{
    position: fixed;
    background: #fff;
    height: 600px;
    width: 640px;
    bottom: 0;
    left: calc(50% - 320px);
    display: none;
}
.popup-buy .title{
    position: relative;
    height: 140px;
}
.popup-buy .title img{
    display: block;
    position: absolute;
    width: 100px;
    left: 20px;
    top: 20px;
}
.popup-buy .title span{
    display: block;
    color: #F91A21;
    left: 150px;
    position: absolute;
    top: 35px;
    font-size: 26px;
}
.popup-buy .title em{
    display: block;
    color: #333;
    left: 150px;
    position: absolute;
    top: 75px;
    font-size: 26px;
}
.popup-buy .title .close{
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(../images/popup_close.jpg) no-repeat center;
    background-size: 30px;
}
.popup-buy .buy-list{
    padding: 20px;
    overflow: hidden;
}
.popup-buy .buy-list a{
    display: block;
    float: left;
    background: #eee;
    line-height: 60px;
    margin: 10px;
    width: 178px;
    text-align: center;
    font-size: 20px;
    color: #333;
    position: relative;
    border: 1px solid #eeeeee;
    height: 60px;
}
.popup-buy .buy-list a.item-multi{line-height: 45px;}
.popup-buy .buy-list a.item-multi i{
    display: block;
    color: #f20000;
    font-size: 16px;
    line-height: 20px;
    margin-top: -9px;
}
.popup-buy .buy-list a em{
    position: absolute;
    display: block;
    background: #F43037;
    left: 0;
    top: 0;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    width: 40px;
    border-radius: 0 0 7px 0;
}
.popup-buy .buy-list a.sel{
    border: 1px solid #0066FD;
    background: #F3F8FF;
    color: #0066FD;
}
.popup-buy .buy-list a.unavailable{
    color: #bbb;
}
.popup-buy .buy{
    color: #fff;
    background: #0066FD;
    display: block;
    text-align: center;
    width: 560px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    border-radius: 100px;
    position: absolute;
    bottom: 30px;
    left: 40px;
}
.popup-warn-1{
    position: fixed;
    background: #fff;
    width: 500px;
    padding: 30px;
    top: 300px;
    left: 40px;
    border-radius: 15px;
    display:none;
}
.popup-warn-1 .warn-title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.popup-warn-1 .warn-content{
    padding: 20px 0;
    text-align: left;
    font-size: 24px;
    line-height: 40px;
}
.popup-warn-1 .warn-btn-box{
    margin-top: 20px;
    text-align: center;
}
.popup-warn-1 .warn-btn-box .close-warn{
    display: inline-block;
    background: #f3f9ff;
    color: #0066fc;
    width: 220px;
    height: 70px;
    line-height: 70px;
    border-radius: 100px;
    font-size: 26px;
    margin: 0 10px 0 0;
}
.popup-warn-1 .warn-btn-box .warn-link{
    display: inline-block;
    background: #0066fc;
    color: #fff;
    width: 220px;
    height: 70px;
    line-height: 70px;
    border-radius: 100px;
    font-size: 26px;
    margin: 0 0 0 10px;
}
.popup-warn-2{
    position: fixed;
    background: #fff;
    width: 500px;
    padding: 30px;
    top: 300px;
    left: 40px;
    border-radius: 15px;
    display:none;
}
.popup-warn-2 .warn-title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.popup-warn-2 .warn-content{
    padding: 20px 0;
    text-align: left;
    font-size: 24px;
    line-height: 40px;
}
.popup-warn-2 .warn-btn-box{
    margin-top: 20px;
    text-align: center;
}
.popup-warn-2 .warn-btn-box .continue-warn{
    display: inline-block;
    background: #f3f9ff;
    color: #0066fc;
    width: 220px;
    height: 70px;
    line-height: 70px;
    border-radius: 100px;
    font-size: 26px;
    margin: 0 10px 0 0;
}
.popup-warn-2 .warn-btn-box .warn-redo{
    display: inline-block;
    background: #0066fc;
    color: #fff;
    width: 220px;
    height: 70px;
    line-height: 70px;
    border-radius: 100px;
    font-size: 26px;
    margin: 0 0 0 10px;
}
.sub-box1{}
.sub-box1 span{
    position: absolute;
    display: block;
    background: linear-gradient(to right, #daf1ff, #ffffff);
    width: 300px;
    height: 50px;
    margin-top: -65px;
    margin-left: 30px;
    line-height: 50px;
    text-indent: 20px;
    border-radius: 5px;
    color: #002db4;
    font-size: 22px;
    font-weight: bold;
}
.sub-box1 p{
    padding: 0 30px;
    line-height: 30px;
    font-size: 20px;
    color: #444;
}
.sub-box1 p abbr{
    color: #2e4cb9;
}
.prize-list{
    margin: 20px 15px;
    height: 200px;
}
.prize-list div{
    display: block;
    float: left;
    height: 200px;
    background: linear-gradient(to bottom, #f3faff, #edf3ff);
    margin: 0 10px;
    width: 173px;
    border-radius: 15px;
    position: relative;
}
.prize-list div span{
    display: block;
    position: absolute;
    color: #333;
    font-size: 24px;
    text-align: center;
    width: 100%;
    top: 37px;
    font-weight: bold;
}
.prize-list div b{
    display: block;
    position: absolute;
    color: #2e4cb9;
    font-size: 26px;
    text-align: center;
    width: 100%;
    top: 90px;
    font-weight: bold;
}
.prize-list div abbr{
    font-size: 36px;
}
.prize-list div em{
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    background: #f36430;
    color: #fff;
    width: 50px;
    text-align: center;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px 15px;
}
.prize-list div i{
    display: block;
    position: absolute;
    color: #6e84d1;
    font-size: 24px;
    text-align: center;
    width: 100%;
    top: 150px;
    font-weight: bold;
}
.content h4{
    color: #2e4cb9;
    font-size: 22px;
    line-height: 50px;
    font-weight: bold;
}
.content h4 em{
    background: #f36430;
    color: #fff;
    width: 50px;
    text-align: center;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px 2px;
    display: inline-block;
    margin-left: 9px;
    vertical-align: middle;
}
.list1{
    padding: 10px 30px;
}
.list1 li{
    background: linear-gradient(to right, #f0fbfe, #f2f7ff);
    padding: 20px;
    margin: 15px 0;
    position: relative;
    padding-left: 130px;
    border-radius: 10px;
    min-height: 45px;
    color: #2e4cb9;
    font-size: 23px;
    line-height: 30px;
}
.list1 li span{
    background: #3868ff;
    color: #fff;
    width: 84px;
    text-align: center;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px 2px;
    display: inline-block;
    margin-left: 9px;
    vertical-align: middle;
    position: absolute;
    left: 20px;
    top: 20px;
}
.jsz-page .page-box .list2{
    padding: 30px 30px 0 30px;
}
.jsz-page .page-box .list2 li{
    position: relative;
    height: 150px;
}
.jsz-page .page-box .list2 li img{
    width: 85px;
    position: absolute;
    left: 0;
    top: 0;
}
.jsz-page .page-box .list2 li span{
    display: block;
    position: absolute;
    left: 100px;
    top: 25px;
    font-weight: bold;
    color: #2e4cb9;
    font-size: 26px;
    font-weight: bold;
}
.jsz-page .page-box .list2 li b{
    display: block;
    position: absolute;
    left: 100px;
    top: 60px;
    font-size: 21px;
    line-height: 30px;
    font-weight: normal;
    color: #444;
}
.jsz-page .page-box .list2 li abbr{
    color: #2e4cb9;
}
.line{
    display: block;
    border-bottom: 3px dotted #ccc;
    width: 560px;
    margin: 20px auto;
}
.sub-box3{
    width: 560px;
    background: #f8fcff;
    margin: 10px auto;
    border-radius: 10px;
    height: 120px;
    position: relative;
    padding-top: 1px;
}
.sub-box3 p{
    color: #444;
    font-size: 22px;
    text-align: center;
    margin-top: 50px;
}
.sub-box3 span{
    display: block;
    position: absolute;
    width: 110px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(to bottom, #7eccff, #468dff);
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 10px 0;
}
.sub-box3 abbr{
    color: #d10215;
}