body{
    background-color: #F4F4F4;
}

.library_page_7ree{
    width: 100%;
    min-height: 1200px;
    display: flex;
    margin:10px auto;
}

.library_page_7ree .main_7ree{
    width: 75%;
    min-height: 1200px;
}

.library_page_7ree .side_7ree{
    flex:1;
    min-height: 1200px;
    margin-left:10px;
}


.side_7ree .ad1_7ree {
    width: 100%;
    height: 300px;
    color: #FFFFFF;
    margin: 15px 0;
    border-radius: 6px;
    font-size: 20px;
    display: flex; /* 启用Flexbox布局 */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    position: relative;
    overflow: hidden;
    background-image: url('ad_diy_bg.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #979797;

}



.side_7ree .ad1_7ree .area{
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius:6px;
    box-sizing:border-box;
    margin-bottom: 0;
}



.side_7ree .list_7ree{
    width: 100%;
    min-height:300px; 
    color:#000000;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    border-radius: 6px;
    padding:10px;
    box-sizing:border-box;
}

.side_7ree .list_7ree h3{
    width: 100%;
    height: 29px;
    line-height: 29px;
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 400;
    padding-left:35px;
    background-image: url("icon_hotquestion_7ree.png");
    background-repeat: no-repeat;
    background-size: 24px;
    margin:15px 5px;
}

.side_7ree .list_7ree li{
    height:30px;
    line-height:30px;
    font-size:14px;
    color:#636363;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 5px;
    padding-left:10px;
    overflow: hidden;
}

.question_7ree{
    width: 100%;
    min-height:80px;
    color:#000000;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    border-radius: 6px;
    padding:10px;
    box-sizing:border-box;
}

.question_7ree h3{
    font-size:20px;
    font-weight: 500;
    margin:10px;
    padding-left:45px;
    background-repeat: no-repeat;
    background-size: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.question_7ree .question_Icon_7ree{
    background-image: url("icon_question_7ree.png");
}

.question_7ree .runse_Icon_7ree{
    background-image: url("runse2_7ree.png");
}

.question_7ree h3 div{
    display: flex;
    align-items: center;
}

.question_7ree h3 div a{
    display:block;
    padding-left:26px;
    font-size:14px;
    font-weight: 300;
    text-align: left;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-left:20px;
}

.question_7ree h3 .tiwenNavBtn_7ree{
    background-image: url("icon_question_7ree.png");
}

.question_7ree h3 .runseNavBtn_7ree{
    background-image: url("runse_7ree.png");
}

.question_7ree h3 .wodeNavBtn_7ree{
    background-image: url("wode_7ree.png");
}

.navtitle_7ree .yigoumai_7ree, .navtitle_7ree .wodeNavBtn_7ree{
    display:block;
    padding-left:26px;
    font-size:14px;
    font-weight: 300;
    text-align: left;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-y: 50%;
    float:right;
}

.navtitle_7ree .yigoumai_7ree{
    background-image: url("icon_yigoumai_7ree.svg");
}

.navtitle_7ree .wodeNavBtn_7ree{
    background-image: url("wode_7ree.png");
}


.question_7ree .answer_footer_7ree{
    height: 36px;
    line-height: 36px;
    display: flex;
    /*右对齐*/
    justify-content: flex-end;
}
.question_7ree .answer_footer_7ree .chognxinwen_7ree{
    padding-left: 23px;
    font-size: 14px;
    font-weight: 300;
    text-align: right;
    background-image: url(chongxin_7ree.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-y: 7px;
    margin-right: 20px;
    display:none;
}

.question_7ree textarea{
    font-size:15px;
    width: CALC(100% - 20px);
    padding:10px;
    margin:10px;
    height: 180px;
    border:1px solid #d4d4d4;
    background-color: #F4F4F4;
    box-sizing:border-box;
    border-radius: 6px;
    outline: none;
}

.question_7ree #q1_7ree{
    position: relative; 
}

.question_7ree .noshare_7ree {
    position: absolute;
    bottom: 80px;
    right: 12px;
    display: flex;
    align-items: center; /* 垂直居中 */
    gap: 5px; /* 在 checkbox 和文字之间留一点间距 */
    color: rgb(147, 80, 17);
    font-size: 12px;
    background-color: #f4f4f4; /* 背景颜色与 textarea 相同 */
    padding: 5px; /* 添加内边距以避免文字和边框接触 */
    border-radius: 5px 0 0 0; /* 圆角处理 */
}

.noshare_7ree input[type="checkbox"] {
    vertical-align: middle; /* 如果需要可以添加，但通常 flexbox 已经足够 */
}

.question_7ree .submit_7ree{
    margin:10px;
    box-sizing:border-box;
    display: flex; /* 启用Flex布局 */
    justify-content: space-between; /* 左右两端对齐，如果希望按钮严格靠右，可使用 'flex-end' */
    align-items: flex-start; /* 垂直顶端对齐 */
}

.question_7ree .submit_7ree li{
    color: rgb(153, 153, 153);
    height:24px;
    line-height: 24px;
}

.question_7ree .submit_7ree button{
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color:#000000;
    background-color: rgb(255, 222, 112);
    border:none;
    border-radius: 6px;
    cursor: pointer;
}

.icon_rocket_7ree, .icon_robot_7ree{
    background-size: 20px 20px;
    background-position: 52px 11px;
    background-repeat: no-repeat;
    padding-left:26px;
}

.icon_rocket_7ree{
    background-image: url(icon_rocket_7ree.svg);
}


.icon_robot_7ree{
    background-image: url(icon_robot_7ree.svg);    
}

.question_7ree .submit_7ree button:hover{
    background-color: rgb(255, 184, 0);
}

.lastanswer_7ree{
    width: 100%;
    min-height:365px;
    color:#000000;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    border-radius: 6px;
    padding:20px;
    box-sizing:border-box;
}

.lastanswer_7ree:hover{
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.4s;
}

.lastanswer_7ree h3{
    width: 100%;
    height: auto;
    line-height: 29px;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 400;
    margin-bottom:10px;
}

.lastanswer_7ree h4{
    width: 100%;
    height: 21px;
    line-height: 21px;
    color: rgb(121, 121, 121);
    font-size: 14px;
    font-weight: 300;
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom: 1px solid rgb(230, 230, 230);
}

.lastanswer_7ree .content_7ree{
    width: 100%;
    height: 130px;
    line-height: 23px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0px;
    overflow: hidden;
    margin-bottom:40px;
}

.lastanswer_7ree .footer_7ree{
    font-size: 16px;
    display: flex;
    justify-content: space-between; /* 使.btn3_7ree默认靠右 */
}

.lastanswer_7ree .footer_7ree .btn_group_left_7ree{
    display: flex; 
    flex-grow: 1; 
    gap: 5px;
}

.lastanswer_7ree .footer_7ree .btn1_7ree,
.lastanswer_7ree .footer_7ree .btn2_7ree,
.lastanswer_7ree .footer_7ree .btn3_7ree,
.lastanswer_7ree .footer_7ree .btn4_7ree{
    width:80px;
    padding-left:26px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 3px;
}

.lastanswer_7ree .footer_7ree .btn1_7ree{
    background-image: url("icon_btn1_7ree.png");
}

.lastanswer_7ree .footer_7ree .btn2_7ree{
    background-image: url("icon_btn2_7ree.png");
}

.lastanswer_7ree .footer_7ree .btn3_7ree{
    width:98px;
    text-align: right;
    color: rgb(147, 80, 17);
    margin-right:10px;
    background-image: url("icon_btn3_7ree.png");
}

.lastanswer_7ree .footer_7ree .btn4_7ree{
    background-image: url("icon_btn4_7ree.svg");
}

.main_7ree .navtitle_7ree{
    width: 100%;
    height:45px;
    line-height: 45px;
    padding-left:20px;
    color:#000000;
    background-color: #FFFFFF;
    margin: 10px 0;
    border-radius: 6px;
    box-sizing:border-box;
    font-size:14px;
    overflow:hidden;
}

.main_7ree .navtitle_7ree a{
    margin-right:10px;
    text-decoration: none;
}

.main_7ree .navtitle_7ree em{
    margin-right:10px;
}

.message_7ree{
    min-height:300px;
    line-height: 30px;
    padding:20px;
    color:#000000;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    border-radius: 6px;
    box-sizing:border-box;
    font-size:14px;
}

.message_7ree h3{
    width: 100%;
    height: auto;
    line-height: 29px;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 400;
    margin-bottom:10px;
}

.message_7ree h4{
    width: 100%;
    height: 21px;
    line-height: 21px;
    color: rgb(121, 121, 121);
    font-size: 14px;
    font-weight: 300;
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom: 1px solid rgb(230, 230, 230);
}

.message_7ree .article_7ree{
    width: 100%;
    min-height: 180px;
    line-height: 26px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0px;
    overflow: hidden;
    margin-bottom:40px;
}

.article_7ree .blockcode{
    padding: 10px 0 5px 10px;
    border: 1px solid #CCC;
    background: #F7F7F7 repeat-y 0 0;
    background-image: linear-gradient(90deg, #EDEDED, #EDEDED);
    background-size: 43px;
    overflow: hidden;
}

.article_7ree .blockcode ol {
    margin: 0 0 0 10px !important;
    padding: 0 !important;
}

.article_7ree .blockcode ol li {
    padding-left: 10px;
    list-style-type: decimal-leading-zero;
    font-family: Monaco, Consolas, 'Lucida Console', 'Courier New', serif;
    font-size: 12px;
    line-height: 1.8em;
    margin-left: 2em;
}

.article_7ree .blockcode ol li:hover{
    background:#FFF;color:#369;
}

.article_7ree .blockcode em {
    margin-left: 43px;
    color: #369 !important;
    font-size: 12px;
    cursor: pointer;
    user-select: none;
}

.message_7ree .article_7ree .more_nav_7ree{
    height:50px;
    width: 100%;
    padding: 10px;
    margin-top:20px;
    background-color: #7d7d7d21;
    background-image: url(down_more_7ree.png);
    background-position: center 38px;
    background-repeat: no-repeat;
    background-size: 24px 24px; 
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}

.message_7ree .article_7ree .more_nav_7ree:hover{
    background-color: #adadad21;
}

.message_7ree .article_7ree .more_nav_7ree a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.message_7ree .notice_7ree{
    color: rgb(121, 121, 121);
    font-size: 12px;
    padding:10px 0;
    border-top: 1px solid rgb(230, 230, 230);
}


.tools_7ree{
    height: 40px;
    line-height: 40px;
    padding:20px;
    color:#000000;
    background-color: #FFFFFF;
    border-radius: 6px;
    font-size: 14px;
    display: flex;
    justify-content: space-between; 
    margin-bottom:10px;
}

.tools_7ree .btn1_7ree,
.tools_7ree .btn2_7ree,
.tools_7ree .btn2_yizan,
.tools_7ree .btn3_7ree,
.tools_7ree .btn4_7ree{
    display: inline-block;
    width:100px;
    height: 40px;
    line-height: 40px;
    padding-left:26px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 8px;
    text-decoration: none;
}

.tools_7ree .btn1_7ree{
    background-image: url("icon_btn1_7ree.png");
}

.tools_7ree .btn2_7ree{
    background-image: url("icon_btn4_7ree.png");
}

.tools_7ree .btn2_yizan{
    background-image: url("icon_btn5_7ree.png");
}

.tools_7ree .btn3_7ree{
    width:200px;
    text-align: right;
    padding:0 20px 0 36px;
    color: rgb(147, 80, 17);
    background-color: rgb(255, 222, 112);
    border-radius: 6px;
    margin-right:10px;
    background-image: url("icon_btn3_7ree.png");
    background-position: 20px 9px;
}

.tools_7ree .btn4_7ree{
    background-image: url("icon_btn4_7ree.svg");
}

.tools_7ree .btn3_7ree:hover{
    background-color: rgb(255, 184, 0);
}

.more_7ree{
    height: 60px;
    line-height: 30px;
    padding:20px;
    color:#7d7d7d;
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
}

.more_7ree a{
    color:#7d7d7d;
}


.sysNotice_7ree{
    margin:30px auto;
    width: 80%;
    padding:20px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border: 2px dashed rgb(203, 230, 253);
    background-color: rgb(239, 247, 253);
    border-radius: 6px;
}

.sysNotice_7ree:hover{
    background-color: rgb(223, 238, 251);
}

.sysNotice_7ree a{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.sysNotice_7ree .tryaiBTN_7ree{
    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #000000;
    background-color: rgb(255, 222, 112);
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 20px;
}

.sysNotice_7ree .tryaiBTN_7ree:hover{
    background-color: rgb(255, 184, 0);
}

.orderlist_7ree{
    width:auto;
    height:40px;
    line-height:40px;
    margin:20px auto;   
    display: flex;
    justify-content: center;
    align-items: center;
}

.orderlist_7ree ul{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.orderlist_7ree li{
    display: flex;
    align-items: center;
    position: relative; 
    height: 40px;
    line-height: 40px;
    margin-right: 8px; 
}

.orderlist_7ree li img{
    width:36px;
    height:36px;
    border:2px solid #7d7d7d21;
    border-radius:19px;
}

.orderlist_7ree li:first-child{
    margin-right:25px;
}

.orderlist_7ree li:not(:first-child) img {
     margin-left: -20px;
}


.weinxingongzhong_7ree{
    width:280px;
    height: 365px;
    margin:0 auto;
    background-color:#F4F4F4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-size:14px;
    box-sizing:border-box;
  }
  
  .weinxingongzhong_7ree img{
    width:260px;
    height:auto;
  }
  
  .weinxingongzhong_7ree p{
    color:#949494;
    text-align: center;
    font-size:12px;
  }
  
  .weinxingongzhong_7ree div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 30px;
  }
  
  .weinxingongzhong_7ree input[type="text"]{
    display: inline-block;
    width: 200px;
    height: 30px;
    border:1px solid #89b9ed;
    box-sizing: border-box;
    margin-right:10px;
    padding-left:10px;
    outline: none;
  }
  
  .weinxingongzhong_7ree input[type="submit"]{
    display: inline-block;
    width: 70px;
    height: 30px;
    color:#EFEFEF;
    background-color: #0b58ad;
    border:1px solid #89b9ed;
    box-sizing: border-box;
  }

  .weinxinthankyou_7ree, .weinxinerror_7ree{
    display:block;
    width:280px;
    height: 365px;
    text-align: center;
    margin:5px auto;
  }

  .weinxinthankyou_7ree h4, .weinxinerror_7ree h4{
    display:block;
    padding-top:160px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px;
    margin-bottom:80px;
  }

  .weinxinthankyou_7ree h4{
    color:#1296DB;
    background-image: url("icon_thankyou_7ree.svg");
  }

  .weinxinerror_7ree h4{
    color:#AE3C2D;
    background-image: url("icon_imsorry_7ree.svg");
  }

  .weinxinthankyou_7ree a, .weinxinerror_7ree a{
    text-decoration: none;
    color:#979797;
    font-size:12px;
  }

  .vipbanner_wk_7ree{
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: #F6D630;
    color:#8F4D14;
    border-radius: 5px;
    margin-top:10px;
    display:none;
  }

  .vipbanner_wk_7ree a{
    display: block;
    width:100%;
    height:100%;
    text-decoration: none;
    padding:0 20px;
    box-sizing: border-box;
    display: flex; 
    justify-content: space-between; 
  }

  
  .vipbanner_wk_7ree a p b{
    color:#F17137;
  }

  .vipbanner_wk_7ree a p span{
    margin-right:30px;
    background: url(icon_clock_7ree.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 0 50%;
    padding-left:20px;
    color:#8F4D14;
    font-weight:700;
  }

  .vipbanner_wk_7ree a p button{
    border-radius: 5px;
    color:#FFFFFF;
    font-weight:300;
    background-color: #F16E35;
    border: none;
    outline: none;
    padding:3px 9px;
    letter-spacing: 2px;
    cursor: pointer;
  }
  
  .vipbanner_wk_7ree a p button:hover{
    font-weight:700;  
  }


  .vipbanner_wk_7ree .closeBTN_7ree{
    font-weight:700;
    color: #8F4D14;
    margin-right: 20px;
    font-size: 20px;
  }

  .vipbanner_wk_7ree .closeBTN_7ree:hover{
    color: #F16E35;
  }



  .vippopbg_wk_7ree {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色背景 */
    z-index: 1000; /* 确保遮罩层在其他元素之上 */
    display: flex; /* 使用 Flexbox 居中内部元素 */
    justify-content: center;
    align-items: center;
    display: none;
}

.vipcard_wk_7ree {
    width: 546px;
    height:377px;
    padding-top: 100px;
    padding-left:70px;
    font-size:16px;
    box-sizing: border-box;
    background:url(vipcard_7ree.png);
    background-size: 100%;
    z-index: 1001; 
    cursor: pointer;
    position: relative;
}

.vipcard_wk_7ree p{
    width:280px;
    line-height:30px;
    margin-bottom:30px;
    color:#8F4D14;
    text-indent: 2em;
}

.vipcard_wk_7ree p b{
    color:#F17137;
}

.vipcard_wk_7ree #clock2_7ree{
    background: url(icon_clock_7ree.svg);
    background-repeat: no-repeat;
    background-size: auto 22px;
    background-position: 0 50%;
    font-size:24px;
}

.vipcard_wk_7ree .closeCardBTN_7ree{
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 32px;
    color: #d1d1d1;
    cursor: pointer;
}

.vipcard_wk_7ree .closeCardBTN_7ree:hover{
    color: #fff;
}

#scbar{
    display: none;
}

.searchbanner_7ree {
    margin: 10px 0;
    height:45px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center; 
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    background-color: #FFFFFF;
}

.srchtxt_7ree {
    border:none;
    /* border: 1px solid #cfcfcf;
    border-radius: 8px; */
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    flex: 1; /* Allows input to fill the remaining space */
    margin-right: 10px; /* Add some space between input and button */
    outline: none;
    background-color: #FFFFFF;
}

.showmenu_7ree {
    width: 50px;
    padding-right: 6px;
    padding-left:10px;
    cursor: pointer;
    /* white-space: nowrap; */
    text-decoration: none !important;
}

.showmenu_7ree::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.showmenu_7ree:hover + .search_typemenu_7ree, /* Show menu on hover */
.search_typemenu_7ree:hover {
    display: block;
}

.search_typemenu_7ree {
    display: none; /* Initially hide the menu */
    position: absolute; /* Position it above other elements */
    background-color: #fff; /* Background color for the dropdown */
    border: 1px solid #cfcfcf; /* Border for the dropdown */
    z-index: 10; /* Make sure it is above other elements */
    margin-top: -6px; /* Space between button and dropdown */
    border-radius: 3px;
}

.search_typemenu_7ree li {
    /*去掉li圆点*/
    list-style-type: none;
    padding: 7px 16px; /* Add padding inside each item */
    cursor: pointer; /* Change cursor to pointer */
}

.search_typemenu_7ree li a{
    text-decoration: none;
}

.search_typemenu_7ree li:hover {
    font-weight: 700;
    background-color: #E8EFF5; /* Change background color on hover */
}

.search_typemenu_7ree .curtype_7ree{
    background-color: #EFEFEF; 
    font-weight: bold;
}

.searchsubmitBTN_7ree {
    height: 30px;
    width:40px;
    margin-right:5px;
    border:none;
    cursor: pointer;
    background-color: #FFFFFF;
    background-image: url(searchBTN_7ree.svg); /* Inline SVG icon */
    background-size: 16px; /* Size of the icon */
    background-repeat: no-repeat;
    background-position: right 10px center; /* Position of the icon */
}

/* .searchsubmitBTN_7ree:hover{
    font-weight: 700;
    box-shadow: 0 0 1px #888;
} */


.recent-searches-7ree {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 237px; /* 调整宽度以适应实际需求 */
    margin-top: -5px; /* 与输入框的距离 */
    margin-left: 60px;
    border-radius: 3px;
    display: none; /* 默认隐藏 */
}

.recent-searches-7ree h4{
    padding: 10px;
    font-weight: 500;
    display: flex;
    /*水平两端对齐*/
    justify-content: space-between;
}

.recent-searches-7ree h4 span{
    font-size: 12px;
    color: #999;
    cursor: pointer;

}



.recent-searches-7ree ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; /* 使用 Flexbox 布局 */
    flex-wrap: wrap; /* 允许换行 */
}

.recent-searches-7ree li {
    padding: 5px 10px;
    margin: 5px;
    background-color: #f0f0f0; /* 浅色背景 */
    border-radius: 3px; /* 圆角 */
    cursor: pointer;
}

.recent-searches-7ree li:hover {
    color:#0b58ad;
    background-color: #E8EFF5; 
}