﻿*
{
    margin: 0;
    padding: 0;
}
.headFixedBox
{
    width: 100%;
    background:#fff;
    position: fixed;
    left: 0;
    top: 45px;
    z-index: 99999;   
}
.headModel
{
    width: 98%;
    width: calc(100% - 96px);
    width: -moz-calc(100% - 96px);
    width: -webkit-calc(100% - 96px);
    margin: auto;
    height: 79px;
    border-bottom: 1px solid #F2F2F2;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.headModel .modelName
{
    width: 260px;
    font-size: 24px;
    font-family: HYe1gj;
    color: #BB8E13;
    line-height: 24px;

}
.modelInputBox
{
    position: relative;
    flex: 1;
}
.headModel .modelInput
{
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #D8DCE0;
    background: #EDF2F5;
    padding: 0 50px;
    font-size: 16px;
    border-radius: 20px;
    box-sizing: border-box;
}
.headModel input:focus
{
    outline: 0px;
    border: 1px solid #D8DCE0;
}
.headModel .iconsearch
{
    color: #9B9B9B;
    position: absolute;
    left: 20px;
    top: 12px;
    cursor: pointer;
}
.headModel .modelEchartsSelect
{
    width: 127px;
    height: 40px;
    border: 1px solid #E8E8E9;
    margin: 0 0 0 100px;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headModel .modelEchartsSelect span
{
    margin:0 10px;
    }
.headModel .modelEchartsSelect.heightColor
{
    border: 1px solid #E2C471;
    background: #FAF8E5;
}
.modelEchartsSelect .iconselect-up
{
    display: none;
}

.echartsBox
{
    width: 100%;
    height:0px;
    background: #F5F7F9;
    overflow: hidden;
}
.headFixedBoxH
{
     height:0px;
     transition: all 0.2s;
}
.echartsBox .echartsHead
{
    
    width: 98%;
    width: calc(100% - 96px);
    width: -moz-calc(100% - 96px);
    width: -webkit-calc(100% - 96px);
    height: 68px;
    margin: auto;
    border-bottom: 1px solid #D8DCE0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}
.echartsHead .echartsTxt
{
    font-size: 16px;
}
.echartsHead .echartsTab a
{
    text-decoration: none;
    color: #000000;
    margin: 0 10px;
    display: inline-block;
    height: 68px;
    line-height: 68px;
}
.echartsHead .echartsTab a.actived
{
    border-bottom: 2px solid #BB8E13;
    color: #BB8E13;
}
.echartsHead .upIcon
{
    cursor: pointer;
}
.echartsBie
{
    width: 80%;
    height:210px;
    margin: auto;
}
.echartsBie .Bie
{
    display: inline-block;
    height: 210px;
    width: 33%;
}
.nodataImgBox
{
    display: none;
    text-align:center;
    margin:30px auto;
}
.nodataImg
{
    width: 180px;
    height: 180px;
    margin:30px auto;
}

.typetabList:after
{
    display: block;
    content: '.';
    clear: both;
    height: 0;
    visibility: hidden;
}
.typetabList
{
    zoom: 1;
    padding: 10px 0 0;
    width: 98%;
    width: calc(100% - 96px);
    width: -moz-calc(100% - 96px);
    width: -webkit-calc(100% - 96px);
    margin: auto;
    border-bottom: 1px solid #F2F2F2;
    line-height: 32px;
}
.typetabList .typetabItem
{
    float: left;
    margin: 0 30px 24px 0;
}
.typetabList .typetabTit
{
    display: inline-block;
    color: #9B9B9B;
    font-size: 14px;
}
.typetabList .typetabVal
{
    display: inline-block;
    height: 32px;
    border-radius: 4px;
    color: #000000;
    font-size: 14px;
    padding: 0 12px;
    cursor: pointer;
}
.typetabList .typetabVal.actived
{
    background: #E2C471;
}


.typeTitleList
{
     zoom: 1;
    padding: 24px 0;
    width: 98%;
    width: calc(100% - 96px);
    width: -moz-calc(100% - 96px);
    width: -webkit-calc(100% - 96px);
    margin: auto;
    border-bottom: 1px solid #F2F2F2;
    display: flex;
    justify-content: center;
    align-items: center;

    
}
.typeTitleList .typeTitleItem
{
    height: 40px;
    line-height: 40px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    padding:0 12px;
    cursor:pointer;
}
.typeTitleList .typeTitleItem.actived
{
background: #000000;
border-radius: 20px;
color: #E2C471;
}


.tkSelect
{
    width: 98%;
    width: calc(100% - 96px);
    width: -moz-calc(100% - 96px);
    width: -webkit-calc(100% - 96px);
    margin: auto;
    padding: 15px 0;
}
.tkSelect .select
{
    display: inline-block;
    height: 40px;
    min-width: 90px;
    line-height: 40px;
    border: 1px solid #E8E8E9;
    border-radius: 6px;
    padding:0 10px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
}
.tkSelect .select:hover .sortTypeList
{
    display: block;
 }
.tkSelect .sortTypeList
{
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 9999;
    width: 105px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    border-radius: 8px;
    font-size: 14px;
    display: none;
}
.sortTypeList .sortTypeLi
{
    padding:0 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between; 
}
.sortTypeList .sortTypeLi .iconfont
{
    display: none;  
}
.sortTypeList .sortTypeLi.actived .iconfont
{
    display: block;    
}


.libraryList
{
    margin: 0 auto 0;
    width: 1800px;
    position: relative;
    padding:0;
}
.libraryList .libraryItem
{
    width: 240px;
    min-height: 10px;
    padding-bottom:30px;
    float: left;
    cursor: pointer;
    -webkit-transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s;
    -ms-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    border-radius: 10px;
    overflow:hidden;

}
.img_box{
  /*  box-shadow: #bcbcbc 0 0 15px -1px;
    -webkit-box-shadow: #bcbcbc 0 0 15px -1px;
    -moz-box-shadow: #bcbcbc 0 0 15px -1px;
    -ms-box-shadow: #bcbcbc 0 0 15px -1px;
    -o-box-shadow: #bcbcbc 0 0 15px -1px;
*/
 position:relative;
 border-radius: 10px;
    overflow: hidden;
    border: 10px solid #f1f1f1;
}

.mask_img
{ position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0,0.3);

    display:none;
    }
  .img_box:hover  .mask_img
{ display:block;
    
    }
.libraryList .libraryImg
{
    display: block;
    width: 100%;
}
.libraryList .libraryName
{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    margin-top: 8px;
    margin-bottom: 4px;
}
.libraryList .libraryType
{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 400;
    color: #9B9B9B;
}

.fixedBox
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #FEFEFE;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    position: fixed;
    right: 39px;
    cursor: pointer;
}
.toTop
{
    display: none;
    bottom: 120px;
}
.feedback
{
    bottom: 60px;
}
.feedback .Dialog_Problem
{
    width: 390px;
    height: 262px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 20%);
    border-radius: 8px;
    position: absolute;
    top: -222px;
    left: -410px;
    padding:24px;
    box-sizing: border-box;
    display:none;
}
.feedback .Dialog_Problem .Pro_name
{
    width: 56px;
height: 20px;
font-size: 14px;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #000000;
line-height: 20px;
margin-bottom:12px;
    }
  .feedback .Dialog_Problem .ProblemTextarea
{
width: 342px;
height: 130px;
background: #F7F7F7;
border:none;
padding:12px;
box-sizing: border-box;
 resize: none;
 outline: none;
    }  
    #closeProblemDialog
    {
        position: absolute;
    top: 5px;
    right: 23px;
        }
  .feedback .Dialog_Problem .pro_btn  
  {
      width: 76px;
height: 40px;
background: #FFFFFF;
border-radius: 8px;
border: 1px solid #E8E8E9;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #000000;
line-height: 40px;
text-align:center;
float: right;
      }
    
/*滚动条样式*/
body::-webkit-scrollbar
{
    width: 6px;
    height: 4px;
}
body::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
body::-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);
}





/*提示开通VIP弹窗*/
.Dialog_Model
{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999999;
    font-family: MicrosoftYaHei;
}
#notVipDialog_box
{
    display: none;
}
.Dialog_Model .Dialog_box
{
    width: 272px;
    height: 233px;
    background: linear-gradient(169deg, #FFF7EF 0%, #FFFFFF 48%, #FFEDED 100%);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
    border-radius: 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.Dialog_box .title
{
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #D62B2B;
    line-height: 33px;
    font-weight: 700;
    margin-top: 10px;
}
.Dialog_box .d_text
{
    width: 224px;
    height: 50px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 25px;
    text-align: center;
    margin: 24px 0 41px 0;
}
.Dialog_box .tiYanBtn
{
    width: 224px;
    background: #EB5354;
    border-radius: 8px;
}
.Dialog_box .tiYanBtn a
{
    display: inline-block;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    width: 100%;
    text-decoration: none;
}
.Dialog_box #closeVipDialog
{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #666666;
    cursor: pointer;
}

/*预览图片详情弹窗*/
.Dialo_Preview_Img
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1400px;
    height: 100%;
}
#preview_Img
{
    display: none;
}
.Dialo_Preview_Img .Dialog_box
{
    width: 1058px;
    height: 100%;
    background: #fff;
    border-radius: 8px;
    position: absolute;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.Dialog_Model .prew, .Dialog_Model .next
{
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}


.Dialo_Preview_Img .Dialog_box
{
   
    overflow: hidden;
    
}

.Dialo_Preview_Img .Dialog_box .images
{
    width:100%;
    height: 100%;
    background: #F6F6F6;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    overflow:hidden;
}
.Dialo_Preview_Img .Dialog_box .Zoom
{
     position:absolute;
     bottom:5%;
     left:50%;
        transform: translateX(-50%);
width: 320px;
height: 48px;
background: #FFFFFF;
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
border-radius: 24px;
border: 1px solid #DDDEE1;
display:flex;
    justify-content: space-between;
    align-items: center;
    }
  .Dialo_Preview_Img .Dialog_box .Zoom  .icon 
  {
      border-right:1px solid #DDDEE1;
      width: 33.33%;
cursor: pointer;
    text-align: center;
  
      }
      .Dialo_Preview_Img .Dialog_box .Zoom  .icon .iconfont
      {
            font-size:24px;
            color:#80848E;
          }
      .Dialo_Preview_Img .Dialog_box .Zoom  .icon:last-child
  {
      border-right:none;
      }
.Dialo_Preview_Img .Dialog_box .images img
{
   width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: contain;
    	position: absolute;
			

}
.Dialo_Preview_Img .Dialog_box .info
{
    width: 100%;
    height: 100px;
    position:relative;
}
.Dialog_Model #closePreviewImgDialog
{
    position: absolute;
top: 14%;
    right: 2%;
    z-index: 1000;
    color: #000;
    font-size: 14px;
    font-weight: 700;
  
    cursor: pointer;
}
.info .pre_header
{
    padding: 24px 0px 10px 24px;
   
 
}

.info .pre_header .pre_name
{
    
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    
}
.info .pre_header .btn_box
{
   display:flex;
   justify-content: flex-end;
    }
.info .pre_header .check_details_btn
{
    width: 96px;
    height: 25px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E8E8E9;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}
.info .pre_details
{
}
.info .pre_details ul
{
    padding: 0px 0px 24px 24px;
    margin: 0;
    display:flex;
}
.info .pre_details ul li
{
    list-style: none;
/* margin-right: 24px;*/
   margin-right: 12px;
}
.info .pre_details ul li .pro_key
{
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9B9B9B;
    line-height: 20px;
}
.info .pre_details ul li .pro_val
{
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 20px;
 /*   margin-left: 12px;*/
}

/*原图浏览的弹窗*/

.Dialog_Model .Dialo_Open_Img
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 934px;
    height:820px;
    background: #f7f7f7;
    border-radius: 10px;
    overflow: hidden;
}
#open_Img
{
    display: none;
}

.Dialo_Open_Img .images
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position:relative;
}
.Dialo_Open_Img #closeImgDialog
{
    position: absolute;
   top:2%;
    right:3%;
    color: #000;
}
.Dialo_Open_Img .images img

{
    width: 98%;
    height: 98%;
    object-fit: contain;
}
.openVip
{
    display:flex;
    align-items: center;
    justify-content: center;
 
    
    }
    .openVip button
    {
        padding: 10px 30px;
    border: none;
    background: #EB5354;
    border-radius: 4px;
    color:#fff;
    margin:40px 0;
    font-size:16px;
    
        }
@media screen and (max-width: 1200px)
{
    .echartsBie
    {
        width: 100%;
    }
  
   
}


@keyframes rotating {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    }
}


