* {
	margin: 0;
	padding: 0;
	font-family: Microsoft YaHei,SimSun,Arial;
	font-style: normal;
}

body {
	background: #ebebeb;
	width: 640px;
	overflow-x: hidden;
	position: relative
}

li {
	list-style: none
}

img {
	border: 0
}

em,i {
	font-style: normal
}

a {
	text-decoration: none
}

:focus {
	outline: 0
}

textarea {
	resize: none
}

select[disabled] {
	background-color: #ebebe4
}

.contentmainbox {
	width: 640px
}

.ToolbarBox {
	width: 640px;
	overflow: visible;
	position: fixed;
	bottom: -1px;
	left: 0;
	z-index: 80;
	background: #fff
}

.header_navbox {
	width: 640px;
	height: 98px;
	position: fixed;
	bottom: 0;
	z-index: 10
}


.footer_space {
	width: 100%;
	height: 99px;
	background: rgba(255,255,255,0)
}

.header_navbox li {
	width: 20%;
	height: 98px;
	overflow: hidden;
	float: left;
	cursor: pointer
}

.header_navbox .navicon_box {
	width: 100%;
	overflow: hidden;
	padding: 15px 0 5px;
}

.header_navbox .navicon {
	margin: 0 auto
}

.header_navname {
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	color: #fff
}


.MainBox {
	width: 640px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 15px
}

.MainBox_Solid {
	width: 100%;
	height: 118px
}

.MainBox_Solid66 {
	width: 100%;
	height: 66px
}

.MainBox_Solid88 {
	width: 100%;
	height: 68px
}

.Logon_Box {
	margin: 0 15px;
	overflow: hidden;
	border: 1px solid #d4d4d4;
	border-radius: 10px;
	box-shadow: 0 2px 1px -1px #dcddde;
	margin-top: 20px
}

.Logon_Box2 {
	margin: 0 15px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 2px 1px -1px #dcddde;
	margin-top: 30px;
	border: solid 3px Red;
}

.Register_InputBox {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #d4d4d4
}

.Register_InputBox:last-child {
	border-bottom: 0
}

.Register_InputBox li {
	float: left
}

.Register_InputName {
	width: 150px;
	overflow: hidden;
	line-height: 90px;
	font-size: 28px;
	color: #676767;
	text-align: right
}

.Register_InputName1 {
	width: 170px;
	overflow: hidden;
	line-height: 90px;
	font-size: 28px;
	color: #676767;
	text-align: right
}

.Register_Input {
	width: 405px;
	overflow: hidden
}

.Register_Input input {
	width: 100%;
	height: 50px;
	border: 0;
	line-height: 50px;
	font-size: 28px;
	color: #b8b8b8;
	text-indent: 12px;
	margin-top: 10px;
	margin-bottom: 10px
}

.Register_Input select {
	width: 100%;
	height: 50px;
	border: 0;
	line-height: 50px;
	font-size: 28px;
	color: #b8b8b8;
	text-indent: 12px;
	margin-top: 20px
}

AutologonBox {
	width: 100%;
	overflow: hidden
}

.AutologonBox .Register_InputName2 {
	width: auto;
	overflow: hidden;
	margin: 0 20px;
	line-height: 40px;
	font-size: 28px;
	color: #676767;
	margin-top: 30px
}

.AutologonBox .AutologonBox_UNChecked {
	width: 55px;
	height: 45px;
	float: left;
	background: url(../images/UNChecked.png) no-repeat 0 0;
	margin-left: 10px
}

.AutologonBox .AutologonBox_Checked {
	width: 55px;
	height: 45px;
	float: left;
	background: url(../images/Checked.png) no-repeat 0 0;
	margin-left: 10px
}

.Logon_Submit {
	margin: 0 15px;
	overflow: hidden;
	line-height: 79px;
	text-align: center;
	font-size: 35px;
	color: #fff;
	border-radius: 10px;
	margin-top: 10px;
	cursor: pointer
}

.Logon_Submit2 {
	margin: 0 15px;
	overflow: hidden;
	line-height: 79px;
	text-align: center;
	font-size: 35px;
	color: #fff;
	border-radius: 10px;
	margin-top: 10px;
	background:#808080;
}

.Auth_Submit {
    margin-left:10px; 
    margin-right:10px;
	overflow: hidden;
	line-height: 79px;
	text-align: center;
	font-size: 35px;
	color: #fff;
	border-radius: 10px;
	margin-top: 10px;
	background:#EF8E2F;
	cursor: pointer
}

.Auth_Submit2 {
	margin: 0 15px;
	overflow: hidden;
	line-height: 79px;
	text-align: center;
	font-size: 35px;
	color: #fff;
	border-radius: 10px;
	margin-top: 10px;
	background:#808080;
}

.Auth_Submit3 {
    margin-left:10px; 
    margin-right:10px;
	overflow: hidden;
	line-height: 79px;
	text-align: center;
	font-size: 35px;
	color: #fff;
	border-radius: 10px;
	margin-top: 10px;
	background:#EF8E2F;
	cursor: pointer
}

.weixinLogon_Submit {
	background-color: #fff;
	border: 1px solid #c2c2c2;
	margin: 0 15px;
	overflow: hidden;
	line-height: 79px;
	text-align: center;
	font-size: 35px;
	color: #6a6a6a;
	border-radius: 10px;
	margin-top: 30px;
	cursor: pointer;
	padding-left: 63px;
	background-image: url(../images/weixin_logon.png);
	background-repeat: no-repeat;
	background-position: 206px center
}
CooperationBox {
	width: 274px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 30px
}

.Logon_QQ,.Logon_Sina,.Logon_RenRen,.Logon_Paypal {
	width: 46px;
	height: 46px;
	font-size: 28px;
	color: #a1a1a1;
	text-indent: 90px;
	float: left;
	margin-right: 30px
}

.Logon_Paypal {
	margin-right: 0
}

.TitleNameBox {
	margin: 0 15px;
	overflow: hidden;
	border: 1px solid #d4d4d4;
	border-radius: 10px;
	background: #fff;
	margin-top: 30px;
	box-shadow: 0 2px 1px -1px #dcddde;
	font-size: 28px;
	color: #222;
	line-height: 90px;
	text-indent: 25px;
	position: relative;
	font-weight: bold
}

.TitleName_Icon {
	position: absolute;
	top: 28px;
	right: 25px
}

.TitleName_Icon1 {
	position: absolute;
	top: 28px;
	right: 25px;
	width: 36px;
	height: 36px;
	background: url(../images/Arrow_right.png) no-repeat;
}

.TabBox {
	width: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 80
}

.TabBg {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	background: #e1124a;
	position: relative;
	box-shadow: 0 2px 3px -2px #222
}

.TabTitle {
	width: 380px;
	height: 88px;
	overflow: hidden;
	margin: 0 auto;
	line-height: 88px;
	color: #fff;
	font-size: 38px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis
}

.Tab_Cancel,.Tab_Login,.Tab_Return,.Tab_Pay {
	width: 97px;
	height: 56px;
	border-radius: 5px;
	text-align: center;
	line-height: 54px;
	font-size: 30px;
	cursor: pointer
}

.Tab_Cancel a,.Tab_Login a,.Tab_Return a,.Tab_Pay a {
	color: #fff
}

.Tab_Cancel {
	position: absolute;
	top: 15px;
	left: 15px
}

.Tab_Login {
	position: absolute;
	top: 15px;
	right: 15px
}

.Tab_Return {
	position: absolute;
	top: 15px;
	left: 15px
}

.ProductNormal
{
	width:100%;
	float:left; 
	height:150px; 
	background-color:White;
	box-shadow: 0 2px 1px -1px #dcddde; 
	margin: 0 2px 0 2px;
}

.ProductSelect
{
	width:630px;
	float:left; 
	height:150px; 
	background-color:White;
	box-shadow: 0 2px 1px -1px #dcddde; 
	margin: 0 2px 0 2px;
	border: solid 3px Red; 
}

.PageTitle
{
	color:#333333;
	font-size:24px; 
	width:100%; 
	text-align:center; 
	margin:20px 10px 20px 10px;
}

.PageTitle2
{
	color:#333333;font-size:24px; width:100%; text-align:center; margin:40px 10px 0 10px;
}

.PageTitle3
{
	color:#333333;font-size:24px; width:100%; text-align:center; margin:40px 10px 20px 10px;
}

.Product_Box {
	overflow: hidden;
	border: 1px solid #d4d4d4;
	border-radius: 10px;
	box-shadow: 0 2px 1px -1px #dcddde;
	box-shadow: none; background: #fafafa;
	padding: 10px 10px 10px 10px;
	margin: 5px 10px 0 10px;
}

.Product_Box2 {
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 2px 1px -1px #dcddde;
	border: solid 3px Blue;
	box-shadow: none; background: #fafafa;
	padding: 10px 10px 10px 10px;
	margin: 3px 8px 0 8px;
}

.Addr_Submit 
{
	width: 100%;
	line-height: 24px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 10px;
	background:#e1124a;
	cursor: pointer;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
}

.Express_Submit 
{
	line-height: 24px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 10px;
	background:#e1124a;
	cursor: pointer;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
}

.ViewInfo_Submit 
{
	line-height: 24px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 10px;
	background:#e1124a;
	cursor: pointer;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
}
