@CHARSET "UTF-8";
@font-face {
    font-family:regular;
    src: url(./font/Regular.ttf);
}

a {
	color: #D2D2D2;
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.hide {
	display:none;
}

.black {
	
}

.left {
	float:left;
}

.clear {
	clear:both;
}

.light {
	color: #A6A6A6;
}

.nomagin_right {
	margin-right: 0 !important;
}

.page_head {
	background-color: #222222;
	height: 45px;
}

.menu {
	float:left;
	margin-left: 197px;
	margin-top:0;
}

.menu li {
	float: left;
	margin-right: 160px;
	color:#FEFEFE;
	font-size:12px;
	line-height: 45px;
}

.head_maue {
	width: 1170px;
	margin: auto;
}

#logo {
	background: url("../imgs/logo.png") 0 13px no-repeat;
	width: 85px;
	display: block;
	float: left;
	text-align: right;
	line-height: 45px;
	font-size: 18px;
	font-weight: bold;
}

hr {
	border: 1px solid #353535;
	border-top: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
	width: 720px;
}

body{
	width:100%;
	magin:auto;
	background-color: #222222;
	color: #FEFEFE;
}

.page_body {
	margin: auto;
	display: block;
	clear: both;
	width: 1280px;
}

.introduce, .content {
	background-color: #2C2C2C;
	height: 990px !important;
}

.introduce {
	height: 800px;
    border-right: 1px solid #353535;
    width: 273px;
    margin-top: 80px;
    text-align: center;
}

.introduce #diamondb {
	margin-top: 143px;
	margin-bottom: 5px;
}

.introduce p {
	text-align: left;
	width: 187px;
	margin-left: 44px; 
}

.content {
	margin-top: 80px;
	width: 858px;
	padding-left: 147px;
}

#yjbid {
	margin-top: 143px;
	margin-bottom: 58px;
	position: relative;
}

#yjbid input {
	width: 209px;
	height: 33px;
	line-height: 33px;
	BACKGROUND-COLOR: transparent;
	border: 1px solid #5F5F5F  !important;
	color: #FEFEFE;
	text-align: center;
}

#yjbid .user_info {
	position: absolute;
	left: 323px;
	top: 7px;
	color: greenyellow;
}

p.rules {
	margin-top: 42px;
    margin-bottom: 40px;
}

ul.pay_list {
	margin-top: 20px;
}

ul.pay_list li{
	height: 106px;
	width: 106px;
	border: 1px solid #5F5F5F ;
	float: left;
	margin-right: 45px;
	text-align: center;
	cursor:pointer;
	background: url("") 100% 0px no-repeat;
	position: relative;
}

ul.pay_list li div.warning {
	color: #C72D40;
	position: absolute;
	width: 106px;
	bottom: -55px;
	display:none;
}

ul.pay_list li div.input_money {
	border-bottom: 1px dashed #5F5F5F;
	height: 71px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}


ul.pay_list li.select{
	background: url("../imgs/pay/select.png") 100% 0px no-repeat;
	border:1px solid #FBDE9F;
}

ul.pay_list li input{
	height: 17px;
	margin-top: 33px;
	border: none;
	width: 85px;
	text-align: center;
	margin-bottom: 15px;
	background-color: #2C2C2C;
	color: #ffffff;
}

ul.pay_list li h2 {
	font-size: 16px;
	margin-top: 30px;
	border-bottom: 1px dashed #5F5F5F;
	padding-bottom: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

ul.pay_list li .diamond {
	font-size: 12px;
	background: url("../imgs/pay/diamonds.png") 0px 2px no-repeat;
	line-height: 15px;
	padding-left: 20px;
}

ul.pay_channel {
	margin-top: 41px;
	margin-left: 205px;
}

ul.pay_channel li{
	width: 128px;
	height: 33px;
	border: 1px solid;
	float: left;
	margin-right: 45px;
	text-align: center;
	line-height: 33px;
	cursor:pointer;
	background: url("") 100% 0px no-repeat;
	border:1px solid #5F5F5F;
}

ul.pay_channel li.select{
	background: url("../imgs/pay/select.png") 100% 0px no-repeat;
	border:1px solid #FBDE9F;
}

.pay_zhifu_title {
	margin-left: 287px;
	margin-top: 38px;
	margin-bottom: 56px;
	background: url("../imgs/pay/wxpay.png") 0px 2px no-repeat;
	padding-left: 30px;
}

.pay_erweima {
	width: 130px;
	height: 130px;
	border: 1px solid;
	margin-left: 300px;
}

.pay_successful {
	width: 1005px;
	background-color: #2C2C2C;
	height: 990px;
	margin-top: 80px;
}

#pay_successful_diamond {
    margin-top: 37px;
	margin-bottom: 10px;
	background: url("../imgs/pay/diamonds.png") 0px 2px no-repeat;
	padding-left: 20px;
	width: 55px;
	line-height: 13px;
	margin-left: 460px;
}

.pay_successful_content {
	text-align: center;
	margin-top: 143px;
}

.pay_successful #back_index {
	padding: 10px;
	width: 90px;
	display: block;
	margin-top: 96px;
	margin-left: 453px;
	background-color: #5B5B5B;
}

.foot {
	font-family:sans-serif;
	font-size: 1rem;
    color: #5B5B5B;
    padding: 4rem 0 4rem 0;
    background-color: #222;
	text-align: center;
	width:100%;
}

.foot .title{
	font-size: 1.3rem;
	padding-bottom: 2rem;
}


