button,
input,
select,
textarea {
	font-family: inherit;
	font-style: italic;
	font-weight: 200
}

#snavi .cardlistOld {
	position: relative;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 18px, rgba(0, 0, 0, 0.1) -5px 5px 18px, rgba(0, 0, 0, 0.1) 5px -5px 18px, rgba(0, 0, 0, 0.1) -5px -5px 18px;
	margin-bottom: 10px;
	display: block;
	transition: 0.3s;
	cursor: pointer;
	line-height: 70px;
	    font-size: 22px;
		padding-left: 20px;
}

#snavi .cardlistOld::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 10px;
/* 	background: url(../images/icon_snavi.png) no-repeat center center; */
	width: 32px;
	height: 100%;
	pointer-events: none;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

#snavi .cardlistOld:hover {
	background: rgba(70, 206, 206, 0.26);
	box-shadow: rgba(70, 206, 206, 0.1) 5px 5px 18px, rgba(70, 206, 206, 0.1) -5px 5px 18px, rgba(70, 206, 206, 0.1) 5px -5px 18px, rgba(70, 206, 206, 0.1) -5px -5px 18px
}

#snavi .cardlistOld.on {
	background: rgba(70, 206, 206, 0.26);
	box-shadow: rgba(70, 206, 206, 0.1) 5px 5px 18px, rgba(70, 206, 206, 0.1) -5px 5px 18px, rgba(70, 206, 206, 0.1) 5px -5px 18px, rgba(70, 206, 206, 0.1) -5px -5px 18px
}

#snavi .cardlistOld.on::before {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

#seachArea {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(29, 43, 69, 0.8));
	margin: 30px;
	padding: 20px 40px 40px;
}
#seachArea >img{
	margin-bottom: 10px;
	display: block;
	max-width: 60%;
}
#seachArea h4 {
	text-align: left;
	margin-bottom: 10px
}

#seachArea .pullCol {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

#seachArea .pullCol+.pullCol {
	margin-top: 10px
}

#seachArea .seachS {
	height: 72px;
	border: solid 4px #00a0e9;
	position: relative
}

#seachArea .seachS.category {
	width: 49%;
}

#seachArea .seachS.areaCharacter {
	width: 49%;
}

#seachArea .seachS.areaRarity {
	width: 32%;
}

#seachArea .seachS.areaAttribute {
	width: 32%;
}

#seachArea .seachS.areaCardtype {
	width: 32%;
}

#seachArea .seachS::before {
	content: "";
	position: absolute;
	top: 30px;
	right: 15px;
	width: 0;
	height: 0;
	padding: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #fff
}

#seachArea select {
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	color: #59cbff;
	font-size: 26px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px;
	outline: none;
	    font-family: Microsoft YaHei;
	
}

#seachArea .seachAreaFree {
	position: relative
}

#seachArea .seachAreaFree input {
	width:100%;
	height: 72px;
	border-radius: 50px;
	border: none;
	margin-top: 20px;
	background: #00a0e9;
	color: #fff;
	font-size: 26px;
	padding: 10px 10px 10px 70px
}

#seachArea .seachAreaFree input::-webkit-input-placeholder {
	color: #fff
}

#seachArea .seachAreaFree input::-ms-input-placeholder {
	color: #fff
}

#seachArea .seachAreaFree input::placeholder {
	color: #fff
}

#seachArea .seachAreaFree::before {
	content: "";
	position: absolute;
	width: 33px;
	height: 43px;
	background: url(../images/icon_word.png) no-repeat;
	top: 35px;
	left: 30px
}

#seachArea .btnSubmit {
	    width: 353px;
	height: 98px;
	background: url(../images/btn.png) no-repeat center center/100%;
	border: none;
	margin-top: 12px;
	text-indent: -9999px;
	cursor: pointer
}

.btn_checklist a {
	display: block;
	width: 575px;
	height: 98px;
	background: url(../images/btn_card-checklist.png)  no-repeat center top/100%;
	margin: 0 auto 10px;
	text-indent: -9999px;
	cursor: pointer
}

.paginator {
	font-size: 24px;
	text-align: left;
	width: 1036px;
	margin: 0 auto;
	padding: 30px 0;
	font-weight: 300
}

.paginator a {
	margin-right: 25px;
	border: solid 4px;
	padding: 15px 25px;
	display: inline-block
}

.paginator .inactive {
	color: #ff0000;
	pointer-events: none
}

.paginator .active {
	color: #a5afb8
}

.paginator .active:hover {
	color: #ff0000;
	text-shadow: none
}

.txtErr {
	color: #000;
	font-size: 24px
}

#list {
	width: 94%;
	margin: 60px auto 0;
	color: #fff;
	font-style: italic
}

#list .cardCol {
	position: relative;
	background-image: url(../images/bg_frame_tr.png), url(../images/bg_texture.png), url(../images/bg_frame.png);
	background-repeat: no-repeat, no-repeat, repeat;
	margin-bottom: 70px;
	padding: 40px 30px
}

#list .cardCol:last-of-type {
	margin-bottom: 0
}

#list .cardCol::after {
	content: "";
	clear: both;
	display: block
}

#list .cardCol .numRarity {
	position: absolute;
	font-weight: 800;
	font-size: 0;
	top: -25px;
	left: 30px;
	box-shadow: 0px 0px 8px 3px rgba(255, 29, 183, 0.24)
}

#list .cardCol .numRarity .cardNum {
	display: inline-block;
	background: linear-gradient(to right, #000, #616a70);
	padding: 5px 20px;
	text-shadow: 1px 4px #000;
	font-size: 24px
}

#list .cardCol .numRarity .rarity {
	display: inline-block;
	background: linear-gradient(to right, #cb0868, #b40303);
	padding: 5px 20px 8px;
	text-shadow: 1px 4px #760c0c;
	font-size: 22px;
	vertical-align: top
}

#list .cardCol .cardImg {
	width: 26%;
	float: left
}

#list .cardCol .cardImg>img {
	box-shadow: 0px 0px 8px 3px rgba(17, 123, 255, 0.66);
	border-radius: 20px
}

#list .cardCol .cardImg .skill {
	background-image: linear-gradient(0deg, #020030 0%, rgba(15, 22, 48, 0) 80%, rgba(15, 22, 48, 0) 100%), url(../images/bg_skill.png);
	background-repeat: no-repeat, no-repeat;
	background-position: bottom, bottom;
	background-size: 100% 100%;
	width: 100%;
	position: relative;
	margin-top: 40px
}

#list .cardCol .cardImg .skill::before {
	content: "";
	position: absolute;
	top: -22px;
	left: 0;
	width: 113px;
	height: 22px;
	background: url(../images/stit_skill.png) no-repeat
}

#list .cardCol .cardImg .skill img {
	padding: 8px 0
}

#list .cardCol .cardDescription {
	float: right;
	width: 72%;
}

#list .cardCol .cardDescription h5.cardName {
	font-size: 32px;
	font-weight: 900;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(7, 22, 127, 0.5));
	padding: 10px;
	text-align: left;
	text-shadow: 1px 1px 0px #10cfc8, -1px -1px 0px #10cfc8,
		0px 4px 0px #2574e9
}

#list .cardCol .cardDescription .status {
	font-family: 'Chakra Petch', sans-serif;
	margin-top: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

#list .cardCol .cardDescription .status li {
	width: 23%;
	height: 62px;
	display: inline-block;
	vertical-align: bottom;
	text-align: right;
	position: relative;
	font-size: 70px
}

#list .cardCol .cardDescription .status li.power i{
	      font-size: 18px;
	      text-align: left;
	      display: block;
	      line-height: 40px;
	      margin-top: -10px;
}

#list .cardCol .cardDescription .status li.atk {
	background: url(../images/stit_atk.png) no-repeat
}

#list .cardCol .cardDescription .status li.spd {
	background: url(../images/stit_spd.png) no-repeat
}

#list .cardCol .cardDescription .status li.type {
	background: url(../images/stit_type.png) no-repeat
}

#list .cardCol .cardDescription .status li.type span {
	bottom: -15px;
	right: -15px
}

#list .cardCol .cardDescription .status li::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 41px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(7, 22, 127, 0.5));
	bottom: 0;
	left: 0
}

#list .cardCol .cardDescription .status li span {
	text-shadow: 0 0 16px rgba(17, 123, 255, 0.66), 0 0 16px rgba(17, 123, 255, 0.66);
	position: absolute;
	bottom: 0;
	right: 5px;
	line-height: 1
}
#list .cardCol .cardDescription .finish{
	margin-top: 50px;
}
#list .cardCol .cardDescription .finishMove {
	font-size: 24px;
	font-weight: 600;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(7, 22, 127, 0.5));
	text-shadow: 0 0 16px rgba(17, 123, 255, 0.66), 0 0 16px rgba(17, 123, 255, 0.66);
	padding: 10px 105px 10px 10px;
	
	position: relative;
	text-align: left;
	overflow-wrap: break-word;
	word-wrap: break-word
}
#list .cardCol .cardDescription .finish h2{
	text-align: left;
}
#list .cardCol .cardDescription .finishMove::before {
	content: "";
	position: absolute;
	top: -23px;
	left: 0;
	width: 110px;
	height: 23px;

}

#list .cardCol .cardDescription .finishMove span {
	font-size: 85px;
	font-family: 'Chakra Petch', sans-serif;
	line-height: 1;
	position: absolute;
	top: -35px;
	right: 10px
}

#list .cardCol .cardDescription .icons {
	margin-top: 30px;
	
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

#list .cardCol .cardDescription .icons li {
	width: 220px;
	height: 182px;
	position: relative
}

#list .cardCol .cardDescription .icons li+li {
	margin-left: 17px
}

#list .cardCol .cardDescription .icons li.rushtype::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 125px;
	height: 22px;
	background: url(../images/stit_rash.png) no-repeat
}

#list .cardCol .cardDescription .icons li.rushtype img {
	padding-top: 23px
}

#list .cardCol .cardDescription .icons li.partner {
	background: url(../images/bg_partner.png) no-repeat bottom
}

#list .cardCol .cardDescription .icons li.partner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 95px;
	height: 22px;
	background: url(../images/stit_partner.png) no-repeat
}

#list .cardCol .cardDescription .icons li.partner img {
	padding-top: 12px
}

#list .cardCol .cardDescription .icons li.skill {
	background-image: linear-gradient(0deg, #020030 0%, rgba(15, 22, 48, 0) 80%, rgba(15, 22, 48, 0) 100%), url(../images/bg_skill.png);
	background-repeat: no-repeat, no-repeat;
	background-position: bottom, bottom
}

#list .cardCol .cardDescription .icons li.skill::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 113px;
	height: 32px;
	
}
#list .cardCol .cardDescription .icons li.skill span{
	text-align: left;
	display: block;
	
}

#list .cardCol .cardDescription .icons li.skill img {
	width: 100%;
	height: 150px;
}

#list .cardCol.switch h5.cardName {
	font-size: 30px
}

#list .cardCol.switch .cardImg P {
	margin-top: 10px;
	padding: 10px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(7, 22, 127, 0.5));
	font-size: 23px
}

#list .cardCol.switch .switchiconsCol {
	width: 72%;
	float: right;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
#list .cardCol.switch .switchiconsCol .switchicons:first-of-type{
	background: rgba(0, 160, 233, 0.5);
}
#list .cardCol.switch .switchiconsCol .switchicons{
	width: 32%;
	    padding: 0px 8px 8px;
}

#list .cardCol.switch .switchiconsCol .switchicons dl dt{
	
}
#list .cardCol.switch .switchiconsCol dd img{
	width: 100%;
	height: 150px;
}

#list .cardCol.switch .switchiconsCol .switchicons dl dt {
	display: block;
	line-height: 40px;
	text-align: left;
	font-size: 18px;
}

#list .cardCol.switch .switchiconsCol .switchicons dl dd {
	display: block;
	height: 149px
}

#list .cardCol.switch .switchiconsCol .switchicons .rash dl {
	width: 220px
}



#list .cardCol.switch .switchiconsCol .switchicons .skill dd {
	width: 100%;
	background-image: linear-gradient(0deg, #020030 0%, rgba(15, 22, 48, 0) 80%, rgba(15, 22, 48, 0) 100%), url(../images/bg_skill.png);
	background-repeat: no-repeat, no-repeat;
	background-position: bottom, bottom;
	text-align: center
}

#list .cardCol.switch .switchiconsCol .switchicons .skill dd img {
	width: 100%;
	height:150px;
	
}

#list .cardCol.switch .switchiconsCol .icons_01 {
	width: 237px;
	background: rgba(0, 160, 233, 0.5);
	padding: 24px 8px 8px
}

#list .cardCol.switch .switchiconsCol .icons_02 {
	padding: 24px 0 0
}

#list .cardCol.switch .switchiconsCol .switchicons:last-child {
	
	background: rgba(230, 0, 54, 0.67);
	padding: 0px 8px 8px;
	
	margin-bottom: -10px
}

#list .cardCol.switch .cardDescription {
	background: rgba(0, 160, 233, 0.5);
	padding: 10px
}

#list .cardCol.switch .cardDescription .icons {
	width: 683px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

#list .cardCol.switch .cardDescription .icons li+li {
	margin: 0
}

#list .cardCol.switch .cardDescription .status {
	margin-top: 24px
}

#list .cardCol.switch .cardDescription.switch_02 {
	margin-top: 10px;
	background: rgba(230, 0, 54, 0.67)
}

#list .cardCol.switch .cardDescription.switch_02 h5.cardName {
	text-shadow: 1px 1px 0px #f954ff, -1px -1px 0px #f954ff,
		0px 4px 0px #c90404
}

#list .cardCol.switch .cardDescription.switch_02 .status li:before,
#list .cardCol.switch .cardDescription.switch_02 h5.cardName,
#list .cardCol.switch .cardDescription.switch_02 .finishMove,
#list .cardCol.switch .cardDescription.switch_02 .switchicons li::before {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(97, 3, 14, 0.5))
}

#list .cardCol.switch .cardDescription.switch_02 .status li span,
#list .cardCol.switch .cardDescription.switch_02 .finishMove,
#list .cardCol.switch .cardDescription.switch_02 .finishMove span {
	text-shadow: 0 0 16px rgba(255, 17, 17, 0.66), 0 0 16px rgba(255, 17, 17, 0.66)
}

/*# sourceMappingURL=../maps/_zh/cardlist.css.map */
