		* {
			margin: 0;
			padding: 0;
		}
		a {
			text-decoration: none;
			color: #236eff;
		}
		body {
            margin: 0;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            overflow-x: hidden;
        }
		.header {
			font-size: 20px;
			text-align: center;
		}
        .container {
            min-height: 100vh;
            padding-top: 20px;
            background: url(../imgs/bg.png) no-repeat;
            background-size: 100% 500px;
            color: #000;
            box-sizing: border-box;
            width: 100%;
            height: 100%;
			padding-bottom: 288px;
        }

        .head {
            padding: 0 30px;
            display: flex;
            flex-direction: row;
            align-items: center;
			justify-content: center;
			/* background-color: #fff; */
        }

        .logo {
            width: 80px;
            height: 80px;
            font-size: 0;
            vertical-align: middle;
			margin-right: 10px;
			border-radius: 10px;
        }

        .title {
            font-size: 12px;
            display: flex;
            flex-direction: column;
        }

        .name {
            font-size: 30px;
        }

        .about {
            padding: 10px 30px 5px;
            font-size: 16px;
        }
		
		.see{
			font-size: 16px;
			position: absolute;
			right: 0;
			bottom: 0;
		}

        .relative {
            position: relative !important;
        }

        .aboutText {
            padding: 0 30px;
            font-size: 13px;
            text-indent: 2em;
            line-height: 18px;
        }

        .see {
            position: absolute;
            right: 30px;
            bottom: 0;
            font-size: 13px;
            color: #236eff;
            transition: all .75s;
        }

        .download_box {
            padding: 10px 0px;
			margin:0 ;
			box-sizing: border-box;
        }
		
        .download {
			width: 100% !important;
			display: flex;
			justify-content: space-around;
        }

        .download_btn {
            text-decoration: none;
            min-width: 150px;
            height: 50px;
            border-radius: 25px;
            box-sizing: border-box;
            background: #333;
            color: #fff;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            margin: 0 3px;
        }
		.download_btn>a {
			padding: 0 5px;
			
		}

        .download_img {
            width: 32px;
            height: 32px;
            background-size: 100% 100%;
            background-repeat: no-repeat;
        }

        .zh {
            font-size: 14px;
			text-align: center;
        }
		.experience_now {
		    padding: 10px 30px;
			margin:0 ;
			box-sizing: border-box;
		}
		.experience_now_btn {
			text-decoration: none;
			min-width: 150px;
			height: 50px;
			border-radius: 8px;
			box-sizing: border-box;
			background: #236eff;
			color: #fff;
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
			margin-top: 10px;
			box-shadow: 0 0 4px 1px rgba(0, 0, 0, .25);
		}

        .dong_ads {
            padding: 10px 30px !important;
            font-size: 12px;
            color: #999;
        }
		.intr{
			mdisplay: flex;
			justify-content: center;
			margin:20px 0 20px 0;
		}
		.intr img{
			width:90%;
			display: block;
			margin: 0 auto;
			max-width: 100%;
		}
		
		.foot {
			padding: 0px 30px;
		}
		
		.vision {
			padding: 15px 0px;
			margin: 15px 0;
			display: flex;
			font-size: 14px;
			font-weight: 500;
			flex-wrap: wrap;
			border-top: 1px rgb(232,234,237) solid;
			border-bottom: 1px rgb(232,234,237) solid;
		}
		.vision_item {
			width: 50%;
			margin: 15px 0;
		}
		.vision_item>p {
			height: 23px;
		}
		.vision_item_tips {
			color: #333;
			word-break: break-all;
		}
		
		.data_security {
			display: flex;
			align-items: center;
			padding: 15px 0;
		}
		.details_title { 
			font-size: 14px;
		}
		.details {
			border: 1px rgb(232,234,237) solid;
			border-radius: 15px;
			font-size: 14px;
			margin: 15px 0;
		}
		.details_item {
			margin: 15px 0px;
			display: flex;
			align-items: center;
		}
		.details_item_ptips {
			color: #333;
			font-size: 12px;
		}
		.details_item_img {
			display: flex;
			align-items: center;
			width: 20px;
			height: 20px;
		}
		.details_item_img_m {
			margin: 10px;
		}
		.details_item_a {
			margin: 10px 0px 10px 10px;
			text-decoration: none;
			color: #236eff;
			display: block;
		}
		#scroll_box,.scroll_box {
			margin-top: 20px;
			width: 100vw;
			box-sizing: border-box;
			display: flex;
			flex-direction: row;
			overflow: auto;
		}
		.scroll_img_box {
			max-width: 100vw;
			/* width: 100%; */
			padding: 10px 30px;
			box-sizing: border-box;
		}
		.scroll_img {
			width: -webkit-fill-available;
			max-width: 100vw;
			/* min-width: 100%; */
			display: block;
			font-size: 0;
			vertical-align: middle;
		}
		.absolute_scroll_box {
			height: 30px;
			position: absolute;
			top: 0;
			bottom: 0;
			margin: auto;
		}
		.right_left_scroll {
			height: 30px;
			position: sticky;
			width: 100vw;
			box-sizing: border-box;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
		.right_scroll,.left_scroll {
			width: 42px;
			height: 42px;
			background: #fff;
			border-radius: 5px;
			box-shadow: 0px 0px 1px 1px #ddd;
		}
		.right_scroll {
			margin-right: 15px;
		}
		.left_scroll {
			margin-left: 15px;
		}