@import './font.css';
*{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family:'Source Han San CN Medium';
}
a:hover, a:visited, a:link, a:active {
    text-decoration: none !important;
}
body{
    background-color: #f9f9f9 !important;
}
.details-layout{
    max-width: 1920px;
    min-width: 1400px;
    margin: 0 auto;
    position: relative; 
}
.details-header{
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    background: url(../assets/images/before-header_bg.jpg) no-repeat;
    background-size: cover;
}
.header-container{
    width: 1200px;
    margin: 0 auto;
}
.header-title{
    color: #ffffff;
    font-size: 42px;
    line-height: 80px;
    font-family: 'Source Han Serif CN Bold'
}
.header-title a{
    font-family: 'Source Han Serif CN Bold';
    display: inline-block !important;
}
.header-breadcrumb{
    font-size: 16px;
    color: #ffffff;
}

.header-breadcrumb>span a{
    color: #bfe5ff;
    transition: .3s;
    cursor: pointer;
}
.header-breadcrumb>span:last-child a{
    color: #ffffff;
    cursor: default;
}
.header-breadcrumb .gt{
    color: #ffff; 
    display: inline-block; 
    margin: 0 8px;
}

.header-breadcrumb>span  a:hover{
   opacity: 0.8;
}
.department{
    min-height: 35px;
    position: relative;
    top: -30px;
    background: #ffffff;
    width: 100%;
    max-width: 1200px;
    color: #424242;
    font-size: 24px;
    line-height: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 13px 0px 
		rgba(177, 192, 196, 0.25);
    margin: 0 auto;
    padding: 25px 40px;
}
.department ul{
    width: 100%;
    display: flex;
    margin: 0;
    color: #999999;
    font-size: 24px;
}
.department ul li{
    margin-right: 63px;
    transition: .3s;
}
.department ul li.active{
    color: #424242;
}
.department ul li:not(.active):hover{
    cursor: pointer;
    opacity: 0.8;
}
.content{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.suggest{
    background: #f1f6f9;
    border: 1px solid #cde8fa;
    padding: 21px 30px;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    border-radius: 8px;
}
.suggest a{
    color: #0097ff !important;
}
.text-guide{
    padding:5px 30px;
    margin-top: 20px;
    background: #ffffff;
}
.guide-title{
    color: #333333;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom:1px solid #d7d7d7 ;
}
.guide-btn{
    background-image: linear-gradient(to right, #5dabff, #0096ff);
    border-radius: 26px;
    color: #ffffff;
    font-size: 18px;
    height: 50px;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
}
.guide-btn:hover{
    opacity: 0.8;
}
.guide-content{
    max-height: 377px;
    overflow-y: auto;
    padding: 30px 0;
    margin-top: 10px;
}
.guide-content *{
    line-height: 30px;
}
.image-guide{
    width: 100%;
    padding: 20px;
    margin-top:20px;
    background: #ffffff;
}
.image-guide>img{
    width: 100%;
}
.title{
    position: relative;
    font-size: 22px;
    color: #333333;
    padding-left: 26px;
    line-height: 46px;
    margin: 20px 0;
}
.title::before{
    display: inline-block;
    content:"";
    width: 2px;
    height: 30px;
    background: #0096ff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.download-content ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
}
.download-content ul li{
    width: 50%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333333;
    box-sizing: border-box;
    padding: 0 40px;
    border: 1px solid #f9f9f9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    transition: .2s;
}
.download-content ul li:hover{
    color: #0096ff;
}
.problem-warpper{
    width: calc(100% + 25px);
    overflow: hidden;
    padding-left: 25px;
    margin-left: -25px;
}
.problem-content{
    width: 100%;
    /* height: 562px; */
    padding:30px 77px 30px 112px;
    overflow-x: hidden;
    position: relative;
    background: #ffffff;
}
.problem-container{
    display: flex;
    align-items: flex-start;
    transition: .3s;
}
.problem-container .page{
    flex-shrink: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.problem-container .page{
    margin-right: 77px;
}
.problem-container .page:last-of-type{
    margin-right: 0;
}
.problem-item{
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 486px;
    height: 155px;
    background-color: #eaf6ff;
    padding: 20px 45px 25px 45px;
    border-radius: 8px;
}
.problem-item > .serial-number{
    position: absolute;
    width: 50px;
	height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: #0096ff;
    color: #ffffff;
    font-size: 24px;
    border-radius: 50%;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
}
.problem-item .ask{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    border-bottom: 2px dashed #d6d6d6;
}
.problem-item .answer{
    font-size: 18px;
    color: #666666;
    line-height: 26px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.page>.problem-item:nth-last-child(n+3){
    margin-bottom:20px ;
}
.turn{
    width: 38px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0096ff;
}
.turn:not(.turn-disable):hover{
    opacity: 0.8;
    cursor: pointer;
}
.left-turn.turn-disable{
    left: 20px;
    background: url('../assets/images/disable-turn.png') no-repeat;
    background-size: 100% 100%;
}
.right-turn.turn-disable{
    right: 20px;
    background: url('../assets/images/disable-turn.png') no-repeat;
    background-size: 100% 100%;
    transform: rotateY(180deg) translateY(-50%);
}
.left-turn:not(.turn-disable){
    left: 20px;
    background: url('../assets/images/turn.png') no-repeat;
    background-size: 100% 100%;
    transform: rotateY(180deg) translateY(-50%);
}
.right-turn:not(.turn-disable){
    right: 20px;
    background: url('../assets/images/turn.png') no-repeat;
    background-size: 100% 100%;
}


i.guide-icon{
    display: inline-block;
    width: 24px;
    height: 25px;
    background: url(../assets/images/guide-icon.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
}