@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.ttf') format('truetype');
}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: 0; -webkit-text-size-adjust: none; }
html{height: 100%;}
html,body,div,p,strong,span,a,b,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,del,img,i,em,select,button,textarea,input{margin: 0; padding: 0;}
body{overflow-y: scroll; overflow-x: hidden;}
body{background: #f5f5f5; font-family:"Microsoft YaHei", Arial;}
a{text-decoration: none; color: #333;}
a:hover{text-decoration: none;color: #edd0d0!important; border-bottom-color: #edd0d0;}
a:focus{text-decoration: none;}
li{list-style: none;}
/*scroll*/

.moreBtn{
	display: block;
	width: 200px;
	padding: 10px 0;
	text-align: center;
	margin: 20px auto;
	background: #207FC9;
	color: #FFFFFF;
	font-size: 16px;
	border-radius: 26px;
}
.mr50{
	margin-right: 30px;
}
.navBox{
	width:100vw;
	background-color: #207FC9;
	display: flex;
	position: fixed;
	top: 0;
	z-index: 1000;
}
.navMain{
	width: 1000px;
	height: 72px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.navMain a{
	color: #FFFFFF;
}
.navLeft{
	display: flex;
	align-items: center;
}
.navLeft>a{
	margin-right: 50px;
	font-weight: Bold;
	padding: 15px 0px;
	font-size: 16px;
}
.navLeftActive{
	border-bottom: 4px #FFFFFF solid;
}
.logoBox{
	margin-right: 100px;
	display: flex;
	align-items: center;
	height: 72px;
}
.logo{
	font-size: 32px;
}
.logo>span{
	font-weight: 100;
}
.menu-off{
	width: 41px;
	height: 41px;
	position: relative;
	display: none;
	cursor: pointer;
}
.menu-off span,.menu-off::after,.menu-off::before {
	display: block; 
	background: #FFFFFF;
	height: 4px;
	width: 40px;
	position: absolute;
	top: 9px;
	left: 0;
	content: '';
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.menu-off::after {top: 22px;-webkit-transition-delay: .2s;transition-delay: .2s}
.menu-off::before {top: 35px;-webkit-transition-delay: .1s;transition-delay: .1s}
.menu-off.open {background-color: transparent!important;box-shadow: none!important;z-index: 999999999;}
.menu-off.open span, .menu-off.open::after, .menu-off.open::before{background:#fff;}
.menu-off.open span {-webkit-transform: rotate(45deg) translate(2.5px, 8.5px);transform: rotate(45deg) translate(2.5px, 8.5px);}
.menu-off.open::before {-webkit-transform: rotate(-45deg) translate(9.5px, -15.5px);transform: rotate(-45deg) translate(9.5px, -15.5px);}
.menu-off.open::after {-webkit-transform: scale(0, 1);transform: scale(0, 1); background-color: #fff}
.navMenu span{
	display: block;
	width: 30px;
	height: 3px;
	background-color: #FFFFFF;
}
.navList{
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
}
.navRight{
	display: flex;
	align-items: center;
}
.langBox{
	position: relative;
	color: #FFFFFF;
	cursor: pointer;
	padding: 10px 10px 10px 0;
}
.langBox:hover .upDownBtn{
	transition: transform .4s ease-in-out;
	transform:rotate(270deg);
	-ms-transform:rotate(270deg); 	
	-moz-transform:rotate(270deg); 	
	-webkit-transform:rotate(270deg); 
	-o-transform:rotate(270deg); 
}
.langBox:hover .langBoxDown{
	display: flex;
	align-items: flex-start;
}
.upDownBtn{
	display: inline-block;
	font-size: 10px !important;
	transition: transform .4s ease-in-out;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	
	-moz-transform:rotate(90deg); 	
	-webkit-transform:rotate(90deg); 
	-o-transform:rotate(90deg); 
	margin-left: 5px;
}
.langBoxDown{
	position: absolute;
    padding: 0px 20px 15px 20px;
    background: #FFFFFF;
    color: #535353;
    left: -30%;
    display: none;
    flex-direction: column;
    align-items: center;
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 16%);
	border: 1px solid #d8dde6;
	border-radius: 0.25rem;
	z-index: 1;
	top: 36px;
}
.langBoxDown>a{
	margin-top: 15px;
    display: flex;
	align-items: center;
	color: #535353;
	white-space:nowrap;
	
}
.langBoxDown>a>img{
	width: 30px;
	height: 100%;
	margin-right: 5px;
}
.langBoxDown>a>i{
	margin-right: 10px;
}
.upDownIcon{
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px #d8dde6 solid;
	border-top: 1px #d8dde6 solid;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	
	-moz-transform:rotate(45deg); 	
	-webkit-transform:rotate(45deg); 
	-o-transform:rotate(45deg); 
	position: absolute;
	top: -5px;
	background-color: #FFFFFF;
	left: 45%;
}
.followerBtn{
	padding: 5px 22px;
	background-color: #FFFFFF;
	color: #207FC9 !important;
	border-radius: 4px;
}
.mainBox{
	margin-top: 72px;
}
.loginBox{
	max-width: 500px;
	margin: 120px auto;
}
.loginBox h1{
	text-align: center;
}
.loginParamBox{
	background:#FFFFFF;
	width: 100%;
	box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	overflow: hidden;
	margin-top: 20px;
}
.loginBoxTop{
	width: 100%;
	display: flex;
}
.loginBoxTop>span{
	display: block;
	width: 50%;
	text-align: center;
	padding: 20px 0;
	font-size: 19px;
	font-weight: 400;
	color: #333332;
}
.loginBoxActive{
	background: #E3E3E3;
}
.loginBoxBottom{
	width: 100%;
	padding: 20px 80px;
}
.loginBoxtitle{
	font-size: 19px;
	font-weight: 400;
	color: #333332;
	margin-top: 30px;
}
.loginBoxInput{
	width: 100%;
	padding: 10px 10px;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
	margin-top: 5px;
	font-size: 14px;
}
.loginBoxInput:focus{
	border: 1px solid #007bfc;
}
.loginBoxDesc{
	font-size: 15px;
	font-weight: 400;
	color: #4B4B4B;
}
.errorInfo{
	color: red;
	font-size: 14px;
	font-weight: 600;
	text-align: right;
}
.noBorder{
	border: 0px!important;
}
.emailCodeBox{
	display: block;
	width: 102px;
	height: 38px;
	text-align: center;
	color: #999999;
	background: #f5f7fa;
	font-size: 14px;
	line-height: 38px;
}
.codeImg{
	width: 102px;
	height: 38px;
	cursor: pointer;
}
.loginLineBox{
	display: flex;
	align-items: center;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
}
.flex-grow{
	width: auto;
	flex-grow: 1;
}
.cursor{
	cursor: pointer;
}
input::-webkit-input-placeholder{
  color:#dcdfe6;
}
input::-moz-placeholder{  
  color:#dcdfe6;
}
input:-moz-placeholder{    
  color:#dcdfe6;
}
input:-ms-input-placeholder{  
  color:#dcdfe6;
}
.blueColor{
	color: #207FC9;
}
.loginBtn{
	display: block;
	width: 100%;
	padding: 10px 10px;
	color: #FEFEFE;
	font-size: 19px;
	background: #207FC9;
	text-align: center;
	margin-top: 30px;
	cursor: pointer;
	border: 0;
}
.loginBottom{
	text-align: center;
	margin-top: 20px;
}
.bannerBox{
	width: 100%;
	position: relative;
}
.bannerTitleBox{
	height: 100px;
	width: 600px;
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	margin: auto;
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.bannerTitleBox p:nth-child(2){
	border-bottom: 6px #FFFFFF solid;
	margin-top: 20px;
	width: 55px;
	border-radius: 6px;
}
.signalBoxLeft{
	margin-right: 40px;
	display: block;
}

.brokerTable{
	width: 1000px;
	text-align: center;
	border-spacing: 0px;
	border-collapse: separate;
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
	margin: 40px  auto;
	background-color: #FFFFFF;
}
.brokerTableTop{
	width: 100%;
	height: 48px;
	background: #207FC9;
	font-size: 15px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 21px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.brokerTableBody{
	font-size: 14px;
	font-weight: 400;
	color: #333332;
	line-height: 21px;
	display: flex;
	flex-direction: column;
	border: 1px #E8E8E8 solid;
	position: relative;
}
.brokerTableItem{
	padding: 25px 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.brokerTableLeft{
	width: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-left: 10px;
	cursor: pointer;
}
.brokerTableRight{
	width: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.brokerTableLeft>div{
	display: flex;
	align-items: center;
	justify-content: center;
}
.brokerTableLeft>a{
	color: #166BAC;
	word-break: break-word;
	font-size: 12px;
	font-weight: 400;
	color: #166BAC;
}
.brokerTableCenter{
	display: flex;
	align-items: center;
}
.brokerTableCenterDesc{
	width: 650px;
	text-align: left;
	padding: 0 20px;
	display: none;
}
.brokerTableCenterDesc>p:nth-child(1){
	font-size: 15px;
	font-weight: 400;
	color: #333332;
}
.brokerTableCenterDesc>p:nth-child(2){
	font-size: 12px;
	font-weight: 400;
	color: #4E4E4E;
	line-height: 21px;
	margin-top: 10px;
}
.brokerTableCenter>div{
	width: 162px;
}
.brokerTableItemDown{
	width: 100%;
	padding: 20px 150px 20px 220px;
	background-color: #F0F0F0;
	display: none;
}
.brokerTableItemDown>ul{
	border-bottom: 1px #BFBFBF solid;
	padding-bottom: 10px;
}
.brokerTableItemDown>ul>li{
	display: flex;
	justify-content: space-between;
}
.brokerTableItemDown>ul>li>div{
	display: flex;
	width: 50%;
}
.brokerTableItemDown>ul>li>div>span:nth-child(1){
	display: block;
	width: 150px;
	height: 10px;
	font-size: 12px;
	font-weight: 400;
	color: #4E4E4E;
	line-height: 21px;
	text-align: left;
}
.brokerTableItemDown>ul>li>div>span:nth-child(2){
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #4E4E4E;
	line-height: 21px;
	text-align: left;
}
.brokerTableItemDown_fp{
	font-size: 12px;
	font-weight: bold;
	color: #4E4E4E;
	line-height: 21px;
	text-align: left;
	margin-top: 15px;
}
.brokerTableItemDown_tp{
	font-size: 11px;
	font-weight: 400;
	color: #4E4E4E;
	line-height: 21px;
	text-align: left;
}
.brokerTableItemDown_bottom{
	display: flex;
	align-items: center;
}
.brokerTableItemDown_bottom>img{
	width: 80px;
	height: 33px;
	margin-left: 20px;
	display: none;
}
.selectBtn{
	display: block;
	background: #207FC9;
	width: 89px;
	height: 25px;
	line-height: 25px;
	border-radius: 5px;
	color: #FFFFFF;
	margin: auto;
}
.signalBox{
	width: 1000px;
	border-radius: 10px;
	background: #FFFFFF;
	box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.08);
	margin: 40px  auto;
	margin-bottom: 0px;
	display: flex;
	overflow: hidden;
	padding: 20px 27px;
}
.signalBox:last-child {
    margin-bottom: 40px;
}
.signalBoxLeft_Top{
	display: flex;
	align-items: center;
}
.signalBoxLeft_Top_photo{
	overflow: hidden;
	border-radius: 8px;
}
.signalBoxLeft_Top_photo>img{
	width: 80px;
	height: 80px;
	margin-right: 5px;
}
.signalBoxLeft_Top_userInfo>div:nth-child(1)>span{
	font-size: 19px;
	font-weight: bold;
	color: #333332;
	margin-right: 5px;
}
.signalBoxLeft_Top_userInfo>div:nth-child(1)>img{
	width: 16px;
	height: 16px;
	border-radius: 20px;
}
.signalBoxLeft_Top_userInfo>div:nth-child(2)>img{
	width: 20px;
}
.signalBoxLeft_Bottom{
	width: 285px;
	font-size: 12px;
	font-weight: 400;
	color: #333332;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	text-overflow: ellipsis;
}
.signalBoxRight{
	flex-grow:1;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.signalBoxRight_Top>ul{
	display: flex;
	justify-content: space-between;
}
.signalBoxRight_Top>ul>li{
	display: flex;
	flex-direction: column;
}
.signalBoxRight_Top>ul>li>span:nth-child(1){
	font-size: 14px;
	
	font-weight: 400;
	color: #333332;
}
.signalBoxRight_Top>ul>li>span:nth-child(2){
	margin-top: 12px;
	font-size: 22px;
	font-weight: 400;
}
.greenColor{
	color: #000;
}
.signalBoxRight_Bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.signalBox_chartBox{
	width: 440px;
	height: 100px;
	margin-right: 20px;
}
.signalBox_btnBox{

	display: flex;
	justify-content: center;
}
.signalBox_btnBox a{
	display: inline-block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border: 1px solid #207FC9;
	border-radius: 50%;
	display: flex;
	    align-items: center;
	    justify-content: center;
}
.signalBox_btnBox a:nth-child(2){
	background: #207FC9;
	font-size: 13px;
	font-weight: 400;
	color: #FFFFFF;
}
.promotionBox{
	width: 1000px;
	border-radius: 10px;
	background: #FFFFFF;
	box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.08);
	margin: 40px  auto;
	margin-bottom: 0px;
	display: flex;
	overflow: hidden;
}
.promotionBox:last-child{
	margin-bottom: 40px;
}
.promotionBoxLeft{
	width: 700px;
	height: 300px;
	padding: 35px;
}
.promotionBoxLeft h3{
	font-size: 24px;
	font-weight: Regular;
}
.promotionBoxLeftDesc{
	width: 100%;
	font-size: 15px;
	line-height: 25px;
	font-weight: Regular;
	margin-top: 27px;
	margin-bottom: 27px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.promotionBoxLeftAuther{
	margin-top: 10px;
	text-align: left;
}
.promotionBoxLeftAuther span{
	margin-right: 20px;
	font-size: 15px;

	color: #c5a9a9!important;
}
.promotionBoxLeftBtn{
    text-align: right;
}
.promotionBoxLeftBtn a:nth-child(1){
	padding: 10px 34px;
	background: #207FC9;
	color: #FFFFFF;
	border-radius: 7px;
	display: inline-block;
}
.promotionBoxLeftBtn a:nth-child(2){
	padding: 10px 34px;
	color: #207FC9;
	border: 1px #207FC9 solid;
	border-radius: 7px;
	display: inline-block;
}
.promotionBox>img{
	width: 300px;
	height: 300px;
}
.footerBox{
	width:100vw;
	background-color: #207FC9;
}
.footerBoxMain{
	width: 1000px;
	margin: 0 auto;
	padding: 25px 0 40px 0;
}
.footerBoxTop{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footerBoxTop a{
	color: #FFFFFF;
}
.footerBoxTop ul{
	display: flex;
}
.footerBoxTop li{
	list-style: inside;
	color: #FFFFFF;
	font-size: 18px;
	margin-left: 50px;
}
.footerBoxCenter{
	font-size: 15px;
	color: #61B7F9;
	margin-top: 20px;
}

.footerBoxLine{
	height: 1px;
	background: #EDEDED;
	margin: 20px 0;
}
.footerBoxBottom{
	font-size: 13px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 21px;
	text-align: center;
}
.articleBox{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.articleInfo{
	text-align: center;
	margin: 20px auto;
}
.articleInfo a{
    text-decoration: none;
    color: #ff7200;
    cursor: pointer;
	font-size: 14px;
	font-weight: 300;
}
.articleInfo span{
    color: #535353;
	font-size: 12px;
	font-weight: 400;
}
.articleTitle{
	font-size: 30px;
	line-height: 36px;
	color: #535353;
	text-align: center;

	max-width: 1000px;
}
.articleContent{
	color: #6b6b6b;
	word-break: break-all;
	white-space: pre-wrap;
	font-size: 16px !important;
	line-height: 26px !important;
}
.articleContent img{
	width: 100% !important;
}
.articleLine{
	margin: 10px auto;
	border: 1px #ddd solid;
}
.articleKeywords{
	margin-bottom: 20px;
}
.articleKeywords a{
	white-space: nowrap;
	background: none repeat scroll 0 0 #E6E6E6;
	color: #AEAEAE;
	border-radius: 0;
	text-shadow: none;
	font-size: 12px;
	padding: 4px 8px;
	margin: 1px 5px 0 0;
	font-weight: 600;
	box-shadow: none;
	border-radius: 8px;
}

 /* newIndex */
 .backBox{
	width: 100vw;
	position: relative;
}
.backBox img{
	width: 100%;
}
.backBox>a{
	position: absolute;
	left: calc(50% - 100px);
	bottom: 10px;
	width: 200px;
	border: 1px solid #b3e6f0;
	background-color: #1E9FFF;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 18px;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}
.backBox>a:hover{
	opacity: .8;
}
.indexRow{
	max-width: 1180px;
	margin: 40px  auto;
}
.discountBox{
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.discountTitle{
	font-size: 24px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
}
.discountList{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.discountItem{
	width: 380px;
	background-color: #fff;
	overflow: hidden;
}
.discountImg{
	width: 100%;	
}
.discountDesc{
	padding: 20px 20px;
}
.discountDesc>h5{
	width: 100%;
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
}
.discountDesc>p{
	display: block;
    width: 100%;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
}
.discountMore{
	margin-top: 20px;
	background-color: #fff;
	text-align: center;
	color: #999;
	cursor: pointer;
	font-size: 12px;
	padding: 10px;
}
.qwzyList{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.qwzyItem{
	width: 295px;
	height: 220px;
	padding: 0 10px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #F2F2F2;
}
.qwzyItem img{
	height: 60px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.qwzyItem h5{
	font-weight: bold;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
}
.qwzyItem p{
	height: 44px;
	line-height: 22px;
	font-size: 14px;
	color: #666;
}
.qwzyItem:hover {
    border: 1px solid #ff4a4a;
}
.whjysBox{
	width: 100%;
	height: 384px;
	display: flex;
	justify-content: space-between;
	background-color: white;
}
.whjysLeft{
	width: 378px;
	height: 384px;
	background-image: url(../img/index/whjys-left.png);
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.whjysLeft p{
	margin-bottom: 24px;
	color: #fff;
	font-size: 24px;
}
.whjysLeft a{
	border: 1px solid #fff;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	background-color: #1E9FFF;
	width: 196px;
	 height: 38px;
	 line-height: 38px;
	 padding: 0 18px;
	 color: #fff;
	 white-space: nowrap;
	 text-align: center;
	 font-size: 14px;
	 border-radius: 2px;
	 cursor: pointer;
}
.whjysLeft a:hover{
	opacity: .8;
}
.whjysRight{
	width: 830px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.whjysItem{
	width: 45%;
	height: 128px;
	position: relative;
	overflow: hidden;
}
.whjysItem>img{
	position: absolute;
	top:0;left: 0;right:0; bottom:0;
	margin: auto;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.whjysItem:hover img{
	    transform: scale(1.55) rotate(-20deg);
	    -webkit-transform: scale(1.55) rotate(-20deg);
}
.whjysItem:hover .whjysItemLeft,.whjysItem:hover .whjysItemRight{
	display: flex;
}
.whjysItemLeft,.whjysItemRight{
	position: absolute;
	width: 150px;
	height: 128px;
	top: 0;
	text-align: center;
	text-align: center;
	background-color: rgb(102,109,149);
	opacity: 0.9;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.whjysItemLeft>a,.whjysItemRight>a{
	color: white;
	cursor: pointer;
	font-size: 18px;
}
.whjysItemLeft{
	left: 0;
}
.whjysItemRight{
	right: 0;
}
.whjysItem:nth-child(1),.whjysItem:nth-child(3){
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.whjysItem:nth-child(5){
	border-right: 1px solid #ddd;
}
.whjysItem:nth-child(2),.whjysItem:nth-child(4){
	border-bottom: 1px solid #ddd;
}
.whBox{
	display: flex;
}
.whzxBox{
	width: 278px;
	font-size: 24px;
	margin-right: 30px;
}
.whktBox{
	flex-grow: 1;
	font-size: 24px;
}
.whzxList,.whktList{
	padding: 20px;
	height: 340px;
	background-color: #fff;
}
.whktList{
	display: flex;
	justify-content: space-between;
}
.whzxList a{
	display: block;
	padding: 11px 0;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}
.whzxList a>img{
	vertical-align: middle;
}
.whktItem{
	width: 260px;
}
.whktItem>a>img{
	width: 100%;
	height: 200px;
}
.whktItem p{
	white-space: normal;
	overflow: hidden;
}
.whktItem p>a{
	font-size: 18px;
	color: #666;
	cursor: pointer;
	white-space: nowrap;
}
.whktItem>div{
	height: 80px;
	line-height: 26px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}

.useList{
	width: 100%;
}
.useItem{
	height: 241px;
	background: rgb(84, 98, 125);
	background: url(../img/index/back2.png) center center / cover no-repeat;
	border-radius: 6px;
	padding: 0 30px 30px;
	text-align: center;
	margin-right: 30px;
}
.useItem>h4{
	color: #f24259;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.2;
}
.useItem>p{
	color: #fff;
	margin: 10px 0;
}
.useItem>img{
	margin-top: -15px;
	border: 5px solid #fff;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	margin-bottom: 14px;
	box-shadow: 0px 0px 2px 0px rgb(7 7 6 / 20%);
	background-color: #233049;
}
.usePagination{
	bottom: 0;
	left: 0;
	right: 0;
}
.productList{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.productItem{
	width: 33%;
	text-align: center;
}
.productImg{
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	height: 130px;
	
}
.productImg>img{
	width: 88px;
	height: 88px;
}
.productItem>h5{
	font-weight: 500;
	margin-top: 23px;
	font-size: 22px;
	line-height: 51px;
}
.productItem>p{
	line-height: 40px;
	padding: 0 10px;

}
.pjList{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pjItem{
	border-radius: 6px;
	color: #fff;
	padding: 40px 20px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	background: url(../img/index/back3.png) center center / cover no-repeat;
	width: 30%;
	margin-top: 20px;
}
.pjItem:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: rgb(84, 98, 125);
    opacity: 0.902;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: -1;
}
.pjItem>h3{
	font-size: 24px;
	line-height: 34px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.pjItem>p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}.pjItem>p{	font-family: 'Roboto', sans-serif;	font-size: 14px;	line-height: 24px;	font-weight: 400;}.productTitle{	margin-bottom: 30px;	width: 100%;	    display: flex;	    justify-content: center;	    align-items: center;	    text-align: center;	    padding: 0 10px;}.productTitle>h2{	font-family: 'Poppins', sans-serif;	line-height: 46px;	font-weight: 500;	font-size: 2rem;}

.phoneBox{
	position: relative
}
.phoneBox .loginBoxInput{
	margin-top: 0;
	margin-left: 5px;
}
.countryUl{
	display: none;
	position: absolute;
	left: 0px;
	top: 40px;
	z-index: 9999;
	list-style: none;
	text-align: left;
	padding: 0;
	background-color: #ffffff;
	padding: 10px 10px ;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
	white-space: nowrap;
	width: 100%;
	max-height: 310px;
	overflow: scroll;
}
.countryImg{
	display: flex;
	align-items: center;
	padding: 7.5px 10px;
	border-radius: 5px;
	border: 1px solid #C4C4C4;
	cursor: pointer;
}
.countrySj{
	font-size: 12px;
}
.countryLi{
	display: flex;
	align-items: center;
	padding: 7.5px 10px;
	border-radius: 5px;
	cursor: pointer;
}
.countryLi:hover{
	background-color: wheat;
}
.countryName{
	margin: 0px 5px;
}
.yesBox{
	margin-top: 5px;
}
.yesBox span,a{
	font-size: 14px;
}
.disableBtn{
	background-color: #abb4bb;
}
@media screen and (max-width: 999.99px){
	.mainBox{
		margin-top: 60px;
	}
	.menu-off{
		display: flex;
	}
	.logoBox{
		width: 100vw;
		margin-right: 0;
		justify-content: space-between;
		padding: 0 20px;
		height: 60px;
	}
	.logo{
		font-size: 28px;
	}
	.navMain{
		flex-direction: column;
		width: 100vw;
		height: auto;
	}
	.navList{
		display: none;
		width: 100vw;
		height: 100vh;
		padding: 0 60px;
		background-color: #207FC9;
		font-size:23px;
	}
	.navLeft{
		flex-direction: column;
		align-items: flex-start;
	}
	.navRight{
		flex-direction: column;
		align-items: flex-start;
	}
	.navRight>a{
		padding: 15px 0px;
	}
	.followerBtn {
	    padding: 15px 0px;
	    background: none;
	    color: #ffffff !important;
	    border-radius: 0px;
	}
	.navLeftActive{
		border: 0px;
	}
	.logoBox{
		width: 100%;
	}
	.langBoxDown{
		display: flex;
		position:relative;
		left: 0;
		top:0;
		width: 100%;
		margin-top: 10px;
		margin-left: 20px;
	}
	.upDownIcon{
		display: none;
	}
	.langBox:hover .upDownBtn{
		transition: transform .4s ease-in-out;
		transform:rotate(90deg);
		-ms-transform:rotate(90deg); 	
		-moz-transform:rotate(90deg); 	
		-webkit-transform:rotate(90deg); 
		-o-transform:rotate(90deg); 
	}
	.promotionBox{
		width: 100vw;
		margin: 20px auto;
	}
	.promotionBox>img{
		display: none;
	}
	.promotionBoxLeft{
		width: 100%;
		height: auto;
	}
	.promotionBoxLeftDesc{
		margin-bottom: 20px;
	}
	.promotionBoxLeftBtn a{
		display: block;
		width: auto !important;
		text-align: center;
		margin-bottom: 20px;
	}
	.footerBoxMain{
		width: 100vw;
		padding: 0px 0 20px 0;
	}
	.footerBoxTop{
		display: none;
	}
	.footerBoxCenter{
		padding-top: 20px;
		text-align: center;
		font-size: 20px;
	}
	.signalBox{
		width: 100vw;
		flex-direction: column;
	}
	.signalBoxLeft{
		display: flex;
		margin-right: 0px;
	}
	.signalBoxLeft_Bottom{
		width: auto;
		display: -webkit-box !important;
	}
	.signalBoxLeft_Top{
		flex-shrink: 0;
		margin-right: 10px;
	}
	.signalBoxRight_Top>ul>li{
		margin-top: 20px;
	}
	.signalBoxRight_Bottom{
		margin-top: 20px;
	}
	.brokerTable{
		width: 100vw;
	}
	.brokerTableLeft{
		width: 20%;
	}
	.brokerTableRight{
		width: 15%;
	}
	.brokerTableCenter,.brokerTableCenterDesc{
		width: 65%;
	}
	.brokerTableCenter>div{
		width: 25%;
	}
	.brokerTableItemDown{
		padding: 20px 20px;
	}
		/* new Index Css */
	.indexRow {
	    margin: 10px auto;
	}
	.discountTitle{
		padding-left: 10px;
		font-size: 22px;
	}
	.discountList{
		flex-direction: column;
	}
	.discountItem{
		width: 100%;
		padding: 10px;
	}
	.discountDesc {
	    padding: 10px 0px;
	}
	.backBox{
		display: none;
	}
	.qwzyList{
		flex-wrap: wrap;
	}
	.qwzyItem{
		width: 50%;
	}
	.whBox{
		flex-direction: column;
	}
	.whzxBox{
		width: 100%;
	}
	.whktBox{
		margin-top: 20px;
	}
	.whktList{
		flex-direction: column;
		height: auto;
	}
	.whktItem{
		width: 100%;
	}
	.whktItem>a>img{
		height: auto;
	}
	.whjysBox{
		justify-content: center;
	}
	.whjysLeft{
		display: none;
	}
	.whjysItem {
	    position: relative;
	    display: flex;
	    justify-content: center;
		align-items: flex-end;
	}
	.whjysItem>img {
		width: 100%;
	}
	.whjysItem:hover img{
		transform: none;
		-webkit-transform: none;
	}
	.whjysItemLeft>a, .whjysItemRight>a {
	    font-size: 14px;
	}
	.whjysItemLeft>a:nth-child(1),.whjysItemRight>a:nth-child(1){
		display: none;
	}
	.whjysItemLeft,.whjysItemRight{
		position: relative;
		display: flex;
		width: 50%;
		height: 25px;
		opacity: 0.6;
	}
		.useSlide{
		width: 100% !important;
	}
	.useItem{
		margin-right: 0px;
	}
}
@media screen and (max-width: 750px){
	.promotionBoxLeft h3{
		text-align: center;
	}
	.promotionBoxLeftBtn{
		text-align: center;
	}
	.promotionBoxLeftBtn a{
		display: block;
		width: 250px !important;
	}
	.bannerTitleBox{
		font-size: 30px;
		width: 100%;
		text-align: center;
	}
	.signalBox{
		margin: 15px auto;
	}
	.signalBoxRight_Top>ul{
		flex-wrap: wrap;
	    justify-content: space-between;
	}
	.signalBox_chartBox{
		width: 100%;
	}
	.signalBoxRight_Bottom{
		flex-direction: column;
	}
	.signalBox_btnBox{
		width: 100%;
		justify-content: center;
	}
	.signalBox_btnBox a{
		margin-right: 20px;
	}
	.signalBox:last-child {
	    margin-bottom: 15px;
	}
	.brokerTable{
		margin: 0px auto;
		background: none;
	}
	.brokerTableBody{
		margin-top: 20px;
		background: #FFFFFF;
	}
	.brokerTableTop{
		display: none;
	}
	.brokerTableLeft{
		display: none !important;
	}
	.brokerTableRight{
		position: absolute;
		right: 50px;
		bottom: 20px;
	}
	.brokerTableCenter{
		flex-wrap: wrap;
		width: 100vw;
		display: none !important;
	}
	.brokerTableCenterDesc{
		width: 100vw;
		display: block !important;
	}
	.brokerTableItemDown{
		display: block !important;
		background: #FFFFFF;
	}
	.brokerTableItemDown_bottom>img{
		display: block !important;
	}
	.brokerTableItemDown>ul>li {
	    flex-direction: column;
	}
	.brokerTableItemDown>ul>li>div{
		width: 100%;
	}
	.brokerTableItemDown>ul>li>div>span:nth-child(1) {
		display: block;
	    width: 50%;
	}
	.brokerTableItemDown>ul>li>div>span:nth-child(2) {
		display: block !important;
	    width: 50%;
	}
		.productItem{
		width: 80%;
	}
	.pjList{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.pjItem{
		width: 90%;
	}	.pjItem{		width: 90%;	}	.productTitle>h2{		font-size: 1.2rem;	}
}