.tc_Masked{
		    background-color: rgb(0 0 0 / 63%);
		    position: fixed;
		    top: 0;
		    left: 0;
		    right: 0;
		    bottom: 0;
		    z-index: 9999;
		}
		.tc_contetn{
		    position: fixed;
		    display: flex;
		    top: 50%;
		    left: 50%;
			width: 360px;
		    transform: translateX(-50%) translateY(-50%);
		    z-index: 99999;
		}
		.close_tc{
		    position: absolute;
			right: 10px;
			top: 11px;
		}
		.close_tc img{
		    width: 22px;
		    height: 22px;
		    margin-left: 5px;
		    margin-top: 0px;
		    cursor: pointer;
			background-color: #fff;
			border-radius: 50%;
		}
		.ope_tc{
		    background-color: #fff;
		    color: #000;
		    display: flex;
		    justify-content: space-around;
		    margin-top: -1px;
		    padding:10px 30px;
		    padding-top: 0;
            padding-bottom: 15px;
		}
		.ope_tc div{
		    padding: 4px 0;
		    flex: 6;
		    text-align: center;
		    cursor: pointer;
		    background-color: #0086cf;
		    color: #fff;
		    border-radius: 8px;
            font-size: 16px;
		}
		.ope_tc div:first-child{
		    margin-right: 8px;
            background-color: #fff;
            color: #0086cf;
            border: 1px solid #0086cf;
		}
        #indexTc{
            /* height: 600px; */
            /* width: 300px; */
            background-color: #0086cf;
			width: 100%;
        }
        .index_tc{
			
			width: 100%;
            background-color: #0086cf;
            color: #fff;
            font-size: 14px;
            border-radius: 15px;
            overflow: hidden;
        }
        .index_tc .tc_h1{
            font-size: 18px;
            font-weight: bold;
            padding:10px 15px;
        }
        .index_tc .tc_content{
            background-color: #fff;
            color: #000;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            padding: 5px 14px;
        }
        .index_tc .tc_content .tc_list .tc_title{
            font-size: 14px;
            color: #383838;
            margin-bottom: 5px;
        }
        .index_tc .tc_content .tc_list .tc_title span{
            font-size: 15px;
        }
        .index_tc .tc_content .tc_list .tc_main{
            background-color: #F5F5F5;
            padding:5px 8px;
            padding-bottom: 6px;
            border-radius: 8px;
            margin: 5px 0;
        }
        .index_tc .tc_content .tc_list .tc_main .main_title{
            display: flex;
            margin-bottom: 4px;
            color: #383838;
        }
        .index_tc .tc_content .tc_list .tc_main .tc_main_content{
            margin-bottom: 6px;
        }
        .index_tc .tc_content .tc_list .tc_main .main_title ul li{
           color: #383838;
            list-style: disc;
            margin-left: 20px;
        }

        .index_tc .tc_content .tc_list .tc_main .main_title img{
            width: 30px;
            height: 30px;
        }
        .index_tc .tc_content .tc_list .tc_main .main_content{
            display: flex;
            border-radius: 50px;
            background-color: #fff;
            justify-content: space-between;
            margin-bottom: 4px;
        }
        .index_tc .tc_content .tc_list .tc_main .main_content .main_content_c{
			border: 1px solid #ccc;
			border-top-left-radius: 20px;
			border-bottom-left-radius: 20px;
			border-right:none;
			flex: 1;
            display: flex;
            padding:4px 10px;
			font-size: 14px;
            color: #666;
			overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            align-items: center;
        }
		.index_tc .tc_content .tc_list .tc_main .main_content .main_content_c div{
			margin-bottom: 1px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: #666;
            font-family:"SimHei";
            font-family:"æ¦›æˆœç¶‹";
            font-family:"\9ED1\4F53";
		}
        .index_tc .tc_content .tc_list .tc_main .main_content .main_content_c img{
         
            height: 15px;
            padding-right: 12px;
			
        }
        .index_tc .tc_content .tc_list .tc_main .main_content .main_content_copy{
            background-color: #0086cf;
            padding:4px 10px;
            color: #fff;
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
            cursor: pointer;
			display: flex;
			align-items: center;
        }
        .index_tc .tc_content .tc_list .tc_main{}
        .index_tc .tc_content .tc_list .tc_main{}
        
		@media only screen and (max-width: 640px){
			.tc_contetn{
				width:78%;
			}
		}
        .loading-wrapper {
            /* width: 100px; */
            /* height: 100px; */
            padding: 10px 20px;
            background-color: rgba(0, 0, 0, 0.8);
            border-radius: 8px;
            color: #fff;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            display: none;
            font-size: 13px;
            z-index: 999999;
        }
        .loading-view {
            height: 40px;
            position: relative;
            margin: 10px 0;
        }
