
.popup-wrap{
	width: 100%;
	height: 100%;
}

.popup-wrap .banner{
	width: 100%;
}

.popup-wrap .banner img{
	width: 100%;
	display: block;
}

.popup-wrap .intellwhat{
	width: 100%;
	background: #fff;
}

.popup-wrap .intellwhat .title{
	width: 1200px;
	margin:60px auto 0;
	font-weight: bold;
	color: #333;
	font-size: 22px;
	text-align: center;
	line-height: 60px; 
}

.popup-wrap .intellwhat .subtitle{
	font-size: 16px;
	color: #666;
	margin:0 auto;
	width: 1200px;
	text-align: center;
}
.popup-wrap .intellwhat img{
	width: 1200px;
	margin: 30px auto;
	display: block;
}
.popup-wrap .popup-content{
	width: 100%;
	background: #f1f1f1;
	padding: 50px 0;
	margin-top: 50px;
}

.popup-wrap .popup-ai{
	width: 1200px;
	background: #fff;
	padding: 50px 0;
	margin:0 auto;
}

.popup-wrap .ai-item{
	width: 1120px;
	padding-left: 30px;
	margin:0 auto;
}

.popup-wrap .ai-item .item-title{
	font-size: 26px;
	color: #333;
	text-align:center;
	font-weight: bold;
    margin-bottom: 30px;
}	

.popup-wrap .popup-ai .ai-item .item-discription{
	font-size: 16px;
	color: #666666;
	margin-top: 6px;
    display: block;
    margin-bottom: 15px;
}

.popup-wrap .popup-ai .ai-item .item-subtitle{
	font-size: 18px;
	color: #242424;
	display: block;
    width: 130px;
    text-align: center;
}

.popup-wrap .popup-ai .ai-item .item-button{
    flex: 1;
}

.popup-wrap .popup-ai .ai-item .item-button button{
	width: 166px;
	text-align: center;
	border: 0;
	color: #242424;
	font-size: 16px;
	border-radius: 5px;
	background: none;
	border:1px solid #242424;
	padding:10.5px 0;
	margin-right: 45px;
	cursor: pointer;
	position: relative;
}

.popup-wrap .popup-ai .ai-item .item-button button.on{
	border: 1px solid #cd0d0d;
	color: #cd0d0d;
}

.popup-wrap .popup-ai .ai-item .item-button button i{
	display: none;
	position: absolute;
	top: 50%;
	right: -11px;
	font-size: 22px;
	transform: translateY(-50%);
	z-index: 999;
	background: #fff;
}

.popup-wrap .popup-ai .ai-item .item-button button.on i{
	display: block;
}

.popup-wrap .popup-ai .ai-item .from-input .product{
	width: 370px;
	border: none;
	background: #e6e6e6;
	border-radius: 5px;
	height: 44px;
	outline: none;
	color: #6c6c6c;
	text-indent: 15px;
    margin-right: 30px;
}

.popup-wrap .popup-ai .ai-item .from-input .select-industry{
	width: 280px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 10px;
}

.popup-wrap .popup-ai .ai-item .from-input .select-industry .top-title{
	width: 280px;
	background: #e6e6e6;
	height: 44px;
	color:#6c6c6c;
	display: block;
	line-height: 44px;
	position: relative;
	border-radius: 5px;
	cursor: pointer;
	text-indent: 18px;
	user-select: none;
}

.popup-wrap .popup-ai .ai-item .from-input .select-industry i{
	position: absolute;
	top: 20px;
	right: 16px;
	width: 0;
	height: 0px;
	overflow: hidden;
	border: 6px solid;
	border-color:#333 transparent transparent transparent;
	z-index: 9;
	/*transition: all .1s ease;*/
}

.popup-wrap .popup-ai .ai-item .from-input .select-industry i.on{
	transform: rotate(-180deg);
	top:14px;
}

.popup-wrap .popup-ai .ai-item .from-input .select-industry .select-list{
	width: 280px;
	border-radius: 5px;
	background: #e6e6e6;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
	cursor: pointer;
	padding:5px 0;
	display: none;
	user-select: none;
}

.popup-wrap .popup-ai .ai-item .from-input .select-industry .select-list li{
	line-height: 26px;
	color: #6c6c6c;
	text-indent: 30px;
	font-size: 14px;
    color: #898989;
}

.popup-wrap .popup-ai .ai-item .from-input .select-industry .select-list li:hover{
	background: #146de1;
	color: #fff;
}

.popup-wrap .popup-ai .ai-item .from-input .laydeta{
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.popup-wrap .popup-ai .ai-item .from-input .laydeta input{
	width: 220px;
	height: 44px;
	border: none;
	background: #e6e6e6;
	text-indent: 60px;
	border-radius: 5px;
	color: #6c6c6c;
	text-align: left;
}

.popup-wrap .popup-ai .ai-item .from-input .laydeta img{
	position: absolute;
    top: 1px;
    left: 1px;
    background: #fff;
    width: 26px;
    height: 21px;
    padding: 10.5px 8px;
    border-radius: 5px 0 0 5px;
}

.popup-wrap .popup-ai .ai-item .from-input .tag{
	padding: 0 5px;
	color: #666;
	user-select: none;
	line-height: 44px;
}

.popup-wrap .popup-ai .ai-item .bottom-submit{
    margin-left: 110px;
}


.popup-wrap .popup-ai .ai-item .strategy-personal{
	width: 880px;
    height: 90px;
    margin-top: 30px;
    position: relative;
}

.popup-wrap .popup-ai .ai-item .strategy-personal .line-personal{
	width: 94%;
	border-bottom:8px solid #ccc;
	border-radius: 5px;
	position: relative;
	display: none;
	margin: 26px auto 0;
}

.popup-wrap .popup-ai .ai-item .strategy-personal .line-personal.star{
    width: 700px;
    margin: 26px 0 0;
}

.strategy-personal .line-personal.star li:last-child .spot{
	display: block;
}

.popup-wrap .popup-ai .ai-item .strategy-personal .line-personal.on{
	display: block;
}

.popup-wrap .popup-ai .ai-item .strategy-personal .starmedia{
	width: 100px;
	height: 8px;
	border-radius: 5px;
	background: #f726dd;
	position: absolute;
	top: 26px;
	left: 700px;
	display: none;
}

.popup-wrap .popup-ai .ai-item .strategy-personal .starmedia .number{
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: #f726dd;
}

.popup-wrap .popup-ai .ai-item .strategy-personal .starmedia .text-position{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 34px;
	width: 100%;
	text-align: center;
}

.popup-wrap .popup-ai .ai-item .strategy-personal .starmedia .text-position .color-block{
	display: block;
    width: 26px;
    height: 12px;
    border-radius: 3px;
    background: #f726dd;
    margin: 0 auto;
}

.popup-wrap .popup-ai .ai-item .strategy-personal .starmedia .text-position .name{
	display: block;
    color: #f726dd;
}

.strategy-personal .line-personal li{
	width: 10%;
	border-bottom: 8px solid;
	border-radius: 5px;
	float: left;
	position: relative;
}

.strategy-personal .line-personal li .spot{
	border-radius: 50%;
	display: block;
	width: 11px;
	height: 11px;
	border: 4px solid;
	position: absolute;
	right: 0;
	top:0;
	transform: translate(50%,-35%);
	z-index: 1;
}

.strategy-personal .line-personal li:last-child .spot{
	display: none;
}

.strategy-personal .line-personal li .text-position{
	position: absolute;
	left: 0;
	top: 34px;
    width: 100%;
    text-align: center;
}

.strategy-personal .line-personal li .text-position .color-block{
	display: inline-block;
	width: 26px;
	height: 12px;
	border-radius: 3px;
	vertical-align: middle;
}

.strategy-personal .line-personal li .text-position .name{
	color: #ef8055;
	font-size: 12px;
	vertical-align: middle;
	margin-left: 5px;
}

/* 产品获客推广  */

.strategy-personal .line-personal.one li.one-line{
	width: 25%;
	border-color: #ef8055;
}

.strategy-personal .line-personal.one li.one-line .spot{
	background: #ef8055;
	box-shadow: 0 4px 5px rgba(239,128,85,.3);
	border-color:#eeefff;
}

.strategy-personal .line-personal.one li.one-line .text-position .color-block{
	background: #ef8055;
}

.strategy-personal .line-personal.one li.one-line .text-position .name{
	color: #ef8055;
	display: block;
}

.strategy-personal .line-personal.one li.two-line{
	width: 25%;
	border-color: #54b836;
}

.strategy-personal .line-personal.one li.two-line .spot{
	background: #54b836;
	box-shadow: 0 4px 5px rgba(239,128,85,.3);
	border-color:#eeefff;
}

.strategy-personal .line-personal.one li.two-line .text-position .color-block{
	background: #54b836;
}

.strategy-personal .line-personal.one li.two-line .text-position .name{
	color: #54b836;
	display: block;
}

.strategy-personal .line-personal.one li.three-line{
	width: 25%;
	border-color: #2587f9;
}

.strategy-personal .line-personal.one li.three-line .spot{
	background: #2587f9;
	box-shadow: 0 4px 5px rgba(239,128,85,.3);
	border-color:#eeefff;
}

.strategy-personal .line-personal.one li.three-line .text-position .color-block{
	background: #2587f9;
}

.strategy-personal .line-personal.one li.three-line .text-position .name{
	color: #2587f9;
	display: block;
}

.strategy-personal .line-personal.one li.four-line{
	width: 25%;
	border-color: #ce0505;
}

.strategy-personal .line-personal.one li.four-line .spot{
	background: #ce0505;
	box-shadow: 0 4px 5px rgba(239,128,85,.3);
	border-color:#eeefff;
}

.strategy-personal .line-personal.one li.four-line .text-position .color-block{
	background: #ce0505;
}

.strategy-personal .line-personal.one li.four-line .text-position .name{
	color: #ce0505;
	display: block;
}


/*  品牌宣传推广  */

.strategy-personal .line-personal.two li.one-line{
	width: 25%;
	border-color: #ef8055;
}

.strategy-personal .line-personal.two li.one-line .spot{
	background: #ef8055;
	box-shadow: 0 4px 5px rgba(239,128,85,.3);
	border-color:#eeefff;
}

.strategy-personal .line-personal.two li.one-line .text-position .color-block{
	background: #ef8055;
}

.strategy-personal .line-personal.two li.one-line .text-position .name{
	color: #ef8055;
	display: block;
}

.strategy-personal .line-personal.two li.two-line{
	width: 25%;
	border-color: #54b836;
}

.strategy-personal .line-personal.two li.two-line .spot{
	background: #54b836;
	box-shadow: 0 4px 5px rgba(239,128,85,.3);
	border-color:#eeefff;
}

.strategy-personal .line-personal.two li.two-line .text-position .color-block{
	background: #54b836;
}

.strategy-personal .line-personal.two li.two-line .text-position .name{
	color: #54b836;
	display: block;
}

.strategy-personal .line-personal.two li.three-line{
	width: 25%;
	border-color: #2587f9;
}

.strategy-personal .line-personal.two li.three-line .spot{
	background: #2587f9;
	box-shadow: 0 4px 5px rgba(239,128,85,.3);
	border-color:#eeefff;
}

.strategy-personal .line-personal.two li.three-line .text-position .color-block{
	background: #2587f9;
}

.strategy-personal .line-personal.two li.three-line .text-position .name{
	color: #2587f9;
	display: block;
}

.strategy-personal .line-personal.two li.four-line{
	width: 25%;
	border-color: #ce0505;
}

.strategy-personal .line-personal.two li.four-line .spot{
	background: #ce0505;
	box-shadow: 0 4px 5px rgba(239,128,85,.3);
	border-color:#eeefff;
}

.strategy-personal .line-personal.two li.four-line .text-position .color-block{
	background: #ce0505;
}

.strategy-personal .line-personal.two li.four-line .text-position .name{
	color: #ce0505;
	display: block;
}

/*  品牌IP打造  */

.strategy-personal .line-personal.three li.one-line{
	width: 25%;
	border-color: #ef8055;
}

.strategy-personal .line-personal.three li.one-line .spot{
	background: #ef8055;
	box-shadow: 0 4px 5px rgba(239,128,85,.3);
	border-color:#eeefff;
}

.strategy-personal .line-personal.three li.one-line .text-position .color-block{
	background: #ef8055;
}

.strategy-personal .line-personal.three li.one-line .text-position .name{
	color: #ef8055;
	display: block;
}

.strategy-personal .line-personal.three li.two-line{
	width: 25%;
	border-color: #54b836;
}

.strategy-personal .line-personal.three li.two-line .spot{
	background: #54b836;
	box-shadow: 0 4px 5px rgba(239,128,85,.3);
	border-color:#eeefff;
}

.strategy-personal .line-personal.three li.two-line .text-position .color-block{
	background: #54b836;
}

.strategy-personal .line-personal.three li.two-line .text-position .name{
	color: #54b836;
	display: block;
}

.strategy-personal .line-personal.three li.three-line{
	width: 25%;
	border-color: #2587f9;
}

.strategy-personal .line-personal.three li.three-line .spot{
	background: #2587f9;
	box-shadow: 0 4px 5px rgba(239,128,85,.3);
	border-color:#eeefff;
}

.strategy-personal .line-personal.three li.three-line .text-position .color-block{
	background: #2587f9;
}

.strategy-personal .line-personal.three li.three-line .text-position .name{
	color: #2587f9;
	display: block;
}

.strategy-personal .line-personal.three li.four-line{
	width: 25%;
	border-color: #ce0505;
}

.strategy-personal .line-personal.three li.four-line .spot{
	background: #ce0505;
	box-shadow: 0 4px 5px rgba(239,128,85,.3);
	border-color:#eeefff;
}

.strategy-personal .line-personal.three li.four-line .text-position .color-block{
	background: #ce0505;
}

.strategy-personal .line-personal.three li.four-line .text-position .name{
	color: #ce0505;
	display: block;
}

.strategy-personal .line-personal.three li.five-line{
	width: 25%;
	border-color: #00ceff;
}

.strategy-personal .line-personal.three li.five-line .spot{
	background: #00ceff;
	box-shadow: 0 4px 5px rgba(239,128,85,.3);
	border-color:#eeefff;
}

.strategy-personal .line-personal.three li.five-line .text-position .color-block{
	background: #00ceff;
}

.strategy-personal .line-personal.three li.five-line .text-position .name{
	color: #00ceff;
	display: block;
}

.popup-wrap .popup-ai .ai-item .submit-btn{
	width: 200px;
	height: 38px;
	outline: none;
	border: none;
	background: #cd0d0d;
	color: #fff;
	border-radius: 5px;
	margin: 20px auto; 
	cursor: pointer;
}

.popup-wrap .popup-ai .ai-item .reset-btn{
	width: 120px;
	height: 38px;
	outline: none;
	border: none;
	color: #333;
	border:1px solid #ccc;
	background: none;
	border-radius: 5px;
	margin: 0px 20px 0 20px; 
	cursor: pointer;
}

.popup-wrap .popup-ai .ai-item {
	font-size: 14px;
	color: #666;
	display: flex;
	align-items: center;
    margin-bottom: 30px;
}

/*  loading  */
.icon-loading-popup{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 99999;
	display: none;
}

.icon-loading-popup .layui-icon{
	font-size: 240px;
	color: #cd0d0d;
}

.icon-loading-popup .loading-center{
	width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.icon-loading-popup .loading-center .line-bottom{
	position: relative;
	margin-top: 25px;
	width: 100%;
	height: 20px;
	border-radius: 10px;
	background: #e2e2e2;
}

.icon-loading-popup .loading-center .line-bottom .title-time{
	color: #fff;
	text-align: left;
	font-size: 12px;
	letter-spacing: 1px;
	position: absolute;
	top: -25px;
    left: 10px;
}

.icon-loading-popup .loading-center .line-bottom .line-blur{
	width: 10%;
	background: #5FB878;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 10px;
	transition: all 1s ease;
}

.icon-loading-popup .loading-center .line-bottom .line-blur span{
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}


