body{
    font-family: Arial,Helvetica,"Microsoft YaHei",sans-serif,'PingFangSC-Regular' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cons_wrap .cons{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.ant-back-top-content {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient( 180deg, #F0F4FF 0%, #FEFEFE 100%);
    box-shadow: 3px 6px 13px 0px #D9DEED;
    border: 2px solid #FFFFFF;
    overflow: hidden;
    color: #fff;
    text-align: center;
    position: fixed;
    display: none;
    bottom: 30px;
    right: 20px;
    cursor: pointer;
    z-index:100;
}

.ant-back-top-icon {
    width: 10px;
    height: 10px;
    border-top:2px solid #333;
    border-right:2px solid #333;
    border-bottom:0px solid transparent;
    border-left:0px solid transparent;
    transform: rotate(-45deg);
    position: absolute;
    top: 21px;
    right: 18px;
}

#sqkt {
    position: fixed;
    cursor: pointer;
    bottom: 90px;
    right: -3px;
    z-index: 1000;
}
#all{
    width: 100%;
    margin: 0 auto;
}
#all .t_num i {
    width: 33px;
    height: 47px;
    display: inline-block;
    background: url('https://static-answer.eol.cn/static/images/polymer/polymer_num3.png') no-repeat;
    margin-right:4px;
    background-size: 100%;
}

.select_origin{
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid rgba(228,228,228,1);
    border-radius: 8px;
    position: absolute;
    right:0;
    top:0;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666666;
    z-index: 10000;
}
.select_top{
    display: inline-block;
}
.origin_wrap{
    display: inline-block;
    margin-right: 13px;
}
.select_type_wrap{
    display: inline-block;
}
.origin_wrap .arrow {
    width: 7px;
    height: 7px;
    border-top:1px solid #3176F4;
    border-right:1px solid #3176F4;
    border-bottom:0px solid transparent;
    border-left:0px solid transparent;
    transform: rotate(135deg);
    position: relative;
    top: -3px;
    right:0px;
    display: inline-block;
}
.arrow_up{
    transform: rotate(-45deg);
    top: 1px;
}
.select_type {
    display: none;
}
.select_type_wrap .active {
    display: inline;
}
.type_item{
    display: inline-block;
    cursor:pointer
}
.type_item .on{
    color: #3176F4;
}
.type_detail{
    margin-left: 8px;
}
.origin{
    color:#3176F4;
}
.allpro{
    margin-top: 10px;
    border-top: 1px solid #d8d8d8;
    padding-top: 10px;
    box-sizing: border-box;
    display: none;
    width: 230px;
    margin: 10px auto 0;
}
.allpro span{
    margin:0px 11px 12px 0px;
    white-space: nowrap;
    display: inline-block;
    cursor:pointer
}
.allpro .on{
    color:#3176F4;
}
.score{
    color: #3176F4;
    margin: 12px 0 18px 0;
    font-size: 14px;
}
.cbody{
    position: relative;
}
.no_p{
    text-align: center;
    position: absolute;
    top:30%;
    left:50%;
    margin-left:-20px;
    margin-top: 30px;
}
.no_data {
    font-size: 16px;
    color: #666;
    padding-bottom: 40px;
}
.logos{
    position: absolute;
    overflow: hidden;
    top: 15px;
    left: 50%;
    margin-left: -248px;
    z-index: 10000;
    display: none;
}
.logos .logo{
    float:left;
    cursor: pointer;
}
.logos .logo +.logo{
   margin-left:25px;
}
.score_style{
	line-height: 22px;
}
@media screen and (max-width: 1199px) {
    .cons_wrap .cons{
        width: 800px;
    }
		#all .t_num i{
			width: 22px;
			height: 32px;
			display: inline-block;
			background: url('https://static-answer.eol.cn/static/images/polymer/polymer_num3.png') no-repeat;
			margin-right: 4px;
			background-size: 100%;
		}
		.score {
			margin: 6px 0 6px 0;
			font-size: 12px;
		}
}
.ban{
    width:1038px;
    margin: 0px auto 96px;
    position: relative;
}
.videoBack {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
