	*{
		margin: 0;
		padding: 0;
	}

	body {
	}
	a {
		text-decoration: none;
	}
	.loginHelp {
		overflow: hidden;
		/*background: rgba(2, 122, 255,0.05);*/
	}
	.ad {height:28px;background: #fff;overflow: hidden;width:100vw;}

	.theshy {
		background-color: #fff;
		/*padding-left: calc(50vw - 550px);*/
		/* text-align: center; */
		display: flex;
		/* justify-content: center; */
		/* align-items: center; */
		height: calc( 100vh - 140px );
		overflow-x: auto;
		overflow-y: auto;
	}
	.theShyScroll {
		height: calc( 100vh - 160px );
	}
	.shyRight {
		width: 340px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-right: 30px;

	}
	.phone{
		width: 340px;
		height: 550px;
		background-image: url('../imgs/xmam-clude/phoneBorder.png');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		display: inline-block;
		vertical-align: middle;
	}
	.shyLeft {
		display: none;
		box-sizing: border-box;
		width: calc( 100% - 370px);
		padding: 15px 28px 0px 24px;
		height: 100%;
	}
	.shyLeftBox {
		overflow: hidden;
	}
	.shyLeftBox,.phoneBox,.phoneBoxBox {
		width: 100%;
		height: 100%;
	}
	.loginRight {
		width: 340px;
		padding-right: 80px;
		padding-top: 35px;
	}
	.loginLeft {
		display: flex;
		justify-content: center;
		align-items: center;
		/* height: 619px; */
		width: calc(100vw - 370px);
		position: relative;
		/*margin-right: 92px;*/
		line-height: calc(100vh - 160px);
		min-width: 700px;
	}
	.phoneBox {
		box-sizing: border-box;
		padding: 8px 22px;
	}
	.phoneBoxBox {
		border-radius: 29px;
		overflow: hidden;
	}
	.lunbo {
		height: 497px;
		width: 632px;
		display: inline-block;
		vertical-align: middle;
		overflow: hidden;
	}
	.lunboImgFirst,.lunboImgSecond {
		/*position: absolute;*/
		/*left: 50%; top: 50%;*/
		/*transform: translate(-50%, -50%);*/
		/*transition: opacity 1.5s;*/
	}
	.lunboTitle {
		transition: opacity 1.5s;
		position: absolute; left: 46%; top: 17%;
		transform: translate(-50%, -50%);
		width: 240px;
		height: 24px;
		font-size: 22px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #595959;
		line-height: 16px;
	}
	.titleImg {
		width: 490px;
		height: 256px;
		position: absolute; left: 50%; top: 50%;
		transform: translate(-50%, -50%);
	}
	.lunboImgFirst {
		/*display: inline-block;*/

		/*position: absolute;*/
		width: 553px;
		height: 405px;
		/*opacity: 1;*/
	}
	.lunboImgSecond {
		/*display: inline-block;*/
		width: 632px;
		height: 497px;
		/*opacity: 1;*/
	}
	/*.lunboImg2 img {*/
	/*	width: 632px;*/
	/*	height: 500px;*/
	/*}*/
	.thelogined {
		background: rgba(255, 255, 255, 1);
		padding-left:15px;
	}
	.thelogined .shyRight{
		padding-right: 30px;
		overflow-y: auto;overflow-x: hidden;
	}
	.thelogined .shyLeft{
		display: inline-block;
	}
	.thelogined .loginLeft{
		display: none;
	}
	.theAdPage{
		display: none;
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index:2;
		top: 0;
		left: 0;
		overflow: hidden;
	}
	.adBack{
		color: #808080;
		font-size: 14px;
		width: 100%;
		height: 40px;
		line-height: 40px;
		margin-left: 20px;
		text-decoration: none;
	}
	.theAdPageBox{
		width: 100%;
		height: calc(100vh - 40px);

	}
	@media screen and (max-height:700px){
		.loginLeft{
			 height: 560px;
		}
		.shyRight{
			height: 560px;
		}
	}
	@media screen and (min-height:700px){
		.loginLeft{
			height: auto;
		}
		.shyRight{
			height: auto;
		}
	}
	/*@media screen and (min-width:1200px){*/
	/*	.theshy{*/
	/*		height:calc(100vh - 140px);*/
	/*	}*/
	/*}*/
	/*@media screen and (min-width:1070px ) and (max-width:1199px){*/
	/*	.theshy{*/
	/*		height:calc(100vh - 157px);*/
	/*	}*/
	/*}*/
	/*@media screen and (max-width:1070px){*/
	/*	.theshy{*/
	/*		height:calc(100vh - 157px);*/
	/*	}*/
	/*}*/
	/* 热门交易商 */
	.traders{display: flex;background-color: #F5F5F5;}
	.noTrader{display: flex;justify-content: center;align-items: center;color:#bcbcb1;font-size:14px;}
	.hotTraders{border-right: 1px solid #E5E5E5;font-size:14px;padding:16px 17px 16px 17px;color:#595959;line-height:16px;position: relative;}
	.tradersPics{padding: 6px 8px 6px 10px;width:calc(100vw - 49px);text-align: center;white-space: nowrap}
	.hotTraders::before{
		content: "";
		width: 7px;
		height: 7px;
		background: #F5F5F5;
		border-top: 1px solid #E5E5E5;
		border-right: 1px solid #E5E5E5;
		transform: rotate(45deg) translate(-50%, -50%);
		position: absolute;
		top: 50%;
		right: -10%;
		z-index: 999;
	}
	.tradersPic{display: inline-block;width: 173px; border-color: #ebebeb; border-width: 1px; border-style: solid; height:88px;margin:6px;background-color: #fff;position: relative;border-radius: 5px;cursor:pointer;}
	.tradersPic:hover{transition: border-color 250ms ease-in;border-color: #027aff;}
	.tradersPicImg{max-width:100%;max-height:100%; position: absolute; left: 50%; top: 50%;transform: translate(-50%, -50%); }
	.tradersBoxShaow{
		box-shadow: 0px 1px 10px #e5e5e5;
	}

