    input{  
        background:none;  
        outline:none;  
        border:none;
       border:1px solid #ffffff;
    }
    input:focus{   
        border:1px solid #ccc;
    }
    .yt-shu{
        width: 1px;
        height: 21px;
        background: #DFDFDF;
        }
     .yt-line{
        width: 950px;
        height: 1px;
        background: #F3F3F3;
           margin: 20px auto;
        }   
      .yati-search{
          position: relative;
      }
      .yati-search img{
         position: absolute;
         left: 90%;
         top: 28%;
         width:0.3rem;
      }
    #yt-nav{
        width: 948px;
        background: #FFFFFF;
        border: 1px solid #EEEEEE;
        box-shadow: 0px 0px 14px 0px rgba(210, 210, 210, 0.41);
        border-radius: 4px;
        padding: 45px 25px;
       
    }
    #yt-list{
        width: 948px;
        background: #FFFFFF;
        border: 1px solid #F1F1F1;
        margin-top: 10px;
    }
    .ytNav1{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .ytNav1 h3{
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
    }
    .ytNav1 input{
         text-indent: 0.5rem;
         width: 6rem;
         height: .8rem;
         background: #FFFFFF;
         box-shadow: 0px 0px 14px 0px rgb(190 190 190 / 44%);
         border-radius: 1rem;
         font-size: 0.32rem;
         font-family: Microsoft YaHei;
         font-weight: 400;
         color: #797979;
     }
	/* pc*/
	.ytNav-pc{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
	 .ytNav-pc h3{
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
    }
	 .ytNav-pc input{
         text-indent: 14px;
         width: 277px;
         height: 40px;
         background: #FFFFFF;
         box-shadow: 0px 0px 14px 0px rgb(190 190 190 / 44%);
         border-radius: 20px;
         font-size: 14px;
         font-family: Microsoft YaHei;
         font-weight: 400;
         color: #797979;
     }
	.yati-search-pc{
          position: relative;
      }
	.yati-search-pc img{
         position: absolute;
         left: 90%;
         top: 28%;
         width:20px;
      }
    .ytNav2{
        display: flex;
        justify-content: space-between;
    }
    .ytNav2-left{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 78px;
        height: 56px;

    }
    .ytNav2-right{
        display: flex;
        flex-wrap: wrap;
        margin-left: 24px;
        flex: 1;
        max-height: 300px;
    	overflow-y: auto;
      align-items: center;
	}
    
    .ytNav2-right a{
        display: block;
        height: 32px;
        border-radius: 10px;
        font-weight: 400;
        color: #333333;
        font-size: 15px;
        line-height: 32px;
        text-align: center;
        margin-left: 12px;
        margin-top: 12px;
        padding: 2px 24px;
        border: 1px solid #ccc;
        margin-bottom: 8px;
    }
    .ytNav2-right a:hover{
        background: #E6F8FC;
        color: #0982A1 !important;
    }
    .yati_active{
        background: #E6F8FC;
        color: #0982A1 !important;
    }
        #yt-list{
        padding: 30px 25px;
    }
    .yt-list-item{
        width: 100%;
        border-bottom: 1px solid #F3F3F3;
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .yt-list-item:last-child{
        border: none;
    }
    .yt-list-item p img{
        width: 22px;
        margin-right: 17px;
    }
    .yt-list-item p{
      	font-size: 16px;
        display: flex;
        align-items: center;
    }
	.yt-list-item p:last-child{
        font-size: 14px; 
      color: #999999;
    }
    .yt-ckgd{
        width: 180px;
        height: 50px;
        background: #E6F8FC;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px auto;
    }
    .yt-ckgd p{
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #0982A1;
        margin-right: 2px;
    }
 	a:hover{
        text-decoration: none;
    }