
.showewm{position:absolute;float:right;margin-top:-160px;margin-left:14%;border:solid 1px #ccc;opacity:0;}
.cur{opacity:0.5}






/*预览*/
.pull-righta{
		    position: absolute;right:-30px;top:60px;z-index:1002;}
			.cl{font-size:30px;}
			
			#showMobilePreview {
				z-index: 9999;
				width: 360px;
				height: 768px;
				position: absolute;
				left: 50%;
				top: 50%;
				transform: translate(-50%, -50%);
				opacity: 1;
				text-align: center;
			}

			.mobile_preview_header {
				display: block;
				position: absolute;
				top: 60px;
				left: 0;
				height: 40px;
				width: 357px;
				background: #eeeff2;
				text-align: center;
				line-height: 40px;
				border-top-right-radius: 50px;
				border-top-left-radius: 50px;
			}

			.mobile_preview_header_icon {
				display: inline-block;
				width: 65px;
				height: 10px;
				background: #c8c9cc;
				border-radius: 9px;
				vertical-align: middle;
				margin-top: 18px;
			}

			.mobile_preview_frame {
				width: 357px;
				min-height: 594px;
				height: 667px;
				max-height: calc(100vh - 116px);
				top: 100px;
				left: 0;
				border: 6px solid #eeeff2;
				position: relative;
				background-color: #fff;
				display: block;
			}

			#YuFrameMobilePreview {
				border: none;
				width: 345px;
				height: 100%;
			}

			.mobile_preview_footer {
				display: block;
				margin-top:90px;
				left: 0;
				height: 62px;
				width: 357px;
				background: #eeeff2;
				text-align: center;
				line-height: 45px;
				border-bottom-right-radius: 50px;
				border-bottom-left-radius: 50px;
			}

			.mobile_preview_footer_icon {
				display: inline-block;
				margin-top:10px;
				width: 43px;
				height: 43px;
				background: #c8c9cc;
				border-radius: 50%;
				vertical-align: middle;
			}

/*end*/
li {
  list-style: none;
}

.des {
  height: 190px;
  background: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.des img {
  position: absolute;
  width: 100%;
}
.content {
  background: #fff;
  display: flex;
  padding: 40px 40px 0 40px;
  min-height:1000px;

}
.content .left {
  width: 210px;
  height: 600px;
  border-right: solid 1px #cccccc;

}
.content .left ul .td {
  border-bottom: solid 1px #cccccc;
}
.content .left ul .td li:nth-child(1) input {
  width: 125px;
  height: 30px;
  padding-left: 10px;
  border-radius: 5px;
  outline: none;
  border: solid 1px #cccccc;
}
.content .left ul .td li {
  color: #555555;
  font-size: 16px;
}
.content .left ul .td li:nth-of-type(n+2) {
  margin-top: 20px;
}
.content .left ul .td li:last-child {
  margin-bottom: 20px;
}
.content .left ul .td li a.active {
  color: #786DE4;
}
.content .left ul .td li a:hover {
  color: #786DE4;
  cursor: pointer;
}
.content .left ul .bd {
  padding-top: 20px;
}
.content .left ul .bd li {
  margin-bottom: 10px;
  color: #555555;
  font-size: 14px;
}
 .bd ul li:hover {

  color: #30383E;


}


.content .left ul .bd li a{  margin-bottom: 10px;
  color: #555555;
  font-size: 16px;}
  .content .left ul .bd ul li .active {
  color: #786DE4;
}
  .content .left ul .bd ul li a:hover {
  color: #786DE4;
}



.content .left  .bd ul li:hover {
  color: #786DE4;
  cursor: pointer;
}
.content .right {
  flex: 1;
  height: 600px;
  margin-left: 40px;
}
.content .right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .right ul li {
  width: 30%;
  height: 360px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  border: solid 1px #e5e5e5;
}
.content .right ul li .hd {
  flex: 2;
  background: #e5e5e5;
  position: relative;
  overflow: hidden;
}
.content .right ul li .hd img {
  width: 100%;
  position: absolute;
}
.content .right ul li .td {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.content .right ul li .td > div:nth-child(1) {
  flex: 1;
  padding: 18px 0 0 18px;
  border-top: solid 1px #f4f4f4;
}
.content .right ul li .td > div:nth-child(1) h3 {
  font-weight: normal;
  color: #666666;
  font-size: 16px;
}
.content .right ul li .td > div:nth-child(2) {
  height: 50px;
  border-top: solid 1px #f4f4f4;
  display: flex;
}
.content .right ul li .td > div:nth-child(2) > span {
  flex: 1;
  line-height: 50px;
  padding-left: 15px;
  font-size: 14px;
  color: #666666;
}
.content .right ul li .td > div:nth-child(2) > div {
  display: flex;
  align-items: center;
}
.content .right ul li .td > div:nth-child(2) > div button {
  height: 28px;
  width: 60px;
  outline: none;
  border: none;
  margin-right: 15px;
  font-size: 12px;
}
.content .right ul li .td > div:nth-child(2) > div .gray-btn {
  background: #333333;
  color: #fff;
  border: solid 1px #333333;
}
.content .right ul li .td > div:nth-child(2) > div .gray-btn:hover {
  background: #000000;
  border: solid 1px #000000;
}
.content .right ul li .td > div:nth-child(2) > div .white-btn {
  border: solid 1px #e5e5e5;
  background: #ffffff;
}
.content .right ul li .td > div:nth-child(2) > div .white-btn:hover {
  border: solid 1px #aaaaaa;
}
.content .right ul > li:hover {
  box-shadow: 0 0px 7px rgba(0, 0, 0, 0.3);
}
