/* = Reset
------------------------------------------------------------------------------------ */
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
p,
pre,
code,
form,
button,
input,
textarea,
table,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	margin: 0;
	padding: 0;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin-left: auto;
	margin-right: auto;
	font-size: 28px;
	font-family: "PingFang SC", "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", Helvetica, sans-serif;
	color: #333;
	-webkit-tap-highlight-color: transparent;
	background-image: url(http://files.leapoon.com/PMarketing/Article/20220420/ot1650430423.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400;
}

ul,
ol {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

button,
input,
select,
textarea {
	border: none;
	font-family: inherit;
	font-size: 100%;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}

textarea {
	resize: none;
}

img {
	vertical-align: top;
}

em,
i {
	font-style: normal;
}

:focus {
	outline: 0;
}

/* = Model - Layout
------------------------------------------------------------------------------------ */
html,
body {
	min-height: 100%;
	overflow-x: hidden;
}

body {
	font-family: "PingFang SC", "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", Helvetica, sans-serif;
	font-size: 28px;
	line-height: 1.5;
}

.is-show {
	display: block;
}

.is-hide {
	display: none;
}

.ui-toast {
	display: none;
}

.ui-toast__mask {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1000;
}

.ui-toast__text {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 5000;
	min-width: 7.6em;
	padding: .5em 1em;
	margin-left: -3.8em;
	margin-top: -4em;
	background: rgba(17, 17, 17, 0.7);
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
}

.ui-alert {
	display: none;
}

.ui-alert__mask {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.5);
}

.ui-alert__text {
	position: fixed;
	top: 40%;
	left: 50%;
	z-index: 5000;
	width: 280px;
	height: 150px;
	margin-left: -140px;
	margin-top: -75px;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	color: #3A81DD;
}

.ui-alert__close {
	position: absolute;
	top: 17px;
	right: 17px;
	width: 20px;
	height: 20px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAABrElEQVRIS62WXU4DIRSF75lFuQEXAGxEjUatGmt/Uq0/iVb3MdBHl9BXV6NP1zCRhmGAYWzv6wx8nMO5ALTWGwAHRPQqpTylPZYxZkFE10T0BWMMu7mZeaWUOtkHyxjzQEQjN5cFXRLRcp+wEMLMU1iAMcaS7Qqa2kVZRwkwF0KMG5AtrfUVgPtdYCmInXMLisGI6F1KeVyyZzlIBxSzsQQWQohoJqW88xfYUpSyEcBKCBFNYwkkqigFiykzxti02tS66ijZxjvnf5hGHzYEklXkFhCBPQP4ZubbEiVFijI2+kYk7eoNQ8xOrfUZgBf/GzOPlVLzkvhHU5cATQC0Iws8CSH8MCSZRaBIhP0Ji5q6FxRJ1w0z/wQ29sKyoLqul1VVRfskPBtzTZ2Nd0mf5Pos3KyoohKI12et+yx1NnZAObtSkarrelRV1fY+i8FaoCFKQmgIY+YPpdRR52QIIfb6VUpNSpoxZaMPaxRprR8BXLgB/4G4sSkb7ePEPYmafwFMhRCDlPTZCOAtfG4Ntitlbfi6sqBPIjr8u35nQ/ak79/1en3OzAtm3vwCPjIOKAuP594AAAAASUVORK5CYII=");
	background-size: 100%;
}

.ui-alert__title {
	padding-top: 30px;
	margin-bottom: 10px;
	font-size: 26px;
}

.ui-alert__tips {
	font-size: 20px;
}

label,
[type="button"] {
	cursor: pointer;
}

input,
textarea,
select {
	-webkit-transition: .3s;
	transition: .3s;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #3B3B3B;
	opacity: .65;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
	color: #3B3B3B;
	opacity: .65;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	color: #3B3B3B;
	opacity: .65;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: #3B3B3B;
	opacity: .65;
}

.ipt-text {
	padding: 11px 25px;
	border: 2px solid #c0c0c0;
	border-radius: 10px;
	font-size: 18px;
	line-height: 26px;
	color: #333;
	-webkit-transition: .3s;
	transition: .3s;
}

.input-text {
	width: 100%;
	padding: 10px 25px;
	background: none;
	border: 2px solid #fff;
	border-radius: 4px;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
}

.input-textarea {
	width: 100%;
	padding: 16px 25px;
	height: 300px;
	border: 2px solid #c0c0c0;
	border-radius: 10px;
	font-size: 26px;
	line-height: 38px;
	color: #333;
}

.input-select {
	width: 100%;
	padding: 11px 25px;
	border: 2px solid #c0c0c0;
	border-radius: 10px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAMBAMAAACU11D1AAAAGFBMVEX////AwMDAwMDAwMDAwMDAwMDAwMDAwMABkfvVAAAAB3RSTlMAEXeImaruH2mBDgAAAD1JREFUCNdNybsRgDAMwNDHbzbaVGGCsIGP9SnABlU6ydTPl2G5CvPPHanBlt7UCGo0cgQ1nsxemfXL9AE3vBElBNuQ3woAAAAASUVORK5CYII=");
	background-position: 512px center;
	background-repeat: no-repeat;
	font-size: 18px;
	line-height: 26px;
	color: #999;
}

.input-select option {
	color: #333;
}

.input-select option[value=""] {
	color: #999;
}

.input-select.has-value {
	color: #333;
}

/* = Home
------------------------------------------------------------------------------------ */
.wrap {
	position: relative;
	width: 1500px;
	left: 50%;
	margin-left: -750px;
	overflow: hidden;
}

.cover {
	width: 100%;
	height: 574px;
	background: url("https://pic.leapstarvisa.com/trade_image/assessment/full_cover.png") center top no-repeat;
	background-size: 100%;
	color: #fff;
	text-align: center;
}

.cover__title {
	padding-top: 140px;
	margin-bottom: 50px;
	font-size: 78px;
	font-weight: bold;
}

.cover-tips {
	font-size: 16px;
}

.cover-tips__text {
	display: inline-block;
	margin: 0 20px;
}

.cover-tips__line {
	display: inline-block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	vertical-align: middle;
}

.intro {
	padding: 50px 205px 110px 205px;
}

.intro-title {
	position: relative;
	display: inline-block;
	margin-bottom: 80px;
	font-size: 36px;
	color: #9D946F;
	font-weight: bold;
}

.intro-title:before {
	content: '';
	position: absolute;
	right: -350px;
	top: 50%;
	width: 330px;
	height: 2px;
	background: #E5E3E3;
	font-size: 0;
	line-height: 0;
}

.intro-step {
	line-height: 1;
	text-align: center;
	overflow: hidden;
}

.intro-step__gap {
	float: left;
	width: 100px;
	height: 200px;
	margin: 0 50px;
	background: url("https://pic.leapstarvisa.com/trade_image/assessment/intro_arrow.png") center no-repeat;
}

.intro-step__col {
	float: left;
}

.intro-step__text {
	padding-top: 15px;
}

/* = Quiz
------------------------------------------------------------------------------------ */
.quiz-mark {
	background-color: #E6E6E6;
}

.quiz-mark__tag {
	width: 236px;
	height: 114px;
	margin-left: auto;
	margin-right: auto;
	background: url("https://pic.leapstarvisa.com/trade_image/assessment/quiz_mark.png") no-repeat;
	background-size: 100%;
	font-size: 30px;
	line-height: 100px;
	color: #fff;
	text-align: center;
}

.quiz-form {
	padding: 50px 200px;
	margin-bottom: 15px;
	background-color: #E6E6E6;
}

.quiz-form__title {
	margin-bottom: 5px;
	font-size: 33px;
	line-height: 1.5;
}

.quiz-form__desc {
	font-size: 25px;
	color: #9D946F;
}

.quiz-answer {
	margin-top: 30px;
	overflow: hidden;
}

.quiz-form__option {
	position: relative;
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 20px;
	-webkit-transition: .3s;
	transition: .3s;
}

.quiz-form__option label {
	display: block;
	height: 58px;
	line-height: 58px;
	padding: 0 30px;
}

.quiz-form__option span {
	font-size: 16px;
}

.quiz-form__option em {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
}

.quiz-form__option .ipt-checkbox,
.quiz-form__option .ipt-radio {
	visibility: hidden;
}

.quiz-form__option.is-active {
	background-color: #9D946F;
	color: #fff;
}

/* = Complete
------------------------------------------------------------------------------------ */
.complete-wrap {
	padding: 90px 200px 180px 200px;
	text-align: center;
}

.complete-statistics {
	margin-bottom: 120px;
	font-size: 49px;
	line-height: 1;
	color: #9D946F;
}

.complete-statistics__count {
	font-size: 110px;
	color: #F34949;
}

.complete-tips {
	position: relative;
	margin-bottom: 70px;
	font-size: 32px;
	line-height: 1;
	color: #3B3B3B;
}

.complete-tips:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 2px;
	background-color: #E5E3E3;
	font-size: 0;
	line-height: 0;
}

.complete-tips__text {
	display: inline-block;
	padding: 0 20px;
	background-color: #fff;
}

.complete-form {
	height: 390px;
	padding-top: 44px;
	background: url("https://pic.leapstarvisa.com/trade_image/assessment/s2_bg.png") center top no-repeat;
	background-size: 100%;
}

.complete-form__cell {
	position: relative;
	font-size: 0;
	margin-bottom: 20px;
	text-align: center;
}

.complete-form__input {
	width: 520px;
	height: 66px;
	padding: 0 15px;
	border: 0;
	box-shadow: inset 0 1px 5px 0 rgba(9, 3, 1, 0.35);
	font-size: 24px;
	line-height: 66px;
	color: #3B3B3B;
}

.complete-form__code {
	width: 300px;
	height: 66px;
	padding: 0 15px;
	margin-right: 20px;
	border: 0;
	box-shadow: inset 0 1px 5px 0 rgba(9, 3, 1, 0.35);
	font-size: 24px;
	line-height: 66px;
	color: #3B3B3B;
}

.complete-form__button {
	width: 200px;
	height: 66px;
	border: 0;
	border-radius: 4px;
	background: #F56460;
	font-size: 24px;
	color: #fff;
	vertical-align: top;
}

.complete-form__button.is-disabled {
	background: rgba(255, 255, 255, 0.9);
	color: #a9a9a9;
	cursor: not-allowed;
}

.complete-form__submit {
	display: inline-block;
	padding: 10px 15px;
	margin-top: 20px;
	border: 3px solid #fff;
	border-radius: 20px;
	font-size: 26px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 1px #3B3B3B;
}

/* = Result
------------------------------------------------------------------------------------ */
.result {
	position: absolute;
	top: 25%;
}

.result-cover {
	position: relative;
	width: 1500px;
	left: 50%;
	margin-left: -750px;
	height: 574px;
	background-size: 100%;
	color: #fff;
	text-align: center;
}


.result-cover__title {
	padding-top: 150px;
	font-size: 110px;
	font-weight: bold;
}

.result-cover__link {
	display: block;
	width: 200px;
	height: 66px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border: 0;
	border-radius: 4px;
	background: #E6E6E6;
	font-size: 24px;
	line-height: 66px;
	text-align: center;
}

.result-item {
	max-width: 1500px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

.result-hd {
	padding: 0 30px 30px 30px;
	background-color: #E6E6E6;
}

.result-hd__bd {
	padding-top: 30px;
}

.result-hd__title {
	position: relative;
	padding-top: 50px;
	padding-right: 240px;
	line-height: 1;
}

.result-hd__percentage {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}

.result-hd__percentage em {
	font-size: 50px;
	line-height: 50px;
	color: #F34949;
}

.result-hd__summary {
	padding-top: 20px;
}

.result-hd__mark {
	width: 236px;
	height: 114px;
	margin-left: auto;
	margin-right: auto;
	background: url("https://pic.leapstarvisa.com/trade_image/assessment/quiz_mark.png") no-repeat;
	background-size: 100%;
	font-size: 30px;
	line-height: 100px;
	color: #fff;
	text-align: center;
}

.result-hd__summary {
	color: #9D946F;
}

.result-bd {
	padding: 30px;
	border-left: 10px solid #E6E6E6;
	border-right: 10px solid #E6E6E6;
}

.result-bd__item {
	overflow: hidden;
}

.result-bd__label {
	float: left;
	width: 90px;
}

.result-bd__text {
	margin-left: 90px;
}

.icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background-size: 100%;
	vertical-align: middle;
}

.icon_no {
	background-image: url("../images/result_no.png");
}

.icon_yes {
	background-image: url("../images/result_yes.png");
}

.result-ft {
	padding: 30px;
	background-color: #E6E6E6;
}

.result-ft__link {
	display: block;
	width: 200px;
	height: 66px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	border-radius: 4px;
	background: #F34949;
	font-size: 24px;
	line-height: 66px;
	color: #fff;
	text-align: center;
}

/* = Slidebar
------------------------------------------------------------------------------------ */
.slidebar {
	display: none;
	position: fixed;
	top: 16%;
	right: -60px;
	color: #988D67;
	z-index: 9;
	width: 60px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
	z-index: 9999;
	text-align: center;
	transition: right 0.2s;
}

.slidebar a {
	text-decoration: none;
	display: block;
	cursor: pointer;
	padding: 10px 15px;
	border-bottom: 1px solid #EEEEEE;
}

.slidebar-active {
	right: 20px;
}

.slidebar img {
	margin: 0 auto 5px auto;
}

.slidebar-icon_tel {
	width: 22px;
	height: 22px;
}

.slidebar-item {
	padding-right: 20px;
}

.slidebar-desc {
	margin: 0 auto;
	line-height: 18px;
	color: #988D67;
}

.slidebar-arrow {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAaCAMAAABigZc2AAAASFBMVEUAAAAAAAAEBAQAAADz8/P+/v79/f3+/v79/f36+vr5+fn39/f19fXl5eXy8vLj4+PQ0NC7u7uqqqpoaGhtbW3+/v7+/v7///8vhvMzAAAAF3RSTlMAAwcLffDj29DDqqFmYkw/PCkeFg739Wf3bBIAAABoSURBVCjPfZFJDoAwDAOhLfu++v8/RbRSIBhljiNXTZzsj/yGHencOfeVvYsoi3ry3msLoF3EisMZNhVFpBxiVFyimR8JoVujVA5F2FMQb6rRcvyW/+BZjJkP2o06oK6oU+revpEImwtfTAz0VyLGGAAAAABJRU5ErkJggg==') no-repeat top right;
	background-size: 19px 26px;
	width: 19px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 1%;
	margin-top: -13px;
}

.sb-contract-contain {
	position: absolute;
	top: 0;
	right: 60px;
	z-index: 999;
	margin-top: -70px;
	padding-right: 20px;
}

.sb-contract {
	width: 191px;
	height: 230px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	padding: 20px 15px;
}

.sb-contract img {
	width: 90%;
	margin: 10px auto 0 auto;
	display: block;
}

.sb-contract p span {
	color: #F24141;
	font-size: 16px;
}

.sb-contract input {
	width: 100%;
	height: 35px;
	background: rgba(245, 245, 245, 1);
	border: 1px solid rgba(228, 228, 228, 1);
	border-radius: 4px;
	color: #666666;
	padding-left: 10px;
}

.sb-contract button {
	width: 100%;
	height: 35px;
	background: linear-gradient(180deg, rgba(180, 169, 137, 1), rgba(161, 150, 115, 1));
	border-radius: 4px;
	color: white;
	cursor: pointer;
}

.sb-wechat {
	position: absolute;
	top: 0;
	right: 60px;
	z-index: 999;
	margin-top: -25px;
}

.sb-wechat_wrap {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
	background-color: white;
	border-radius: 10px;
	padding: 10px;
	width: 130px;
	height: 130px;
}

.sb-minipro {
	position: absolute;
	top: -20px;
	right: 60px;
	z-index: 999;
}

.sb-minipro_wrap {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
	background-color: white;
	border-radius: 10px;
	padding: 10px;
	width: 130px;
	height: 130px;
}

.sb-tel {
	position: absolute;
	top: 165px;
	right: 80px;
	z-index: 999;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
	background-color: white;
	border-radius: 10px;
	padding: 30px 10px;
	color: #968A65;
	font-size: 16px;
	width: 130px;
}

.clear_minipro {
	padding: 10px 5px !important;
}


/*.slidebar-contract::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-width: 13px;
    border-style: solid solid solid solid;
    border-color: transparent transparent transparent white;
    margin: 167px -26px 0 0;
}*/

.contract-input {
	width: 100%;
	height: 40px;
	background: rgba(245, 245, 245, 1);
	border: 1px solid rgba(228, 228, 228, 1);
	border-radius: 4px;
	margin-top: 15px;
	padding-left: 15px;
	color: #666666;
	font-size: 14px;
	display: block;
}

.contract-select {
	width: 270px;
	height: 40px;
	background: rgba(245, 245, 245, 1);
	border: 1px solid rgba(228, 228, 228, 1);
	border-radius: 4px;
	margin-top: 15px;
	padding-left: 10px;
	color: #666666;
	font-size: 14px;
}

.slidebarCode-input {
	background: rgba(245, 245, 245, 1);
	border: 1px solid rgba(228, 228, 228, 1);
}

.pageshadow {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	z-index: 99999;
}

.pageshadow1 {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	z-index: 99999;
}

.bounceBox {
	padding: 34px 38px 38px 38px;
	position: fixed;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
}

.bounceBox-close_btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 14px;
	height: 14px;
	margin: 15px 15px 0;
	cursor: pointer;
}

.bounceBox-index {
	z-index: 99999;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.font14 {
	font-size: 14px;
}

.hide {
	display: none;
}

.wd-100 {
	width: 100% !important;
	display: block;
}

.relative {
	position: relative;
}

.mt {
	margin-top: 10px;
}

.slidebar input,
.slidebar select,
.slidebar option {
	border: none;
	outline: none;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.slidebar a {
	display: block;
	font-family: Microsoft YaHei;
	text-decoration: none;
	cursor: pointer;
}

.slidebar button {
	border: none;
}

.slidebar input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.slidebar input[type="number"] {
	-moz-appearance: textfield;
}

/* = Mobile
------------------------------------------------------------------------------------ */
@media screen and (max-width: 800px) {

	.wrap,
	.result {
		width: 100%;
		max-width: 640px;
		left: auto;
		margin-left: auto;
	}

	.result-cover {
		width: 100%;
		left: auto;
		margin-left: auto;
	}

	.cover {
		height: 420px;
		background-size: cover;
	}

	.cover__title {
		padding-top: 30px;
		margin-bottom: 25px;
		font-size: 46px;
	}

	.intro {
		padding: 30px 50px;
	}

	.intro-title {
		display: block;
		margin-bottom: 0;
		text-align: center;
	}

	.intro-title:before {
		display: none;
	}

	.intro-step__col {
		float: inherit;
		margin-top: 30px;
	}

	.intro-step__gap {
		display: none;
	}

	.quiz-form {
		padding: 50px 30px;
	}

	.quiz-form__option {
		float: inherit;
	}

	.complete-wrap {
		padding: 50px 30px 100px 30px;
	}

	.complete-statistics {
		margin-bottom: 50px;
		font-size: 40px;
	}

	.complete-statistics__count {
		font-size: 90px;
	}

	.complete-tips {
		font-size: 26px;
	}

	.complete-form {
		background-size: cover;
	}

	.result-cover {
		height: 420px;
		background-size: cover;
	}

	.result-cover__title {
		padding-top: 60px;
		margin-bottom: 10px;
		font-size: 46px;
	}

	.result-item {
		margin-top: 20px;
	}
}
