html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

ul {
	list-style: none;
}

button,
input,
select,
textarea {
	margin: 0;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*, *::before, *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

img,
video {
	height: auto;
	max-width: 100%;
}

iframe {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

td:not([align]),
th:not([align]) {
	text-align: left;
}

.dg_wrapper {
	padding-top: 0;
}

.hide {
	display: none;
}

.wrap {
	max-width: 500px;
	margin: 0 auto;
}

.heardTop {
	background: #fff;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.heardTop .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.heardTop .hark {
	line-height: 64px;
	padding: 0 15px;
	text-decoration: none;
	color: #333649;
}

.heardTop a:hover {
	color: #2c68ff;
}

.heardTop h1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 25px;
}

.heardTop h1 > a {
	display: inline-block;
	position: relative;
	width: 321px;
	height: 0;
	padding-top: 44px;
	overflow: hidden;
}

.heardTop h1 > a::after, .heardTop h1 > a::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.heardTop h1 > a::after {
	background: url(../web/imgs/logo_B.png) no-repeat center left;
}

.heardTop h1 > a::before {
	background: url(../web/imgs/qwlogo_B.png) no-repeat center right;
}

.trialBox {
	position: fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:955px;
}

.trialBox .wrap {
    display: flex;border-radius: 12px;box-shadow: 3px 12px 68px rgba(0, 0, 0, .1);overflow: hidden;max-width:initial;width: auto;
}
.trialBox .wrap>img{height:520px}
.trialBox .rightBox{
    background: #fff;padding:30px;height:520px;
}
.enterpriseInfo{
    display: flex;align-items: center;margin-bottom:30px;
}
.enterpriseInfo .logo{
    width: 45px;height:45px;margin-right:10px;
}
.enterpriseInfo .right{
    flex: 1;overflow: hidden;
}
.enterpriseInfo .title{
    font-size:18px;font-weight: 800;
}
.loginBox .tips{
    color:#999;font-size:12px;
}
.trialBox h3 {
	font-size:16px;margin-bottom:20px;text-align: left;font-weight: 800;
}

.trialBox ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px;
}

.trialBox li {
	counter-increment: index;
	position: relative;
	color: #ccc;
	line-height: 30px;
	display: flex;
	align-items: center;
	white-space: nowrap;
	margin-right: 12px;
}

.trialBox li:nth-last-of-type(1) {
	margin-right: 0;
}

.trialBox li:nth-last-of-type(1)::after {
	display: none;
}

.trialBox li::before {
	content: counter(index);
	width: 30px;
	height: 30px;
	background: #ccc;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	margin-right: 12px;
}

.trialBox li::after {
	content: '';
	width: 20px;
	height: 1px;
	background: #e4e4e4;
	display: block;
	margin-left: 6px;
}

.trialBox .active {
	color: #2c68ff;
}

.trialBox .active::before {
	background: #2c68ff;
}

.trialBox .codeBox {
	width: 240px;
	height: 240px;
	margin: 0 auto;
	position: relative;
	border: 1px solid #ddd;
}

.trialBox .failure {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 0 0 20px white;
}

.trialBox .prompt, .trialBox .refresh {
	font-size: 18px;
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.trialBox .prompt svg, .trialBox .refresh svg {
	margin-right: 8px;
}

.trialBox .refresh {
	font-size: 14px;
	margin-top: 15px;
	color: #2c68ff;
}

.trialBox .refresh:hover {
	cursor: pointer;
}

.trialBox .note {
	font-size: 14px;
	margin-top: 10px;
	color: #999;
}

.trialBox input {
	border: none;
	height: 45px;
	line-height: 45px;
	outline: none;
	width: 100%;
	font-size: 18px;
	/* firefox 19+ */
	/* Internet Explorer 10+ */
	/* firefox 14-18 */
}

.trialBox input::-webkit-input-placeholder {
	font-size: 14px;
	opacity: 0.53;
}

.trialBox input::-moz-placeholder {
	font-size: 14px;
	opacity: 0.53;
}

.trialBox input:-ms-input-placeholder {
	font-size: 14px;
	opacity: 0.53;
}

.trialBox input:-moz-placeholder {
	font-size: 14px;
	opacity: 0.53;
}

.trialBox .inputBox {
	border: 1px solid #e6e6e6;
	width: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: left;
}

.trialBox .inputBox span {
	font-size: 14px;
	width: 80px;
	padding-left: 15px;
}

.trialBox .inputBox .input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
    display: flex;align-items: center;
}

.trialBox .inputBox input {
	padding: 0 15px;flex: 1;overflow: hidden;
}

.trialBox .codeInput {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 300px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

.trialBox .codeInput .inputBox {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.trialBox .codeInput button {
	font-size: 14px;
	border: 1px solid #e6e6e6;
	color: #ccc;
	margin-left: 15px;
	padding: 0 15px;
}

.trialBox .codeInput .btnActive {
	border:none;
	color: #2c68ff;
}

.trialBox button {
	background: none;
	height: 45px;
	line-height: 45px;
	outline: none;
	font-size: 14px;
}

.trialBox .nextStep {
	margin-top: 22px;
	background: #2c68ff;
	width: 300px;
	color: #fff;
	border: none;
}

.trialBox .cont3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.trialBox .cont3 .qwBox:hover {

	box-shadow: 3px 6px 12px 0px rgba(0, 0, 0, 0.1), 0 0 0 1px #2c68ff;
}

.trialBox .cont3 .qwBox {
	text-align: center;
	width: 250px;
	box-shadow: 3px 6px 12px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 25px 12px;
	border-radius: 12px;
}

.trialBox .cont3 img {
	width: 50px;
	height: 50px;
	margin-bottom: 15px;
}

.trialBox .cont3 h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.trialBox .cont3 p {
	font-size: 14px;
	color: #999;
	line-height: 1.6;
	min-height: 100px;
}

.trialBox .cont3 a {
	display: inline-block;
	line-height: 42px;
	height: 42px;
	border-radius: 5px;
	text-decoration: none;
	font-size: 14px;
	padding: 0 20px;
}

.trialBox .cont3 a:hover {
	opacity: 0.9;
}

.trialBox .cont3 .install {
	background: #2c68ff;
	color: #fff;
}

.trialBox .cont3 .enroll {
	border: 1px solid #2c68ff;
	color: #2c68ff;
}

.trialBox .cont3 .leftBox {
	margin-right: 40px;
}

/*# sourceMappingURL=login.css.map */
