@charset "utf-8";



select {
	font-family: Microsoft YaHei;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	background: url(../images/ico_select_1.png) no-repeat right center;
	cursor: pointer;
}



ul,ol {
    list-style:none;
}

a {
    text-decoration: none;
}

input[type="text"] {
     box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
}

.clear {
	clear: both;
}

 
 
input[type="text"],
input[type="password"] {
	width: 100%;
	height: 50px;
	line-height: 50px;
	outline: none;
	border: 1px solid #e0e0e0;
	text-indent: 10px;
	font-family: Microsoft YaHei;
	font-size: 14px;
}
input[type="text"]:focus,
input[type="text"]:hover,
input[type="password"]:focus,
input[type="password"]:hover {
	box-shadow: inset 0 0 5px #f0f0f0;
}
 

 
/*
表单数据------------------------------------------------------------------------------*/
.table_double_box {
	font-size: 0;
	border: 1px solid #e2e2e2;
	border-right: 0;
	border-bottom: 0;
}
.table_double {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 50%;
	vertical-align: top;
}
.table_double table {
	width: 100%;
	line-height: 43px;
	font-size: 14px;
	text-align: center;
}
.table_double table tr {
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.table_double table tr:hover {
	background-color: #f9f9f9;
}
.table_double table th {
	width: 30%;
	font-weight: 400;
	color: #333;
	background-color: #f2f2f2;
}
.table_double table td {
	width: 70%;
}
.table_double_other .inforUpdate li strong {
	width: 135px;
	text-align: center;
}
.table_double_other .inforUpdate li span {
	width: 760px;
}

 

/***********计算器 开始*****************************************************************************************************************/
.jsq {
    padding: 75px 0;
    background: url(../images/bg_jsq.png) no-repeat center 0;
    background-size: 100% 100%;
	text-align: center;
}
.jsq h1 {
	margin-bottom: 30px;
}
.jsq p {
	font-size: 18px;
	color: #000;
	background: url(../images/line_yuandian.png) no-repeat center center;
}
.jsqBox {
	font-size: 0;
	width: 980px;
	background: #fff url(../images/banyuan.png) no-repeat center 0;
	margin: 40px auto 0;
	position: relative;
}
.jsqBox div {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 37%;
	padding: 40px 0;
}
.jsqBox div.jsqBoxL {
	padding-right: 10%;
	padding-left: 3%;
}
.jsqBox div.jsqBoxR {
	padding-right: 3%;
	padding-left: 10%;
}
.jsqBox div h2 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin-bottom: 40px;
}
.jsqCon li {
	margin-bottom: 20px;
	position: relative;
}
.jsqCon li span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}
.jsqCon li span.spanL {
	width: 30%;
	font-size: 18px;
	color: #000;
	font-weight: 200;
	height: 43px;
	line-height: 43px;
}
.jsqCon li span.spanA {
	width: 100%;
	font-size: 12px;
	height: 25px;
	line-height: 20px;
}
.jsqCon li span.spanA span{
	font-size: 12px;
	color:#f29e0a;
}
.jsqCon li.le {
	text-align:left;
	margin-left:20px;
}
.jsqCon li span.spanL i {
	font-style: normal;
	color: #f00;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	visibility: hidden;
}
.jsqCon li span.spanL i.iVisible {
	visibility: visible;
}
.jsqCon li span.spanR {
	width: 70%;
	font-size: 16px;
}
.jsqCon li span.spanR select {
	width: 48%;
	height: 43px;
	line-height: 43px;
	border: 1px solid #eee;
	outline: none;
}
.jsqCon li span.spanR select.select1 {
	width: 31%;
	margin-bottom: 8px;
}
.jsqCon li span.spanR input[type="text"] {
	width: 100%;
	height: 43px;
	line-height: 43px;
	border: 1px solid #eee;
	outline: none;
}
.jsqCon li span.spanR b {
	position: absolute;
	right: 15px;
	top: 16px;
	font-size: 12px;
}
.btn_js {
	display: inline-block;
	width: 110px;
	height:110px;
	padding: 35px 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 200;
	text-align: center;
	position: absolute;
	top: 185px;
	left: 50%;
	margin-left: -55px;
	background: url(../images/yuan_hong.png) no-repeat center center;
	background-size: 100% 100%; color:#FFF; border:0;cursor: pointer;
	
}

.red {
    color: #e30113;
    font-family: Microsoft YaHei;
}


.jsqBox div.luo {
	height: 360px;
	width: 360px;
	padding: 0;
	position: relative;
	margin-top: -20px;
}
.jsqBox div.luo img {
	position: absolute;
	top: 0;
	left: 0;
}
.xy1 {
	animation: 5s linear 0s normal none infinite xy1;
	-webkit-animation: 5s linear 0s normal none infinite xy1;
}
@keyframes xy1 {
	0%{
		transform: scale(1) rotate(0deg);
	}
	50%{
		transform: scale(1) rotate(540deg);
	}
	100%{
		transform: scale(1) rotate(1080deg);
	}
}
.xy2 {
	animation: 5s linear 0s normal none infinite xy2;
	-webkit-animation: 5s linear 0s normal none infinite xy2;
}
@keyframes xy2 {
	0%{
		transform: scale(1) rotate(1080deg);
	}
	50%{
		transform: scale(1) rotate(540deg);
	}
	100%{
		transform: scale(1) rotate(0deg);
	}
}
.xy3 {
	animation: 5s linear 0s normal none infinite xy3;
	-webkit-animation: 5s linear 0s normal none infinite xy3;
}
@keyframes xy3 {
	0%{
		transform: scale(1) rotate(0deg);
	}
	50%{
		transform: scale(1) rotate(540deg);
	}
	100%{
		transform: scale(1) rotate(1080deg);
	}
}
.xy4 {
	animation: 5s linear 0s normal none infinite xy4;
	-webkit-animation: 5s linear 0s normal none infinite xy4;
}
@keyframes xy4 {
	0%{
		transform: scale(1) rotate(1080deg);
	}
	50%{
		transform: scale(1) rotate(540deg);
	}
	100%{
		transform: scale(1) rotate(0deg);
	}
}
.jsqBox div.luo dl {
	position: absolute;
	font-size: 20px;
	color: #000;
	font-weight: 200;
	line-height: 1.2;
}
.jsqBox div.luo dl.fei1 {
	top: 73px;
	left: 42%;
}
.jsqBox div.luo dl.fei2 {
	top: 160px;
	left: 17%;
}
.jsqBox div.luo dl.fei2 dt {
	color: #fff;
}
.jsqBox div.luo dl.fei3 {
	top: 250px;
	left: 42%;
}
.jsqBox div.luo dl.fei4 {
	top: 160px;
	right: 17%;
}
.jsqBox div.luo dl.fei4 dt {
	color: #fff;
}

.sjEdit,.sjAdd {
	cursor: pointer;
	font-size: 14px;
	color: #666;
	font-weight: 400;
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
	line-height: 30px;
	height: 30px;
}
.sjEdit:hover,.sjAdd:hover {
	color: #e30113;
}
.sjEdit {
	display: inline-block;
	background: url(../images/xiaobenben.png) no-repeat left center;
	padding-left: 24px;
	background-size: 20px 20px;
}
.sjAdd{
	display: inline-block;
	background: url(../images/icon_add.png) no-repeat left center;
	background-size: 18px 18px;
	padding-left: 24px;
}
.sjEditBox {
	background-color: #fff;
	margin-top: 30px;
	border: 1px solid #e2e2e2;
	display: none;
}
.sjAddBox {
	background-color: #fff;
	border: 1px solid #e2e2e2;
	width: 100%;
	margin: 20px auto 0;
	box-sizing: border-box;
	display: none;
}
.userIndex {
	overflow: hidden;
}
.sjEditBox h2,.sjAddBox h2 {
	border-bottom: 1px solid #eee;
	height: 50px;
	line-height: 50px;
	position: relative;
	background: #fcfcfc;
	padding: 0 20px;
}
.sjEditBox h2 span,.sjAddBox h2 span {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	color: #000;
}
.closeSjEdit,.closeSjAdd {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../images/xiaoxx.png) no-repeat center center;
	cursor: pointer;
	position: absolute;
	top: 12.5px;
	right: 20px;
	transition: all .3s ease;
}
.closeSjEdit *,.closeSjAdd *{
	transition: all .3s ease;
}
.sjEditForm{
	width: 80%;
	margin: 0 auto;
	color: #000;
	font-size: 14px;
}
.sjEditForm_col{
	margin: 20px 0;
	vertical-align: middle;
}
.sjEditForm_col_span{
	width: 80px;
	text-align: right;
	vertical-align: middle;
	font-size: 16px;
	display: inline-block;
}
.sjEditForm_col_potrait{
	width: 120px;
	height: 120px;
	vertical-align: middle;
	border-radius: 50%;
	margin: 0 20px 0 10px;
}
.sjEditForm_col_btn{
	width: 80px;
	line-height: 35px;
	border: 1px solid #e2e2e2;
	background: #f2f2f2;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
.sjEditForm_col div{
	display: inline-block;
	vertical-align: middle;
}
.sjEditForm_col div p{
	line-height: 30px;
	color: #999;
}
.sjEditForm_col input[type='text']{
	line-height: 30px;
	padding-left: 10px;
	border: 1px solid #e2e2e2;
	color: #000;
	width: 80%;
}
.sjEditForm_col ::-webkit-input-placeholder{
	color: #999;
}
.sjEditForm_col input[type='radio']{
	cursor: pointer;
	vertical-align: middle;
}
.sjEditForm_col label{
	vertical-align: middle;
}
.sjEditForm_col input{
	vertical-align: middle;
}
.sjEditForm_col textarea{
	width: 80%;
	color: #000;
	padding: 10px;
	line-height: 20px;
	resize: none;
	height: 200px;
	vertical-align: middle;
}

.sjAddForm_col{
	line-height: 50px;
	vertical-align: middle;
	color: #333;
	font-size: 14px;
	border-bottom: 1px solid #e2e2e2;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 10px;
	box-sizing: border-box;
}
.sjAddForm_col *{
	vertical-align: middle;
}

.sjAddForm div:nth-child(even){
	background: #sjAddForm_col;
}



#inputForm .inforUpdate{
	width: 70%;
}

.designer_add_pop{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.designer_add_pop_bg{
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
}
.designer_add_pop_cont{
	width: 500px;
	margin: 300px auto;
	background: #fff;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}
.designer_add_pop_p1{
	background: #e30113;
	color: #fff;
	padding: 0 10px;
	line-height: 35px;
	text-align: left;
	font-size: 14px;
}
.designer_add_pop_p2{
	font-size: 14px;
	color: #333;
	line-height: 30px;
	padding-top: 20px;
}
.designer_add_pop a{
	display: block;
	width: 60%;
	margin: 20px auto;
	line-height: 60px;
	vertical-align: middle;
	color: #fff;
	font-size: 20px;
	background: #444;
}
.designer_add_pop a *{
	vertical-align: middle;
}
.designer_add_pop_close{
	position: absolute;
	right: 10px;
	top: 8.5px;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
.sjEditForm_btn{
	width: 200px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	background: #e30113;
	margin: 20px 0 20px 90px;
	display: block;
	font-size: 14px;
}



.sjAddForm_select{
	width: 40%;
	float: left;
	border-right: 1px solid #e2e2e2;
	box-sizing: border-box;
}
.sjAddForm_business{
	width: 40%;
	float: right;
	border-left: 1px solid #e2e2e2;
	box-sizing: border-box;
}

.sjAddForm_select_title{
	background: #e30113;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
}
.sjAddForm_business_title{
	background: #e1e1e1;
	color: #333;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
}
.sjAddForm_select div:last-child,.sjAddForm_business div:last-child{
	border-bottom: none;
}
.sjAddForm_btn{
	width: 20%;
	box-sizing: border-box;
	float: left;
	height: 474px;
	position: relative;
	font-size: 14px;
}

.sjAddForm_btn_btn03{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #e30113;
	cursor: pointer;
}
.sjAddForm_btn_btn03:hover{
	background: #ff071b;
}
.sjAddForm_btn_btn01{
	width: 50%;
	background: #e30113;
	cursor: pointer;
	margin: 150px auto 0;
	color: #fff;
	line-height: 35px;
	text-align: center;
	position: relative;
	margin-left: 50px;
}

.sjAddForm_btn_btn01::after{
	content: '';
	position: absolute;
	left: -20px;
	top: 0;
	border-right: 35px solid #e30113;
	border-top: 35px solid transparent;
	border-bottom: 35px solid transparent;
	transform: translateY(-28%);
}
.sjAddForm_btn_btn02{
	width: 50%;
	background: #c7c7c7;
	cursor: pointer;
	margin: 80px auto 0;
	color: #fff;
	line-height: 35px;
	text-align: center;
	margin-right: 50px;
	position: relative;
	color: #333;
}
.sjAddForm_btn_btn02:after{
	content: '';
	position: absolute;
	right: -20px;
	top: 0;
	border-left: 35px solid #c7c7c7;
	border-top: 35px solid transparent;
	border-bottom: 35px solid transparent;
	transform: translateY(-28%);
}
.sjAddForm_select_over,.sjAddForm_business_over{
	height: 424px;
	overflow-y: auto;
}

.sjAddForm_select_over div:nth-child(even){
	background: #fffcfc;
}
.sjAddForm_business_over div:nth-child(even){
	background: #fefefe;
}


.inputForm_dis{
	display: none;
}
.sjEditForm_col_div{
	display: inline-block;

	width: 80%;
	vertical-align: top!important;
}