html, body, ul, h1, li, p, h2, h3, h4, h5, h6, fieldset, legend span {
	color: #cfb9ea;
	padding: 0;
	margin: 0;
	font-family: '微软雅黑' ， "Myriad Set Pro", "Helvetica Neue", "Helvetica",
		"Arial", "sans-serif"
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: '微软雅黑'
}

img {
	border: 0;
}

ul, li, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	font-family: "微软雅黑" ， "Myriad Set Pro", "Helvetica Neue", "Helvetica",
		"Arial", "sans-serif"
}

h3 {
	clear: both;
	color: yellow;
}

.clear {
	clear: both;
}

.yl-box {
	width: 950px;
	background:url(/images/footer.png) no-repeat center bottom;
	margin: 0px auto;
	padding-bottom: 100px;
}

.yl-box h1{
	color: #fffc7d;
	padding-bottom: 20px;
}

.yl-top {
	height: 76px;
	background: #1f1b39;
	border-bottom: 1px solid #2b264c;
	padding: 10px 5px;
	overflow: hidden;
}

.yl-top li {
	float: left;
	width: 180px;
	margin: 0 5px;
	border: 1px solid #352c6d;
	padding: 5px;
	position: relative;
	cursor: pointer;
}

.yl-top li a {
	display: none;
}

.yl-top li:hover {
	background: #1f1b39;
	display: block;
	border: 1px solid #f6e59a;
}

.yl-top li:hover a {
	position: absolute;
	top: 29px;
	left: 60px;
	color: #221e37;
	font-size: 13px;
	display: block;
	width: 90px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #fffe72;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.yl-top .last {
	float: left;
	display: block;
	width: 220px;
	margin: 0 5px;
	border: 1px solid #352c6d;
	padding: 5px;
	position: relative;
	cursor: pointer;
}

.yl-top .last:hover {
	border: 1px solid #f6e59a;
}

.yl-top  span {
	display: inline-block;
}

.yl-top  .img-icon {
	/* background: #2a2352 url(img-icon.png) 0 0 no-repeat; */
	text-align: center;
	width: 44px;
	height: 44px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	vertical-align: middle;
}

.yl-top  .icon02 {
	background-position: -44px 0px;
}

.yl-top  .icon03 {
	background-position: -88px 0px;
}

.yl-top  .icon04 {
	background-position: -132px 0px;
}

.yl-top  .icon05 {
	background-position: -176px 0px;
}

.yl-top  .text {
	font-size: 14px;
	color: #f6e59a;
	line-height: 18px;
	text-align: left;
	margin-left: 15px;
	vertical-align: middle;
}

.yl-top  .text i {
	font-size: 12px;
	color: #6d6989;
	font-style: normal;
	display: block;
	text-align: left;
}

.yl-content {
	border-top: 1px solid #1b1732;
	padding: 20px;
}

.yl-title {
	height: 34px;
	line-height: 34px;
	background: #fffe72;
	color: #221e37;
	padding: 0 15px;
	float: left;
	font-weight: bold;
	font-size: 19px;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}

.yl-mod p {
	color: #cfb9ea;
	font-size: 14px;
	line-height: 28px;
	clear: both;
	padding-bottom: 15px;
}

.yl-mod i {
	color: #ffff00;
	font-style: normal;
}

.yl-mod p i {
	color: #ffff00;
	font-style: normal;
}

.yl-mod h2 {
	color: #ffff00;
	font-style: normal;
	font-size: 16px;
	clear: both;
}

.table {
	border-collapse: collapse;
	border: none;
	width: 100%;
	margin: 0px auto 10px;
}

.table  td {
	border: 1px solid #46405f;
	text-align: center;
	height: 30px;
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
	line-height: 24px;
}

.table  tr.bgcolor, .table  td.bgcolor {
	font-size: 14px;
	font-weight: normal;
	color: #ffff00;
	text-align: center;
	background: #3d3463;
	height: 30px;
	border: 1px solid #46405f;
}

.table  tr.bgcolor td {
	color: #ffff00;
}

.table  tr.bgcolor {
	color: #ffff00;
}

.yl-mod .link_go {
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	background: #d04848;
	color: #ebce60;
	padding: 5px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
}

.yl-mod .link_go:hover {
	background: #ffbb12;
	color: #000;
}

.yl-mod .com_btn {
	display: block;
	margin: 0px auto;
	width: 240px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	background: #7a68c6;
	background: linear-gradient(to bottom, #8c77e4, #3d3463);
	border-radius: 5px;
}

.yl-mod .com_btn:hover {
	color: #333;
	font-size: 18px;
	line-height: 50px;
	background: #ffdb00;
	background: linear-gradient(to bottom, #ffe800, #ffc500);
	border-radius: 5px;
}

.yl-mod ul.list {
	clear: both;
	margin: 10px auto;
	display: block;
	overflow: hidden
}

.yl-mod ul.list li {
	float: left;
	display: inline-block;
	padding: 10px;
	margin: 0px 10px;
	border: 1px dotted #6b62a0;
	background: #362e63;
}

.yl-header {
	padding: 5px;
	background-color: #3C3561;
}

.yl-header ul {
	overflow: hidden;
}

.yl-header ul li {
	float: left;
	border-left: 1px solid #0a0813;
	border-right: 1px solid #464161;
	height: 111px;
}

.yl-header ul li:first-child {
	width: 205px;
	border-left: none;
}

.r_text {
	width: 205px;
	float: right;
}

.r_text h2 {
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	margin-bottom: 8px;
}

.a_btn {
	display: inline-block;
	width: 140px;
	height: 30px;
	background: linear-gradient(to bottom, #ffffa9, #dec134);
	text-align: center;
	color: #171819;
	font-size: 16px;
	line-height: 30px;
	margin-left: 40px;
	border-radius: 30px;
	margin-top: 5px;
}

.a_btn:hover {
	background: linear-gradient(to bottom, #ED5B61, #ED1C24);
	color: #fff;
}

.img_icon {
	/* background: url(./images/lottery_prospirit.png) no-repeat; */
	margin: 0 auto;
	width: 145px;
	height: 28px;
}

.r_text em {
	display: inline-block;
	width: 30px;
	height: 33px;
	/* background: url(./images/lottery_prospirit.png) -172px 0px; */
	vertical-align: middle;
}

.third {
	color: #fff;
	width: 315px;
}

.third i {
	color: yellow;
}

.third .r_text {
	width: 180px;
	padding-top: 10px;
}

.l_img {
	float: left;
	height: 97px;
	width: 97px;
	margin: 5px 6px 0px 8px;
	/* background: url(./images/qqkf.jpg) no-repeat; */
	background-size: 100% 100%;
	background-position: 0 0 !important;
}

.last-li {
	border-right: none !important;
	width: 205px;
}

.btn {
	background-color: #FEDA33;
	border-radius: 5px;
	color: #525252;
	padding: 10px 40px;
	font-size: 25px;
	width: 255px;
	margin: 0 auto;
	display: block;
}

.new-title {
	border-top: 2px solid #DABF6D;
	margin-bottom: 10px;
}

.new-title h2 {
	background-color: #DABF6D;
	color: #CB393F;
	width: 300px;
	border-radius: 0 0 6px 6px;
	margin: 0 auto;
	font-size: 20px;
	text-align: center;
	padding: 5px 0;
}

.lotterywebchat {
	/* background: url(./images/ewm.png) no-repeat; */
	float: left;
	width: 130px;
	height: 100%;
	padding-left: 3px;
	padding-top: 10px;
}

.lotterywebchat span {
	display: inline-block;
	width: 25px;
	height: 30px;
	font-size: 30px;
	color: red;
	text-align: center;
}

.lotterywebchat i {
	font-style: normal;
	font-size: 14px;
	padding-top: 10px;
	display: block;
	text-align: center;
}

#domain {
	font-size: 16px;
	color: #fff;
	border: 1px solid red;
	padding-top: 0px;
	line-height: 38px;
	text-align: center;
}

.box3 p {
	height: 60px;
	line-height: 60px;
	margin-left: 150px;
}

.box3 p span {
	display: inline-block;
	text-align: right;
	width: 180px;
	color: #f6d666;
	font-size: 14px;
}

.box3 p input {
	width: 285px;
	height: 40px;
	border: none;
	background: #fff;
	border-radius: 5px;
	font-size: 15px;
	padding-left: 15px;
}

.box3 .codeimg {
	margin-left: -110px;
	width: 100px;
	height: 40px;
	position: relative;
	top: 15px;
}

.box3 .subbtn {
	background: url(./images/subbtn.png) no-repeat;
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 35px;
	cursor: pointer;
	color: #361905;
	font-size: 14px;
	text-align: center;
	border: none;
	margin-top: 15px;
	padding: 0;
	font-weight: bold;
}

.box3 .check {
	background: url(./images/subbtn2.png) no-repeat;
	display: inline-block;
	width: 148px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border: none;
	margin-left: 12px;
	margin-top: 15px;
	padding: 0;
	font-weight: bold;
}

.domain {
	-webkit-animation: gocolor4 2s infinite linear;
	animation: gocolor4 2s infinite linear
}

@-webkit-keyframes gocolor4{0%{color:#fff}50%{color:red}100%{color:#fff}}

@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "微软雅黑";
	background: #161326 url(./images/mainbg.jpg) top center no-repeat;
	background-size: 100%;
}

a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}

ol, ul, li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.top {
	background: #161426;
	height: 33px;
	line-height: 33px;
	color: #fff;
	border-bottom: 1px solid #312d53;
}

.top a {
	margin: 0 5px;
}

.w1000 {
	width: 1000px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fr span {
	color: #fff600;
}

.ani1 {
	-webkit-animation: gocolor1 2s infinite linear;
	animation: gocolor1 2s infinite linear
}

.ani2 {
	-webkit-animation: gocolor2 2s infinite linear;
	animation: gocolor2 2s infinite linear
}

.ani3 {
	-webkit-animation: gocolor3 2s infinite linear;
	animation: gocolor3 2s infinite linear
}

.ani4 {
	-webkit-animation: gocolor4 2s infinite linear;
	animation: gocolor4 2s infinite linear
}

.ani5 {
	-webkit-animation: gocolor5 2s infinite linear;
	animation: gocolor5 2s infinite linear
}


@-webkit-keyframes gocolor1{0%{color:#fff}50%{color:#3af12c}100%{color:#fff}}
@-webkit-keyframes gocolor2{0%{color:#fff}50%{color:#0ff}100%{color:#fff}}
@-webkit-keyframes gocolor3{0%{color:#fff}50%{color:#ff0}100%{color:#fff}}
@-webkit-keyframes gocolor4{0%{color:#fff}50%{color:red}100%{color:#fff}}
@-webkit-keyframes gocolor5{0%{color:#fff}50%{color:#00a8ff}100%{color:#fff}}

.header {
	height: 155px;
	background: #211e36 url(./images/header_bg.png) no-repeat 50% 0;
	position: relative;
}

.header .logo {
	background: url(/images/logo.png) no-repeat;
	width: 249px;
    height: 69px;
    float: left;
    display: block;
    margin-top: 18px;
	background-size: 100% 100%; 
}

.header .domain {
	background: url(./images/domain.png) no-repeat;
	width: 268px;
	height: 56px;
	float: left;
	margin-top: 30px;
	margin-left: 151px;
}

.header a.query {
	background: url(./images/query.png) no-repeat;
	width: 202px;
	height: 59px;
	float: right;
	display: block;
	margin-top: 27px;
}

.gonggao {
	overflow: hidden;
	height: 41px;
	line-height: 41px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: #151325;
	border-top: 1px solid #312d53;
	border-bottom: 1px solid #312d53;
}

.gonggao span {
	height: 41px;
	float: left;
	display: block;
	padding-left: 0px;
	color: #e7c962;
	font-size: 13px;
	width: 70px;
}

.gonggao marquee {
	float: left;
	width: 902px;
	color: #ffffff;
	font-size: 13px;
}

.mainitem {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	margin-top: 20px;
	padding-bottom: 10px;
	overflow: hidden;
	min-height: 600px;
}

.mainitem ul {
	width: 1020px;
}

.mainitem ul li {
	float: left;
	width: 320px;
	/* height: 236px; */
	margin-right: 20px;
	margin-bottom: 20px;
}

.mainitem ul li a {
	display: block;
	width: 320px;
	/* height: 236px; */
	position: relative;
	text-align: center;
	overflow: hidden;
}

.mainitem ul li a img {
	height: 75px;
	width: 100%;
	position: relative;
    z-index: 1;
}

.mainitem ul li span {
	width: 320px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background: #2a2455;
	display: block;
	position: relative;
    z-index: 2;
}

.mainitem ul li a:hover span{
	background-color: #fbf396;
	color: #2a2455;
}

.clear {
	clear: both;
}

.tips {
	color: #ffffff;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	margin-bottom: 11px;
}

.tips span {
	color: #fda900;
}

.mainbottom {
	height: 230px;
	margin-top: 0;
	background: #1b192f;
	border-top: 1px solid #2b2847;
	border-bottom: 1px solid #2b2847;
	padding-top: 20px;
	padding-bottom: 20px;
}

.leftlink {
	float: left;
	background: #2c2848;
	border: 1px solid #3e3865;
	width: 665px;
	height: 189px;
	overflow: hidden;
}

.leftlink ul {
	margin: 0 6px;
}

.leftlink ul li {
	float: left;
	border-bottom: 1px dashed #453f76;
	height: 94px;
	width: 162px;
	text-align: center;
	line-height: 92px;
}

.leftlink ul li a {
	display: block;
	color: #c8c5e8;
	font-size: 14px;
}

.leftlink ul li a img {
	position: relative;
	top: -2px;
	vertical-align: middle;
	margin-right: 10px;
}

.apply {
	width: 326px;
	height: 189px;
	background: #2c2848;
	border: 1px solid #3e3865;
	float: right;
}

.apply .title {
	text-align: center;
	margin-bottom: 12px;
	margin-top: 16px;
}

.apply span {
	text-align: center;
	margin: 0 5px;
}

.apply .s1 {
	color: #00ff7e;
}

.apply .s2 {
	color: #ffff9a;
}

.apply ul li {
	line-height: 29px;
	height: 29px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #b3b0d2;
	margin-left: 10px;
	width: 306px;
}

#bd {
	position: relative;
	top: -20px;
	overflow: hidden;
	width: 325px;
	height: 130px;
	text-align: left;
}

.footer {
	text-align: center;
	background: #151325;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #2b2847;
}

.copyright {
	color: #686484;
	font-size: 12px;
	background: #151325;
}

.tccon {
	background: #1b192f;
	border-radius: 8px;
	width: 744px;
	min-height: 540px;
	display: none;
	position: relative;
	overflow: hidden;
}

.layui-layer-close {
	position: absolute;
}

.closebtn {
	background: url(./images/m_closebtn.png) no-repeat;
	background-size: cover;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	cursor: pointer;
}

.tccon .tclogo {
	background: url(./images/logo.png) no-repeat;
	width: 205px;
	height: 92px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 15px;
}

.tccon .fg {
	width: 712px;
	height: 17px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	display: none;
}

.tccon h2 {
	color: #fdfa95;
	font-size: 26px;
	text-align: center;
	line-height: 25px;
	margin-bottom: 20px;
}

.tccon .con1 {
	height: 310px;
}

.tccon p {
	color: #fff;
	font-size: 14px;
	margin-left: 120px;
	line-height: 60px;
	height: 60px;
}

.tccon p span {
	display: inline-block;
	width: 112px;
	text-align: right;
	color: #fff;
	font-size: 14px;
	margin-right: 10px;
}

.tccon p input {
	width: 300px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 7px;
	background: #fff;
	text-align: left;
	color: #7d7d7d;
	font-size: 14px;
	padding-left: 15px;
}

.tccon p select {
	width: 315px;
	height: 42px;
	color: #7d7d7d;
	font-size: 14px;
	padding-left: 13px;
	border: none;
	border-radius: 7px;
	margin: 0;
}

.tccon p select option {
	padding-left: 15px;
}

option {
	font-weight: normal;
	display: block;
	white-space: pre;
	min-height: 1.2em;
}

.tccon p .subbtn {
	background: url(./images/subbtn.png) no-repeat;
	text-align: center;
	width: 120px;
	height: 40px;
	border: none;
	border-radius: 2px;
	color: #361905;
	cursor: pointer;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}

.tccon p .checkSub {
	margin-left: 80px;
}

.tccon p .closeSub {
	margin-left: 50px;
}

.tccon .line {
	height: 1px;
	background: #3e3865;
	width: 720px;
	margin: 0 auto;
	margin-top: 20px;
}

.tccon .con2 {
	height: 310px;
	display: none;
}

.tccon .con2 table {
	width: 600px;
	margin: 0 auto;
}

.tccon .con2 table tr th {
	border: 1px solid #3e3865;
	height: 45px;
	line-height: 45px;
	color: #e8c25c;
	font-size: 14px;
	text-align: center;
}

.tccon .con2 table tr td {
	border: 1px solid #3e3865;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}

.tccon .pages {
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
}

.codeimg {
	margin-left: -110px;
	width: 100px;
	height: 40px;
	position: relative;
	top: 15px;
}
@CHARSET "UTF-8";

.main {
	padding-top: 15px;
	padding-bottom: 15px;
}

.mainxq {
	margin-top: 10px;
	margin-bottom: 10px;
}

.box3 {
	border: 2px solid #3e3865;
	min-height: 200px;
	padding-bottom: 20px;
	background: #2c2848;
}

.box3 .boxtitle {
	height: 77px;
	line-height: 77px;
	border-bottom: 1px solid #3e3865;
	padding-left: 35px;
	color: #f6d666;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

.box3 .autobtn {
	width: 145px;
	height: 50px;
	display: block;
	background: url(./images/subbtn2.png) no-repeat;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin: 45px 50px;
}

.box3 .Defined {
	width: 350px;
	display: block;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin: 45px 50px;
	background-color: red;
	border-radius: 30px;
}

.box3 .Defined a{
	font-size: 25px;
}

.box3 .detail{
	height: 100px;
	border-bottom: 1px solid #3e3865;
	padding:20px 35px;
}
.detail .btn{
	width:140px;
	height:40px;
	line-height:40px;
	display:block;
	float:left;
	background:url(./images/subbtn2.png);
	color:#fff;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	margin-right:10px
	}

.box3 p {
	height: 60px;
	line-height: 60px;
	margin-left: 150px;
}

.box3 p span {
	display: inline-block;
	text-align: right;
	width: 180px;
	color: #f6d666;
	font-size: 14px;
}

.box3 p input {
	width: 285px;
	height: 40px;
	border: none;
	background: #fff;
	border-radius: 5px;
	font-size: 15px;
	padding-left: 15px;
}

.box3 .subbtn {
	background: url(./images/subbtn.png) no-repeat;
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 35px;
	cursor: pointer;
	color: #361905;
	font-size: 14px;
	text-align: center;
	border: none;
	margin-top: 15px;
	padding: 0;
	font-weight: bold;
}

.box3 .check {
    background: url(./images/subbtn2.png) no-repeat;
    display: inline-block;
    width: 148px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border: none;
    margin-left: 12px;
    margin-top: 15px;
    padding: 0;
    font-weight: bold;
}

.box2 {
    border: 2px solid #3e3865;
    padding-bottom: 20px;
    background: #2c2848;
    margin-top: 20px;
}

.box2 .boxcon {
    padding-left: 35px;
    color: #c8c5e8;
    font-size: 14px;
    line-height: 28px;
    padding-top: 20px;
    padding-right: 30px;
}

.box1 {
    border: 2px solid #3e3865;
    padding-bottom: 20px;
    background: #2c2848;
    margin-top: 20px;
}

.box1 .boxcon {
    padding-left: 35px;
    color: #c8c5e8;
    font-size: 14px;
    line-height: 28px;
    padding-top: 20px;
    padding-right: 30px;
}

.box0 {
    border: 2px solid #3e3865;
    padding-bottom: 20px;
    background: #2c2848;
    margin-top: 20px;
}

.box0 .boxcon {
    padding-left: 35px;
    color: #c8c5e8;
    font-size: 14px;
    line-height: 28px;
    padding-top: 20px;
    padding-right: 30px;
}

.boxcon strong {
	background-color: #FEFD03;
	padding: 3px 10px 3px 10px;
	margin: 10px 0 10px 0;
	color: red;
	font-weight: bold;
	font-size: 16px;
}

.boxItem {
	padding: 35px 35px;
}

.item {
	padding-bottom: 11px;
}

.item .key {
	color: #F6D666;
	font-size: 20px;
	line-height: 35px;
	text-align: left;
	float: left;
	min-width: 84px;
}

.item .item-input {
	padding-left: 5px;
	margin-left: 8px;
	border: 1px solid #3E3865 !important;
	width: 150px;
	height: 33px;
	border-radius: 5px;
	width: 150px;
}

.boxcon table {
	margin: 10px 0;
	width: 940px;
}

.boxcon .tabTop {
	color: #FEFD03;
}

.boxcon td {
	height: 30px;
	border: 1px solid #413B61
}

.red {
	color: #ff0009;
}

.div-input{text-align: center;}
.div-input input{
    border-radius: 10px;
    border: 1px solid #ddd;
    text-indent: 1rem;
    color: #000;
	padding: 0.3rem 0;
	outline: none;
    line-height: 25px;
    width: 300px;
    font-size: 18px;
}
.yl-btn{
	width: 120px;
    border: none;
    border-radius: 10px;
    background-color: #C11B3F;
	color: #fff;
	font-size: 18px;
    margin-right: 5px;
    line-height: 35px;
    cursor: pointer;
}
.lable{display: inline-block;width: 100px;}
.div-input{padding: 5px 0;}
.vcode img{width: 150px;}
.yl-btn-wrap{
	width: 400px;
    text-align: center;
    margin: 0 auto;
    padding-left: 100px;
}
.yl-form{border: 1px solid #FFFC7D;padding: 20px;clear: both;margin-bottom: 20px;}
.b-blue{background-color: #105bcc;}
.b-green{background-color: #13cc10;}
.b-red{background-color: #cc1010;}
.b-blue, .b-green, .b-red{
	color: #fff;
}
.card-header{
	padding: 5px;
}
.card{
	border: 1px solid #45415E;
	margin-top: 20px;
}
.card-footer{
	border-top: 1px solid #45415E;
    color: #ddd;
}
.card-header, .card-footer{
	padding: 10px 20px;
}
.card-content{
    padding: 15px 20px;
    color: #fff;
}

.pull-right{float: right;}
.goback{text-decoration: none;background-color: #C11B3F; color: #fff;border-radius: 5px;padding: 2px 10px;margin-top: 10px;display: inline-block;}
.layui-layer-content{color:#000;}
.p-query-wrap{height: 600px;overflow: auto;margin-top: 10px;}
.content-padded{padding: 0 2px;}



.table tr.success {
    color: #ffff00;
}

.table tr.success, .table td.success {
    font-size: 14px;
    font-weight: normal;
    color: #ffff00;
    text-align: center;
    background: #a41100;
    height: 30px;
    border: 1px solid #46405f;
}
.table tr.success td {
    color: #ffff00;
}

.mainitem ul li a:hover > img{
	/* transform: translateY(20px);
	transition: all 0.4s; */
	-webkit-animation: move .7s;
    animation: move .7s ;
}
/* .domain {
    -webkit-animation: move 2s infinite linear;
    animation: move 2s infinite linear;
} */
@keyframes move{
	0% {
		transform: translateY(5px);
		transition: all 0.4s;
	}
	50% {
		transform: translateY(10px);
		transition: all 0.4s;
	}
	100% {
		transform: translateY(0px);
		transition: all 0.4s;
	}
}

.change_domain{
	color:#FEFB96;
}
.logBox{
	overflow: hidden;
	position: relative;
}
.change_domainBox{
	display: inline-block;
	font-size: 32px;
	position: absolute;
	top: 35px;
    right: 76px;
}
.promoPcClassify{
	width: 1000px;
	margin: auto;
	overflow: hidden;
}
.promoPcClassify li{
	width: 100px;
	height: 41px;
	float: left;
    border-radius: 5px;
    border: 1px solid #303030;
    background: #272727;
    margin: 0 2px;
}
.promoPcClassify li:hover {
    background: #1C1C1C;
    border: 1px solid #FBEE7E;
    color: #FCF283;
}
.promoPcClassify li a{
	line-height: 41px;
	text-align: center;
    font-size: 14px;
	display: block;
	color: #ff2400;
}
.promoPcClassify li.mtab {
    background: #1C1C1C;
    border: 1px solid #FBEE7E;
}
.promoPcClassify li.mtab a{
    color: #FCF283;
}