@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-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: 80px;
    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;
}
.inventory-content{
    width: 1200px;
    height: 550px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}   
.banner-content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.banner-content>.banner-item{
    display: block;
    width: 585px;
    height: 160px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
    background-image: linear-gradient(#e7f0f7e0, #ffffff);
    border: 2px  solid #ffff;
    cursor: pointer;
    transition: .3s;
}
.banner-content>.banner-item:hover{
    transform: scale(0.98);
}
.banner-item>div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: url('../assets/images/yw.png') no-repeat;
    background-size: 240px 110px;
    background-position:350px  60px;
}
.banner-item .banner-text-container,.banner-text-container{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #0b78d7 !important;
    font-weight: bold;
}
.banner-item .banner-text-container>i{
    margin-right: 20px;
    margin-bottom: 5px;
}
.inventory-content>.inventory-item{
    position: relative;
    width: 385px;
    height: 550px;
    box-sizing: border-box;
    padding: 30px;
    padding-bottom: 94px;
    background: url('../assets/images/content-bg_2.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.guide-content{
    position: relative;
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    background: url('../assets/images/content-bg.png') no-repeat;
    background-size: 100% auto;
    background-position:left 0 bottom 0;
    background-color: #fff;
    display: flex;
    padding: 30px 39px;
}
.guide-content::after{
    position: absolute;
    content: "";
    display: inline-block;
    width:0;
    height: 0;
    border: 28px solid;
    transform: rotateZ(315deg);
    /* background-color: #f9f9f9 ; */
    border-top-color: #f9f9f9;
    border-color:#f9f9f9 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    bottom: -28px;
    right: -28px;
}
.inventory-content>.inventory-item::before,.guide-content::before{
    position: absolute;
    display: inline-block;
    content: "";
    height: 3px;
    background:#009aff;
    width: 45px;
    top: 0;
    left: 39px;
    border-radius: 1px;
}
.content-left{
    width: 271px;
    flex-shrink: 0;
}
.content-right{
    width: 100%;
    padding-left:46px;
}
.content-right>div:nth-child(1){
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.content-right em{
    color: #454545; 
    font-size: 16px;
}
.hotline_title{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}
.hotline_introduce{
    font-size: 16px;
    color: #424242;
    line-height: 30px;
    padding: 30px 0;
    padding-bottom: 25px;
}
.local_hotline{
    padding:0 30px;
    text-align: end;
    margin-bottom: 20px;
}
.local_hotline-text{
    cursor: pointer;
    position: relative;
}
.local_hotline em{
    font-size: 16px;
    color: #0098ff;
    text-decoration:underline
}
.button-container{
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 0;
    text-align: center;
}
.message_button{
    display: inline-block;
    position: relative;
    width: 260px;
    height: 54px;
    background-color: #fe6431;
	border-radius: 25px;
    transition: .3s;
    text-align: center;
    line-height: 50px;
    color: #ffffff !important;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 4px solid #e84b17;
}
.message_button:hover,.complaint_button:hover{
    opacity: 0.8;
    color: #ffffff !important;
}
.message_button:visited,.complaint_button:visited{
    color: #ffffff !important;
}
.local_hotline-text .hotlines{
    display: none;
    position: absolute;
    width:860px;
    flex-wrap: wrap;
    padding-top: 23px;
    background-color: #fff;
    padding:10px 20px;
    z-index: 99;
    border-radius: 5px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    left: 160px;
    top: 50%;
    transform: translateY(-50%);
}
.local_hotline-text:hover .hotlines{
    display: flex;
}
.hotlines>div{
    width: calc(33.33% - 10px);
    height: 120px;
    margin: 10px 0;
    margin-right: 15px;
}
.hotlines>div:nth-child(3n){
    margin-right: 0;
}
.hotline_item{
    border-radius: 4px;
    border-bottom: 4px solid #e9f0f8;
    padding: 15px 22px;
}
.hotline_item.code-1{
    background: url('../assets/images/1_bg.png') no-repeat;
    background-size: 26px 58px;
    background-color: #f8f9fa;
    background-position: bottom -5px right 12px;
}   
.hotline_item.code-2{
    background: url('../assets/images/2_bg.png') no-repeat;
    background-size: 39px 58px;
    background-position: bottom -5px right 12px;
    background-color: #f8f9fa;
}  
.hotline_item.code-3{
    background: url('../assets/images/3_bg.png') no-repeat;
    background-size: 38px 59px;
    background-position: bottom -5px right 12px;
    background-color: #f8f9fa;
}
.hotline_item.code-4{
    background: url('../assets/images/4_bg.png') no-repeat;
    background-size: 42px 58px;
    background-position: bottom -5px right 12px;
    background-color: #f8f9fa;
}
.hotline_item.code-5{
    background: url('../assets/images/5_bg.png') no-repeat;
    background-size: 39px 58px;
    background-position: bottom -5px right 12px;
    background-color: #f8f9fa;
}
.hotline_item.code-6{
    background: url('../assets/images/6_bg.png') no-repeat;
    background-size: 39px 59px;
    background-position: bottom -5px right 12px;
    background-color: #f8f9fa;
}
.hotline_item.code-7{
    background: url('../assets/images/7_bg.png') no-repeat;
    background-size: 38px 57px;
    background-position: bottom -5px right 12px;
    background-color: #f8f9fa;
}
.hotline_item.code-8{
    background: url('../assets/images/8_bg.png') no-repeat;
    background-size: 38px 59px;
    background-position: bottom -5px right 12px;
    background-color: #f8f9fa;
}
.hotline_item.code-9{
    background: url('../assets/images/9_bg.png') no-repeat;
    background-size: 39px 59px;
    background-position: bottom -5px right 12px;
    background-color: #f8f9fa;
}

.hotline_department{
   height: 50px;
   display: flex;
   align-items: center;
}
.hotline_department em{
    display: inline-block;
    font-size: 24px;
    margin-right: 28px;
}
.hotline_text{
    width: 196px;
    text-align: start;
    color: #454545;
    font-size: 14px;
}
.guide-content{
    display: block !important;
    height: 970px;
    margin-bottom: 110px;
}
.guide_button-container{
    font-size: 20px;
    color: #333333;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.complaint_button{
    display: inline-block;
    position: relative;
    width: 260px;
    height: 54px;
	border-radius: 25px;
    transition: .3s;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
	background-color: #0098ff;
    border-bottom: 4px solid #0179e8;
}
.step{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 300px;
    background-color: #ffffff;
    background: url('../assets/images/step.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 17px;
}
.step_item{
    width: 158px;
	height: 188px;
    position: relative;
}
.step_item>.circle{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85px;
	height: 85px; 
    background-image: linear-gradient(0deg, 
		#0098ff 0%, 
		#6cc4ff 100%), 
	linear-gradient(
		#0098ff, 
		#0098ff);
        border-radius: 50%;
        margin: 0 auto;
}
.step_item>.text{
    color: #0098ff;
    font-size: 18px;
    text-align: center;
    margin: 18px 0;
}
.step_item>.message{
    color: #424242;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.step_item::after{
    position: absolute;
    content: "";
    display: inline-block;
    width: 30px;
	height: 12px;
    background: url('../assets/images/arrow.png') no-repeat;
    background-size: contain;
    top: 39px;
    right: -50px;
}
.step_item:last-of-type::after{
    display: none;
}
.note{
   width: 100%; 
   margin-top: 40px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.note p{
    width: 100%;
    font-size: 20px;
    color: #333333;
}
.note>div{
    background-color: #f9f9f9;
	border-radius: 4px 4px 0 0;
    border-bottom: 4px solid #ebebeb;
    height: 320px;
    width: 250px;
    flex-shrink: 0;
    padding:12px 24px ;
}
.note>div:last-child{
    width: 546px;
}
.note-name{
    font-size: 18px;
    color: #0098ff;
    margin: 15px 0;
}
.note-content,.note-content p{
    font-size: 14px;
    color: #424242;
    line-height: 28px;
    letter-spacing: 0px;
    margin: 0;
}
.note-content ul>li{
    position: relative;
    width: 100%;
    padding-left: 20px;
}
.note-content ul>li::before{
    position: absolute;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c2c8cd;
    top: 10px;
    left: 6px;
}
.guide-message{
    width: 970px;
    margin: 0 auto;
    margin-top: 35px;
    text-align: center;
    color: #424242;
    font-size: 16px;
    line-height: 24px;
}

.complaint-nav {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);

    background-image:linear-gradient(#e7f0f7e0, #ffffff);
    border: 2px solid #ffff;
    height: 160px;
    cursor: pointer;
    margin-bottom: 40px;
}
.complaint-nav a{
    display: flex;
    width: 100%;
    align-items: center;
    width: 100%;
    height: 100%;
    background:url('../assets/images/yw.png') no-repeat;
    background-size: 240px 110px;
    background-position:right -7px bottom -15px;
}
.complaint-nav a>div{
    width: 100%;
}

i.tousu{
    display: inline-block;
    content: '';
    width: 60px;
    height: 60px;
    background: url('../assets/images/zixun-tousu.svg') no-repeat;
    background-size: 100% 100%;
}

i.message-icon{
    position: absolute;
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url('../assets/images/seek-icon.png') no-repeat;
    background-color: #0000003f;
    border-radius: 50%;
    background-size: 50% 50%;
    background-position: center; 
    left: 15px;
    top: calc(50% + 2px);
    transform: translateY(-50%);
}
i.seek-icon{
    position: absolute;
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url('../assets/images/complaint-icon.png') no-repeat;
    background-color: #0000003f;
    border-radius: 50%;
    background-size: 50% 50%;
    background-position: center; 
    left: 15px;
    top: calc(50% + 2px);
    transform: translateY(-50%);
}
i.complaint-icon{
    position: absolute;
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url('../assets/images/ts-icon.png') no-repeat;
    background-size: contain; 
    left: 15px;
    top: calc(50% + 2px);
    transform: translateY(-50%);
}
i.register{
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url('../assets/images/register_icon.png') no-repeat;
    background-size: contain; 
}
i.login{
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url('../assets/images/login_icon.png') no-repeat;
    background-size: contain; 
}
i.submit{
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url('../assets/images/submit_icon.png') no-repeat;
    background-size: contain; 
}
i.query{
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url('../assets/images/query_icon.png') no-repeat;
    background-size: contain; 
}
i.evaluate{
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url('../assets/images/evaluate.png') no-repeat;
    background-size: contain;
}
i.administration{
    display: inline-block;
    content: '';
    width: 50px;
    height: 47px;
    background: url('../assets/images/administration.png') no-repeat;
    background-size: 100% 100%;
}
i.complaint{
    display: inline-block;
    content: '';
    width: 50px;
    height: 47px;
    background: url('../assets/images/complaint.png') no-repeat;
    background-size: 100% 100%;
}