	.mycenter{
	    text-align: center;
	     justify-content: center;
	}
	
	.form-control:focus {
		box-shadow: none !important;
	}
	.w100{
	    width: 100% !important;
	}
	.mybox{
	    max-width: 600px;
	    margin-top: 50px;
	}
	form .star{
	    position: absolute;
	   
	     color: #ff3300;
	         left: 0.5rem;
    font-style: normal;
    top: .5rem;
	}
	.red{
	    color: red;
	}
	.h1-title {
    font-size: 20px;
    font-weight: 600;
}
.temas-articulo{
    text-align: center;
    font-size: 20px;
    font-weight: 900;
}





.ask_info_div{
    display: flex;
    align-items: center;
    margin: 20px 0px;
    justify-content: space-between;
    color: #666;
}

.ask_info_div .lf{
    display: flex;
    align-items: center;

}


.ask_info_div img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.ask_info_div .lf> .author{

    margin-right: 15px;

}

.ask_info_div .lf> .xuanshang{

    
color: #1E9FFF;
    font-size: 14px;
    margin-right: 10px;
}
.ask_info_div .lf .hits{
    margin-right: 10px;
    color: #777;
}



.qitadaan {
    background: #f1f1f1;
    text-align: center;
    padding: 10px 0px;
    margin-top: 30px;
}

/* ------------------------------ 问答 ------------------------------*/
.wenda {
    margin-bottom: 20px;
    padding: 10px 0px 15px;
}

.wenda li {
    padding: 0px 0 20px;
    border-bottom: 1px solid #eaeaea;
    list-style:none;
}

.wenda_1 li {
    padding: 0 0 20px 0;
}

.wenda p {
    line-height: 30px;
}

.wenda li p img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: left;
    margin-right: 5px;
}

.wenda li span {
    font-size: 16px;
    color: #31424e;
    font-weight: 700;
}

.wenda_1 li span {
    font-size: 24px;
}

.wenda .title .reward-icon {
    display: inline;
    padding: 2px 12px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 20px;
    background: #ff5a72;
    vertical-align: middle;
}

.wenda li .title strong {
    padding: 7px 17px;
    float: right;
    background-color: #1E9FFF;
    border-radius: 8px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 400;
}

.wenda li .title em {
    float: right;
    line-height: 30px;
    color: #1E9FFF;
    font-weight: 400;
    font-style: normal;
}

.wddashang {
    float: right;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    background: #1E9FFF;
    padding: 0px 5px;
    font-size: 13px;
}

.wenda li .text {
    margin: 15px 0px;
    font-size: 14px;
    line-height: 22px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.wenda li .text_1 {
    margin: 15px 0px;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 2;
    font-size: 15px;
    color: #333;

    letter-spacing: 1px;
}

.wenda li .text_1 a {
    color: #1E9FFF;
}

.comment-ok{
    float: right;
        font-weight: 900;
}
.wenda_item_info{
    display: flex;
    justify-content: space-between;
    
}

.wenda_item_info .comment-reply{
    margin-right: 20px;
    color: #999;

 
}

.wenda_item_info .del{

    color: #999;
 
}
.wenda li .label {
    float: inherit;
    width: 100%;
}
.son_list{
    background: #f5f5f7;
    padding: 10px 20px;
}

.wenda li .label span {
    font-size: 14px;
    line-height: 30px;
    color: #999;
    font-weight: 400;
}

.wenda li .label .comment_item {
    padding-right: 10px;
}

.wenda li .label em {
    padding: 0 10px;
    color: #1E9FFF;
    font-size: 14px;
    font-style: normal;
}
/*zhuanti*/

 .ad-title{
        font-size: 40px;
        font-weight: 900;
        text-align: center;
    }
    
    .ad-desc{
               font-size: 20px;
        text-align: center;
    }

	.my-banner{
	    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
	    padding: 70px 0px 60px;
	    margin-top: -20px;
	    
	}
	
	.shiyong2 {
    background: #1472ff;
    color: #FFFFFF;
    font-size: 16px;
    display: inline-block;
    line-height: 45px;
    padding: 0 42px;
    font-weight: initial;
    margin-left: 24px;
    border-radius: 3px;
    box-sizing: border-box;
}
 .ad-btns{
     text-align: center;
 }
        
        
        
.flexlist{
    display: flex;
    flex-wrap: wrap;
   
}

.flexlist .csitem{
    width: 24%;
        margin-right: 1%;
    box-sizing: border-box;
    
}


.func-item{border-radius:6px;background:#fff;margin-bottom:20px;position:relative;-webkit-transition:all .5s;transition:all .5s;}
.func-item img{-webkit-transition:all .3s ease;transition:all .3s ease}
.func-item:hover{-webkit-box-shadow:0 0 20px rgba(63,151,235,.2);box-shadow:0 0 20px rgba(63,151,235,.2)}
.func-item:hover .func-cover img{width:120% !important;max-width:120% !important;margin-top:-10%;margin-left:-10%}


.func-min-height{padding-bottom:10px;}
.func-flag{position:absolute;display:block;right:-4px;top:15px;height:26px;line-height:26px;font-size:14px;color:#fff;padding:0 5px 0 12px;border-top-left-radius:13px;border-bottom-left-radius:13px}
.func-flag:after{content:" ";width:0;height:0;border-width:2px;border-style:solid;position:absolute;right:0;bottom:-4px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}
.func-flag.hot{filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#FF7B55,endColorstr=#F5151D);background:-webkit-gradient(linear,right top,left top,from(#ff7b55),to(#f5151d));background:linear-gradient(270deg,#ff7b55,#f5151d)}
.func-flag.hot:after{border-color:#a00005 transparent transparent #a00005}
.func-flag.reserve{filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#57B8EA,endColorstr=#2C7DEB);background:-webkit-gradient(linear,right top,left top,from(#30b2eb),to(#3b91fd));background:linear-gradient(270deg,#30b2eb,#3b91fd)}
.func-flag.reserve:after{border-color:#004fb1 transparent transparent #004fb1}
.func-flag.wating{filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#ccc,endColorstr=#999);background:-webkit-gradient(linear,right top,left top,from(#c2c2c2),to(#999));background:linear-gradient(270deg,#c2c2c2,#999)}
.func-flag.wating:after{border-color:#000 transparent transparent #000}
.func-tag{padding:3px 5px;border-radius:3px;color:#fff;font-size:12px;vertical-align:top;margin-right:6px}
.func-tag.blue{background:#2fb2ea}
.func-tag.orange{background:#fb9252}
.func-cover{border-top-left-radius:6px;border-top-right-radius:6px;margin-bottom:20px;height:200px;overflow:hidden}
.func-cover img{width:100%;height:auto;vertical-align:top}
.func-title{margin:15px 16px;font-size:14px;color:#333;line-height:22px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}

.func-meta{font-size:14px;margin:0 15px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
.func-meta span{color:#818a92;}
.func-meta span:hover,.func-title:hover {color: #ff6000 !important;}
.func-meta .func-price{color:#ff4746;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:right;position:relative}

.func-price{color:#ff4746;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:right;position:relative;font-size:14px;}


   .dajian .item-son{
    border: 1px solid  #eee;
    background: #fff;
    padding: 10px 10px;
}


.dajian .ititle {
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    margin: 10px 0px 20px;
}


.dajian .msg {
    font-size: 14px;
    color: #666;
}


.ertitle{
    
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 30px;
}


         
               
.text_b{
   background: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
    
    width: 100%;
    box-sizing: border-box;
}
.text_b ul {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
        list-style: none;
        padding-left: 0px;
        box-sizing: border-box;
       
    
}

.text_b ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 34px;
    position: relative;
    text-indent: 1em;

        list-style: none;
        
}

.text_b ul li a {
    color: #333
}

.text_b ul li:hover a {
    color: #056DE8;
}



.text_b ul li:before {
    position: absolute;
    left: 1px;
    top: 13px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 6px solid #ccc;
    content: "";
}


 .yongtu{
     display:  flex;
     justify-content: space-between;
     
     flex-wrap: wrap;
     
 }
   .yongtu>div:last-child{
       margin-top: 10px;
   }
 
  .yongtu>div{
     
     
     width: 48%;
     
 }
 
 
 .yongtu  .msg{
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
     text-align: center;
         box-sizing: border-box;
 }
 
  .yongtu  .msg h4{
      width: 100%;
       font-size: 24px;
       font-weight: 900;
     margin-bottom: 20px;
  }
  
  
    .yongtu  .msg .desc{
      text-align: left;
  }
  
  .bgff{
      background: #fff;
  }
  
  .yongtu-box{
          margin-bottom: 20px;
    padding: 30px 0px;
  }
/*zhuanti
*/


   .csimg{
        width: 100%;
    
        height: auto;
             background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        aspect-ratio: 16 / 9;
        margin: auto;
        border: 1px solid #ddd;
    }
    
       .csimg0{

            background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
       }
    
       .csimg1{
       background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
       }
    
       .csimg2{
       background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
       }
    
       .csimg3{
       background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
       }
    
       .csimg4{
       background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
       }
    
       .csimg5{
       background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
       }
    
       .csimg5{
       background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
       }
    
       .csimg6{
       background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
   }
    
       .csimg7{

       background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
       }
    
       .csimg8{
       background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
       }
    
       .csimg9{
       background-image: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);
       }
    
       .csimg10{
       background-image: linear-gradient(to top, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%);
       }
    
    
    
       .csimg12{
 background-image: radial-gradient(at 50% 100%, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), linear-gradient(to bottom, rgba(255,255,255,0.25) 0%, rgba(0,0,0,0.25) 100%);
 background-blend-mode: screen, overlay;
       }
    
       .csimg13{
 
 background-image: linear-gradient(to top, #bdc2e8 0%, #bdc2e8 1%, #e6dee9 100%);
 
 background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0,0,0,0.02) 50%, rgba(255,255,255,0.02) 61%, rgba(0,0,0,0.02) 73%), linear-gradient(33deg, rgba(255,255,255,0.20) 0%, rgba(0,0,0,0.20) 100%);
 background-blend-mode: normal,color-burn;
       }
    
       .csimg14{
 
 background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
       }
    
       .csimg15{
 background-image: linear-gradient(-225deg, #5D9FFF 0%, #B8DCFF 48%, #6BBBFF 100%);
       }
    
       .csimg16{
 background-image: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 100%);
       }
    
       .csimg17{
 background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);
       }
    
       .csimg18{
 background-image: linear-gradient(-225deg, #20E2D7 0%, #F9FEA5 100%);
    }
    
  
    
  
    .csimg img{
               
 max-width: 90%;
 max-height: 90%;
    }
    


.cs_info { color: #999; font-size: 14px;  margin-bottom: 20px; display:flex;margin-top:20px;justify-content:center; }
.cs_info a { color: #1e62ec; }
.cs_info a:hover, .weizhi a:hover { color: #056DE8; }
.cs_info div { margin-right: 30px; position: relative; }
.cs_info .add_zan{margin-right:10px;}
.info{
    line-height: 45px;
    color: #767676;
    margin: 0px 0px 40px;
}


.ceshi{
    text-align: center;
   
}


.ceshi a {
    font-size: 16px;
    background-color: #1472ff;
    color: #FFFFFF;
    height: 20px;
    line-height: 20px;
    padding: 5px 25px;
    border-radius: 50px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid  #1472ff;
    cursor: pointer;
}

.ceshi .geren:hover {
    background-color: #4280ff;
}

.ceshi .tuanti{
    background-color: #ffffff;
    color: #333;

}

.ceshi .tuanti:hover {
    background-color: #1472ff;
    color: #ffffff;
}


.tishi{text-align:center;font-size:18px;}
.tishi b{ color:#FF0000; font-family:Arial, Helvetica, sans-serif; }
.tishi span+span{margin-left:30px;}
#history a{
    margin-right: 20px;
    
    color: #0d6efd;
}

.form-group {
    margin-bottom: 1rem;
}

.shop_info_dzsc {
    display: block;
    font-size: 12px;
    color: #666f80;
    text-align: center;
 
 
}

.content  h2 {font-size:150%;font-weight:400;  position: relative; margin: 20px 0; border-left: 5px solid #008bf5; padding: 12px; line-height: 20px; background: #f1f5f8;border-radius: 4px;}
.content h3 {font-size:18px;font-weight:400;  position: relative; margin: 20px 0; border-left: 5px solid #008bf5; padding: 12px; line-height: 20px; background: #f1f5f8;border-radius: 4px;}
.content  h3:after { content: ''; position: absolute; bottom: 0; right: 0; opacity: .3; background-image: -webkit-linear-gradient(46deg, #9febbe 48%, #f6fdfc 91%); background-image: -o-linear-gradient(46deg, #9febbe 48%, #f6fdfc 91%); background-image: linear-gradient(44deg, #9febbe 48%, #f6fdfc 91%); width: 30px; height: 36px; -webkit-border-radius: 100% 0 0 0; border-radius: 100% 0 0 0 }


/*.lizi2{
    background: #ff0000;
}*/

.shop_info_dzsc .change-color{padding:3px 10px;border-radius:4px;color:#ff5473;background-color:rgba(255,84,115,.1);margin-right:10px !important;font-size:12px;background:rgba(255,84,115,.1);box-shadow:0 5px 10px 0 rgb(16 110 253 / 0%)}
.shop_info_dzsc .change-color-sc{padding:3px 10px;border-radius:4px;color:#0084ff !important;background:rgba(0,132,255,.1);font-size:12px;box-shadow:0 5px 10px 0 rgb(16 110 253 / 0%)}


.shop_info{
    position: absolute;
    right: 10px;
   top: 10px;
}

.card-title h3{
    font-size: 20px;
    font-weight: 600;
}
.jieguo  a{
    color: #327cfb;
    font-weight: 900;
}
.jieguo_div {

    padding: 10px;
    text-align: center;
    font-weight: 500;
}
.myflex{
    
    align-items: center;
}
.my-mob-dh{
    display: flex;
    align-items: center;
    color: #fff;
}

.myline{
    border-bottom: 1px solid #666;
    margin-bottom: 5px;
    margin-top: 5px;
}

.single-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jieguo1{
     padding: 10px;
    
    font-weight: 500;
    
}
.mx600{
    max-width: 600px;
}
.bg1{
    background:#e9e7ef;
}

.bd-title{
    font-size: 20px;
}

.bg2{
    background: linear-gradient(270deg, #327cfb, #1e62ec);
}

.bg3{
    background: #2f363c;
}
.myhide{
    display: none;
}
 
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.left-dh-last{
    height: 120px;
}
a{
 text-decoration: none;   
}
.myform_box .form-group{
    margin-bottom: 10px;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/*分页*/
.pager {text-align: center; margin: 20px 0;}
.pager ul {display: flex; flex-wrap: wrap; justify-content: center}
.pager ul li {display: inline-block;}
.pager ul li a {padding: 5px 15px; border: #dddddd solid 1px; margin-left: -1px; display: inline-block;}
.pager ul li a:hover {border-color: #70c4f3; background-color: #70c4f3; color: #333}
.pager ul .active a {border: #3ea8e2 solid 1px; display: inline-block; background-color: #3ea8e2; color: #fff;}
.pager ul a:not([href]):not([class]):hover {border: #dddddd solid 1px; background-color: #fff}
.pager ul .active a:hover {color: #fff; border: #3ea8e2 solid 1px !important; background-color: #3ea8e2 !important}


     
.search {
    position: relative;
    overflow: hidden;
    width: 440px;
    max-width: 90%;
    margin:0px auto;
    padding: 30px 0px;
}
.search  form{
     border: #327cfb 2px solid;
}

.search .sch-msg-box{
    height: 20px;
}
.search .sch-msg{
    display: none;
}

.search input.input_submit {
    border: 0;
    color: #fff;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    display: block;
    font-size: 15px;
    height: 40px;
    cursor: pointer;
    background: #327cfb;
    background-size: 24px;
}


.search input.input_text {
    border: 0;
    line-height: 36px;
    height: 40px;
    font-size: 14px;
    width: 86%;
    outline: none;
    text-indent: 1em;
    background: no-repeat;
}

.search form select {
    border: none;
    height: 100%;
    right: 20%;
    outline: none;
    z-index: 9;
    position: absolute;
    background: #fff;
}
.bd-content table{
    width: 100%;
}


          body{
              background: #f7f7f7;
          }
          header{
              border-bottom:1px solid  #ddd;
          }
          
          header .nav-link{
              color: #fff ;
          }
          
           header .nav-active .nav-link{
             color: #333 ;
             background: #ffc107;
          }
          
          header nav{
              
          }
          .main_box{
            
                 min-height: calc(100vh - 140px);
          }
          .header-line{
              height: 70px;
          }
          .left-dh{
              width: 220px;
              height: calc(100vh - 50px);
              position: fixed;
         
              top:50px;
            
          }
          
   
         
          a{
              text-decoration: none;
              color: #333;
          }
          .tool_list{
              
              display: flex;
              flex-wrap: wrap;
          }
          
          .tool_list .item{
              
             box-sizing: border-box;
             padding: 0px 5px;
          }
          .tool_list a{
              border: 1px solid  #ddd;
              display: block;
        
              box-sizing: border-box;
              background: #fff;
          }
          
          
          .left-dh .aside{
              
           width: 300px;
           
           margin-left: 20px;
          }
          .bd-subnavbar {
    position: relative;
    z-index: 1020;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.btn-bd-light {
    color: #6c757d;
    border-color: #dee2e6;
}
      
      
      .show > .btn-bd-light, .btn-bd-light:hover, .btn-bd-light:active {
    color: #7952b3;
    background-color: #fff;
    border-color: #7952b3;
}   




.flex-box{
    display:  flex;
    justify-content: space-between;
}

.flex-box .content_box{
    flex-grow: 2;
    max-width: 900px;
    position: relative;
  
        
}
.flex-box .aside{


    margin-left: 20px;
    flex-grow: 2;
    flex-shrink: 1; /* default 1 */
}

  .side_title { padding: 0 0 0 12px; margin-bottom: 5px; font-size: 16px; position: relative; }
.side_title:after { position: absolute; left: 0; top: 4px; width: 3px; height: 16px; content: ""; background: #fc5531; border-radius: 4px; }
/*pic_news*/
  .tj_news{background: #fff; margin: 0 0 20px 0; padding: 15px; border-radius: 8px; box-shadow: 0px 0px 20px -5px rgb(158 158 158 / 22%);}
      .wenzi_news { padding-left: 0px;overflow: hidden; margin-top: 10px; }
.wenzi_news li { position: relative; padding: 5px 0 5px 12px; line-height: 1.6; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.wenzi_news li:before { position: absolute; left: 0; top: 13px; content: ""; width: 0; height: 0; line-height: 0; border: 4px solid transparent; border-left: 5px solid #ccc; }
.wenzi_news li a { color: #333; }
.wenzi_news li:hover a { color: #fc5531 }

.wd100 .content_box{
    
    width: 100%;
    max-width: 100%;
    position:  relative;
    
}

.wd100 .aside{
    
     display: none;
    
}
      
@media (max-width: 768.98px) {
    .scrollx{
        width: 100%;
        overflow-x: scroll;
    }
    
        .yongtu>div {
        width: 100%;
    }
    .left-dh{
        position: relative;
        width: 100%;
        height: auto;
        top: 0px;
    }
    
        .flexlist .csitem {
        width: 49%;
        box-sizing: border-box;
    }
    
    .btn+.btn{
        margin-bottom: 5px;
    }
    
     .form-group .text-center .btn {
        margin-bottom: 5px;
    }
    .main_box{
        margin-left: 0px;
                padding: 0px 5px;
                box-sizing: border-box;
    }
   .flex-box .content_box{
    

    overflow-x: scroll;
        
}
    
    .cont_box{
    
    display:  block;
     margin-left: 0px;
}
.flex-box{
    display: block;
}
.flex-box .aside{
    width: 100%;
    margin-left: 0px;
    
}



.list_box{
    
    margin-left: 0px;
}
}

footer {
    margin: 30px 0 0px 0;
    overflow: auto;
    color: #333;
}

.copybq {
    text-align: center;
    margin: 20px 0 0;
    line-height: 30px;
    font-size: 14px;
}

span.dzjg img {
    margin: auto;
}


.topnews section {
    position: relative;
}

a.remore:hover {
    color: #bc0708;
}

.endnav {
    background: #22ac38;
}

.endnav ul {
    overflow: hidden;
    text-align: center;
}

.endnav ul li {
    display: inline-block;
    line-height: 50px;
    margin: 0 20px;
    position: relative;
}

.endnav ul li a {
    color: #fff;
}



.endnav ul li:last-child:after {
    display: none;
}


@media (max-width: 767.98px) {
    .bd-search {
        width:100%
    }
}

.bd-search .form-control {
    padding-right: 3.75rem
}

.bd-search .form-control:focus {
    border-color: #7952b3;
    box-shadow: 0 0 0 3px rgba(121,82,179,0.25)
}

.bd-sidebar-toggle {
    color: #6c757d
}

.bd-sidebar-toggle:hover,.bd-sidebar-toggle:focus {
    color: #7952b3
}

.bd-sidebar-toggle:focus {
    box-shadow: 0 0 0 3px rgba(121,82,179,0.25)
}

.bd-sidebar-toggle .bi-collapse {
    display: none
}

.bd-sidebar-toggle:not(.collapsed) .bi-expand {
    display: none
}

.bd-sidebar-toggle:not(.collapsed) .bi-collapse {
    display: inline-block
}

.bd-masthead {
    padding: 3rem 0;
    background: linear-gradient(165deg,#f7f5fb 50%,#fff 50%)
}

.bd-masthead h1 {
    font-size: calc(1.525rem + 3.3vw);
    line-height: 1
}

@media (min-width: 1200px) {
    .bd-masthead h1 {
        font-size:4rem
    }
}

.bd-masthead p:not(.lead) {
    color: #495057
}

.bd-masthead .btn {
    padding: .8rem 2rem;
    font-weight: 600
}

.bd-masthead .lead {
    font-size: calc(1.275rem + .3vw);
    font-weight: 400;
    color: #495057
}

@media (min-width: 1200px) {
    .bd-masthead .lead {
        font-size:1.5rem
    }
}

@media (min-width: 768px) {
    .mw-md-75 {
        max-width:75%
    }
}

.masthead-followup-icon {
    padding: .75rem;
    background-image: linear-gradient(to bottom right,rgba(255,255,255,0.2),rgba(255,255,255,0.01));
    border-radius: .75rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.1)
}

.masthead-followup-svg {
    filter: drop-shadow(0 1px 0 rgba(0,0,0,0.125))
}

#carbonads {
    position: static;
    display: block;
    max-width: 400px;
    padding: 15px 15px 15px 160px;
    margin: 2rem 0;
    overflow: hidden;
    font-size: .8125rem;
    line-height: 1.4;
    text-align: left;
    background-color: rgba(0,0,0,0.05)
}

#carbonads a {
    color: #343a40;
    text-decoration: none
}

@media (min-width: 576px) {
    #carbonads {
        max-width:330px;
        border-radius: 4px
    }
}

.carbon-img {
    float: left;
    margin-left: -145px
}

.carbon-poweredby {
    display: block;
    margin-top: .75rem;
    color: #495057 !important
}

@media (min-width: 768px) {
    :root {
        scroll-padding-top:4rem
    }
}

.bd-content > h2:not(:first-child) {
    margin-top: 3rem
}

.bd-content > h3 {
    margin-top: 2rem
}

.bd-content > ul li,.bd-content > ol li {
    margin-bottom: .25rem
}

.bd-content > ul li > p ~ ul,.bd-content > ol li > p ~ ul {
    margin-top: -.5rem;
    margin-bottom: 1rem
}

.bd-content > .table {
    max-width: 100%;
    margin-bottom: 1.5rem;
    font-size: .875rem
}

@media (max-width: 991.98px) {
    .bd-content > .table {
        display:block;
        overflow-x: auto
    }

    .bd-content > .table.table-bordered {
        border: 0
    }
}

.bd-content > .table th:first-child,.bd-content > .table td:first-child {
    padding-left: 0
}

.bd-content > .table th:not(:last-child),.bd-content > .table td:not(:last-child) {
    padding-right: 1.5rem
}

.bd-content > .table td:first-child > code {
    white-space: nowrap
}

.bd-title {
    font-size: calc(1.425rem + 2.1vw)
}

@media (min-width: 1200px) {
    .bd-title {
        font-size:1.5rem
    }
}

.bd-lead {
    font-size: calc(1.275rem + .3vw);
    font-weight: 300
}

@media (min-width: 1200px) {
    .bd-lead {
        font-size:1.5rem
    }
}

.bd-text-purple-bright {
    color: #7952b3
}

.bd-bg-purple-bright {
    background-color: #7952b3
}

.skippy {
    background-color: #563d7c
}

.skippy a {
    color: #fff
}

@media (max-width: 767.98px) {
    .bd-sidebar {
        margin:0 -.75rem 1rem
    }
}

.bd-links {
    overflow: auto;
    font-weight: 600
}

@media (min-width: 768px) {
    .bd-links {
      
        display: block !important;
        height: calc(100vh - 60px);
        padding-left: .25rem;
        margin-left: -.25rem;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media (max-width: 767.98px) {
    .bd-links > ul {
        padding:1.5rem .75rem;
        background-color: #f8f9fa;
        border-bottom: 1px solid #e9ecef
    }
}

.bd-links a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    color: rgba(0,0,0,0.65);
    text-decoration: none
}

.bd-links a:hover,.bd-links a:focus {
    color: rgba(0,0,0,0.85);
    background-color: rgba(121,82,179,0.1)
}

.bd-links .btn {
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0,0,0,0.65);
    background-color: transparent;
    border: 0
}

.bd-links .btn:hover,.bd-links .btn:focus {
    color: rgba(0,0,0,0.85);
    background-color: rgba(121,82,179,0.1)
}

.bd-links .btn:focus {
    box-shadow: 0 0 0 1px rgba(121,82,179,0.7)
}

.bd-links .btn::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform 0.35s ease;
    transform-origin: .5em 50%
}

@media (prefers-reduced-motion:reduce) {
    .bd-links .btn::before {
        transition: none
    }
}

.bd-links .btn[aria-expanded="true"] {
    color: rgba(0,0,0,0.85)
}

.bd-links .btn[aria-expanded="true"]::before {
    transform: rotate(90deg)
}

.bd-links .active {
    font-weight: 600;
    color: rgba(0,0,0,0.85)
}









div .container table tr td>input[type=number] {
    margin: 0
}

div .container table tr td>input[type=text] {
    margin: 0
}

.container table tr td {
    padding: 5px 5px 5px 5px;
    vertical-align: middle
}

.container table tr td:nth-of-type(1),.container table tr td:nth-of-type(3),.container table tr td:nth-of-type(5),.container table tr td:nth-of-type(7),.container table tr td:nth-of-type(9) {
}

.container table.normal tr td {
    text-align: left
}

div table.td-center tr td {
    text-align: center
}

div table.th-center tr th {
    text-align: center
}

div.tablescroll {
    height: auto;
    overflow: auto
}

div.tablescroll table.dataintable td,div.tablescroll table.dataintable th {
    white-space: nowrap
}

div.tablescroll::-webkit-scrollbar,div.right-div2::-webkit-scrollbar,div.right-div::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

div.tablescroll::-webkit-scrollbar-thumb,div.right-div2::-webkit-scrollbar-thumb,div.right-div::-webkit-scrollbar-thumb,div.divscroll-y::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2)
}

div.tablescroll::-webkit-scrollbar-track,div.right-div2::-webkit-scrollbar-track,div.right-div::-webkit-scrollbar-track,div.divscroll-y::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1)
}

div.divscroll-y::-webkit-scrollbar {
    width: 4px;
    height: 10px
}

div.divheaderscroll-y::-webkit-scrollbar {
    width: 4px;
    height: 0
}

div.table-container table tr:nth-child(odd) {
    background-color: #F5F5F5
}

div.table-container table tr:nth-child(even) {
    background-color: #fff
}

div.table-container table th,table.top-table th {
    background-color: #4d4d4d;
    color: #fff
}

div.table-container table,table.top-table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0
}

div.table-container {
    margin-top: 20px;
    width: 938px;
    max-width: 938px;
    padding: 0;
    box-sizing: border-box
}

div.table-container table th,div.table-container table td {
    height: 32px;
    border: 1px solid #aaa;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px 0 5px
}

div.right-div {
    float: left;
    overflow: auto
}

div.left-div {
    float: left
}

div.left-div1 {
    width: 100%
}

div.right-div1 {
    overflow: hidden
}

div.left-div2 {
    width: 100%;
    height: 840px;
    overflow: hidden;
    border-right: 1px solid #aaa
}

div.left-div2.heightauto {
    height: auto
}

div.right-div2.heightauto {
    height: auto;
    border-right: 1px solid #aaa
}

div.right-div2 {
    width: 100%;
    height: 840px;
    overflow: auto;
    border-right: 1px solid #aaa
}

div table.left-table {
    table-layout: fixed
}

div table.left-table1 {
    table-layout: fixed
}

div table.left-table2 {
    table-layout: fixed;
    margin-bottom: 4px
}

table.top-table {
    margin-top: 20px;
    margin-bottom: -20px
}

div.containerscroll-y {
    position: relative;
    width: 100%;
    height: 840px;
    margin-top: 10px
}

div.divscroll-y {
    width: 100%;
    height: 820px;
    overflow-y: scroll;
    position: absolute
}

div.divheaderscroll-y {
    width: 100%;
    height: 64px;
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden
}

table.dataintable.tablescroll-y {
    margin-top: 0
}

table.dataintable.tablescroll-y th,table.dataintable.tablescroll-y td {
    padding: 3px 5px 3px 5px
}

table.dataintable {
    margin-top: 0.25rem;
    border-collapse: collapse;
    border: 1px solid #aaa;
    width: 100%
}

table.dataintable th {
    vertical-align: baseline;
    padding: 5px 5px 5px 5px;
    background-color: #1472ff;
    border: 1px solid #aaa;
    color: #fff
}

table.dataintable td {
    vertical-align: top;
    padding: 5px 5px 5px 5px;
    border: 1px solid #aaa
}

table.dataintable.padding7 th,table.dataintable.padding7 td {
    padding: 7px 7px 7px 7px
}

table.padding10 th,table.padding10 td {
    padding: 10px 10px 10px 10px
}

table.dataintable.padding3 th,table.dataintable.padding3 td {
    padding: 3px 3px 3px 3px
}

table.dataintable tr:nth-child(odd) {
    background-color: #F5F5F5
}

table.dataintable tr:nth-child(even) {
    background-color: #fff
}

div table.calculation td input {
    width: 70px;
    margin-top: 0
}

table.dataintable pre {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent
}

table.dataintable sub {
    font-size: small;
    vertical-align: sub
}

table.dataintable super {
    font-size: small;
    vertical-align: super
}

table.dataintable p {
    margin: 0 0 2px 0
}

div table.dataintable ul,div table.dataintable li {
    list-style-type: none;
    margin: 0;
    padding: 0
}

table.dataintable td em {
    color: #0000ff;
    font-weight: normal
}

table.dataintable .table_value {
    color: #0F93D2
}

table.imgtable.col1 tr td:nth-child(1),table.imgtable.col2 tr td:nth-child(2),table.imgtable.col3 tr td:nth-child(3),table.imgtable.col4 tr td:nth-child(4),table.imgtable.col5 tr td:nth-child(5),table.imgtable.col6 tr td:nth-child(6) {
    background-color: white;
    text-align: center
}

table.imgtable.row1 tr:first-child td,table.imgtable.row2 tr:nth-child(2) td,table.imgtable.row3 tr:nth-child(3) td,table.imgtable.row4 tr:nth-child(4) td,table.imgtable.row5 tr:nth-child(5) td {
    background-color: white;
    text-align: center
}

table.imgtable tr td img {
    margin: 5px 0 5px 0
}

table.imgtable td {
    vertical-align: top
}

table.dataintable td.colhover {
    background-color: #f0fdc3;
    color: blue
}

table.dataintable tr.rowover {
    background-color: #f0fdc3;
    color: blue
}

div picture.refPic {
    width: 560px;
    height: 360px;
    margin: 0;
    display: block
}

.bd-content>h2 {
    margin-bottom: 1rem
}

.bd-content>h3:not(:first-child) {
    margin-top: 1rem
}

.bd-content>h3 {
    margin-bottom: 1rem
}

.bd-content>h4 {
    margin-top: 2rem;
    margin-bottom: 1rem
}

.bd-content>h6,.bd-content>h5,.bd-content>p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem
}

img {
    border: 0;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -webkit-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

.other ul li:last-child { border-bottom: none; }
h4.btitle { padding: 12px 0; margin-bottom: 10px; position: relative; font-size: 20px; color: #333; font-weight: bold; border-bottom: 1px solid #eee; }

.tuijian{
    padding: 10px 10px;
    line-height: 30px;
}

.tuijian p{
    margin-bottom: 10px;
}
.tuijian a{
    margin-right: 10px;
    color: #1472ff;
}

/*测试*/


  .test-container {
            display: flex;
            flex-wrap: wrap;
            gap:10px;
        }
        .test-card {
               width: calc((100% - 30px) / 4);
              box-sizing: border-box;
            background-color: #fff;
            border-radius: 5px;
            overflow: hidden;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        .test-card img {
            width: 100%;
            height: auto;
            display: block;
        }
        .test-card .label {
            position: relative;
        }
        .test-card .label span {
            position: absolute;
            top: 10px;
            right: 10px;
            background-color: #ff4500;
            color: #fff;
            padding: 3px 8px;
            border-radius: 4px;
            font-size: 12px;
        }
        .test-card .content {
            padding: 15px;
        }
        .test-card .title {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 8px;
        }
        .test-card .count {
            font-size: 14px;
            color: #666;
        }
@media (max-width: 768.98px) {
    
     .test-card {
               width: calc((100% - 10px) / 2);
        }
}
