/*全局*/
html, body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: PingFangSC-Semibold;
	background-color: #FAFAFA;
	max-width: 1920px;
    margin: 0 auto;
    scroll-behavior: smooth;
}
/*PC端*/
@media screen and (min-width: 992px){
	html, body {
        font-size: 20px;
        min-width: 320px;
	}
	
}
.online-service {
    width: 119px;
    height: 40px;
    background-color: #e76666;
    border-radius: 20px 0px 0px 20px;
    position: fixed;
    top: 45%;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.online-service  img {
    width: 18px;
    height: 20px;
    margin-right: 6px;
}
.online-service span {
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
}
/*页头*/
.section-header{
    width: 100%;
    background-color: #3a4ede;
    /* background: linear-gradient(#3a4ede,#3a4ede 90%, #FAFAFA ); */
    text-align: center;
    padding-bottom: 46px;
}
.section-header img{
    width: 100%;
    max-width: 960px;
}
.section-iframe{
    /* margin-top: -20px; */
}
iframe{
    width: 100%;
    overflow: hidden;
    border: none;
    height: 280px;
    max-width: 960px;
}
iframe .check-phone-theme-go .cube-input input {
    font-size: 15px!important;
}
.service-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 50px; */
    margin: 0 0.53333rem;
	background-image: linear-gradient(0deg, 
		#2fc2ff 0%, 
		#71caff 0%, 
		#b2d2ff 0%, 
		#d9c6dc 0%, 
		#ffbab8 0%, 
		#ffe7dd 100%), 
	linear-gradient(
		#f89c1c, 
		#f89c1c);
	background-blend-mode: normal, 
		normal;
	box-shadow: 0px 3px 12px 0px 
		rgba(90, 113, 245, 0.36);
    border-radius: 0.7rem;
    color: #212963;
    font-size: 18px;
    padding: 0.43333rem 0;
}
.service-btn img {
    width: 18px;
    height: 20px;
    margin-right: 10px;
}
.main {
	width: 100%;
	max-width: 960px;
    margin: auto auto;
    background: #3a4ede;
    padding-bottom: 80px;
}
.main-block {
    width: 350px;
    border-radius: 6px;
    background-color: #e8f5fd;
    margin: 0 auto;
    padding-top: 37px;
    /* padding: 37px 20px 0px; */
    box-sizing: border-box;
    margin-bottom: 14px;
}
.main-block-title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 44px;
    text-align: center;
    color: #333333;
}
.main-block ul {
    padding: 0 20px 0 36px;
    padding-bottom: 22px;
}
.main-block ul li {
    list-style: disc;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 2px;
    color: #333333;
    margin-bottom: 10px;
    font-style: italic;
}

/* 新用户福利 */
.new-user-benefits {
    display: flex;
    flex-direction: column;
}
.new-user-benefits-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.new-user-benefits-item-img {
    width: 68px;
    height: 68px; 
}
.new-user-benefits-item-desc {
    display: flex;
    flex-direction: column;    
}
.new-user-benefits-item-desc h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
}
.new-user-benefits-item-desc p {
    font-size: 11px;
    color: #848484;
    line-height: 20px;
}


/* 我们的优势 */
.our-advantage {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.our-advantage-item {
    width: 50%;
    text-align: center;
    margin-bottom: 42px;
}
/* .our-advantage-item:nth-child(2n-1) {
    margin-right: 60px;
} */
.our-advantage-item-img {
    width: 80px;
    height: 80px;
}
.our-advantage-item-desc {
    line-height: 19px;
    font-size: 12px;
    color: #333333;
}


/* 为什么投资外盘期货 */
.why-investment {
    display: flex;
    justify-content: space-around;
    padding-bottom: 77px;
}
.why-investment-item {
    text-align: center;
}
.why-investment-item img {
    width: 65px;
    height: 65px;
    margin-bottom: 14px;
}
.why-investment-item p {
    line-height: 18px;
    font-size: 13px;
    color: #333333;
}

/* 投资小贴士 */
.section-tips{
    background-color: #e8f5fd;;
    /* box-shadow: 0px 0px 30px 0px 
		rgba(0, 0, 0, 0.1); */
	padding: 31px 8% 50px;
    margin-top: 9px;
}
/* .section-tips .content{
	background-color: #FEF9F3;
	border-radius: 5px;
	border: solid 6px #5582f7;
	padding: 5px 20px;
} */
.section-tips .title{
	text-align: center;
    margin-bottom: 40px;
}
.section-tips .title span{
	color: #FFFFFF;
	background-image: linear-gradient(90deg, 
		#559af7 0%, 
		#5f6fee 100%, 
		#ac6b85 100%, 
		#f9671b 100%, 
		#fc5c25 100%, 
		#ff512f 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
    box-shadow: 0px 3px 12px 0px 
    rgba(90, 113, 245, 0.36);
	border-radius: 15.5px;
	padding: 8px 40px;
	
}
.section-tips p{
	line-height: 25px;
	font-size: 15px;
}

/* 策略 */
.strategy {
    padding-left: 19px;
    padding-bottom: 30px ;
}
.strategy-title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 29px;
}
.strategy-title-sub {
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
}
.strategy-desc {
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #333333;
}
.strategy-img {
    width: 315px;
    height: 196px;
    margin-bottom: 49px;
}

/*在线申请按钮*/
.section-apply{
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background: #3a4ede;
	/* border-top: 1px solid #eeeeee; */
	display: flex;
	justify-content: center;
	/* box-shadow: 0 -0.2rem 1rem #EEEEEE; */
}
.section-apply .button{
	max-width: 540px;
	width: 90%;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background-image: linear-gradient(0deg, 
		#5f6fee 0%, 
		#4799f7 0%, 
		#2fc2ff 0%, 
		#71caff 0%, 
		#b2d2ff 0%, 
		#dae9ff 50%, 
		#ffffff 100%), 
	linear-gradient(
		#5582f7, 
		#5582f7);
	border-radius: 25px;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	margin: 0 10px;
    cursor:pointer;
    color: #333333;
    font-weight: bold;
}
.section-chat-iframe{
	position: fixed;
	right: 0;
	bottom: 0;
	border: 1px solid #00aeff;
	display: none;
}


/* 期货新品 */
.futures-new-section-header, .futures-new-main {
    background: #667ef6;
}

.futures-new-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 41px;
}

.futures-new-logo {
    width: 230px!important;
    height: 21px;
    margin-bottom: 34px;
}
.futures-new-desc {
    width: 342px!important;
    height: 114px;
    margin-bottom: 29px;
}
.futures-new-main {
    padding-top: 40px;
}
.futures-new-main-wrap {
    width: 338px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 58px;
}
.futures-new-main-desc {
    margin-bottom: 20px;
}
.futures-new-main-desc div {
    display: flex;
    align-items: flex-start;
    margin-bottom: 7px;
}
.futures-new-main-desc div img {
    width: 21px;
    height: 18px;
    margin-right: 11px;
}
.futures-new-main-desc div h3 {
	font-family: SourceHanSansCN-Bold;
	font-size: 16.67px;
    font-weight: 700;
    line-height: 14px;
	font-style: italic;
	font-stretch: normal;
	color: #ffffff;
}
.futures-new-main-desc p {
    text-align: left;
    font-family: SourceHanSansCN-Medium;
	font-size: 13.34px;
	font-weight: 700;
	font-stretch: normal;
	line-height: 23.5px;
	color: #000000;
}
.futures-new-main-img {
    width: 295px;
    height: 270px;
    margin: 0 auto;
    margin-bottom: 9px;
}
.futures-new-qrcode-tips {
    width: 300px;
    display: flex;
    align-items: center;
    /* padding: 0 20px; */
    box-sizing: border-box;
    margin: 0 auto;
}
.futures-new-qrcode-tips img {
    width: 63px;
    height: 63px;
    margin-right: 17px;
}
.futures-new-qrcode-tips .tips {
    width: 190px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.futures-new-qrcode-tips .tips p {
    text-align: left;
    width: 270px;
	font-family: SourceHanSansCN-Regular;
	font-size: 12px;
	font-weight: 700;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0.25px;
    color: #000000;
    transform: scale(0.75);
    transform-origin: left;
}