.Feedback-lists{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.Editor .cm-copy-button {
    top: auto;
    right: 30px;
}
#brand-waterfall .item h3{
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
.content-wrap p,.content-wrap ul ,.content-wrap ol,.content-wrap pre,.content-wrap table,.js-toc-content p,.js-toc-content ul ,.js-toc-content ol,.js-toc-content pre,.js-toc-content table{
    margin-top: 0.3em;
    margin-bottom: 1.375em;
}
.content-wrap a,.js-toc-content a{
    color: var(--color-link);
    fill: currentColor;
    cursor: pointer;
    text-decoration: none;
    transition: filter ease-in-out 80ms;
    line-height: 1.6;
}
.content-wrap ul,.js-toc-content ul{
    padding-left: 32px;
    padding-right: 32px;
    list-style: disc;
}
.mobile-Nav .naver{
    display: none;
}
.content-wrap li,.js-toc-content li{
    list-style: disc;
}
.content-wrap li.checkbox-item,.content-wrap  li.task-list-item ,.js-toc-content  li.checkbox-item,.js-toc-content  li.task-list-item{
    display: list-item;
    list-style: none;
    margin-left: -19.2px;
    margin-inline-start: -19.2px;
    margin-inline-end: 0;
}
.content-wrap blockquote,.rating blockquote {
    display: block;
    position: relative;
    border-left: 4px solid rgba(0,0,0,0);
    border-left-color: var(--color-primary);
    background-color: #f8f8f8;
    padding: 12px 16px 12px 32px;
    overflow: auto;
}
.rating .text img{
        max-width: 100%;
    height: auto;
}
.page-content h3{
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 12px;
}
.content-wrap .callout {
    border-left: 3px solid #bbb;
    border-inline-start: 3px solid #bbb;
    border-inline-end: none;
    background-color: #eee;
    padding: 12px;
    padding-left: 32px;
    padding-inline-start: 32px;
    padding-inline-end: 12px;
    display: block;
    position: relative;
    overflow: auto;
}
.content-wrap .callout.info {
    border-color: #0288d1;
    background-color: #d3efff;
    color: #01466c;
}
.content-wrap {
    font-size: 14px;
}
.content-wrap strong, .content-wrap b, .content-wrap .bold, .content-wrap .strong {
    font-weight: bold;
}
.content-wrap sup,.content-wrap .superscript {
    vertical-align: super;
    font-size: .8em;
}
.content-wrap .page-content.mce-content-body .task-list-item {
    margin-inline-start: 0;
    position: relative;
}
#header{
    position: sticky;
    top: 0;
    left: 0;
}
body{
    height: fit-content;
}
a.toc-link{
    padding: 5px 0;
}
.toggle-switch .custom-checkbox .svg-icon {
    top: -4.5px;
    
}

.hpage1 .bds .ovs .ds:nth-child(2) .notifi li span {
    background: none;
    padding-left: 0;
    font-size: 16px;
    font-weight: bold;
}
.entity-list-item .content{
    background: transparent;
}
.magemini1 .uslts li dd a{
    display: flex;
    align-items: center;
}
.magemini1 .uslts li dd .Name{
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    padding-left: 26px;
    line-height: 1.8;
    background: url(../images/qms24.png) no-repeat left center;
    background-size: 18px auto !important;
    cursor: pointer;
    display: inline-block;
}
.magemini1 .uslts li dd .active .Name{
    background: url(../images/qms24-1.png) no-repeat left center;
}
.magemini1 .uslts li dd .c1{
    display: none;
}
.footer .rts .shoujiEmail{
    margin: 20px 0 0px;
}
.footer .rts .shoujiEmail .button{
    margin: 0;
    height: 40px;
}
.book-contents .entity-list > a{
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
.book-contents .entity-list > a:last-child{
    border: none;
}
.wailian{
    margin-top: 15px;
}
.text-center{
    text-align: center;
}
.text-grey{
    color: #999999;
}
header .search-box.search-active .global-search-suggestions{
    display: block;
}
.search-suggestions-animation{
    animation: none;
}
.Edit-dialog{
    background: rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 10003;
    display: none;
}
.Edit-dialog .Edit-content{
    width: 380px;
    background: #F9FAFB;
    border-radius: 10px 10px 10px 10px;
    margin: 0 auto;
    padding: 20px 24px;
    height: fit-content;
    margin-top: 20%;
} 
.Edit-dialog .Edit-content h2{
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    text-align: center;
    line-height: 1.5;
}
.Edit-dialog .Edit-content h4{
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    line-height: 30px;
}
.Edit-dialog .Edit-content .rs{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 14px;
}
.Edit-dialog .Edit-content .rs input {
    vertical-align: bottom;
}
.Edit-dialog .Edit-content li{
    margin-bottom: 14px;
}
.Edit-dialog .Edit-content .btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Edit-dialog .Edit-content .btn .b1{
    width: 158px;
    line-height: 36px;
    background: #FFFFFF;
    border-radius: 40px 40px 40px 40px;
    border: 1px solid #2850FF;
    font-weight: 400;
    font-size: 14px;
    color: #2850FF;
    text-align: center;
    cursor: pointer;
    display: block;
}
.Edit-dialog .Edit-content .btn .b1.on{
    background: #2850FF;
    color: #fff;
}
.Edit-dialog .Edit-content li .t1{
    width: 100%;
    height: 38px;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dddddd;
}
.search{
    width: 300px;
    background: #F3F3F3;
    border-radius: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.search .SearchBtn{
    color: #000;
    top: 5px;
    inset-inline-start: 10px;
    z-index: 1;
    top: 10px;
    opacity: .6;
}
 .search .SearchBtn .svg-icon{
    width: 2em;
    height: 2em;
}
 .search .searchBox{
     color: #a7a4a4;
     font-size: 16px;
 }
.dialog{
    background: rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    height: 100vh;
    left: 0;
    padding: 20px;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 10003;
    display: none;
}
.MyOptimization.dialog .dialog-content{
    margin-top: 10vh;
}
.dialog .dialog-content{
    display: flex;
    height: 100%;
    margin: auto;
    max-height: 500px;
    max-width: 900px;
    min-height: 400px;
    min-width: 850px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.9);
    border-radius:5px;
}  
.dialog-content .search-box{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.Edit-dialog .Edit-content li .Description{
    resize: none;
    width: 100%;
    height: 100px;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    padding: 10px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dddddd;
}
 .search-box .MySearch{
     -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 20px;
    position: relative;
 }
 .dialog-content .search-box .MySearch input{
     width: 100%;
     border-radius: 5px;
     background: #fff;
     border: 1px solid #e5e5e5;
     font-size: 16px;
     height: 40px;
 }
 .back-to-top .inner{
     /*width: 90px;*/
    display: flex;
    align-items: center;
    gap: 5px;
    /*justify-content: center;*/
 }
 .back-to-top .inner span{
     display: none;
 }
 .back-to-top:hover .inner span{
     display: block;
 }
 .back-to-top:hover{
     width: 136px;
     padding: 5px;
 }
 .toc-list-item{
     /*margin-bottom: 10px;*/
 }
 .toc-list-item .toc-list:last-child .toc-link{
     margin-bottom: 0;
 }
 .toc-list-item .toc-list .toc-list-item{
     margin-bottom: 0;
 }
 a.toc-link{
     line-height: 1.2;
     display: inline-block;
 }
  .dialog-content .search-box .global-search-suggestions{
      position: static;
      margin: 0;
      padding: 0 20px;
      border: 1px solid #e5e5e5;
      border-radius: 0;
      box-shadow: none;
      overflow: auto;
      display: block;
      flex: 1;
      transform: scale(1.0);
      opacity: 1;
      padding-bottom: 0;
      z-index: 1;
      display: none;
  }
  .dialog-content .search-box.search-active:focus-within input{
     background-color: #fff;
    border-color: #e5e5e5;
  }
  #header-search-box-button{
      color: #000000;
      z-index: 10;
  }
  a:hover{
      color: #0078f0;
  }
  .text-animation {
      /* 通过渐变设置图片背景 且不允许重复 */
      background: linear-gradient(to right, #2850FF, #2850FF) no-repeat;
      /* 背景初始宽度为0 高度为2px */
      background-size: 0 2px;
      /* 背景位置在文字底部 */
      background-position: left bottom;
      /* 设置平滑过渡效果 */
      transition: background-size 0.3s ease-in-out;
      cursor: pointer;
    }
    .text-animation:hover{
         /* 背景宽度变为100% 高度不变 */
      background-size: 100% 2px;
    }
a:focus img:only-child{
    outline:none;
}
.card h1{
    font-size: 32px;
    font-weight: bold;
    color: #111111;
}
.card h6{
    margin-bottom: 15px;
}
header .search-box input{
    color: #111111;
}
.FeedBack {
    position: relative;
    height: 100px;
    border: 1px solid transparent;
    border-radius: 5px;
}
.FeedBack:hover{
    border-color: var(--color-primary);
}
/*.msktancha .text .FeedBack .t1{*/
/*    height: 100% ;*/
/*}*/
textarea:focus{
    outline:none;
    border: none;
}
.msktancha .text .flax{
    position: absolute;
    right: 0;
    bottom: 0;
}
.book-content p{
    margin-bottom: 12px;
}
.entity-list-item>.content{
    text-align: left;
}
.book-contents .entity-list-item .icon{
    display: none;
}
.left_Column h5{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}
.left_Column h6{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
    
}
.left_Column .label-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    
}
.entity-list h4{
    font-weight: bold;
    font-size: 24px;
    color: #2850FF;
    line-height: 1.5;
}
.entity-item-snippet .text-book{
    font-size: 16px;
}
table.form-table td{
    padding: 0;
    margin: 10px 0;
}
.left_Column .py-xs{
    padding-top: 0 !important;
    padding-bottom: 12px !important;
}
.left_Column input{
    margin-bottom: 12px;
}
.entity-list-item .content strong{
    background: #2850FF;
    color: #fff;
    padding: 0 2px;
}
.naver li{
    flex: 1;
    margin: 0 !important;
    text-align: center;
}
.naver{
    flex: 1;
}

.naver li a{
    width:100%;
}
.search.search-box .search-active:focus-within .global-search-suggestions{
    display: block;
}
.search.search-box input,.search .search-box{
    width: 70%;
}
.search{
    cursor: pointer;
}
.hpage1 .hds .search .sub{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    padding-inline-start: revert;
    padding: 0;
    
}
.hpage1 .hds .search.search-box{
    /*padding: 0;*/
    z-index: 10;
}
.hpage1 .hds .search.search-box button[tabindex="-1"]{
    top: 13px;
    position: static;
}
.hpage1 .hds .search.search-box .searchBox{
        color: #a7a4a4;
    font-size: 16px;
}
.hpage1 .hds .search.search-box #search-box-input{
    width: 100%;
    height: 100%;
    background: #F3F3F3;
    border: 1px solid #DCDCDC;
    padding: 0 40px;
    border-radius: 25px 25px 25px 25px;

}
.search.search-box input[type=text]{
    background: transparent;
    border: none;
}
.search.search-box .svg-icon{
    width: 2em;
    height: 2em;
}
.search.search-box form{
    width: 100%;
    height: 100%;
}
.layout{
	position: relative;
	/*padding-top: 70px;*/
}
.content{
    
	background: #fff;
}
.wrap{
	width: 1400px;margin: 0 auto;
}
.item-list-row.wrap{
    width: inherit;
}
.header{
	position: fixed;
	left: 0;right: 0;
	top: 0;z-index: 12;
    background: #fff;box-shadow: 0 5px 10px 0 rgba(80,80,80,0.1);height: 70px;
}
.magemini .rating .text h1 {
    font-weight: bold;
    font-size: 32px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 12px;
}
.magemini .rating .text h2{
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 12px;
}
.magemini .rating .text h3{
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 12px;
}
.magemini .rating .text h4{
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 12px;
}
.magemini .rating .text h5{
    font-weight: bold;
    font-size: 13px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 12px;
}
.magemini .rating .text h6{
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 12px;
}
.magemini .rating .text .item{
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
}
.header .flax{
	display: flex;justify-content: space-between;align-items: center;height: 100%;
	margin: 0 36px;
}
.card.content-wrap .wrap{
    width:100%;
}
header .links a,.naver li a{
    color: #000 !important;
    font-size: 16px;
}
header .search-box input{
    background: #F3F3F3;
}
#header-search-box-button{
    color: #000;
    top: 3px;
    inset-inline-start: 10px;
}
header .search-box input::-webkit-input-placeholder,header .search-box input::-webkit-input-placeholder,header .search-box input::-moz-placeholder,header .search-box input::-moz-placeholder,header .search-box input:-ms-input-placeholder{
    color: #6c6969;
}
header .search-box input::placeholder {
  color: #6c6969; /* 设置提示文字的颜色 */
  opacity: 1; /* Firefox 默认 opacity 为 0.5，需要设置为 1 才能生效 */
}
header.grid{
    grid-template-columns: minmax(max-content, 2fr) auto auto;
    /*grid-template-columns: minmax(max-content, 2fr) 1fr;*/
    /*grid-template-columns: minmax(max-content, 2fr) auto;*/
}
#header-search-box-button .svg-icon{
    width: 2em;
    height: 2em;
}
header .avatar{
    height: auto;
    width: auto;
    background: transparent;
}
.global-search-suggestions{
    margin-left: -20px;
    margin-right: -20px;
}
.naver li a:hover{
    color: #2850FF !important;
}
header .user-name{
    color: #000;
}
.naver ul{
    margin-left: 2vw !important;
}
.header .logo{
	max-width: 240px;display: block;
}
.header .logo img{
	width: 100%;display: block;
}
.background-white{
    background: #FFF;
}
.naver ul{
	display: flex;justify-content: center;align-items: center;
	margin-left: 9vw;
}
.naver li{
	margin: 0 22px;
}
.naver li a{
	padding: 0 16px;display: inline-block;font-weight: bold;
font-size: 16px;
color: #fff;line-height: 40px;
}
.header .naver li.on a,
.header .naver li a:hover{
	color: #2850FF;
}
.header .fms{
	display: flex;justify-content: flex-end;align-items: center;
}
.header .search{
	width: 284px;
	height: 40px;
	background: #F3F3F3;
	border-radius: 25px 25px 25px 25px;
	border: 1px solid #DCDCDC;display: flex;justify-content: space-between;align-items: center;
	margin-left: 34px;
}
.header .search .sub{
	width: 70px;font-weight: 400;
	font-size: 12px;
	color: #2850FF;height: 100%;cursor: pointer;background: none;
	border: none;text-transform: uppercase;text-align: left;
}
.header .search .t1{
	width: calc(100% - 70px);height: 100%;font-weight: 400;
font-size: 14px;
color: #000;background: url(../images/qms7.png) no-repeat left 14px center;background-size: 16px auto;
padding-left: 42px;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;border: none;
}
.header .adm{
	background: url(../images/qms5.png) no-repeat left center;background-size: 15px auto;
	position: relative;padding-left: 24px;
}
.header .adm:hover .dli{
	display: block;
}
.header .adm h3{
	background: url(../images/qms6.png) no-repeat right center;background-size: 8px auto;
	display: inline-block;font-weight: 400;
font-size: 14px;
color: #000000;line-height: 40px;padding-right: 16px;
}
.header .adm .dli{
	position: absolute;
	left: 0;right: 0;
	top: 100%;z-index: 1;width: 100%;background: #fff;box-shadow: 0 0 10px 0 rgba(80,80,80,0.2);
	display: none;
}
.header .adm .dli dl{
	padding: 5px 0;
}
.header .adm .dli dd a{
	font-size: 14px;
	color: #000000;line-height: 40px;display: block;text-align: center;
}

.footer{
	background: #24272a;
	padding: 50px 0 20px;
}
.footer .wrap{
	display: flex;justify-content: space-between;align-items: flex-start;
	padding: 0 86px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.footer .lts{
	/*width: 510px;*/
}
/*.footer .rts{*/
/*	width: calc(100% - 670px);*/
/*}*/
.footer .lts .logo{
	max-width: 240px;display: block;
}
.footer .lts .logo img{
	width: 100%;display: block;
}
.footer .lts .nav{
	margin-top: 14px;
}
.footer .lts .nav ul{
	display: flex;align-items: center;
}
.footer .lts .nav li a{
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.5;display: block;
}
.footer .lts .nav li{
	margin-right: 30px;
}
.footer .lts .flax{
	display: flex;justify-content: space-between;align-items: center;
	margin-top: 50px;
}
.footer .lts  .ds .ico{
	width: 50px;display: block;margin-bottom: 10px;
}
.footer .lts  .ds p{
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.5;
}
.footer .rts h3{
	font-weight: 400;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 1.5;font-weight: bold;
}
.footer .rts h4{
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.5;
}
.footer .rts .btn{
	width: 177px;
	line-height: 40px;font-weight: 400;
font-size: 14px;display: block;
color: #FFFFFF;
	background: #2850FF;
	border-radius: 20px 20px 20px 20px;display: block;text-align: center;
	margin: 20px 0 40px;
}
.footer .rts p a{
	color: #FFFFFF;margin-right: 22px;display: inline-block;
}
.footer .rts p{
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
}
.footer .rts dd a{
	display: inline-block;
}
.footer .wrap{
    margin-bottom: 40px;
}


.hpage1{
	padding: 100px 0 140px;
}
.hpage1 .hds{
	text-align: center;
}
.hpage1 .hds h1{
	font-weight: bold;
	font-size: 72px;
	color: #000000;line-height: 1;
}
.hpage1 .hds .del{
	font-weight: 400;
	font-size: 24px;
	color: #000000;
	line-height: 1.5;;margin: 36px 0 52px;
}
.hpage1 .hds .search{
	width: 652px;
	height: 50px;
	background: #F3F3F3;
	border-radius: 25px 25px 25px 25px;
	border: 1px solid #DCDCDC;display: flex;align-items: center;
	margin: 0 auto;padding: 0 12px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.hpage1 .hds .search .t1{
	width: calc(100% - 110px);height: 32px;
	padding-left: 40px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;background: url(../images/qms3.png) no-repeat left center;background-size: 21px auto;font-size: 16px;
color: #000;border: none;
}
.hpage1 .hds .search .sub{
	width: 106px;
	height: 32px;
	line-height: 32px;
	background: #2850FF;
	border-radius: 41px 41px 41px 41px;display: block;font-weight: 400;
font-size: 16px;
color: #FFFFFF;border: none;cursor: pointer;text-align: center;
}
.hpage1 .fts .hs{
	background: #f6f7fb;border-radius: 5px 5px 0px 0px;
}
.hpage1 .fts .hs ul{
	display: flex;justify-content: center;align-items: center;
}
.hpage1 .fts .hs li a{
	font-weight: 400;
	font-size: 16px;
	color: #111111;
	line-height: 60px;display: block;
}
.hpage1 .fts .hs li{
	position: relative;width: 50%;text-align: center;
}
.hpage1 .fts .hs li::before{
	content: "";position: absolute;
	left: 0;right: 0;
	bottom: 0;z-index: 1;width: 100%;width: 0;
height: 2px;
background: #2850FF;
border-radius: 5px 5px 5px 5px;transition:all 0.3s;
-ms-transition:all 0.3s;  /* IE 9 */
-moz-transition:all 0.3s;     /* Firefox */
-webkit-transition:all 0.3s; /* Safari 和 Chrome */
-o-transition:all 0.3s;margin: 0 auto;
}
.hpage1 .fts .hs li:hover::before,
.hpage1 .fts .hs li.on::before{
	width: 24px;
}
.hpage1 .fts .hs li a:hover,
.hpage1 .fts .hs li.on a{
	color: #2850FF;font-weight: bold;
}
.hpage1 .fts table{
	width: 100%;border: 1px solid #e5e7eb;border-collapse: collapse;margin-top: 0;
}
.hpage1 .fts table td{
    border: none;
	padding: 18px 0;font-weight: 400;
font-size: 14px;text-align: center;
color: #111111;line-height: 1.5;border-bottom: 1px solid #e5e7eb;vertical-align: middle;
}
.hpage1 .fts table td a{
	color: #2850FF;font-size: 16px;
}
.hpage1 .fts table td:nth-child(1){
	width: 20%;
}
.hpage1 .fts table td:nth-child(2){
	width: 50%;
	position: relative;
}
.hpage1 .fts table td:nth-child(2):before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    width: 0;
    height: 2px;
    background: #2850FF;
    border-radius: 5px 5px 5px 5px;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin: 0 auto;
}
.hpage1 .fts table td:nth-child(2) a{
    display: block;
}
.hpage1 .fts table td:nth-child(2):hover::before{
    width: 24px;
}
.hpage1 .fts table td:nth-child(3){
	width: 30%;
}
.hpage1 .bds{
	margin: 100px 0 50px;
}
.hpage1 .bds h3{
	font-weight: bold;
	font-size: 24px;
	color: #000000;text-align: center;line-height: 1.5;
}
.hpage1 .bds .tps{
	margin-top: 40px;
	position: relative;
}
.hpage1 .bds .tps .AddLink{
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 10;
}
.hpage1 .bds .tps{
	background: #f6f7fb;border-radius: 5px 5px 0px 0px;
}
.hpage1 .bds .tps ul{
	display: flex;justify-content: center;align-items: center;
}
.hpage1 .bds .tps li a{
	font-weight: 400;
	font-size: 16px;
	color: #111111;
	line-height: 60px;
	/*display: block;*/
}
.hpage1 .bds .tps li{
	position: relative;width: 25%;text-align: center;cursor: pointer;
}
.hpage1 .bds .tps li::before{
	content: "";position: absolute;
	left: 0;right: 0;
	bottom: 0;z-index: 1;width: 100%;width: 0;
height: 2px;
background: #2850FF;
border-radius: 5px 5px 5px 5px;transition:all 0.3s;
-ms-transition:all 0.3s;  /* IE 9 */
-moz-transition:all 0.3s;     /* Firefox */
-webkit-transition:all 0.3s; /* Safari 和 Chrome */
-o-transition:all 0.3s;margin: 0 auto;
}
.hpage1 .bds .tps li:hover::before,
.hpage1 .bds .tps li.on::before{
	width: 24px;
}
.hpage1 .bds .tps li:hover a,
.hpage1 .bds .tps li.on a{
	color: #2850FF;font-weight: bold;
}
.hpage1 .bds .ovs{
	border: 1px solid #e5e7eb;border-radius: 6px;
	padding: 25px 16px;
}
.hpage1 .bds .notifi ul{
	/*display: flex;flex-wrap: wrap;align-items: center;*/
	    display: grid;
    grid-template-columns: repeat(4,calc(25% - 13.5px));
    gap: 18px;
}
.hpage1 .bds .notifi li span{
	font-weight: 400;
	font-size: 14px;
	color: #111111;
	line-height: 70px;display: inline-block;background: url(../images/qms10.png) no-repeat left center;background-size: 12px auto;padding-left: 24px;
}
.hpage1 .bds .notifi li a:hover span{
	text-decoration: underline;
}
.hpage1 .bds .notifi li{
	margin-right: 18px;background: #F9FAFB;
border-radius: 5px 5px 5px 5px;width: 100%;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;padding: 0 16px;
display: flex;
align-items: center;
justify-content: space-between;
}
.hpage1 .bds .produ li{
	background: #F9FAFB;
	border-radius: 5px 5px 5px 5px;width: 100%;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;padding: 10px 32px ;position: relative;
	cursor: pointer;
}
.hpage1 .bds .produ ul{
	/*display: flex;flex-wrap: wrap;align-items: flex-start;*/
	display: grid;
	grid-template-columns: repeat(4,calc(25% - 13.5px));
	gap: 18px;
}
.ProductName{
    font-size: 14px;
}
@media (min-width:1024px) and (max-width:1440px){
    .hpage1 .bds .produ ul{
        grid-template-columns: repeat(3,calc(33.3334% - 12px));
    }
    
}
@media (min-width:768px) and (max-width:1023px){
    .hpage1 .bds .produ ul{
        grid-template-columns: repeat(2,calc(50% - 9px));
    }
}
@media (max-width:767px){
    .hpage1 .bds .produ ul{
        grid-template-columns: repeat(1,100%);
    }
}
.hpage1 .bds .produ li h5{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	/*background: url(../images/qms6.png) no-repeat right center;background-size: 8px auto;*/
}
.hpage1 .bds .produ li .dnli{
	background: #F9FAFB;width: 100%;
	height: 180px;
	/* display: none; */
}
.hpage1 .bds .produ li .dnli.on{
	overflow-y: auto;
}
.hpage1 .bds .produ li dd a{
	font-weight: 400;
	font-size: 14px;
	color: #2850FF;
	line-height: 22px;display: block;
}
.hpage1 .bds .produ li dd{
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 8px;
}
.hpage1 .bds .produ li dd a:hover{
	text-decoration: underline !important;
}

.crumbs{
	margin: 24px 30px;
}
.crumbs dl{
	display: flex;align-items: center;
}
.crumbs dd span,
.crumbs dd a{
	font-weight: 400;
	font-size: 12px;
	color: #999999;line-height: 1.5;display: block;
}
.crumbs dd:nth-child(1) a{
	background: url(../images/qms11.png) no-repeat left center;background-size: 13px auto;
	padding-left: 30px;
}
.crumbs dd span{
	margin: 0 8px;
}


.pcnpolicy{
	padding: 40px 0 90px;
}
.pcnpolicy .hds{
	background: #F9FAFB;
	padding: 40px 50px 30px;
}
.pcnpolicy .hds h1{
	font-weight: bold;
	font-size: 48px;
	color: #000000;line-height: 1;margin-bottom: 14px;
}
.pcnpolicy .hds .del{
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 1.5;
}
.pcnpolicy .bds{
	margin-top: 24px;
}
.pcnpolicy .bds .tps ul{
	border-bottom: 2px solid #f2f3f5;display: flex;align-items: center;
	padding: 0 24px;
}
.pcnpolicy .bds .tps li a{
	font-weight: 400;
	font-size: 16px;
	color: #111111;line-height: 46px;display: block;
}
.pcnpolicy .bds .tps li{
	margin-right: 56px;position: relative;
}
.pcnpolicy .bds .tps li::before{
	content: "";position: absolute;
	left: 0;right: 0;
	bottom: -2px;z-index: 1;width: 100%;width: 0;
height: 2px;
background: #2850FF;
border-radius: 5px 5px 5px 5px;transition:all 0.3s;
-ms-transition:all 0.3s;  /* IE 9 */
-moz-transition:all 0.3s;     /* Firefox */
-webkit-transition:all 0.3s; /* Safari 和 Chrome */
-o-transition:all 0.3s;margin: 0 auto;
}
.pcnpolicy .bds .tps li.on::before{
	width: 24px;
}
.pcnpolicy .bds .tps li a:hover,
.pcnpolicy .bds .tps li.on a{
	color: #2850FF;font-weight: bold;
}
.pcnpolicy .bds .del{
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 1.5;margin-top: 22px;
}
.uitsteed{
	position: fixed;
	right: 1%;
	bottom: 10%;z-index: 12; 
}
.uitsteed .tps h6{
	font-weight: 400;
	font-size: 12px;
	color: #868686;line-height: 1.4;text-align: center;margin-top: 6px;
}
.uitsteed .tps .ico{
	width: 57px;display: block;margin: 0 auto;
}
.uitsteed .tps{
	cursor: pointer;
}

html{
    overflow: revert;
}
.femtobolt .hds a:hover{
    color: #2850FF;
}

.magemini{
	margin-top: 30px;
	display: flex;justify-content: space-between;
}
.magemini .uslts{
	width: 300px;padding: 10px 24px 0 30px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;overflow-y: auto;height: 100%;position: sticky;
	left: 0;right: 0;z-index: 11;
	background: #fff;
	top: 70px;z-index: 2;height: 100vh;
}
.magemini .uslts::before{
	content: "";position: absolute;
	left: 0;right: 0;
	top: 0;z-index: -1;background: #fafbfc;width: 100%;height: 100%;
}
.magemini .usrts{
    margin-top: 0;
	display: flex;justify-content: space-between;align-items: flex-start;
	width: calc(100% - 410px);
}
.magemini .usrts .femtobolt{
    padding-top: 0;
}
.magemini .rating{
	width: calc(100% - 360px);-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;padding-right: 70px;padding-bottom: 180px;position: relative;
}
.magemini .thispage{
	width: 360px;padding: 0 60px 0 25px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;position: sticky;top: 70px;z-index: 10;
	-o-box-sizing: border-box;background: #fff;
	box-sizing: border-box;
	height: 91vh;
	overflow: auto;
}
.magemini .thispage::-webkit-scrollbar{
    display: none;
}
/*.magemini .rating::before{*/
/*	content: "";position: absolute;*/
/*	right: 0;*/
/*	top: -70px;z-index: 1;width: 1px;height: 100%;background: #e5e7eb;*/
/*}*/
.magemini .rating{
    border-right: 1px solid #e5e7eb;
}
.magemini .thispage .hs{
	padding: 24px 0 20px;border-bottom: 1px solid #e5e7eb;
}
.magemini .thispage h3{
	font-weight: bold;
	font-size: 16px;
	color: #000000;line-height: 1.5;margin-bottom: 14px;
}
/*.magemini .thispage .hs li{*/
/*	margin-bottom: 14px;*/
/*}*/
.magemini .thispage .hs li h4{
	font-weight: 400;
	font-size: 14px;
	color: #111111;line-height: 1.5;margin-bottom: 6px;
}
.magemini .thispage .hs li p a{
	font-weight: 400;
	font-size: 14px;
	color: #868686;line-height: 1.5;margin-bottom: 5px;display: block;
}
.magemini .thispage .hs li .ds{
	padding-left: 15px;
}
.magemini .thispage .bs{
	padding: 33px 0 38px;border-bottom: 1px solid #e5e7eb;
}
.magemini .thispage .bs .text{
	background: #F9FAFB;
	border-radius: 10px 10px 10px 10px;
	padding: 14px 40px 14px 20px;display: inline-block;
}
.magemini .thispage .bs .text p a{
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 22px;display: block;
	margin-bottom: 10px;
}
.magemini .thispage .fs{
	padding: 28px 0;
}
.magemini .thispage .fs dd a{
	font-weight: 400;
	font-size: 14px;
	color: #2850FF;
	line-height: 32px;display: block;padding-left: 28px;
}
.magemini .thispage .fs dd:nth-child(1) a{
	background: url(../images/qms14.png) no-repeat left center;background-size: 14px auto;
}
.magemini .thispage .fs dd:nth-child(2) .dropdown-container{
	background: url(../images/qms16.png) no-repeat left center;background-size: 14px auto;
}
.magemini .thispage .fs dd:nth-child(2) .dropdown-container{
    font-weight: 400;
    font-size: 14px;
    color: #2850FF;
    line-height: 32px;
    display: block;
    padding-left: 28px;
    cursor: pointer;
}
.magemini .thispage .fs dd:nth-child(2) .dropdown-container .dropdown-menu.wide{
    right: 20%;
}
.magemini .rating .hds{
	padding: 36px 0 10px;border-bottom: 2px solid #f2f3f5;
}
.magemini .rating .hds h2{
	font-weight: bold;
	font-size: 48px;
	color: #000000;line-height: 1;margin-bottom: 14px;
}
.magemini .rating .hds p{
	font-weight: 400;
	font-size: 14px;
	color: #000000;line-height: 1.5;
}
.magemini .rating .text{
	margin-top: 18px;
}
.magemini .rating .text h3{
	font-weight: bold;
	font-size: 24px;
	color: #000000;line-height: 1.5;margin-bottom: 12px;
}
.magemini .rating .text p{
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 22px;
}
/*.magemini .rating .text p span{*/
/*	color: #2850FF;*/
/*}*/
.magemini .rating .text .bns{
	font-weight: 400;
	font-size: 16px;
	color: #2850FF;display: inline-block;
	margin-top: 30px;
}
.magemini .rating .text .bns:hover{
	text-decoration: underline !important;
}
.magemini .uslts li{
	margin-bottom: 16px;
	
}
.magemini .uslts li h3{
	display: flex;justify-content: space-between;align-items: center;
}
.magemini .uslts li h3 span{
	font-weight: bold;
	font-size: 14px;
	color: #000000;line-height: 1.5;display: block;
}
.magemini .uslts li div a{
    font-weight: bold;
	font-size: 14px;
	color: #000000;line-height: 1.5;display: block;
}
.magemini .uslts li div a:hover{
        color: #2850FF;
        text-decoration: underline !important;
}
.magemini .uslts li i{
	background: url(../images/qms13.png) no-repeat right center;background-size: 5px auto;width: 20px;height: 20px;display: block;
}
.magemini .uslts li .dnli{
	margin-top: 10px;
}
.magemini .uslts li dd{
	margin-bottom: 14px;
}
.magemini .uslts li dd  > h4{
    font-weight: bold !important;
}
.magemini .uslts li dd h4{
	font-weight: 400;
	font-size: 14px;
	color: #000000;line-height: 1.5;
	background: url(../images/qms13.png) no-repeat right  center;background-size: 5px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.magemini .uslts li dd h4 img{
    margin-right: 15px;
}
.magemini .uslts li dd .dns{
	margin-top: 10px;
}
.magemini .uslts li dd .dns .MyLink a{
	font-weight: 400;
	font-size: 12px;
	color: #868686;line-height: 1.5;;display: block;padding: 10px 0 10px 25px;
}
.magemini .uslts li dd .dns .MyLink:hover,.magemini .uslts li dd .dns .MyLink.MyHover{
    background: rgba(32,71,247,0.1);
}
.magemini .uslts li dd .dns h4{
    font-weight: 400;
	font-size: 12px;
	color: #868686;line-height: 1.5;;display: block;padding: 10px 0 10px 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.magemini .uslts li dd .dns .dns a{
    padding: 10px 0 10px 44px;
}
.magemini .uslts li dd .dns .MyLink{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/*.magemini .uslts li dd .dns p::before{*/
/*	background: #2850FF;width: 2px;position: absolute;*/
/*	left: 0;*/
/*	top: 0;z-index: 1;content: "";height: 100%;display: none;*/
/*}*/
.magemini .uslts li dd .dns .MyLink a:hover,.magemini .uslts li dd .dns .MyLink a.active{
	color: #2850FF;
}
.magemini .uslts li dd .dns p:hover::before{
	display: block;
}

		.magemini1 .uslts li{
			margin-bottom: 16px;
			
		}
		.magemini1 .uslts li h3{
			display: flex;justify-content: space-between;align-items: center;
		}
		.magemini1 .uslts li h3 span{
			font-weight: bold;
			font-size: 14px;
			color: #000000;line-height: 1.5;display: block;
		}
		.magemini1 .uslts li i{
			background: url(../images/qms13.png) no-repeat right center;background-size: 5px auto;width: 20px;height: 20px;display: block;
		}
		.magemini1 .uslts li .dnli{
			margin-top: 10px;
		}
		.magemini1 .uslts li dd{
			margin-bottom: 14px;
		}
		.magemini1 .uslts li dd h4{
			font-weight: bold;
			font-size: 14px;
			cursor: pointer;
			color: #000000;line-height: 1.5;
			background: url(../images/qms13.png) no-repeat right center;
            background-size: 5px auto;
		}
		.magemini1 .uslts li dd h4.on{
		        background: url(../images/qms6.png) no-repeat right center;
		}
		.magemini1 .uslts li dd .dns{
			margin-top: 10px;
			padding: 0 10px;
		}
		.magemini1 .uslts li dd .dns p a{
			font-weight: 400;
			font-size: 12px;
			color: #868686;line-height: 1.5;;display: block;padding: 10px 0 10px 44px;
		}
		.magemini1 .uslts li dd .dns p{
			position: relative;
		}
		.magemini1 .uslts li dd .dns p::before{
			background: #2850FF;width: 2px;position: absolute;
			left: 0;
			top: 0;z-index: 1;content: "";height: 100%;display: none;
		}
		.magemini1 .uslts li dd .dns p a:hover{
			background: #F6F7FB;color: #2850FF;
		}
		.magemini1 .uslts li dd .dns p:hover::before{
			display: block;
		}
		.magemini1 .uslts li dd .dns{
		    display: none;
		}
.magemini .femtobolt{
	padding: 30px 100px 80px 0;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.magemini .femtobolt h2{
	font-weight: bold;
	font-size: 48px;
	color: #000000;line-height: 1;
}
.magemini .femtobolt .hds{
	padding: 40px 0;
}
.magemini .femtobolt .hds h3{
	font-weight: bold;
	font-size: 24px;
	color: #000000;line-height: 1.5;margin-bottom: 10px;
}
.magemini .femtobolt .hds p{
	font-weight: 400;
	font-size: 16px;
	color: #000000;line-height: 1.5;
}
.magemini .femtobolt .flax{
	display: flex;justify-content: space-between;align-items: center;
}
.magemini .femtobolt .flax h3{
	font-weight: bold;
	font-size: 24px;
	color: #000000;line-height: 1.5;
}
.magemini .femtobolt .flax .btn{
	width: 99px;
	height: 40px;
	background: #2850FF;
	border-radius: 20px 20px 20px 20px;text-align: center;
}
.magemini .femtobolt .flax .btn span{
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;display: inline-block;background: url(../images/qms21.png) no-repeat left center;background-size: 18px auto;line-height: 40px;display: inline-block;padding-left: 25px;
}
.magemini .usrts.on{
	display: block;width: calc(100% - 400px);
}
.magemini .femtobolt .list{
	margin-top: 10px;
}
.EditLink{
    cursor: pointer;
}
.magemini .femtobolt .list ul{
	display: flex;flex-wrap: wrap;justify-content: space-between;
	position: relative;
	display: block;
}
.magemini .femtobolt .list li{
	background: #F9FAFB;
	border-radius: 5px 5px 5px 5px;position: relative;margin-bottom: 20px;
	width: calc((100% - 62px)/4);
	padding: 30px 16px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.magemini .femtobolt .list li ol li{
    width: 100%;
    position: static;
    padding: 0;
}
.magemini .femtobolt .list li:nth-child(5n){
	margin-right: 0;
}
.magemini .femtobolt .list .ico{
	width: 36px;position: absolute;
	right: 14px;
	top: 14px;z-index: 1;
	cursor: pointer;
}
.magemini .femtobolt .list .ico img{
	width: 40%;display: inline-block;
}
.magemini .femtobolt .list h4{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	line-height: 24px;padding-left: 20px;background: url(../images/qms10.png) no-repeat left center;background-size: 12px auto;margin-bottom: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.magemini .femtobolt .list .NowLink a{
	font-weight: 400;
	font-size: 14px;
	color: #2850FF;
	line-height: 22px;display: inline-block;
	padding-left: 20px;
}
.magemini .femtobolt .list .NowLink{
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 10px;
}
.magemini .femtobolt .list .NowLink a:hover{
	text-decoration: underline !important;
}
.magemini .femtobolt .list ol{
    padding-right: 0;
}
.umask{
	position: fixed;
	left: 0;right: 0;
	top: 0;z-index: 12;width: 100%;height: 100%;background: rgba(0,0,0,0.5); 
	display: none;
}
.umsktianjia{
	position: fixed;
	left: 0;right: 0;
	top: 20%;z-index: 13; width: 380px;
background: #F9FAFB;
border-radius: 10px 10px 10px 10px;margin: 0 auto;
padding: 20px 24px;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
display: none;
}
.umsktianjia .hds{
	display: flex;justify-content: space-between;align-items: center;
}
.umsktianjia .hds h2{
	font-weight: bold;
	font-size: 24px;
	color: #000000;line-height: 1;
}
.umsktianjia .hds .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
 }
.umsktianjia .hds .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
.umsktianjia .hds .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
.umsktianjia .hds .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
.umsktianjia .hds input:checked + .slider {
    background-color: #2850FF;
  }
.umsktianjia .hds input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
.umsktianjia .hds .slider.round {
    border-radius: 36px;
  }
.umsktianjia .hds .slider.round:before {
    border-radius: 50%;
  }

.umsktianjia .fms{
	margin-top: 16px;
}
.umsktianjia .fms li{
	margin-bottom: 14px;
}
.umsktianjia .fms li h4{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	line-height: 30px;
}
.umsktianjia .fms li .t1{
	width: 100%;
	height: 38px;font-weight: 400;
font-size: 12px;
color: #000;padding: 0 12px;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;border: 1px solid #dddddd;
}
.umsktianjia .fms li .rs{
	width: 100%;
	height: 38px;border: 1px solid #dddddd;background: #fff;display: flex;justify-content: space-between;align-items: center;padding: 0 10px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.umsktianjia .fms li .t2{
	width: calc(100% - 42px);border: none;background: none;height: 100%;
	padding: 0;
}
.umsktianjia .fms li .h6{
	font-weight: 400;
	font-size: 12px;
	color: #2850FF;line-height: 38px;width: 38px;text-align: right;
}
.umsktianjia .btn{
	display: flex;justify-content: space-between;align-items: center;
}
.umsktianjia .btn .b1{
	width: 158px;
	line-height: 36px;
	background: #FFFFFF;
	border-radius: 40px 40px 40px 40px;
	border: 1px solid #2850FF;font-weight: 400;
font-size: 14px;
color: #2850FF;text-align: center;
}
.umsktianjia .btn .b1.on{
	background: #2850FF;color: #fff;
}
.umsktianjia .abo{
	overflow-y: scroll;
	height: 240px;
}
.umsktianjia .abo li{
	margin-bottom: 12px;
}
.umsktianjia .abo li .tps,.umsktianjia .abo li .ovs{
	margin-bottom: 6px;
	display: flex;align-items: center;
}
.umsktianjia .abo li label{
	font-weight: 400;
	font-size: 14px;
	color: #000000;padding-left: 26px;
	line-height: 1.8;background: url(../images/qms24.png) no-repeat left center;background-size: 18px auto !important;
	cursor: pointer;
	display: inline-block;
}
.umsktianjia .abo li input:checked + label{
	background: url(../images/qms24-1.png) no-repeat left center;
}
.umsktianjia .abo li .tps .c1,.umsktianjia .abo li .ovs .c1{
	display: none;
}
.umsktianjia .abo li .tps i, .umsktianjia .abo li .ovs i{
	background: url(../images/qms6.png) no-repeat right center;background-size: 8px auto;
	padding-right: 15px;display: inline-block;height: 24px;cursor: pointer;
}
.umsktianjia .abo li .dnli,.umsktianjia .abo li .dns{
	padding-left: 22px;
}

.umsktianjia .abo li dd .c1{
	display: none;
}
.umsktianjia .abo li dd{
	margin-bottom: 2px;
}



.usous{
	display: flex;justify-content: space-between;
}
.usous .uslts{
	width: 300px;padding: 30px 24px 0 30px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;overflow-y: scroll;position: sticky;
	left: 0;
	top: 70px;z-index: 2;height: 100vh;
}
.usous .uslts::before{
	content: "";position: absolute;
	left: 0;right: 0;
	top: 0;z-index: -1;background: #fafbfc;width: 100%;height: 100%;
}
.usous .usrts{
	width: calc(100% - 410px);padding-right: 116px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.usrts{
    margin: 20px 0;
}
 .usrts .search1{
	width: 652px;
	height: 50px;
	background: #F3F3F3;
	border-radius: 25px 25px 25px 25px;
	border: 1px solid #DCDCDC;display: flex;justify-content: space-between;align-items: center;
	padding: 0 12px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
 .usrts .search1 .t1{
	width: calc(100% - 110px);height: 32px;
	padding-left: 40px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;background: url(../images/qms3.png) no-repeat left center;background-size: 21px auto;font-size: 16px;
color: #000;border: none;
outline:none;
}
 .usrts .search1 .sub{
	width: 106px;
	height: 32px;
	background: #2850FF;
	border-radius: 41px 41px 41px 41px;display: block;font-weight: 400;
font-size: 16px;
color: #FFFFFF;border: none;cursor: pointer;text-align: center;
}
.usous .usrts .list li{
	padding: 30px 0 36px;border-bottom: 1px solid #E5E7EB;
}
.usous .usrts .list li h4{
	font-weight: bold;
	font-size: 24px;
	color: #2850FF;line-height: 1.5;margin-bottom: 10px;
}
.usous .usrts .list li p{
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 1.5;
}
.usous .usrts .list li p span{
	background: #2850FF;color: #fff;padding: 0 2px;
}
.usous .usrts .list{
	margin-top: 30px;
}
.usous .uslts .hs .t1{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;background: url(../images/qms3.png) no-repeat left 10px center;background-size: 21px auto;font-size: 16px;
	color: #000;border: none;width: 100%;
height: 100%;
border-radius: 8px 8px 8px 8px;
border: 1px solid #DCDCDC;padding-left: 44px;
}
.usous .uslts .hs{
	width: 215px;height: 40px;
background: #F3F3F3;
}
.usous .uslts ul{
	margin-top: 20px;
}
.usous .uslts li{
	margin-bottom: 12px;
}
.usous .uslts li .tps{
	margin-bottom: 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.usous .uslts li .tps i{
	width: 24px;height: 24px;background: url(../images/qms4.png) no-repeat center center;background-size: 5px auto;
	cursor: pointer;transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.usous .uslts li .tps i.on{
	transform: rotate(90deg);
}
.usous .uslts li label{
	font-size: 14px;
	color: #000000;padding-left: 26px;
	line-height: 1.8;background: url(../images/qms24.png) no-repeat left center;background-size: 18px auto;
	cursor: pointer;display: inline-block;
}
.usous .uslts li input:checked + label{
	background: url(../images/qms24-1.png) no-repeat left center;background-size: 18px auto;
}
.usous .uslts li .tps label{
	font-weight: bold;
}
.usous .uslts li .tps .c1{
	display: none;
}
.usous .uslts li .tps{
	
}
.usous .uslts li .dnli{
	padding-left: 22px;
}

.usous .uslts li dd .c1{
	display: none;
}
.usous .uslts li dd{
	margin-bottom: 2px;
}
.usous .uslts li dd label{
	font-weight: 400;
	font-size: 16px;
	color: #000000;
}


.upages dl{
	display: flex;justify-content: center;align-items: center;
}
.upages dd{
	margin: 0 5px;
}
.upages dd,
.upages dd a{
	width: 30px;line-height: 30px;text-align: center;
	display: block;font-weight: 400;
font-size: 14px;
color: #727171;
}
.upages dd{
	font-size: 13px;
	color: #727171;line-height: 30px;text-align: center;
}
.upages dd .t1{
	width: 33px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #DBDBDB;font-size: 14px;
color: #727171;text-align: center;
}
.upages dd.on{
	margin-right: 20px;ma
}
.upages dd .sub{
	width: 76px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 20px 20px 20px 20px;
	border: 1px solid #2850FF;cursor: pointer;display: block;font-weight: 400;
font-size: 13px;
color: #2850FF;text-align: center;
}
.upages dd span{
	display: inline-block;
}
.upages dd a:hover{
	color: #2850FF;
}

.eollist .flax{
	display: flex;justify-content: flex-end;align-items: center;
	margin: 22px 0;
}
.eollist .flax .btn{
	width: 133px;
	background: #2850FF;
	border-radius: 20px 20px 20px 20px;display: block;text-align: center;
}
.eollist .flax .btn span{
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;line-height: 40px;display: inline-block;background: url(../images/qms25.png) no-repeat left center;background-size: 14px auto;padding-left: 22px;
}
.eollist .box{
	border: 1px solid #E5E7EB;border-radius: 5px;margin-bottom: 40px;
}
.eollist .box .tops ul{
	display: flex;justify-content: space-around;align-items: center;background: #F9FAFB;
	padding: 0 35px;
}
.eollist .box .tops li{
	font-weight: 400;
	font-size: 14px;
	color: #111111;line-height: 20px;display: flex;justify-content: center;align-items: center;
	padding: 20px 0;
}
.eollist .box .tops li:nth-child(1){
	width: 140px;
}
.eollist .box .tops li:nth-child(2){
	width: 130px;
}
.eollist .box .tops li:nth-child(3){
	width: 400px;
}
.eollist .box .tops li:nth-child(4){
	width: 250px
}
.eollist .box .tops li:nth-child(5){
	width: 250px
}
.eollist .box .tops li i{
	width: 12px;display: block;margin-right: 10px;
}
.eollist .box .tops li span{
	display: block;
}
.eollist .box .tops li:last-child{
	border-bottom: none;
}
.eollist .box .list li{
	border: 1px solid #E5E7EB;display: flex;justify-content: space-between;align-items: center;
	padding: 30px 35px 30px 50px;
}
.eollist .box .list li h4{
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 26px;
}
.eollist .box .list li .bns{
	width: 90px;
	line-height: 40px;
	background: #FFFFFF;
	border-radius: 20px 20px 20px 20px;
	border: 1px solid #2850FF;display: block;text-align: center;font-weight: 400;
font-size: 14px;
color: #2850FF;
}
.upages dd .sub:hover,
.eollist .box .list li .bns:hover{
	background: #2850FF;color: #fff;
}
.eollist .box .list li h4:nth-child(1){
	width: 150px;
}
.eollist .box .list li h4:nth-child(2){
	width: 160px;
}
.eollist .box .list li h4:nth-child(3){
	width: 472px;padding-right: 80px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.eollist .box .list li h4:nth-child(4){
	width: 190px;
}
.eollist .box .list li h4:nth-child(5){
	width: 245px;
}

.eollist .box .tobs{
	display: flex;justify-content: space-between;align-items: center;
	padding: 15px 0 18px;border-bottom: 1px solid #ebedf0;
}
.eollist .box .tobs .ls{
	display: flex;align-items: center;padding-left: 14px;
}
.mtext1{
	width: 150px;
	height: 40px;
	background: #F9FAFB;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #E5E7EB;font-weight: 400;
font-size: 14px;
color: #000;text-align: center;margin-right: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
padding: 0 10px;
}
.mtext1.mlses{
	background: url(../images/qms6.png) no-repeat right 10px center/8px auto #F9FAFB;
	text-align: left;
}
.mtext1.mtime{
	width: 254px;
	color: #C8C8C8;background: url(../images/qms22.png) no-repeat left 10px center/14px auto #F9FAFB;
	text-align: left;padding: 0 34px;
}
.po{
	position: relative;
}
.eollist .box .tobs .ls .t2{
	width: calc(100% - 12px);background: none;border: none;text-align: left;
	padding: 0 0 0 24px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;margin-right: 0;
}
.eollist .box .tobs .ls i{
	width: 8px;display: block;
}
.eollist .box .tobs .ls .sel{
	position: relative;
}
.eollist .box .mskxunz{
	width: 260px;
	height: 267px;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px 1px #DCDCDC;
	border-radius: 5px 5px 5px 5px;position: absolute;
	right: 0;left: 0;
	top: 100%;z-index: 1;box-shadow: 0 5px 10px 0 rgba(80,80,80,0.2);
	overflow-y: scroll;padding: 22px 15px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.eollist .box .mskxunz .hs .t1{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;background: url(../images/qms3.png) no-repeat left 10px center;background-size: 21px auto;font-size: 16px;
	color: #000;border: none;width: 100%;
height: 100%;
border-radius: 8px 8px 8px 8px;
border: 1px solid #DCDCDC;padding-left: 44px;
}
.eollist .box .mskxunz .hs{
	width: 100%;height: 40px;
background: #F3F3F3;border-radius: 8px 8px 8px 8px;
}
.eollist .box .mskxunz ul{
	margin-top: 20px;
}
.eollist .box .mskxunz li{
	margin-bottom: 12px;
}
.eollist .box .mskxunz li .tps{
	margin-bottom: 6px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.eollist .box .mskxunz li label{
	font-size: 14px;
	color: #000000;padding-left: 26px;
	line-height: 1.8;background: url(../images/qms24.png) no-repeat left center;background-size: 18px auto !important;
}
.eollist .box .mskxunz li input:checked + label{
	background: url(../images/qms24-1.png) no-repeat left center;
}
.eollist .box .mskxunz li .tps label{
	font-weight: bold;
}
.eollist .box .mskxunz li .tps .c1{
	display: none;
}
.eollist .box .mskxunz li .tps i{
	background: url(../images/qms6.png) no-repeat right center;background-size: 8px auto;
	width: 24px;height: 24px;display: inline-block;
}
.eollist .box .mskxunz li .dnli{
	padding-left: 22px;
}

.eollist .box .mskxunz li dd .c1{
	display: none;
}
.eollist .box .mskxunz li dd{
	margin-bottom: 2px;
}
.eollist .box .mskxunz li dd label{
	font-weight: 400;
	font-size: 16px;
	cursor: pointer;
	color: #000000;
	display: inline-block;
}
.eollist .box .tobs .rs{
	padding-right: 226px;display: flex;align-items: center;
}

.msktancha{
	position: absolute;
	right: 0;height: 400px;
	z-index: 12;width: 497px;bottom: 100%;
background: #F9FAFB;margin-bottom: 30px;
box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.1);
border-radius: 10px 10px 10px 10px;padding: 15px 12px;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;display: none;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.msktancha::before{
	content: "";position: absolute;
	right: 24px;
	bottom: -16px;z-index: 1; background: url(../images/qms26.png) no-repeat center;background-size: 23px auto;
	width: 23px;height: 17px;
}
.msktancha h2{
	font-weight: bold;
	font-size: 24px;
	color: #000000;line-height: 1.5;
}
.msktancha .text{
	background: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #DDDDDD;padding: 6px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.msktancha .text .flax{
	display: flex;justify-content: flex-end;align-items: center;
}
.msktancha .text .btn{
	width: 90px;
	line-height: 32px;
	background: #2850FF;
	border-radius: 20px 20px 20px 20px;font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;text-align: center;
    border: none;
}
.msktancha .text .t1{
	width: 100%;height: 50px;border: none;background: none;
	resize: none;padding: 6px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;font-weight: 400;
font-size: 14px;
color: #000000;line-height: 1.5;
}
.msktancha .bds{
	margin-top: 10px;
}
.msktancha .bds ul{
	overflow-y: scroll;
	max-height: 200px;
}
.msktancha .bds li{
	display: flex;justify-content: space-between;align-items: flex-start;
	margin-bottom: 24px;
}
.msktancha .bds li.on{
	flex-direction: row-reverse;
}
.msktancha .bds li .ico{
	width: 34px;
}
.msktancha .bds li .ico img{
	width: 100%;display: block;
}
.msktancha .bds li .txt{
	width: calc(100% - 40px);
}
.msktancha .bds li.on .txt{
	display: flex;justify-content: flex-end;
}
.msktancha .bds li .ts{
	background: #FFFFFF;border-radius: 2px 2px 2px 2px;padding: 12px 22px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;overflow: hidden;display: inline-block;
}
.msktancha .bds li .ts h2{
    font-size: 16px;
}
.msktancha .bds li p{
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 1.5;
}
.msktancha .bds li p a{
    color: #0078f0;
}
.footer .lts .MyText{
    margin-top: 20px;
    color: #999999;
    font-size: 14px;
}
.hpage1 .bds .ovs .ds:nth-child(n+2){
	display: none;
}
.magemini .uslts li dd h4,
.magemini .uslts li h3{
	cursor: pointer;
}
.magemini .uslts li dd .dns,
.magemini .uslts li .dnli{
	display: none;
}
.magemini .uslts li.fenlei .dnli{
    display: block;
}
.magemini .thispage .bs .text p a:hover,
.magemini .thispage .hs li p a:hover{
	color: #2850FF;
}
.crumbs dd.on a,
.crumbs dd a:hover{
	color: #2850FF;
}
.header .adm .dli dd a:hover,
.hpage1 .bds .notifi li span:hover{
	color: #2850FF;
}

.magemini .uslts li h3 i{
	
}
.magemini .uslts li h3.on i{
	background: url(../images/qms6.png) no-repeat right center;
}
.magemini .uslts li dd h4.on{
	background: url(../images/qms6.png) no-repeat right center;
}
.card .hpage1 .fts table td:nth-child(1){
    width: 70%;
}
.card .hpage1 .fts table td:nth-child(2){
    width: 30%;
    vertical-align: middle;
}
.card .hpage1 .rls table{
    width: 100%;
    border: none;
}
.card .hpage1 .rls table td,.card .hpage1 .rls table th{
    
    vertical-align: middle;
    text-align: center;
}
.card .hpage1 .rls table td:nth-child(2){
    width: 5%;
}
.CodeMirror pre:before{
    content:none;
}
.card .hpage1 .rls table td:nth-child(2){
    width: 45%;
}
.card .hpage1 .rls table td:nth-child(3){
    width: 30%;
}
.card .hpage1 .rls table td:nth-child(4){
    width: 20%;
}
.card .hpage1 .fts table th,.card .hpage1 .rls table th{
    border: none;
    padding: 18px 0;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #111111;
    line-height: 1.5;
    border-bottom: 1px solid #e5e7eb;
}
.card .hpage1{
    padding: 32px 0;
}