 #help-input-wrapper {
            display: flex;
            align-items: center;
            flex-direction: column;
            padding: 1.47rem 0 0.8rem;
	 		background: #F7F8F9;
        }

        #help-input-wrapper p {
			font-size: .6rem;
			font-family: AlibabaPuHuiTi_2_95_ExtraBold;
			color: #2F2E3F;
			line-height: .84rem;
        }

        #help-input-wrapper .input-wrapper {
            margin: 0.3rem 0 0;
            width: 100%;
            display: flex;
            justify-content: center;
        }

        #help-input-wrapper .input {
            display: flex;
            position: relative;
            max-width: 600px;
            width: 80%;
			flex-direction: column;
        }

        #help-input-wrapper input {
            height: 60px;
        }

        .help-input-keys {
            display: flex;
            align-items: center;
            font-size: 12px;
        }

        .help-input-keys a {
            font-style: normal;
            margin-left: 10px;
            color: #252525;
			transition: all .2s;
			border-bottom: 1px solid #252525;
        }
.help-input-keys a:hover {
	color: rgba(255, 85, 0, 1);
	border-bottom: 1px solid  rgba(255, 85, 0, 1);
}

        .help-input-keys span {
            color: rgba(0, 0, 0, 0.45);
        }

