﻿/* 重置样式 */
 div, ul, li, p {
	padding: 0px;
	margin: 0px;
}
/* div,ul, li {
	box-sizing: border-box;
}
li {
	list-style: none;
}
.cs-tpl-context {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
}
.cs-tpl-wrapper {
	width: 1050px;
  	background-color: #fff;
}
.cs-tpl-wrapper .cs-tpl-title {
	box-sizing: border-box;
	display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    padding: 0 20px 0 30px;
    border-bottom: 1px solid #F1F4FF;
    color: #303445;
}
.cs-tpl-wrapper .cs-tpl-title .cs-tpl-title-change {
	padding: 6px 22px;
	margin-left: 12px;
	border: 1px solid #3091F2;
	border-radius: 40px;
	font-size: 12px;
	color: #3091F2;
	cursor: pointer;
}
.cs-tpl-wrapper .cs-tpl-title .cs-tpl-close {
	color: #D5D5DE;
	font-size: 20px;
	text-decoration: none;
	cursor: pointer;
}

.cs-tpl-wrapper .tip-banner {
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding-left: 30px;
	background-color: rgba(4, 190, 2, 0.1);
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #04BE02;
	line-height: 50px;
}

.cs-tpl-wrapper .cs-tpl-list {
	display: flex;
    justify-content: center;
    height: 432px;
    margin: 30px 0 40px;
} */
.cs-tpl-wrapper .cs-tpl-list .cs-tpl-item {
	box-sizing: border-box;
	width: 205px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 22px;
	font-size: 0;
	box-sizing: border-box;
}
.cs-tpl-wrapper .cs-tpl-list .cs-tpl-item:first-child {
	height: 400px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 10px 0px rgba(26,32,60,0.1);
	border-radius: 10px;
}
.cs-tpl-wrapper .cs-tpl-list .cs-tpl-item .introduce-header {
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	background: url(../../../../static/management/assets/img/creat-cloudStore/cloud.png) no-repeat;
	background-size: cover;
	padding: 21px;
	text-align: left;
}
.cs-tpl-list .cs-tpl-item .introduce-header .title {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #fff;
	line-height: 36px;
}
.cs-tpl-list .cs-tpl-item .introduce-header .line {
	display: inline-block;
	width: 27px;
	height: 1px;
	background-color: #fff;
	border: 1px solid #fff;
	margin-top: 9px;
}
.cs-tpl-wrapper .cs-tpl-list .cs-tpl-item .introduce-content {
	box-sizing: border-box;
	width: 100%;
	padding: 24px;
	font-size: 14px;
	padding-top: 22px;
	letter-spacing: -.1px;
}

.cs-tpl-list .cs-tpl-item .introduce-content li > .hook {
	display: inline-block;
	width: 12.7px;
	height: 8.8px;
	border-left: 2px solid rgba(72, 198, 52, 1);
	border-bottom: 2px solid rgba(72,198,52,1);
	transform: rotate3d(0, 0, 1, -45deg);
	margin-right: 13px;
	vertical-align: 3px;
}
.cs-tpl-list .cs-tpl-item .introduce-content li > .introduce-text {
	font-weight: 400;
	color: rgba(90, 96,124,1);
	line-height: 30px;
}
.cs-tpl-wrapper .cs-tpl-list .cs-tpl-item.active  .tpl-img-inner {
	border: 2px solid rgba(48,145,242,1);
	box-shadow: 0 2px 6px 0 rgba(48,145,242,0.25);
}
.cs-tpl-wrapper .cs-tpl-list .cs-tpl-item .tpl-img-wrapper {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin-bottom: 12px;
}
.cs-tpl-wrapper .cs-tpl-list .cs-tpl-item .tpl-img-inner {
	box-sizing: border-box;
	width: 99%;
	padding-top: 195.312%;
	border: 1px solid #D5D5DE;
	border-radius: 15px;
	background-size: 100% 100%;
	overflow: hidden;
}
.cs-tpl-wrapper .cs-tpl-list .cs-tpl-item .tpl-img-inner:hover .tpl-preview {
	display: block !important;
}
.cs-tpl-wrapper .cs-tpl-list .cs-tpl-item .tpl-img-scroll {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 10px;
	bottom: -5px;
	width: 100%;
	border-radius: 15px;
	text-align: center;
	overflow: scroll;
}
.cs-tpl-wrapper .cs-tpl-list .cs-tpl-item .tpl-img-scroll::-webkit-scrollbar {
	width: 0;
}
.cs-tpl-wrapper .cs-tpl-list .cs-tpl-item .tpl-img-scroll::-webkit-scrollbar-track {
	background: unset;
}
.cs-tpl-wrapper .cs-tpl-list .cs-tpl-item .tpl-img-scroll > .tpl-img {
	margin: 0 auto;
	width: 88%;
	border-radius: 20px;
	padding-bottom: 16px;
}
.cs-tpl-wrapper .cs-tpl-list .cs-tpl-item .tpl-preview {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	width: 90%;
	left: 10px;
	top: 0;
	bottom: 0;
	color: #fff;
	border-radius: 20px;
	display: none;
	font-size: 14px;
}
.cs-tpl-wrapper .cs-tpl-list .cs-tpl-item .tpl-preview > .tpl-preview-img  {
	border-radius: 6px !important;
	width: 124px !important;
	height: 124px;
	margin-top: 80px !important;
	margin-bottom: 12px;;
	background: #fff;
}
.cs-tpl-wrapper .cs-tpl-list .cs-tpl-item .tpl-preview > .tpl-preview-btn {
	display: inline-block;
	width: 118px;
	height: 32px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	line-height: 32px;
	background-color: #3091F2;
	cursor: pointer;
}
.cs-tpl-wrapper .cs-tpl-list .cs-tpl-item .tpl-preview > .tpl-preview-btn:hover {
	opacity: 0.8;
}
.cs-tpl-wrapper .tpl-form-wrapper {
	position: relative;
	box-sizing: border-box;
}
.cs-tpl-wrapper .tpl-form-wrapper input[type="radio"] {
	width: 18px;
	height: 18px;
	opacity: 0;
}
.cs-tpl-wrapper .tpl-form-wrapper label {
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #D5D5DE;
	border-radius: 50%;
	cursor: pointer;
}
.cs-tpl-wrapper .tpl-form-wrapper input+label.active {
	border: 1px solid #3091F2;
	background-color: #3091F2;
}
.cs-tpl-wrapper .tpl-form-wrapper input+label.active::after {
	position: absolute;
	content: "";
	width: 4px;
	height: 8px;
	top: 3px;
	left: 6px;
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	transform: rotate(45deg)
}


/* .cs-tpl-wrapper .cs-tpl-next {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border-top: 1px solid #F1F4FF;
}
.cs-tpl-wrapper .cs-tpl-next .next {
	display: inline-block;
	padding: 4px 12px;
	color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 0 rgba(0,0,0,.045);
	border-radius: 2px;
	cursor: pointer;
} */
.cs-tpl-wrapper .cs-tpl-next .next:hover {
	color: #fff;
    background-color: #40a9ff;
    border-color: #40a9ff;
}
