:root {font-size: 16px;color: #04001F;}
a {text-decoration: none;transition: color 0.3s ease;}

h1, h2, h3, p {margin-block-start: 0;margin-block-end: 0;}
body {margin: 0;padding: 0;box-sizing: border-box;}
img {vertical-align: middle;border-style: none;}

.oohhoohh {visibility: hidden;}


.content1,.background-1 {background: linear-gradient(268deg, #F1F3FF 0.83%, #FFF 14.17%, #FAE7FF 23.15%, #FEFFFF 46.62%, #ECF5FF 65.12%, #FDF5FF 86.7%);}
.content2,.background-2 {background: #EEE4FF;}
.content3,.background-3 {background: linear-gradient(181deg, #FFF 53.58%, #FCFAFF 100.35%);}
.content4,.background-4 {background: #E2EBFF;}
.content5,.background-5 {background: #FFFFFF;}

.content6,.background-6 {background: linear-gradient(181deg, #C7DBFF 53.58%, #ECE1FF 100.35%);}

.content7,.background-7 {background: linear-gradient(91deg, #F6B1FF 8.08%, #F4EAFF 64.79%, #C5CBFF 86.86%);}

.article-title {
  color: #04001f;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: 2px;
}

.article-content {
  color: #272e2b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 2px;
}

.content-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: 3px;
}

.content-content {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 2px;
}

.flex {display: flex;}
.basis-xs {flex-basis: 20%;}
.basis-sm {flex-basis: 40%;}
.basis-df {flex-basis: 50%;}
.basis-lg {flex-basis: 60%;}
.basis-xl {flex-basis: 80%;}
.flex-sub {flex: 1;}
.flex-twice {flex: 2;}
.flex-treble {flex: 3;}
.flex-six {flex: 6;}

.flex-direction {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-center {align-items: center;}

.align-stretch {
  align-items: stretch;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-stretch {
  align-self: stretch;
}

.align-stretch {align-items: stretch;}
.align-center{text-align: center;}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;text-align: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.link {cursor: pointer;}

.fixed {position: fixed;}


.flex_row{display: -webkit-box;display: -webkit-flex;display: flex;}
.flex_col{height:100%;display: -webkit-box;display: -webkit-flex;display: flex;-webkit-box-orient: vertical;-webkit-flex-flow: column;flex-flow: column;}
.flex_son{-webkit-box-flex: 1;-webkit-flex: 1;flex:1;}



.faq-item {border-bottom: 1px solid #eee;border-radius: 10px;overflow: hidden;}
.faq-item summary {padding:1em;cursor: pointer;font-weight: 500;display: flex;justify-content: space-between;align-items: center;}
.faq-item[open] {background: #F5F7FB;margin-bottom:1em;}
.faq-item summary::after {content: "";width: 28px;height: 28px;font-size: 14px;transition: transform 0.3s ease;background-image: url("/skin/app-html/images/summary-close.png");background-size: contain;background-repeat: no-repeat;}
.faq-item[open] summary::after {background-image: url("/skin/app-html/images/summary-open.png");background-size: contain;background-repeat: no-repeat;}
.faq-title {font-style: normal;font-weight: 500;line-height: 16px;letter-spacing: 1px;}
.faq-content {color: #616264;font-style: normal;font-weight: 400;line-height: 16px;letter-spacing: 1px;padding:1em;}



.header-box-shadow{box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.0392156863);}

/*头部*/
.header {background: #FFF;position: fixed;left:0;top:0;right:0;z-index:999;}
.header-height{height:46px;}
.header-menu{height:46px;}
.header-logo img{width: 94px;height: 28px;margin:9px 4px 0 1em;}

.btn-download-wrapper{position: relative;}
.btn-download-wrapper a{color:#FFF;}
.btn-download-wrapper .qrcode {display: none;}

.btn-download-wrapper .btn{border-radius:6px;background: #383736;font-size:0.8em;color: #ffffff;padding:0.4em 1.2em;margin-top:0.5em;}
.header-menu-item{color: #3e4b4a;margin-left:1em;font-size:0.9em;padding-top:1em;}
.header-son-menu{position: relative;}
.header-menu-box{position: absolute;right:0;top:2em;background: #FFF;padding:1em;width:120px;text-align:center;display: none;}
.header-son-menu .header-menu-more{padding:0.5em 1em 0 1em;}
.header-son-menu .header-menu-more .iconfont{font-size:1.2em;}


/*主页*/
.index-search-box{text-align:center;padding:1em 0 0em 0;}
.index-search-box .top-image-box{margin:0 2em 0 2em;}
.index-search-box .top-image{width:100%;}
.index-search-box .menu-box{margin-top:2em;}
.index-search-box .menu-item{display: inline-block;color: #777;letter-spacing: 1px;padding:0 0.5em;}

.search-input-box{
    height:2.5rem;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #4a586f;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;margin:1em 1em 0 1em;position: relative;}
.search-input-box:focus-within{border: 2px solid #333}
.search-input-box input{width: 90%;
    -ms-flex: 1 1;
    flex: 1 1;height:2.5rem;font-size:0.7em;line-height:1rem;color: #333;padding-left: 14px;border: 0;}
.search-input-box .btn{width: 96px;
    height:2.5rem;
    font-weight: 500;
    color: #333;
    line-height: 22px;
    border: 0;
    border-left: 1px solid #4a586f;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;}
.index-search-down{margin:2em 0.5em 0 0.5em;}
.index-search-down img{width:100%;}

/*小标题*/
.nav-box{margin-top:1em;}
.nav-box .title{position: relative;font-size:1.1rem;font-weight: 600;color: #333;line-height:1.1rem;padding-left: 1.6rem;}
.nav-box .title:before{position: absolute;width:2px;height:0.8rem;top:0.1rem;background: #5b9eff;content:" ";left:1em;}

/*列表展示*/
.lists-box{margin:1em 0;}
.lists-box .li{display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;margin: 1em 0 0 1em;}
.lists-box .li img{width: 14px;height: 16px;vertical-align: middle;border-style: none;}
.lists-box .li a{font-size:0.95em;color: #333;margin-left: 5px;width:90%;overflow: hidden;white-space: nowrap;-o-text-overflow: ellipsis;text-overflow: ellipsis;cursor: pointer;}


/*页脚*/
.footer{background: #3d3e49;position: relative;color: #fff;padding:0.2em 0 2em 0;margin-top:1em;}
.footer img{background: none;}
.footer .fib{display: none;}
.footer .fib img{width:200px;height:200rpx;border-radius:1rem;}
.footer .wechat{position: relative;}
.footer .wechat .icon-weixin{color:#FFF;font-size:3em;}
.footer .wechat img{background: none;}
.footer .wechat:hover .fib{display: block;position: absolute;background: #FFF;}

.footer .level-title{font-size:0.9em;display: inline-block;margin:0.8em 0 0 1em;}
.footer a{color:#FFF;} 

.footer .level-1-2{margin-top:1em;}
.footer .level-1-2 .box{width:120px;text-align:center;margin-left:1em;}
.footer .level-1-2 img{width:120px;height:120px;}
.footer .level-1-2 .level-title{margin-top:0.5em;font-size:0.8rem;}

.footer-link{border-top:1px solid rgba(255, 255, 255, 0.1);margin-top:1em;}
.footer-link a,.footer-link span{display: inline-block;margin:1rem 0 0 1em;font-size:0.9em;color:#FFF;}

.footer-info{border-top:1px solid rgba(255, 255, 255, 0.1);padding-top:0.5em;margin-top:1em;}
.footer-info .logo{width:50%;margin:0 auto;margin-top:1em;}
.footer-info .logo img{width:100%;height:100%;margin-top:0.5rem;}
.footer-info .business-box{margin-top:1em;text-align:center;}
.footer-info .business-box .cover{position: relative;margin-left:1em;}
.footer-info .business-box .iconfont{color:#FFF;font-size:2.5em;}
.footer-info .license{display: none;}
.footer-info .business-box .cover:hover .license{position: absolute;bottom:0;right:0;display: block;width:100%;}
.footer-info .business-box .icon-ruanzhu{width:90px;}
.footer-info-p{font-size:0.9rem;line-height:1.8rem;margin:1em 1em 0 1em;color:#ddd;text-align:center;}
.footer-info-p a{color:#FFF;}
.footer-info-p img{width: 12px;margin-bottom: 2px;margin-right: 2px;    word-break: break-word;vertical-align: middle;}
.footer-statement{font-size:0.9em;text-align:center;border-top:1px solid rgba(255, 255, 255, 0.1);margin-top: 2em;padding:1em 1em 2rem 1em;line-height:1.8rem;color:#ddd;}




/*按钮*/
.button{margin-top:1em;text-align:center;}
.button-box{padding:0.5em;background: transparent;filter: drop-shadow(0 0 1em #c87aff88);display: inline-block;}
.button-box .padding{display: flex;align-items: center;gap: 1.5em;padding:0.6em 2em;border-radius: 0.5em;background: linear-gradient(90deg, #d937e9, #703ef6);cursor: pointer;}
.button-box .text{font-size:1em;font-weight: bold;color: #ffffff;font-family: system-ui, sans-serif;white-space: nowrap;}    

.button-2{filter: drop-shadow(0 0 1em #60e0ff80);}
.button-2 .padding{background: linear-gradient(90deg, #22d8d0, #1677e6);}

.button-3{filter: drop-shadow(0 0 1em #ffb37085);}
.button-3 .padding{background: linear-gradient(90deg, #ff8b50, #e63923);}  
.button-4{filter: drop-shadow(0 0 1em #70f5ff85);}
.button-4 .padding{background: linear-gradient(90deg, #44cf50ff, #23bfe6ff);}  

.button-5{filter: drop-shadow(0 0 1em #1f222285);}
.button-5 .padding{background: linear-gradient(90deg, #2e2e2e, #000000);}  

.card-title {color: #04001f;color:1.2em;font-style: normal;font-weight: 600;letter-spacing: 1px;margin:0.5em 0 0 0;}
.card-content {color: #4d5868;line-height:1.5em;letter-spacing: 1px;margin-top:0.5em;font-size:0.8em;}

/*顶部标题格式*/
.model-box h1,.model-box h2{color: #04001f;font-size:1.2em;font-style: normal;font-weight: 600;letter-spacing: 2px;margin:1em 1em 0 1em;}
.model-box .content{margin:1em 1em 0 1em;color: #272e2b;font-size:0.95em;font-style: normal;font-weight: 500;line-height: 2rem;letter-spacing: 0.1rem;}

.model-1{padding-bottom:1em;}
.model-1 .left img{border-radius:1em;overflow: hidden;width:100%;}
.model-1 .right img{width:360px;height:100px;border-radius:1rem;overflow: hidden;}
.model-1 .button{margin-top:1em;text-align:center;}

.model-1 .app-download{margin-top:1.5em;}
.model-1 .right .qrcode{filter: drop-shadow(0 0 1em #81818188);padding:1em;margin-right:1em;}
.model-1 .right .qrcode img{width:194px;height:194px;border-radius:1rem;overflow: hidden;}
.model-1 .app-download .button{margin-top:1em;}
.model-1 .app-download .button-box{display: block;text-align:center;}
.model-1 .app-download .padding{display: block;text-align:center;}
.model-1 .app-download .iconfont{margin-right:1em;}
.model-1 .icon-pingguo{font-size:1.2em;}


/*顶部标题格式*/
.model-2 .main{padding:5em 0;}
.model-2 .cover{width:552px;border-radius:1rem;overflow: hidden;}
.model-2 .left{margin-right:3rem;}
.model-2 .postion-right .left{width:600px;}
.model-2 .postion-right .right{width:552px;}

.model-2 .postion-left .left{width:552px;}
.model-2 .postion-left .right{width:600px;}
.model-2 .button img{width:360px;height:100px;border-radius:1rem;overflow: hidden;}
.model-2 .button{margin-top:3em;}


/*顶部标题格式*/
.model-3 .main{width:1200px;padding:5em 0;}
.model-3 .left{width:552px;}
.model-3 .left img{width:552px;border-radius:1rem;overflow: hidden;}
.model-3 .right{margin-left:3rem;}
.model-3 .right img{width:360px;height:100px;border-radius:1rem;overflow: hidden;}
.model-3 .button{margin-top:3em;}


/*顶部标题格式*/
.model-4 .main{padding:0.1em 0 1em 0;}
.model-4 h2{text-align:center;}
.model-4 .card-lists{margin-top:1em;}
.model-4 .card{margin:1em 1em 0 1em;overflow: hidden;border-radius:1rem;}
.model-4 .card img{width:100%;}
.model-4 .right{margin-left:3rem;}
.model-4 .right img{width:360px;height:100px;border-radius:1rem;overflow: hidden;}
.model-4 .button{margin:0 auto;margin-top:2em;width:20rem;}

/*顶部标题格式*/
.model-6 .main{padding:0.1em 0 1em 0;}
.model-6 h2{color: #04001f;font-size:1.2em;font-style: normal;font-weight: 600;text-align:center;letter-spacing: 2px;}

/*顶部标题格式*/
.model-7{padding:3em 0;}
.model-7 .cover{width:900px;margin:0 auto;margin-top:1em;}
.model-7 .cover img{width:900px !important;height:182px !important;}
.model-7 .button{text-align:center;margin-top:2em;}


/*分页页码*/
.page-box{margin:1em 1em 0 0;}
.page-box ul{position: relative;text-align: right;margin:0;}
.page-box li{display: inline-block;margin-left:1em;}
.page-box a{color:#999;font-size:0.9em;}
.page-box .hover{color:#5b9eff;}




/*题目页面*/
.question-page{background: #edf2f6;}
.question-page img{background: none;}


.question-model-box{background: #fff;-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);border-radius: 0 0 2px 2px;padding: 0 1em  0  1em;}
.question-box .pc-flex_row{display: -webkit-box;display: -webkit-flex;display: flex;}
.question-box .pc-flex_son{-webkit-box-flex: 1;-webkit-flex: 1;flex:1;}


/*题目列表标题*/ 
.garde-nav{padding-top:1rem;}
.garde-nav .title{font-size:1.1rem;font-weight: 500;color: #4a586f;padding:0rem 0 0.7rem;}
.garde-nav .tag{margin-right: 1rem;}
.garde-nav .tag img{width: 299px;cursor: pointer;vertical-align: middle; border-style: none;}
.garde-nav .logo img{width: 110px;cursor: pointer;vertical-align: middle; border-style: none;}

/*题目列表*/
.question-article-box{padding:0 0 1em 0;cursor: pointer;border-top: 1px solid #d8d8d8;color: rgba(0, 0, 0, .65);}

/*题目类型*/
.question-type-box .logo img{width: 110px;cursor: pointer;vertical-align: middle; border-style: none;}
.question-article-content{margin:1em 0 0 0;line-height:2em;}

.choose-box .choose-li{margin:1rem 0 0 0;position: relative;padding-left:2rem;}
.choose-box .choose-icon{position: absolute;left:0;}
.answer-type-title{margin:1rem 0 0 0;}
.answer-content{line-height:2em;}
/*题目详情*/
.question-box{
    margin-bottom:0.8rem;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    border-radius: 0 0 2px 2px;
    padding: 0 1em  1em  1em;
    display: block;
    position: relative;
}

.question-type-box{position: relative;padding:1em 0 0.4em 0;font-weight: 600;color: rgba(0, 0, 0, .85);border: 0 solid #ebebeb;border-bottom-width: 1px;display: -webkit-box;display: -webkit-flex;display: flex;}

.question-lists .pc-flex_row{display: -webkit-box;display: -webkit-flex;display: flex;}
.question-lists .pc-flex_son{-webkit-box-flex: 1;-webkit-flex: 1;flex:1;}
.question-content{line-height: 1.5em;letter-spacing: 2px;color: rgba(0, 0, 0, .85);font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;font-weight: 400;}
.question-box img {max-width:100%;}
.question-box .tool-box{text-align:right;-webkit-box-flex: 1;-webkit-flex: 1;flex:1;}
/*app下载图片*/
.app-down-box{padding:1em 0 0 1em;display: none;}
.app-down-box .app-down-image{width: 130px;}

.question-box .danci-logo{width: 299px;display: none;}
.question-box .app-logo{width: 110px;}

.question-box h1 {font-size:1em;margin:1em 0;font-weight: normal;}
.question-box .question-image {position: absolute;z-index: -1000;}
.question-box .choose-item {position: relative;padding:1em 0 0 1.6em;}
.question-box .choose-sign{position: absolute;left: 0;top:1em;}
.excel-box{padding: 1em 0 0 0;}
.excel-box a{background: #f9f9f9;color: #8d9392;}

.question-box .question-info-box {padding:1em 0 1em;display: none;}
.question-info-box .qrcode{border-radius: 3px;font-size:0.9em;font-weight: 500;letter-spacing: 1px;padding: 6px 8px;background: #fdf4f4;color: #fb595f;}

/*答案*/
.answer-box{padding-bottom:1em;}
.answer-box .question-type-box{font-weight: normal;}
.answer-box .login-look{width:100%;}
.question-link-url{margin-top:1em;text-align:right;}
.question-link-url a{display: inline-block;font-size:1em;padding:0.3em 1em;border-radius: 3px;border: 1px solid #4685ce;font-weight: 500;color: #4685ce;}
.question-right-adv img{width:100%;}

/*相关推荐*/
.right-recommand-box {
    margin:1em 0 0 0;
    padding-left:1em;
    background: rgb(255, 255, 255);
    border-radius: 2px;
}
.right-recommand-box .title{padding-top:1em;font-weight: 900;}
.right-recommand-box a{
    display: block;
    font-size:0.9em;
    font-weight: 400;
    border-width: 0px 0px 1px;
    border-style: solid;
    border-color: rgb(246, 246, 246);
    border-image: initial;
    padding:1em 0;
    color: rgb(62, 75, 74);
}


/*内容*/
.white-box h1{padding:0.5em;text-align:center;}
.white-box .info{text-align:center;color:#999;border-bottom:1px solid #ddd;}
.white-box .content{padding:1em 0 1em 0;}

/* 平板：≥768px */
@media screen and (min-width: 768px) {
  
}

/* 电脑大屏：≥1200px */
@media screen and (min-width: 1200px) {
.pc-flex_row{display: -webkit-box;display: -webkit-flex;display: flex;}
.pc-flex_col{height:100%;display: -webkit-box;display: -webkit-flex;display: flex;-webkit-box-orient: vertical;-webkit-flex-flow: column;flex-flow: column;}
.pc-flex_son{-webkit-box-flex: 1;-webkit-flex: 1;flex:1;}


.faq-item {
  border-bottom: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}

.faq-item summary {
  padding: 16px 16px;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item[open] {
  background: #F5F7FB;
  margin-bottom: 10px;
}

.faq-item summary::after {
  content: "";
  width: 28px;
  height: 28px;
  font-size: 14px;
  transition: transform 0.3s ease;
  background-image: url("/skin/app-html/images/summary-close.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.faq-item[open] summary::after {
  background-image: url("/skin/app-html/images/summary-open.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.faq-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1px;
}

.faq-content {
  color: #616264;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1px;
  padding: 16px 16px;
}



/*头部*/
.btn-download-wrapper{position: relative;margin-top: 0.2em;}
.btn-download-wrapper a{color:#FFF;}
.btn-download-wrapper .qrcode {position: absolute;top: 100%;left: 50%;transform: translateX(-50%);display: none;transition: opacity 0.3s ease, visibility 0.3s ease;z-index: 1000;margin-top: 10px;}
.btn-download-wrapper img{width:194px;height:194px;}
.btn-download-wrapper:hover .qrcode{display: block;}
.btn-download-wrapper .btn{padding:0.3em 1em;}
.header-son-menu{position: relative;}
.header-son-menu .header-menu-more{display: none;}
.header-menu-box{position:relative;display: block;top:0;padding:0.5em;width:300px;text-align: right;}
.header-menu-item{padding-top:0em;display: inline-block;}


.footer {background: #292929;margin-top:1em;}
.footer-info {color: #8a8a8f;font-style: normal;font-weight: 400;line-height:1.8em;}
.full-width {width: 100%;}
.full-height {height: 100%;}

.card {
  width: 380px;
  height: 500px;
  flex-shrink: 0;
  border-radius: 28px;
  border: 1px solid #E1E1E1;
  background: #FFF;
}

.card2 {
  width: 380px;
  height: 440px;
  flex-shrink: 0;
  border-radius: 28px;
  border: 1px solid #E1E1E1;
  background: #FFF;
}

.card-title {font-size:1.2em;}
.card-content {font-size:1rem;padding: 0 1em;margin-top:1em;}

.container {width: 1200px;}
.main{width:1200px;margin:0 auto;}
.margin-center{margin: 0 auto;}

.height-30 {height: 30px;}
.height-194 {height: 194px;}
.height-624 {height: 624px;}
.height-522 {height: 522px;}
.height-406 {height: 406px;}

.width-72{width: 72px;}
.width-194{width: 194px;}
.width-286{width: 286px;}
.width-290{width: 290px;}
.width-317{width: 317px;}
.width-348{width: 348px;}
.width-357{width: 357px;}
.width-360{width: 360px;}
.width-392{width: 392px;}
.width-552{width: 552px;}
.width-570{width: 570px;}
.width-580{width: 580px;}
.width-586{width: 586px;}
.width-900{width: 900px;}


/*按钮*/
.button-box{padding:0.5em;background: transparent;filter: drop-shadow(0 0 1em #c87aff88);display: inline-block;}
.button-box .padding{display: flex;align-items: center;gap: 1.5em;padding:1em 2em;border-radius: 0.5em;background: linear-gradient(90deg, #d937e9, #703ef6);cursor: pointer;}
.button-box .text{font-size:1.2em;font-weight: bold;color: #ffffff;font-family: system-ui, sans-serif;white-space: nowrap;}    

.button-2{filter: drop-shadow(0 0 1em #60e0ff80);}
.button-2 .padding{background: linear-gradient(90deg, #22d8d0, #1677e6);}

.button-3{filter: drop-shadow(0 0 1em #ffb37085);}
.button-3 .padding{background: linear-gradient(90deg, #ff8b50, #e63923);}  
.button-4{filter: drop-shadow(0 0 1em #70f5ff85);}
.button-4 .padding{background: linear-gradient(90deg, #44cf50ff, #23bfe6ff);}  

.button-5{filter: drop-shadow(0 0 1em #1f222285);}
.button-5 .padding{background: linear-gradient(90deg, #2e2e2e, #000000);}  

/*顶部标题格式*/
.model-box h1,.model-box h2{color: #04001f;font-size: 3.5rem;font-style: normal;font-weight: 600;line-height:5rem;letter-spacing: 2px;}
.model-box .content{margin-top:2rem;color: #272e2b;font-size:1rem;font-style: normal;font-weight: 500;line-height: 2rem;letter-spacing: 0.1rem;}


.model-1 .main{padding:5em 0;}
.model-1 .left{width:552px;}
.model-1 .right{width:600px;}
.model-1 .left img{width:552px;border-radius:1rem;overflow: hidden;}
.model-1 .right{margin-left:3rem;}
.model-1 .right img{width:360px;height:100px;border-radius:1rem;overflow: hidden;}

.model-1 .left{width:552px;}
.model-1 .right{width:600px;}
.model-1 .left img{width:552px;border-radius:1rem;overflow: hidden;}
.model-1 .right{margin-left:3rem;}
.model-1 .right img{width:360px;height:100px;border-radius:1rem;overflow: hidden;}
.model-1 .button{margin-top:3em;}

.model-1 .app-download{margin-top:1.5em;}
.model-1 .right .qrcode{filter: drop-shadow(0 0 1em #81818188);padding:1em;margin-right:1em;}
.model-1 .right .qrcode img{width:194px;height:194px;border-radius:1rem;overflow: hidden;}
.model-1 .app-download .button{margin-top:1em;}
.model-1 .app-download .button-box{display: block;text-align:center;}
.model-1 .app-download .padding{display: block;text-align:center;}
.model-1 .app-download .iconfont{margin-right:1em;}
.model-1 .icon-pingguo{font-size:1.2em;}


/*顶部标题格式*/
.model-2 .main{padding:5em 0;}
.model-2 .cover{width:552px;border-radius:1rem;overflow: hidden;}
.model-2 .left{margin-right:3rem;}
.model-2 .postion-right .left{width:600px;}
.model-2 .postion-right .right{width:552px;}

.model-2 .postion-left .left{width:552px;}
.model-2 .postion-left .right{width:600px;}
.model-2 .button img{width:360px;height:100px;border-radius:1rem;overflow: hidden;}
.model-2 .button{margin-top:3em;}


/*顶部标题格式*/
.model-3 .main{width:1200px;padding:5em 0;}
.model-3 .left{width:552px;}
.model-3 .left img{width:552px;border-radius:1rem;overflow: hidden;}
.model-3 .right{margin-left:3rem;}
.model-3 .right img{width:360px;height:100px;border-radius:1rem;overflow: hidden;}
.model-3 .button{margin-top:3em;}


/*顶部标题格式*/
.model-4 .main{padding:3em 0;}
.model-4 h2{text-align:center;}
.model-4 .card-lists{margin-top:1em;display: -webkit-box;display: -webkit-flex;display: flex;}
.model-4 .card{width: 380px;height:500px;margin-top: 2rem;overflow: hidden;border-radius:2rem;-webkit-box-flex: 1;-webkit-flex: 1;flex:1;margin:0 27px 0 0;}
.model-4 .card:nth-child(3n){margin-right:0;}
.model-4 .card img{width:380px !important;height: 325px !important;}
.model-4 .right{margin-left:3rem;}
.model-4 .right img{width:360px;height:100px;border-radius:1rem;overflow: hidden;}
.model-4 h3{margin:1em 0.8em 0 0.8em;font-size:1.4rem;}
.model-4 .desc{margin:0.8rem;color: #4d5868;line-height:1.5rem;letter-spacing: 0.1rem;}
.model-4 .button{margin:0 auto;margin-top:2em;width:20rem;}

/*顶部标题格式*/
.model-6 .main{width:1200px;padding:3em 0;}
.model-6 h2{color: #04001f;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 600;
    line-height:5rem;
    text-align:center;
    letter-spacing: 2px;}

/*顶部标题格式*/
.model-7{padding:3em 0;}
.model-7 .cover{width:900px;margin:0 auto;margin-top:1em;}
.model-7 .cover img{width:900px !important;height:182px !important;}
.model-7 .button{text-align:center;margin-top:2em;}

/*页脚*/
.footer{background: #3d3e49;position: relative;color: #fff;padding:1em 0 2em 0;}
.footer img{background: none;}
.footer .level-1{padding-top:1rem;}
.footer .level-1-1{width:533px;}
.footer .fib{display: none;}
.footer .fib img{width:200px;height:200rpx;border-radius:1rem;}
.footer .wechat{position: relative;}
.footer .wechat .icon-weixin{color:#FFF;font-size:3em;}
.footer .wechat img{background: none;}
.footer .wechat:hover .fib{display: block;position: absolute;background: #FFF;}

.footer .level-1-1 .box{width:140px;}
.footer .level-title{font-size:0.8rem;line-height:1.5rem;margin-bottom: 0.8rem;display: block;}
.footer a{color:#FFF;} 

.footer .level-1-2{width:500px;}
.footer .level-1-2 .box{width:120px;text-align:center;}
.footer .level-1-2 img{width:120px;height:120px;}
.footer .level-1-2 .level-title{margin-top:1rem;font-size:0.8rem;}

.footer-link{border-top:1px solid rgba(255, 255, 255, 0.1);padding-top:1rem;}
.footer-link a,.footer-link span{display: inline-block;margin:1rem 2em 0 0;font-size:0.8rem;color:#FFF;}

.footer-info{border-top:1px solid rgba(255, 255, 255, 0.1);margin-top: 2em;padding-top:1.5em;}
.footer-info .logo{width: 160px;height: 52px;margin-top:0.2rem;}
.footer-info .logo img{width:100%;height:100%;margin-top:0.5rem;}
.footer-info .business-box{width:310px;text-align:right;}
.footer-info .business-box .cover{position: relative;margin-left:1em;}
.footer-info .business-box .iconfont{color:#FFF;font-size:2.5em;}
.footer-info .license{display: none;}
.footer-info .business-box .cover:hover .license{position: absolute;bottom:0;right:0;display: block;width:500px;}
.footer-info .business-box .icon-ruanzhu{width:90px;}


.footer-info-p{font-size:0.7rem;line-height:1.4rem;margin:0 2rem;color:#FFF;}
.footer-info-p a{color:#FFF;}
.footer-info-p img{width: 12px;margin-bottom: 2px;margin-right: 2px;    word-break: break-word;vertical-align: middle;}
  
.footer-statement{font-size:0.8rem;text-align:center;border-top:1px solid rgba(255, 255, 255, 0.1);margin-top: 2em;padding:2em 0 5rem 0;line-height:1.5rem;}


/*小标题*/
.nav-box{margin-top:2.2rem;}
.nav-box .title{position: relative;font-size:1.1rem;font-weight: 600;color: #333;line-height:1.1rem;padding-left: 0.4rem;}
.nav-box .title:before{position: absolute;width:2px;height:0.8rem;top:0.1rem;background: #5b9eff;content:" ";left:0;}

/*列表展示*/
.lists-box{margin:1.2rem 0;display: -ms-flexbox;display: flex;-ms-flex-direction: row;flex-direction: row;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.lists-box .li{display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;margin-top: 1.1rem;width: 300px;}
.lists-box .li img{width: 14px;height: 16px;vertical-align: middle;border-style: none;}
.lists-box .li a{font-size: 14px;color: #333;line-height: 16px;margin-left: 5px;width: 230px;overflow: hidden;white-space: nowrap;-o-text-overflow: ellipsis;text-overflow: ellipsis;cursor: pointer;}



/*主页*/
.index-search-box{text-align:center;padding:4em 0 4em 0;}
.index-search-box .top-image{width: 450px;height: 92px;margin-bottom: 33px;}
.index-search-box .menu-box{margin-top:2em;}
.index-search-box .menu-item{display: inline-block;font-size: 18px;font-weight: 500;color: #777;line-height: 21px;width: 150px;letter-spacing: 1px;}

.search-input-box{width: 828px;
    height: 44px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #4a586f;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 60px;margin-top:1em;position: relative;}
.search-input-box:focus-within{
    border: 2px solid #333
}
.search-input-box input{    width: 732px;
    -ms-flex: 1 1;
    flex: 1 1;
    height: 44px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #333;
    padding-left: 14px;
    border: 0;}
.search-input-box .btn{width: 96px;
    height: 44px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 22px;
    border: 0;
    border-left: 1px solid #4a586f;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;}

  .index-search-down img{width:607px;}






/*题目页面*/
.question-page{background: #edf2f6;padding:2rem 0;}
.question-page img{background: none;}
.question-page-right{width:300px;margin-left:1em;}

.question-model-box{background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    border-radius: 0 0 2px 2px;
    padding: 0 1.2rem  1rem  1.2rem;
    margin-bottom: 10px;}

/*题目列表标题*/ 
.garde-nav{padding-top:1rem;}
.garde-nav .title{font-size:1.1rem;font-weight: 500;color: #4a586f;padding:0rem 0 0.7rem;}
.garde-nav .tag{margin-right: 1rem;}
.garde-nav .tag img{width: 299px;cursor: pointer;vertical-align: middle; border-style: none;}
.garde-nav .logo img{width: 110px;cursor: pointer;vertical-align: middle; border-style: none;}

/*题目列表*/
.question-article-box{padding:0.7rem 0 1.1rem;cursor: pointer;border-top: 1px solid #d8d8d8;color: rgba(0, 0, 0, .65);font-size:0.9em;}

/*题目类型*/
.question-type-box .logo img{width: 110px;cursor: pointer;vertical-align: middle; border-style: none;}
.question-article-content{margin:1rem 0 0 0;}

.choose-box .choose-li{margin:1rem 0 0 0;position: relative;padding-left:2rem;}
.choose-box .choose-icon{position: absolute;left:0;}
.answer-type-title{margin:1rem 0 0 0;}
.answer-content{line-height:2em;}
/*题目详情*/
.question-box{
    margin-bottom:0.8rem;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    border-radius: 0 0 2px 2px;
    padding: 0 1.1rem;
    display: block;
    position: relative;
}

.question-type-box{
    position: relative;
    padding-top: 1em;
    padding-bottom: 1.1em;
    font-weight: 600;
    color: rgba(0, 0, 0, .85);
    line-height:1.5em;
    width: 100%;
    border: 0 solid #ebebeb;
    border-bottom-width: 1px;
}

.question-content{line-height: 1.5em;letter-spacing: 2px;color: rgba(0, 0, 0, .85);font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;font-weight: 400;}

.question-box img {max-width:100%;}
/*app下载图片*/
.app-down-box{padding:1em 0 0 1em;}
.app-down-box .app-down-image{width: 130px;}

.question-box .danci-logo{width: 299px;margin-right: 10px;cursor: pointer;}
.question-box .app-logo{width: 110px;}

.question-box h1 {font-size:1em;margin:1em 0;font-weight: normal;}
.question-box .question-image {position: absolute;z-index: -1000;}
.question-box .choose-item {position: relative;padding:1em 0 0 1.6em;}
.question-box .choose-sign{position: absolute;left: 0;top:1em;}
.excel-box{margin: 1em;}
.excel-box a{background: #f9f9f9;color: #8d9392;}

.question-info-box {padding:1em 0 1em;}
.question-info-box .qrcode{border-radius: 3px;font-size:0.9em;font-weight: 500;letter-spacing: 1px;padding: 6px 8px;background: #fdf4f4;color: #fb595f;}

.info-button{font-size:0.9em;font-weight: 600;color: #8591a6;line-height:1.5em;position: relative;padding-left:1em;cursor: pointer;}
.info-button .iconfont{margin-right:0.3em;font-size:0.9em;}

.info-button .absolute{
    display: none;
    position: absolute;
    font-weight: normal;
    right: 0;
    z-index: 100;
    top: 32px;
    left: -34px;
    width: 114px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(96,131,189,.41);
    box-shadow: 0 0 5px 0 rgba(96,131,189,.41);
    padding:1em
}
.info-button .absolute:before {
    content: " ";
    position: absolute;
    top: -20px;
    left: 60px;
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #ffff;
    -webkit-box-shadow: 0 0 5px 0 hsla(51,63%,94%,.41);
    box-shadow: 0 0 5px 0 hsla(51,63%,94%,.41)
}
.info-button:hover .absolute{display: block;}

.info-button .share-type{margin-bottom:0.8em;}
.info-button .iconfont{margin-right:0.5em;}
.info-button .icon-lianjie{color:#004797;}
.info-button .icon-xinlangweibo{color:#d30101;}
.info-button .icon-qq{color:#1677e6;}
.info-button .icon-weixin{color:#18ca00;}

/*答案*/
.answer-box{padding-bottom:1em;}
.answer-box .question-type-box{font-weight: normal;}
.answer-box .login-look{width:100%;}
.question-link-url{margin-top:1em;}

.question-link-url a{display: inline-block;font-size:1.1em;padding:0.1em 0.5em;border-radius: 3px;border: 1px solid #4685ce;font-weight: 500;color: #4685ce;letter-spacing: 2px;}

.question-right-adv img{width:100%;}



/*分页页码*/
.page-box{margin:1em 0 0 0;}
.page-box ul{position: relative;text-align: right;margin:0;}
.page-box li{display: inline-block;margin-left:1em;}
.page-box a{color:#999;font-size:0.9em;}
.page-box .hover{color:#5b9eff;}


.white-box{min-height:800px;}
.white-box h1{padding:2em 0 0 0;}
.white-box .info{color:#999;border-bottom:1px solid #ddd;margin:1em 0 0 0;}
.white-box .content{line-height:2em;margin:1em 0 0 0;}

/*右侧*/
}

@font-face {
  font-family: "iconfont"; /* Project id 5201548 */
  src: 
       url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
       url('//at.alicdn.com/t/c/font_5201548_gzu0jkd3cz.woff?t=1784241405966') format('woff'),
       url('//at.alicdn.com/t/c/font_5201548_gzu0jkd3cz.ttf?t=1784241405966') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-caidan:before {
  content: "\eaf1";
}

.icon-xiaomi:before {
  content: "\e661";
}

.icon-pingguo:before {
  content: "\e60b";
}

.icon-anzhuo:before {
  content: "\e631";
}

.icon-rongyao:before {
  content: "\e692";
}

.icon-vivo:before {
  content: "\e612";
}

.icon-oppo:before {
  content: "\e613";
}

.icon-huawei:before {
  content: "\e610";
}

.icon-xinfangjubao:before {
  content: "\e888";
}

.icon-xinlangweibo:before {
  content: "\e600";
}

.icon-shouji:before {
  content: "\e601";
}

.icon-qq:before {
  content: "\e602";
}

.icon-weixin:before {
  content: "\e615";
}

.icon-sousuo-sousuo:before {
  content: "\e64a";
}

.icon-neibufankui:before {
  content: "\e62f";
}

.icon-xiazai:before {
  content: "\e65c";
}

.icon-diannao:before {
  content: "\e603";
}

.icon-kaodianshuati:before {
  content: "\e65b";
}

.icon-lianjie:before {
  content: "\e627";
}

.icon-kefu:before {
  content: "\e608";
}

.icon-fenxiang:before {
  content: "\e647";
}

.icon-gongan:before {
  content: "\e6c7";
}

.icon-yingyezhizhao:before {
  content: "\e691";
}

.icon-youbeianwuzhibiao:before {
  content: "\e630";
}

.icon-shoucang-yishoucang:before {
  content: "\e604";
}
