@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>img{
    position: absolute;
    width: 323px;
	height: 170px;
    right: 10px;
    bottom: -15px;
    object-fit: contain;
}
.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;
}
.content.separate{
    min-height: calc(100vh - 538px);
}
.tabs-container{
    width: 100%;
    background: #ffffff;
    padding: 0 30px;
}
.tabs-warpper{
    width: 100%;
    border-bottom: 1px solid #d7d7d773;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content-tabs{
    width: 100%;
    display: flex;
    color: #333333;
    font-size: 22px;
}
.reconsider-btn{
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    height: 50px;
    width: 230px;
    line-height: 50px;
    background-image: linear-gradient(to right, #5dabff, #0096ff);
    color: #ffffff !important;
    padding:0 20px;
    border-radius: 30px 30px;
    display: flex;
    justify-content: flex-end;
    font-size: 20px;
    cursor: pointer;
    transition: .3s
}
.reconsider-btn:hover{
    opacity: 0.8;
}
.content-tabs>div{
    line-height: 46px;
    margin-right: 84px;
    transition: .3s;
    padding: 20px 0;
    cursor: pointer;
}
.content-tabs>div:not(.is-active):hover{
   
    opacity: 0.8;
}
.content-tabs>div.is-active{
    color: #0096ff;
    font-family: 'Source Han San CN Medium';
}
.content-container{
    width: 100%;
}
.content-top{
    background-color: #ffffff;
    color: #333333;
    font-size: 18px;
    padding:10px 30px;
    max-height: 315px;
    overflow-y: auto;
    margin-bottom: 10px ;
}
.content-bottom{
    width: 100%;
}
.process{
    width: 100%;
    height: auto;
}
.process img{
    width: 100%;
}
.box-hidden{
    display: none;
}
.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: 20px;
    padding:5px 0 10px 0;
    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: -moz-box;
    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%;
}
.telephone{
    margin-bottom: 100px;
}
.telephone-content{
    display: flex;
    flex-wrap: wrap;
}

.telephone-item{
    width: 290px;
	height: 200px;
    background-color: #ffffff;
    border-radius: 26px;
    border: solid 1px #749cba;
    padding: 18px;
    margin-right: 13px;
    margin-bottom: 13px;
}

.telephone-content > .telephone-number.telephone-item:nth-child(1) {
    background-color: #ffffff !important;
    background: url(../assets/images/telephone_1.png) no-repeat;
    background-position: bottom 0px right 3px;
}

.telephone-content > .telephone-number.telephone-item:nth-child(2) {
    background-color: #ffffff !important;
    background: url(../assets/images/telephone_2.png) no-repeat;
    background-position: bottom 0px right 3px;
}

.telephone-content > .telephone-number.telephone-item:nth-child(3) {
    background-color: #ffffff !important;
    background: url(../assets/images/telephone_3.png) no-repeat;
    background-position: bottom 0px right 3px;
}

.telephone-content > .telephone-number.telephone-item:nth-child(4) {
    background-color: #ffffff !important;
    background: url(../assets/images/telephone_4.png) no-repeat;
    background-position: bottom 0px right 3px;
}

.telephone-content > .telephone-number.telephone-item:nth-child(5) {
    background-color: #ffffff !important;
    background: url(../assets/images/telephone_5.png) no-repeat;
    background-position: bottom 0px right 3px;
}

.telephone-content > .telephone-number.telephone-item:nth-child(6) {
    background-color: #ffffff !important;
    background: url(../assets/images/telephone_6.png) no-repeat;
    background-position: bottom 0px right 3px;
}

.telephone-content > .telephone-number.telephone-item:nth-child(7) {
    background-color: #ffffff !important;
    background: url(../assets/images/telephone_7.png) no-repeat;
    background-position: bottom 0px right 3px;
}

.telephone-content > .telephone-number.telephone-item:nth-child(8) {
    background-color: #ffffff !important;
    background: url(../assets/images/telephone_8.png) no-repeat;
    background-position: bottom 0px right 3px;
}

.telephone-content > .telephone-number.telephone-item:nth-child(9) {
    background-color: #ffffff !important;
    background: url(../assets/images/telephone_9.png) no-repeat;
    background-position: bottom 0px right 3px;
}

.telephone-content > .telephone-number.telephone-item:nth-child(10) {
    background-color: #ffffff !important;
    background: url(../assets/images/telephone_10.png) no-repeat;
    background-position: bottom 0px right 3px;
}

.telephone-content > .telephone-number.telephone-item:nth-child(11) {
    background-color: #ffffff !important;
    background: url(../assets/images/telephone_11.png) no-repeat;
    background-position: bottom 0px right 3px;
}

.telephone-content > .telephone-number.telephone-item:nth-child(12) {
    background-color: #ffffff !important;
    background: url(../assets/images/telephone_12.png) no-repeat;
    background-position: bottom 0px right 3px;
}
.telephone-content > .telephone-number.telephone-item:nth-child(13) {
    background-color: #ffffff !important;
    background: url(../assets/images/telephone_13.png) no-repeat;
    background-position: bottom 0px right 3px;
}
.telephone-content > .telephone-number.telephone-item:nth-child(14) {
    background-color: #ffffff !important;
    background: url(../assets/images/telephone_14.png) no-repeat;
    background-position: bottom 0px right 3px;
}
.telephone-content > .telephone-number.telephone-item:nth-child(15) {
    background-color: #ffffff !important;
    background: url(../assets/images/telephone_15.png) no-repeat;
    background-position: bottom 0px right 3px;
}
.telephone-content > .telephone-number.telephone-item:nth-child(16) {
    background-color: #ffffff !important;
    background: url(../assets/images/telephone_16.png) no-repeat;
    background-position: bottom 0px right 3px;
}


.telephone-content>.telephone-item:nth-child(4n){
    margin-right: 0;
}
.telephone-item .departmentName{
    position: relative;
    color: #333333;
    font-size: 18px;
    line-height: 25px;
}
.departmentName::before{
    position: absolute;
    content: "";
    display: inline-block;
    width: 30px;
	height: 2px;
    background: #749cba;
    left: 0;
    bottom: -10px;
}
.telephone-text.email{
    margin-top: 20px;
}
.telephone-text{
    display: flex;
    color: #666666;
    font-size: 13px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.telephone-text>div{
    width:calc(100% - 40px) ;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}




i.reconsider-icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(../assets/images/u12.png) no-repeat;
    background-size: 60% 60%;
    background-position: left 8px bottom 5px;
    border-radius: 50%;
    left: 10px;
}
