/* *{
    margin:0;
    padding:0
}


ul,li{
    list-style: none;
}

a {
	text-decoration: none;
    color:#3a3a3c;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
} */

.special-column-wrapper{
    width:1200px;
    min-width:780px;
    /* height:557px; */
    background-color: #ffffff;
    margin:0 auto;
    margin-top:30px;
    padding-bottom:30px;
    padding-top:30px;
    position:relative
}
/* .special-column-content-wrapper{
    width:1150px;
    margin:0 auto;
} */
.special-column-subject-top{
    width:91%; /*1150px*/
    height:36px;
    display: flex;
    align-items: center;
    margin:0 auto;
    /* margin-top:30px; */
    justify-content: space-between;
}
.special-column-subject-top-line{
    width:45%;
    height:1px;
    background-color: #d3d4d4;
}

.special-column-subject-top-content-text{
    color:#1680f3;
    font-size:22px;
    font-weight:bold;
    font-family: '粗体';
}
.special-column-switch{
    width:85%;  /*1000px*/
    height:70px;
    margin:0 auto;
    margin-top:40px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;

}
.special-column-switch-option{
    height:70px;
    width:100%;
    border-radius:8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.special-column-switch-option-button{
    height:50px;
    width:100%;
    background-color: #efefef;
    border-radius:8px;
    display: flex;
    justify-content: center;
    align-items: center;
   
    color:#4f4f4f;
    text-align: center;
}
.special-column-switch-option-triangle{
    width:0;
    height:0;
    border-top:10px solid #2e8fff;
    border-bottom:10px solid transparent;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    display:none;
}

.special-column-switch-option-button:hover{
    cursor: pointer;
}
.special-column-switch-option-triangle:hover{
    cursor: pointer;
}


.special-column-switch-card{
    
}

.isplacefile{
    position: absolute;
		top: 0;
		right: 36px;
		width: 22%;
		height: 20%;
		background-color: #f0331f;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #ffffff;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		font-size: 10px;
}