body, input, textarea, select {
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
.daj{
  display: flex;
    align-items: center;
    justify-content: space-between;  
}
.clear{
    clear: both;
}
.head_nav_t{
    font-size: 25px;
    color: #000;
}
.xdt_bj{
    background-size: contain;
    background-image: url(../images/xbj.jpg);
    background-color: #ffffff;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
        background-size: cover;
}
.contact_box svg{
display: block;
    text-align: center;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}
.dt_bj{
    background-size: contain;
    background-image: url(../images/Title-with-Name.png);
    background-color: #ffffff;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
}
.head{
    transition: .3s ease-in-out;
}
.head_nav{
    padding: 20px 0;
    float: right;

}
.head_nav_l{
    width: 32px;
    height: 32px;
    padding: 6px;
}
.head_nav_l span{
    border: 1px solid #000;
    height: 2px;
    display: block;
    width: 20px;
    margin-top: 4px;
}
.head_nav_l span:nth-child(3n){
    margin-bottom: 0;
}
.head_tc{
    position: fixed;  
    top: 0;  
    left: 0;  
    width: 100%;  
    height: 100%;  
    background-color: rgb(61 61 61 / 91%); 
    opacity: 0;
    display: flex;  
    justify-content: center;  
    align-items: center;  
    z-index: 1050;   
    pointer-events: none;
    transition: opacity 1s ease-in-out;
}
.head_tc.active {  
    opacity: 1;
    pointer-events: auto;
 }  
.head_tc .close-btnx{
    border: none;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 20px;
    background: none;
    color: #fff;
}
.head_tc_nav a{
    display: block;
    text-align: center;
    margin: 15px 0;
    font-size: 30px;
    color: #fff;
}
.close-btnx svg{
    width: 32px;
    height: 32px;
    display: block;
}
.gallery_box img{
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
}
.gallery_box_t{
    margin-bottom:5px;
}
.gallery_box{
    margin-bottom: 45px;
}
.gallery{
    margin-top: 72px;
}
.fixedx {
    background: #fff;
    transition: .3s ease-in-out;
    transform: translateY(0);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
}
.biography{
    margin-top: 72px;
}
.biography_i img{
    display: block;
    max-width: 100%;
    width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.biography_t{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}
.biography_box_t{
    font-weight: bold;
    width: 100px;
    display: block;
    font-size: 14px;
}
.biography_box li{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 10px;
}
.biography_box_p{
        width: 70%;
        font-size: 14px;
}
.biography_box ul{
        max-width: 600px;
        margin: 0 auto;
        background: #f9f9f9;
        padding: 20px 20px 0;
}
.biography_box{
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
    padding-bottom: 40px;
}
.biography_x_t{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}
.biography_x_box ul{
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
}
.biography_x_box li{
    margin-bottom: 20px;
}
.biography_x_box_t{
        font-size: 18px;
    font-weight: bold;
}
.biography_x_box_s{
    color: #999;
}
.biography_x_box_p{
        font-size: 14px;

}
.foot{
        padding: 15px;
    margin-top: 50px;
        border-top: 1px solid #f2f2f2;
}
.foot a{
    color:#666;
    font-size: 14px;
    margin-right: 10px;
}
.contact{
    margin-top: 72px;
    height: 80vh;
    display: flex;  
    justify-content: center;  
    align-items: center;  
    text-align: center;
}
.contact_box a{
    font-size: 55px;
    text-align: center;
    color:#666;
}
.dy{
     margin-top: 72px;
}
.dy_t{
    font-size: 25px;
    margin-bottom: 20px;
}
.foot a svg{
        margin-top: -3px;
}
@media (max-width: 768px) {
    .contact_box a{
        font-size: 25px;
    }
}
.w800{
	width:800px;
	max-width:100%;
	margin:0 auto;
	    margin-top: 100px;
}
.artist-photo img{
	margin-bottom: 30px;
	display:block;
	max-width:100%;
}
.biography_xx{
	display:flex;
	margin-top:8px;
}
.biography_xx1{
	width: 120px;
}
.biography_xx2{
	width: 100%;
}
.biography_tt{
	color:#999;
	font-weight:bold;
}
.biography_xx{
	color:#999;
}
.biography_2{
	margin-top:50px;
}