
.create{
	width: 1260px;
	margin: 96px auto 20px;
}
.create-img{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}
.create-div{
	width: 100%;
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.create-header{
	width: 97%;
	margin: 0 auto;
	font-size: 16px;
	border-bottom: 1px solid #e5dede;
}
.create-header-div{
	height: 55px;
	display: inline-block;
	width: 90px;
	line-height: 60px;
	color: #929292;
	cursor: pointer;
	text-align: center;
}
.create-header-input{
	float: right;
	position: relative;
	top: 8px;
}
.create-header-input img{
	width: 20px;
	position: relative;
	left: 35px;
}
.create-header-input input{
	background-color: #f2f2f2;
	border: none;
	width: 155px;
	height: 38px;
	border-radius: 30px;
	padding-left: 38px;
	font-size: 14px;
}
.create-p{
	margin-top: 20px;
	color: #aeaeae;
}
.create-article{
	width: 24%;
	height: 75px;
	border-radius: 8px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.13);
	margin-top: 15px;
	display: inline-block;
	margin-left: 8px;
	cursor: pointer;
}
.create-article img{
	width: 36px;
	margin: -25px 10px 0 10px;
	display: inline-block;    
}
.create-article-div{
	display: inline-block;
	margin-top: 17px;
}
.create-article-div>div:nth-of-type(1){
	font-size: 16px;
	font-weight: 600;
}
.create-article-div>div:nth-of-type(2){
	font-size: 13px;
	color: #929292;
	opacity: 0.7;
}

.articlesAI{
	width: 100%;
	height: 74.2vh;
	margin: 96px auto 0px;
	display: flex;
}
.articlesAI-mk1 {
    width: 220px;
    height: 99.8%;
    flex: 0 0 auto;
    background-color: #ffffff;
    border-radius: 5px;
    /* box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 11%); */
    padding: 1px;
    float: left;
    overflow-y: auto;
	position: relative;
	transition: width 0.5s ease;
}
.articlesAI-mk2 {
    flex-grow: 1;
    border-radius: 5px;
    float: left;
	margin: 25px 0 25px 35px;
    position: relative;
    display: flex;
	background-color: #ffffff;
	/* flex-direction: column; */
	/* display: grid; */
	/* grid-template-columns: 550px auto; */
}
.articlesAI-mk2-img{
	width: 150px;
	position: absolute;
	top: 36%;
	left: 45%;    
	display: none;
}

.sidebar {
  width: 185px;
  margin: 25px auto 0;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-item {
  padding: 10px;
  cursor: pointer;
  border-radius: 8px;
}

.submenu {
  display: none;
  list-style: none;
  padding: 0;
  margin-top: 5px;
}

.submenu li {
  padding: 10px 10px 10px 42px;
  cursor: pointer;
  border-radius: 8px;
}

.actives .submenu {
  display: block;
}
.actives{
	background: linear-gradient(to right, #ff7056, #fea362);
}
.menu-item span{
	font-size: 15px;
	color: #fd8934;
	font-weight: 500;
	margin-left: 6px;   
}
.menu-img{
	width: 15px;
	position: relative;
	top: -2px;
	margin-left: 5px;
}
.menu-img2{
	width: 13px;
	float: right;
	position: relative;
	top: 7px;
}
.submenu li img{
	width: 16px;
}
.submenu li span{
	font-size: 15px;
	margin-left: 3px;
	position: relative;
	top: 1px;
}



/* 基本样式 */
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown .dropbtn {
  padding: 10px;
  background-color: #fff;
  border: none;
  outline: none;
}
.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #f1f1f1;
}


.fixed-block {
  position: fixed;
  top: 43%;
  left: 220px;
  transform: translateY(-50%);
  width: 24px; 
  cursor: pointer;
  flex-grow: 1;
}
.fixed-block img{
	width: 100%;
}
.collapsed {
  width: 0; /* 收起时将宽度设置为0 */
}

.articlesAI-mk2-left{
	width: 550px;
	border-right: 1.5px solid #eaeaea;
	overflow-y: auto;
}
.articlesAI-mk2-right{
	position: relative;
	overflow-y: auto;
	flex: 1;
}

.inner {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  text-align: center;    
}
.inner img{
	width: 120px;
}


.m2-h2{
	font-size: 16px;
	text-align: center;
	margin-top: 16px;
	font-weight: 600;    
}
.m2-k1{
	width: 88%;
	margin: 0 auto;
}
.m2-k1-fonse{
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	margin-top: 8px;    
}
.m2-number{
	width: 100%;
	height: 45px;
	background-color: #f8f8f8;
	border-radius: 5px;
	color: #a1a3a4;
}
.m2-number div{
	width: 25%;
	height: 45px;
	border-radius: 5px;
	float: left;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}
.mk-divs{
	width: 70px;
	height: 20px;
	background-color: #dce9f1;
	float: right;
	cursor: pointer;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	color: #7894a0;
	position: relative;
	top: 2px;
}
.mk-divs img{
	width: 12px;
	position: relative;
	left: -50px;
	top: 6px;
}
.mk-divs span{
	position: relative;
	left: 13px;
}

.m2-scdg{
	width: 116px;
	height: 26px;
	border: 1px solid #ff7056;
	float: right;
	position: relative;
	top: -39px;
	left: -20px;
	border-radius: 5px;
	font-size: 15px;
	color: #ff7056;
	text-align: center;
	line-height: 24px;
	cursor: pointer;    
}
.m2-scdg img{
	width: 15px;
	display: inline-block;
	position: relative;
	top: -1px;
}


.m2-number2{
	width: 100%;
	height: 45px;
	background-color: #f8f8f8;
	border-radius: 5px;
	color: #a1a3a4;
}
.m2-number2 div{
	width: 25%;
	height: 45px;
	border-radius: 5px;
	float: left;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}
.check{
	background: linear-gradient(to right, #ff7056, #fea362);
	color: #ffffff;
}
.m2-input{
	width: 100%;
	height: 45px;
	background-color: #f8f8f8;
	border: none;
	/* white-space: normal;
	word-break: normal; */
	border-radius: 5px;
	padding: 8px 10px;
	line-height: 29px;
	resize : none;
	font-size: 15px;
}
.input2-span{
	font-size: 16px;
	position: relative;
	/* top: -0.15rem; */
	left: 10px;    
}
.input2-jt{
	width: 18px;
	height: 30px;
	position: relative;
	top: -40px;
	left: 98px;    
}
.input2-jt img{
	width: 14px;
	cursor: pointer;
}

.m2-button{
	width: 150px;
	height: 50px;
	background: linear-gradient(to right, #ff7056, #fea362);
	border-radius: 5px;
	margin: 40px auto 0;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	line-height: 50px;    
	/* pointer-events: none; */
}
.m2-button img{
	width: 15px;
	display: inline-block;
	position: relative;
	top: -1px;
}

select {
  width: 100%;
  height: 46px;
  background-color: #f0f5f9;
  color: #000000;
  border: 1px solid #ffffff;
  font-size: 14px;
  position: relative;
  top: -2px;
  border-radius: 5px;
  padding: 10px;
  outline: none;
  z-index: 1;
}
select option {
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
}
select {

   appearance:none;
     -moz-appearance:none;
     -webkit-appearance:none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("/aiwritter/create/images/xb1.png") no-repeat scroll right center #f8f8f8;

}

.Weekly-jg{
	width: 90%;
	height: 60vh;
	background-color: #fffffff;
	margin: 15px auto 0px;
	border-radius: 5px;
	overflow-y: auto;   
	position: relative; 
}
.Weekly-jg p{
	font-size: 16px;
	text-align: center;
}
.Weekly-jg div{
	font-size: 15px;
	padding: 28px 18px 10px; 
	line-height: 20px;
	letter-spacing: 1px;        
}
.Weekly-fz{
	float: right;
	width: 16px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;        
}
.Weekly-an{
	position: absolute;
	bottom: -9rem;
	left: 50%;
	transform: translate(-50%, -50%);  
	/* width: 316px; */	
}
/* .Weekly-an div:nth-child(1){
	background: #ffffff;
	color: #ff7056;
	border: 1.5px solid #ff7056; 
	margin-right: 10px;   
} */
.Weekly-an div{
	width: 150px;
	height: 50px;
	background: linear-gradient(to right, #ff7056, #fea362);
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	line-height: 50px;    
}
.Weekly-an div img{
	width: 15px;
	display: inline-block;
	position: relative;
	top: -1px;    
}

#wee2{
	position: relative;
}
.m2-title-tp{
	width: 32px;
	position: relative;
	left: 15px;
}

.pop{
	background-color: #38393a;
	position: absolute;
	z-index: 20000;
	top: 36%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 3px;    
}
.pop-up{
	margin: 0 0.1rem;
	height: 50px;
	color: #ffffff;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	padding: 5px 12px;    
}

.wee3{
	width: 500px;
	height: 540px;
	background-color: #ffffff;
	box-shadow: 0px 0px 8px 0px rgba(150, 150, 150, 0.25);
	position: absolute;
	z-index: 10;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 43%;
	border-radius: 5px;     
}
.wee24-3{
	width: 500px;
	height: 540px;
	background-color: #ffffff;
	box-shadow: 0px 0px 8px 0px rgba(150, 150, 150, 0.25);
	position: absolute;
	z-index: 10;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 43%;
	border-radius: 5px; 
}
.wee3-header{
	width: 92%;
	height: 40px;
	border-bottom: 1px solid #e7e3e3;
	margin: 0 auto;    
}
.wee3-header span{
	font-size: 16px;
	color: #a1a3a4;
	position: relative;
	top: 6px;
	left: 0px;    
}
.wee3-header img{
	width: 28px;
	float: right;
	cursor: pointer;
	position: relative;
	top: 3px;
	right: -7px;
}
.wee3-d{
	width: 97%;
	height: 90%;
	position: relative;
	top: 2%;
	background-color: #ffffff;
	margin: 0 auto;
	border-radius: 5px;
	overflow-y: auto;
}
.wee3-div1{
	margin-top: 6px;
}
.wee3-input{
	width: 68.3%;
	height: 40px;
	background-color: #f8f8f8;
	border: none;
	white-space: normal;
	word-break: normal;
	border-radius: 3px;
	padding: 5px;
	line-height: 30px;
	resize: none;
	font-size: 15px;
	position: relative;
	left: 12px;
	display: inline-block;    
}

.wee3-button{
	width: 113px;
	height: 39px;
	border: 1.5px solid #ff7a59;
	border-radius: 5px;
	position: relative;
	top: -14px;
	left: 24px;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	color: #ff7a59;
	line-height: 35px;
	display: inline-block;    
}
.wee3-button img{
	width: 15px;
	display: inline-block;
}

.wee3-div{
	width: 95%;
	height: 357px;
	margin: 0rem auto;
	/* border: 1px dashed #b2b9be; */
	border-radius: 5px;
	overflow-y: auto;
	position: relative;
	top: -3px;
	background: #f8f8f8;
}
.wee3-div-a{
	font-size: 16px;
	/* padding: 0.1rem; */
	line-height: 16px;
	letter-spacing: 1px;
}
.wee3-div-div{
	font-size: 16px;
	color: #9a9a9a;
	text-align: center;
	position: relative;
	top: 130px;
	opacity: 0.9;
}

.wee3-button2{
	width: 150px;
	height: 50px;
	background: linear-gradient(to right, #ff7056, #fea362);
	border-radius: 5px;
	margin: 6px auto 0;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	line-height: 50px;    
}
.wee3-button2 img{
	width: 15px;
	display: inline-block;
	position: relative;
	top: -1px;    
}

.word-export{
	color: #ffffff;
}

.wee3-div-xz{
	width: 93%;
	height: 36px;
	margin: 0 auto;
	background-color: #ebebeb;
	border-radius: 5px;
	margin-top: 10px;  
	cursor: pointer;  
}
.wee3-div-xz1{
	font-size: 16px;
	position: relative;
	top: 10px;
	left: 10px;
}

.weekly-jz{
	width: 140px;
	height: 100px;
	box-shadow: 0px 0px 8px 0px rgba(150, 150, 150, 0.25);
	background-color: #ffffff;
	position: absolute;
	z-index: 11;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 35%;
	border-radius: 8px;
	text-align: center;    
}
.weekly-jz img{
	width: 50px;
	margin: 10px auto;
}
.weekly-jz div{
	font-size: 15px;
	position: relative;
	top: -13px;
}

/*隐藏input*/
label.bui-radios-label input[type="radio"]{
            position: absolute;
            opacity: 0;
            visibility: hidden;
        }
		/*单选框选中后，自定义radio的样式*/
		label.bui-radios-label input[type="radio"]:checked + .bui-radios:after{
		    position: absolute;
		    content: "";
		    width: 8px;
		    height: 8px;
		    background-color: #ff7a59;
		    border-radius: 50%;
		    top: 1.4px;
		    left: 1.5px;
		}
		
        /*自定义radio*/
        label.bui-radios-label .bui-radios{
            display: inline-block;
            position: relative;
            width: 12px;
            height: 12px;
            background-color: #fff;
            border: 1px solid #ff7a59;
            border-radius: 50%;
            vertical-align: -2px;
            margin-right: 5px;
        }
		
.wee-fg {
   width: 16px;
   position: relative;
   top: -36px;
   left: 70px;
   z-index: 10;    
}		

.wee-div-a{
	font-size: 16px;
	padding: 10px;
	line-height: 16px;
	letter-spacing: 1px;    
}
.wee-copy{
	width: 450px;
	height: 40px;
	background-color: #f8f8f8;
	border-radius: 0.03rem;
	margin-top: 11px;
	margin-left: 20px;
	line-height: 40px;
	padding-left: 10px;    
}
.wee-copys{
	width: 600px;
	height: 40px;
	background-color: #f8f8f8;
	border-radius: 0.03rem;
	margin: 11px auto;
	line-height: 40px;
	padding-left: 10px;    
}
.Wee-fz{
	float: right;
	width: 18px;
	position: relative;
	top: 11px;
	left: -8px;
	cursor: pointer;  
	display: none;
}

.wee1-language{
	width: 110px;
	height: 30px;
	background-color: #f8f8f8;
	position: absolute;
	top: -4px;
	right: 10px;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;    
}
.wee1-language1,.wee1-language2{
	width: 50%;
	border-radius: 5px;
	float: left;
	line-height: 29px;
	opacity: 0.6;
}
.language{
	background: linear-gradient(to right, #ff7056, #fea362);
	opacity: 1;
	color: #ffffff;
}

.activek{
	background-color: #ffedee;
}

.m2-spans{
	position: relative;
	left: -32px;
	top: -17px;
	font-size: 16px;    
}


.m2-lb{
	width: 97%;
	height: 70vh;
	margin: 10px auto 0; 
	overflow-y: auto;   
}
.m2-lb-div{
	width: 100%;
	height: 30px;
	background-color: #f8f8f8;
	border-radius: 3px;
	font-size: 16px;
	text-align: center;
	line-height: 30px;    
}
.m2-div-k{
	width: 100%;
	height: 66vh;
}
.m2-div-s{
	font-size: 16px;
	text-align: center;
	height: 38px;
	position: relative;
	top: 10px;       
}
.m2-div-s2{
	background-color: #fefbfb;
	border: 1.5px solid #fe7c58;
	white-space: nowrap;
	height: 27px;
	padding: 4px 10px;
	line-height: 16px;
	color: #fe7c58;
	border-radius: 14px;
	margin-left: 7px; 
	font-size: 15px;   
}
.m2-div-s div{
	display: inline-block;
}
.m2-lb-span1,.m2-lb-span2,.m2-lb-span3,.m2-lb-span4{
	display: inline-block;
}
.m2-lb-span1{
	width: 18%;
}
.m2-lb-span2{
	width: 46%;
}
.m2-lb-span3{
	width: 17%;
}
.m2-lb-span4{
	width: 16%;
}

.m2-lb-div2{
	width: 100%;
	height: 50px;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	margin-top: 6px;
	border-bottom: 1px solid #dae6ed;    
}
.m2-lb-span4 img{
	width: 20px;
	cursor: pointer;
}

#lb2{
	width: 800px;
	height: 680px;
	background-color: #ffffff;
	box-shadow: 0px 0px 8px 0px rgba(150, 150, 150, 0.25);
	border-radius: 5px;
	padding-top: 20px;
	position: absolute;
	top: 58.5%;
	left: 59%;
	margin-top: -145px;
	z-index: 100;
	transform: translate(-50%, -50%);      
}

.Weekly-ans{
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%, -50%);  
	/* width: 316px; */	
}
.Weekly-ans div:nth-child(1){
	background: #ffffff;
	color: #ff7056;
	border: 1.5px solid #ff7056; 
	margin-right: 10px;   
}

.Weekly-ans div{
	width: 150px;
	height: 50px;
	background: linear-gradient(to right, #ff7056, #fea362);
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	line-height: 50px;    
}
.Weekly-ans div img{
	width: 15px;
	display: inline-block;
	position: relative;
	top: -1px;    
}
#lb2-db{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
	z-index: 10000;    
}
.lb2-img{
	width: 27px;
	position: relative;
	top: -9px;
	left: -12px;
	float: right;
	cursor: pointer;
}

.search-for{
	width: 100%;
	height: 41.7vh;
	position: relative;
}
.search-inner {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 17px;
  text-align: center;   
  color: #929292; 
}
.search-inner img{
	width: 200px;
}

textarea::placeholder {
    color: #cdcaca; /* 设置提示文字颜色为蓝色 */
}

::-webkit-scrollbar {
    width: 8px;
 	height: 8px;
 }
 ::-webkit-scrollbar-thumb {
     border-radius: 8px;
     background-color: #dddddd;
 }
 ::-webkit-scrollbar-track {
     background-color: transparent;
 }