@charset "utf-8";
/*rest-css */

* {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}
ul,
ol {
	list-style: none;
}
em,
i {
	font-style: normal;
}
input::-moz-focus-inner {
	border: none;
	padding: 0;
}
select,
input {
	vertical-align: middle;
}
select,
input,
textarea {
	font-size: 12px;
	margin: 0;
	caret-color: #165dff;
}
input[type='text'],
input[type='password'],
textarea {
	outline-style: none;
	-webkit-appearance: none;
}
textarea {
	resize: none;
}
:-moz-placeholder {
	color: #bebebe;
}
::-moz-placeholder {
	color: #bebebe;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999 !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999 !important;
}
　　 input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999 !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999 !important;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 32px #f9f9f9 inset; /**通过边框阴影遮挡住背景*/
	-webkit-text-fill-color: #333; /*自动填充内容的文本颜色*/
}
table {
	border-collapse: collapse;
}
body {
	/* background: #f1f1f1; */
	color: #333;
	padding: 0;
	font: 12px/20px '\5FAE\8F6F\96C5\9ED1', '\5b8b\4f53', 'SimSun';
	text-align: left;
}
button:focus,
input:focus {
	outline: 0;
}

body > div {
	text-align: left;
}

a {
	/*color: #333 !important;*/
	text-decoration: none;
}

a:hover {
	color: #165dff;
	text-decoration: none;
}

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}

/*登录-注册*/
.loginbox {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 100;
	display: none;
}
.hidden {
	display: none !important;
}
.show {
	display: block !important;
}
.login-main {
	width: 600px;
	height: 600px;
	background: #fff url(../../../images/secondportal/login/loginbg.png) no-repeat center top;
	z-index: 101;
	border-radius: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -300px;
}
.login-close {
	width: 36px;
	height: 36px;
	background: url(../../../images/login/close.png) no-repeat center center;
	position: absolute;
	right: -36px;
	top: -30px;
	cursor: pointer;
}
.login-mright {
	/*float: left;*/
	width: 600px;
	height: 600px;
	box-sizing: border-box;
	padding: 80px 130px 0;
}
.login-mright .form-horizontal .form-group {
	margin: 0 0 15px !important;
}
.register-tab {
	height: 36px;
	margin-bottom: 30px;
	/*padding-top: 20px;*/
	float: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.register-tab li {
	height: 40px;
	line-height: 30px;
	/* float: left; */
	font-size: 24px;
	color: #999;
	text-align: center;
	/* margin-right: 40px; */
	box-sizing: border-box;
	cursor: pointer;
	padding: 0 5px;
}
.register-tab .one {
	margin-right: 40px;
}
.register-tab .two {
	margin-left: 40px;
}
.register-tab li.active {
	color: #0072e8;
	border-bottom: 4px solid #0072e8;
	font-weight: bold;
}
.regtab-contul {
	height: 310px;
	/*padding-top: 30px;*/
}
.lg-srbox {
	height: 40px;
	position: relative;
	margin-bottom: 15px;
}
.lg-srbox input {
	display: block;
	border: 1px solid #c5c5c5;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	padding: 0 10px 0 32px;
}
.lg-srbox input:focus {
	border: 1px solid #165dff;
}
.lg-srbox input.iptblur-active {
	background: #f9f9f9;
	border: 1px solid #c5c5c5;
}
.lg-srbox span {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 10px;
	top: 12px;
}
.lg-srbox span img {
	display: block;
	width: 100%;
	height: 100%;
}
.lg-sreye input {
	padding-right: 40px;
}
.lg-sreye i {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../../../images/login/eye1.png) no-repeat center center;
	position: absolute;
	right: 10px;
	top: 14px;
	cursor: pointer;
}
.lg-sreye i.eye {
	background: url(../../../images/login/eye.png) no-repeat center center;
}
.lg-yzmbox {
	height: 40px;
	position: relative;
	margin-bottom: 15px;
}
.lg-yzmbox input {
	display: block;
	border: 1px solid #c5c5c5;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	padding: 0 130px 0 10px;
}
.lg-yzmbox input:focus {
	border: 1px solid #165dff;
}
.lg-yzmbox input.iptblur-active {
	background: #f9f9f9;
	border: 1px solid #c5c5c5;
}
.lg-yzmbox span {
	display: block;
	height: 24px;
	line-height: 24px;
	width: 120px;
	text-align: center;
	border-left: 1px solid #c5c5c5;
	font-size: 14px;
	color: #165dff;
	box-sizing: border-box;
	position: absolute;
	top: 8px;
	right: 0px;
	z-index: 10;
	cursor: pointer;
}
.lg-yzmbox span.cf {
	color: #a7a7a7;
}
.lg-agree {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
}
.lg-agree label {
	display: inline-block;
	height: 24px;
	line-height: 24px;
}
.lg-agree label input {
	margin-right: 6px;
}
.lg-agree a {
	color: #165dff;
}

.lg-agree-a {
	color: #165dff !important;
}

.lg-agree-a:hover {
	color: #165dff !important;
}

.lg-role h6 {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #333;
}
.lg-role h6 span {
	font-size: 12px;
	color: #999;
	font-weight: normal;
}
.lg-role p {
	height: 24px;
	line-height: 24px;
}
.lg-role p label {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	margin-right: 15px;
}
.lg-role p label input {
	margin-right: 6px;
}
.loading2 {
	position: relative;
	width: 20px;
	height: 20px;
	border: 6px solid #000;
	border-top-color: rgba(0, 0, 0, 0.2);
	border-right-color: rgba(0, 0, 0, 0.2);
	border-bottom-color: rgba(0, 0, 0, 0.2);
	border-radius: 100%;
	display: none;
	animation: circle infinite 0.75s linear;
}

@keyframes circle {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

.loading {
	width: 4px;
	height: 4px;
	border-radius: 100%; /* 圆角 */
	box-shadow: 0 -10px 0 1px #333, /* 上, 1px 扩展 */ 10px 0px #333, /* 右 */ 0 10px #333, /* 下 */ -10px 0 #333,
		/* 左 */ -7px -7px 0 0.5px #333, /* 左上, 0.5px扩展 */ 7px -7px 0 1.5px #333, /* 右上, 1.5px扩展 */ 7px 7px #333,
		/* 右下 */ -7px 7px #333; /* 左下 */
	display: none;
}

.spin {
	animation: spin 1s steps(8) infinite;
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.login-btn {
	position: relative;
}

.left-justifying {
	text-align: left !important;
}
.login-btn p {
	text-align: center;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #999;
}
.prvebtn-sumbit {
	text-align: right !important;
}
.login-btn p .btn {
	width: 340px;
	height: 48px;
	font-size: 20px;
	color: #fff;
	border: none;
	border-radius: 4px;
	background: rgba(0, 114, 232, 0.5);
	cursor: pointer;
	text-align: center;
}
.login-btn .register-btn-active:hover {
	background-color: rgb(0, 114, 232) !important;
	cursor: pointer;
	border-radius: 4px;
	color: #ffffff !important;
}
.onclick {
	background: rgba(0, 114, 232, 1);
}

.sumbitbtn {
	width: 168px;
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	color: #fff;
	border: none;
	border-radius: 4px;
	background: rgba(0, 114, 232, 0.5);
	cursor: pointer;
	text-align: center;
}
.prvebtn {
	width: 160px;
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	color: #666;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #666;
	cursor: pointer;
	text-align: center;
	margin-right: 8px;
	box-sizing: border-box;
	position: absolute;
	top: 1px;
	left: 0px;
}
.login-btn p .btn1 {
	background: rgba(0, 114, 232, 1);
	/*display: flex;*/
	/*justify-content: center;*/
	/*align-items: center;*/
}
.login-btn p a {
	color: #165dff;
	cursor: pointer;
}
.login-btn p a:hover {
	color: #165dff;
}
.login-btn p img {
	height: 2em;
}
.login-hydl-tit {
	height: 32px;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	color: #165dff;
}
.login-tab {
	height: 36px;
	margin-bottom: 30px;
}
.login-tab li {
	/* float: left; */
	padding: 0 5px;
	height: 40px;
	line-height: 30px;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
	color: #999999;
	box-sizing: border-box;
	/* margin-right: 40px; */
}
.login-tab .one {
	margin-right: 40px;
}
.login-tab .two {
	margin-left: 40px;
}
.login-tab li.active {
	color: #0072e8;
	font-weight: bold;
	border-bottom: 4px solid #0072e8;
}
.login-cont {
	height: 290px;
}
.lg-pasword {
	height: 28px;
	line-height: 28px;
	color: #c5c5c5;
}
.lg-pasword label {
	height: 28px;
	line-height: 28px;
}
.lg-pasword label input {
	float: left;
	margin-top: 8px;
	margin-right: 6px;
}
.lg-pasword a {
	color: #c5c5c5;
}
.lg-pasword a:hover {
	color: #165dff;
}
.lg-zh-cont {
	height: 205px;
}
.lg-zh-btn {
	margin-top: 25px;
}
.lg-ydrz {
	text-align: center;
}
.lg-ydrz span {
	display: inline-block;
	height: 32px;
	line-height: 28px;
	font-size: 14px;
	margin: 0 18px;
	box-sizing: border-box;
	cursor: pointer;
}
.lg-ydrz span.active {
	color: #165dff;
	border-bottom: 2px solid #165dff;
}
.lg-ydrz-cont {
	padding-top: 40px;
}
.lg-ydrz-ewm {
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
.lg-ydrz-ewm img {
	display: block;
	width: 100%;
	height: 100%;
}
.lg-ydrz-cont h6 {
	padding: 35px 0 16px;
	font-size: 12px;
	color: #999;
	font-weight: normal;
	text-align: center;
}
.lg-ydrz-cont p {
	text-align: center;
}
.lg-ydrz-cont p a {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	background: url(../../../images/login/downsvg.svg) no-repeat left center;
	color: #165dff;
}
.lg-ydrz-cont p a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.lg-ydrz-cont-ca {
	height: 200px;
}

/*忘记密码下一步上一步样式添加*/
.password-btn {
	text-align: center;
}
.password-btn .sybtn {
	width: 150px;
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	color: #666;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #666;
	cursor: pointer;
	text-align: center;
	margin: 0 12px;
	box-sizing: border-box;
}
.password-btn .xybtn {
	width: 150px;
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	color: #666;
	border-radius: 4px;
	background: #165dff;
	border: 1px solid #165dff;
	cursor: pointer;
	text-align: center;
	margin: 0 12px;
	box-sizing: border-box;
	color: #fff;
}

/*滑块验证样式1*/
.drag {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #ededed;
	position: relative;
	border-radius: 4px;
}
.sliderbg {
	width: 0px;
	height: 100%;
	position: absolute;
	background-color: #62d078;
	border-radius: 4px;
	/*transition: .5s;*/
}
.slidertext {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	user-select: none;
	color: #999;
}
.sliderbtn {
	box-sizing: border-box;
	width: 60px;
	height: 40px;
	position: absolute;
	left: 5px;
	top: 5px;
	cursor: move;
	text-align: center;
	user-select: none;
	background-color: #fff;
	display: flex;
	align-items: center;
	color: #999;
	border-radius: 4px;
	padding-left: 20px;
}
/*滑块验证样式2*/
.drag-fg {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #ededed;
	position: relative;
	border-radius: 4px;
}
.sliderbg-fg {
	width: 0px;
	height: 100%;
	position: absolute;
	background-color: #62d078;
	border-radius: 4px;
}
.slidertext-fg {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	user-select: none;
	color: #999;
}
.sliderbtn-fg {
	box-sizing: border-box;
	width: 60px;
	height: 40px;
	position: absolute;
	left: 5px;
	top: 5px;
	cursor: move;
	text-align: center;
	user-select: none;
	background-color: #fff;
	display: flex;
	align-items: center;
	color: #999;
	border-radius: 4px;
	padding-left: 20px;
}

/*忘记密码*/
.forget-tit {
	font-weight: normal;
	padding: 60px 0 40px;
	text-align: center;
	font-size: 30px;
	color: #333;
	line-height: 36px;
}
.biddetail-tit {
	padding: 44px 0 26px;
}
.forget-step {
	width: 500px;
	height: 88px;
	margin: 0 auto;
}

.forget-step li {
	float: left;
}

.forget-stepnr {
	width: 100px;
}

.forget-stepnr span {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 30px;
	font-size: 16px;
	color: #fff;
	background: #c5c5c5;
	margin: 0 auto;
}

.forget-stepnr em {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	padding-top: 10px;
}

.forget-stepnr.dqstep span {
	background: #165dff;
}

.forget-stepnr.dqstep em {
	color: #165dff;
}

.forget-stepxt {
	width: 100px;
	height: 1px;
	background: #c5c5c5;
	margin-top: 14px;
}

.forget-stepxt.dqstep {
	background: #165dff;
}

.forget-cont {
	width: 340px;
	margin: 0 auto;
	height: 220px;
	padding-top: 30px;
}

.forget-success {
	width: 200px;
	margin: 0 auto;
}

.forget-success span {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.forget-success span img {
	display: block;
	width: 100%;
	height: 100%;
}

.forget-success p {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #62d078;
	text-align: center;
}
.fr a {
	cursor: pointer;
}
/*后修改checked,radio默认样式*/
.lg-checkbox input[type='checkbox'] {
	opacity: 0;
	vertical-align: middle;
	cursor: pointer;
}
.check-c {
	display: inline-block;
	padding-left: 6px;
	cursor: pointer;
	background: url(../../../images/login/checkbox.png) no-repeat left center;
	background-size: 12px 12px;
}
.check-c1 {
	display: inline-block;
	padding-left: 6px;
	cursor: pointer;
	background: url(../../../images/login/checkbox1.png) no-repeat left center;
	background-size: 12px 12px;
}
.check-cd {
	display: inline-block;
	padding-left: 6px;

	cursor: pointer;
	background: url(../../../images/login/checkbox-xz.png) no-repeat left center;
	background-size: 12px 12px;
}
.lg-radiobox input[type='checkbox'] {
	opacity: 0;
	vertical-align: middle;
	cursor: pointer;
}
.radio-c {
	display: inline-block;
	cursor: pointer;
	background: url(../../../images/login/radiobox.png) no-repeat left center;
}
.radio-cd {
	display: inline-block;
	cursor: pointer;
	background: url(../../../images/login/radiobox-xz.png) no-repeat left center;
}

/*登陆后用户名显示样式*/
.zzcg-header .login-name {
	background: url(../../../images/login/bstximg.png) no-repeat left center;
}
.zzcg-header .login-name .mc {
	color: #fff;
	background: url(../../../images/login/bsxjt.png) no-repeat right center;
}
.zzcg-header .login-name .mc.sjt {
	background: url(../../../images/login/bssjt.png) no-repeat right center;
}

/*我要投标后的弹框*/
.wytbBox-main {
	width: 700px;
	height: 460px;
	margin-left: -350px;
	margin-top: -230px;
}

.wytbBox-main .forget-tit {
	padding-top: 56px;
}

.wytb-main-cont {
	padding: 0px 28px 56px;
}

.wytb-main-cont p {
	font-size: 20px;
	color: #888;
	line-height: 46px;
	text-align: center;
}

.wytb-btn {
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #999;
}

.wytb-btn .btn {
	width: 280px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	border: none;
	border-radius: 4px;
	background: #165dff;
	cursor: pointer;
}

/*服务条例页面*/
.fwtl-main {
	padding: 40px 0 55px;
}

.fwtl-mleft {
	width: 305px;
	padding: 20px 0;
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
}

.fwtl-mleft li {
	height: 22px;
	line-height: 22px;
	padding-left: 20px;
	margin: 20px 0;
}

.fwtl-mleft li a {
	font-size: 12px;
	color: #999;
}

.fwtl-mleft li.active {
	border-left: 3px solid #165dff;
}

.fwtl-mleft li.active a {
	color: #165dff;
	font-weight: bold;
}

.fwtl-mright {
	/*width: 868px;*/
	background: #fff;
	border-radius: 4px;
	padding: 35px;
	box-sizing: border-box;
}

.fwtl-mrightit {
	border-bottom: 1px solid #d8d8d8;
	font-weight: normal;
	padding-bottom: 18px;
}

.fwtl-mrightit p.tit1 {
	font-size: 20px;
	color: #333;
	line-height: 36px;
}

.fwtl-mrightit p.tit2 {
	font-size: 14px;
	color: #165dff;
	line-height: 32px;
}

.fwtl-mright-dv {
	padding-top: 20px;
}

.fwtl-mright-dv h6 {
	font-size: 15px;
	color: #333;
	line-height: 32px;
	font-weight: normal;
}

.fwtl-mright-dv p {
	font-size: 14px;
	color: #666;
	line-height: 32px;
	margin-bottom: 20px;
}

.fwtl-mright-dv p .color {
	font-size: 14px;
	color: #165dff;
	line-height: 32px;
}

.fwtl-mright-down p {
	padding: 10px 0;
}

.fwtl-mright-down p a {
	font-size: 14px;
	color: #507fb2;
}
.rg-now-btn {
	text-align: center;
	padding-top: 12px;
}
.rg-now-btn a {
	color: #165dff;
	cursor: pointer;
}
.rg-now-btn a:hover {
	color: #165dff;
}
/*注册后加提醒框样式*/
/*.makesure {*/
/*	width: 100%;*/
/*	text-align: center;*/
/*	font-size: 16px;*/
/*	line-height: 30px;*/
/*	color: red;*/
/*	padding-top: 60px;*/
/*	margin-left:0px;*/
/*	margin-right:0px;*/
/*}*/
.makesuretit {
	font-size: 18px;
	text-align: center;
	padding-top: 70px;
	color: #165dff;
}
.makesurebot {
	padding-top: 66px;
	text-align: center;
}
.makesurebot a {
	font-size: 14px;
	height: 36px;
	border: 1px solid #c0c0c0;
	display: inline-block;
	border-radius: 4px;
	padding: 0 28px;
	line-height: 36px;
	margin: 0 15px;
}
.makesurebot a:hover {
	border: 1px solid #165dff;
	color: #165dff;
}

/*验证码修改为图片形式start--2023-05-05*/
.lg-imgcode {
	height: 40px;
	position: relative;
	margin-bottom: 15px;
}
.lg-imgcode input {
	display: block;
	border: 1px solid #c5c5c5;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	padding: 0 110px 0 10px;
}
.lg-imgcode input:focus {
	border: 1px solid #165dff;
}
.lg-imgcode input.iptblur-active {
	background: #f9f9f9;
	border: 1px solid #c5c5c5;
}
.lg-imgcode .icode {
	display: block;
	width: 104px;
	height: 38px;
	position: absolute;
	right: 1px;
	top: 1px;
}
.lg-imgcode .icode img {
	display: block;
	width: 100%;
	height: 100%;
}
.lg-imgcode .spbtn {
	display: block;
	width: 60px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	font-size: 12px;
	color: #3a69f9;
	background: url(../../../images/secondportal/login/lgshx.svg) no-repeat right center;
	position: absolute;
	right: -66px;
	top: 0px;
	padding: 0 5px;
	cursor: pointer;
}
/*验证码修改为图片形式end--2023-05-05*/

/*协议样式*/
.xyBD {
	font-weight: 600 !important;
	text-decoration: underline !important;
}

.xyBold {
	font-weight: 600 !important;
}

.color {
	color: #165dff !important;
}

/*通过媒体查询更改登录框大小适配小屏*/
@media screen and (max-width: 1440px) {
	/*.login-main {*/
	/*	width: 600px;*/
	/*	height: 520px;*/
	/*	margin-left: -300px;*/
	/*	margin-top: -260px;*/
	/*}*/
	/*.login-mleft {*/
	/*	width: 380px;*/
	/*	height: 520px;*/
	/*	background: url(../../../images/login/loginleft.png) no-repeat center center;*/
	/*	background-size: 100% 100%;*/
	/*}*/
	/*.login-mleft img {*/
	/*	margin-left: -66px;*/
	/*}*/
	/*. login-cont {*/
	/*	padding-top: 32px;*/
	/*}*/
	/*.login-mright {*/
	/*	width: 470px;*/
	/*	height: 520px;*/
	/*	padding: 40px 80px 10px 40px;*/
	/*}*/
	/*.lg-zh-cont {*/
	/*	height: 190px;*/
	/*}*/
	/*.lg-ydrz-cont {*/
	/*	padding-top: 32px;*/
	/*}*/
	/*.regtab-contul {*/
	/*	height: 290px;*/
	/*	padding-top: 15px;*/
	/*}*/
	.forget-tit {
		padding: 45px 0 25px;
	}
	.forget-cont {
		height: 210px;
		padding-top: 16px;
	}
	.login-btn p .btn {
		width: 356px;
	}
	.wytbBox-main {
		width: 700px;
		height: 460px;
		margin-left: -350px;
		margin-top: -230px;
	}
	.lg-zh-btn {
		margin-top: 36px;
	}
}
