html, body, div, span, applet, object, iframe,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
del, dfn, em, img, ins, kbd, q, s, samp,  
small, strike, strong, sub, sup, tt, var,  
b, u, i, center,  
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td,  
article, aside, canvas, details, embed,  
figure, figcaption, footer, header, hgroup,  
menu, nav, output, ruby, section, summary,  
time, mark, audio, video {  
  margin: 0;  
  padding: 0;  
  border: 0;  
   
  font-size: 100%;  
  vertical-align: baseline;  
}  
ol, ul {  
  list-style: none;  
}  
  
table {  
  border-collapse: collapse;  
  border-spacing: 0;  
}  
  
caption, th, td {  
  text-align: center!important;  
  font-weight: normal;  
  vertical-align: middle;  
}  
  
q, blockquote {  
  quotes: none;  
}  
q:before, q:after, blockquote:before, blockquote:after {  
  content: "";  
  content: none;  
}  
a img {  
  border: none;  
}  
  
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {  
  display: block;  
} 
button{
	outline:none!important;
	cursor:pointer;
	border:0;
}
a{
	cursor:pointer;
	text-decoration:none;
}
a:link {
  text-decoration: none;
 }
 a:visited {
  text-decoration: none;
 }
 a:hover {
  text-decoration: underline;
 }
.onclick{
	cursor:pointer!important;
}
textarea{ 
	resize:none!important;
}
 a:hover{
	text-decoration:none!important;
}
input::-webkit-inner-spin-button{
	visibility:hidden!important;
}
input[type=date]
{
	-webkit-appearance: button!important;
} 

.top-slide{width:100%;display:inline-block;height:77px;line-height:77px;overflow: hidden;color:red;text-align: center;}

.concur_des,.role_des{
    display: flex;
    flex-direction: column;
    flex: 5;
    margin-top: 15px;
    padding: 0 20px 20px 20px;
}
.concur_des img{
	margin:0 auto;
	max-width:95%;
}
.concur_des >div:nth-child(1){
    height: 100px;
    border-bottom: 1px solid #ddd;
}
.concur_des >div:nth-child(1) >span:nth-child(1){
    font-size: 20px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
}

.concur_des >div:nth-child(1) >span:nth-child(2){
    display: flex;
    line-height: 50px;
    font-size: 15px;
    color: #999;
    letter-spacing: 2px;
}
.concur_des >div:nth-child(1) >span:nth-child(2) h1{
    display: flex;
    margin-right: 40px;
}
.concur_des >div:nth-child(2){
    margin: 0 auto;
    margin-top: 40px;
}
.concur_des >div:nth-child(2) p{
    line-height: 30px;
    font-size: 16px;
    margin-top: 10px;
}

.role_des >div:nth-child(1){
    display: flex;
    align-items: center;
    height: 65px;
    font-size: 24px;
    justify-content: space-between;
}

.role_des >div:nth-child(2) img{
    height: 300px;
    width: 250px;
}

.role_des >div:nth-child(3){
    margin-top: 20px;
}
.role_des >div:nth-child(3) span{
    line-height: 50px;
    font-size: 16px;
    display: flex;
}
/* .return{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.return span{
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background: red;
    color: white;
    border-radius: 5px;
    cursor: pointer;
} */

.return{
    display: flex;
    align-items: center;
    width: 60px;
    height: 50px;
    font-size: 16px;
    justify-content: space-between;
    cursor: pointer;
}
.return img{
    width: 12px;
    height: 18px;
}




.fade{
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}
.refer_box{
    width: 80%;
    position: fixed;
    top: 30%;
    left: 10%;
    z-index: 99999;
    display: none;
}
.refer_top{
    height: 40px;
    /* background: white; */
    border-radius: 5px;
    background: rgb(0,0,0,0);
}
.refer_top >span:nth-child(1){
    background-image: url(../images/service_hall/hegrond.png);
    display: flex;
    height: 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 32px;
    align-items: center;
    font-size: 45px;
    color: white;
    flex-direction: column;
}
.refer_top >span:nth-child(1) p{
    font-size: 55px;
    margin-top: 80px;
}
.refer_top >span:nth-child(1) h1{
    font-size: 18px;
    margin-top: 35px;
    height: 50px;
}
.refer_top >span:nth-child(2),.refer_top >span:nth-child(3){
    display: flex;
    height: 30px;
    align-items: center;
    width: 150px;
    margin: 0 auto;
    justify-content: space-between;
    letter-spacing: 2px;
    font-size: 16px;
    color: #999;
}
.refer_tail{
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.refer_close{
    cursor: pointer;
}