/*总体规格*/
.wrapper {
	font-size: 14px;
	color: #333333;
}
.wrapper > div {
	min-width: 1190px;
}
.container {
	width: 1190px;
	margin: auto;
}
/*颜色区*/
.color-9 {
	color: #999999;
}
.color-ff5b00 {
	color: #ff5b00;
}
.color-ff5a00 {
	color: #ff5a00;
}

/*状态区*/
.status {
	background-color: #f5f5f5;
	line-height: 35px;
	height: 35px;
	font-size: 12px;
}
.status a {
	margin: 0 12px;
}
.status span {
	margin: 0 7px;
}
.status i {
	margin-right: 7px;
}
/*顶部导航区*/
.top {
	border-bottom: 1px solid #e5e5e5;
	line-height: 79px;
	height: 79px;
}
.top img {
	vertical-align: middle;
}
.top ul.nav {
	display: inline-block;
	width: 700px;
	text-align: right;
	
}
.top ul.nav li {
	display: inline-block;
	margin: 0 20px;
}
.top ul.nav li a {
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 18px;
	color: #333333;
	border-bottom: 2px solid #ffffff;
}
.top ul.nav li.on a {
	color: #0cb46a;
	border-bottom: 2px solid #0cb46a;
}
.top .search {
	display: inline-block;
	position: relative;
}
.top .select {
	    border-top: 1px solid #e5e5e5;
	    border-left: 1px solid #e5e5e5;
	    border-bottom: 1px solid #e5e5e5;
    line-height: 34px;
    height: 34px;
    font-size: 14px;
    padding: 0 10px;
    vertical-align: middle;
    position: relative;
    /*width: 50px;*/
}
.top .select > div > * {
	vertical-align: baseline;
}
.top .select > ul {
	position: absolute;
	left: -1px;
	top: 100%;
    width: 100%;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}
.top .select > ul li {
	line-height: 34px;
	height: 34px;
	width: 50px;
	padding: 0 10px;
}
.top .select > ul li:hover {
	background-color: #F6F6F6;
}
.top .select .icon {
	font-size: 7px;
	margin-left: 10px;
}
.top .search input {
	line-height: 34px;
	height: 34px;
	font-size: 12px;
	border: 1px solid #e5e5e5;
	color: #333333;
	padding: 0 10px 0 10px;
	width: 200px;
	vertical-align: middle;
}
.top .search .icon.search {
	color: #14bb72;
	position: absolute;
	right: 6px;
	top: 0;
}
.site-address {
	position: relative;
	width: 150px;
	
}
.site-address ul.province > li {
	position: relative;
}
.site-address:hover ul.province {
	display: block;
}
.site-address li:hover {
	color: #FF6568;
}
.site-address ul.province > li:hover {
	background-color: #fff;
	border: 1px solid #D8D8D8;
	border-bottom-color: #fff;
	z-index: 1001;
	top: 1px;
}
.site-address ul.province > li:hover > ul.city {
	display: block;
}
.site-address ul {
	background-color: #fff;
	text-align: left;
	padding: 10px;
	border: 1px solid #D8D8D8;
}
.site-address ul li {
	width: 50px;
	line-height: 30px;
	margin: 5px;
	color: #999999;
	background-color: #f5f5f5;
	text-align: center;
}
ul.province {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px;
	line-height: 30px;
	font-size: 16px;
	border: 1px solid #D8D8D8;
	width: 302px;
	background-color: #fff;
}
ul.province ul.city {
	display: none;
	width: 302px;
	position: absolute;
	top: 100%;
	left: 0;
}
ul.province ul.city li {
	display: inline-block;
}
ul.province ul.city li:hover {
	color: #999999;
	background-color: #f5f5f5;
}
ul.province ul.city.on {
	display: block;
}
.banner img {
	width: 100%;
}
.section {
	padding: 80px 0;
}
.main.section.products {
	padding: 0;
}
.section + .section {
	padding-top: 0;
}
.section .header {
	text-align: center;
	line-height: 55px;
	height: 55px;
	
}
.section .header span {
	font-size: 42px;
	color: #333333;
	margin: 0 56px;
	vertical-align: middle;
}
.section .body {
	margin-top: 65px;
	font-size: 0;
	text-align: center;
}
.section .body .item {
	display: inline-block;
	font-size: 0;
	border: 1px solid #e8e8e8;
	width: 174px;
}
.section .body .item + .item {
	margin-left: 19px;
}
.section .body .up {
	position: relative;
	width: 174px;
	/*height: 174px;*/
	line-height: 174px;
	font-size: 0;
}
.section .body .up img {
	max-width: 174px;
	max-height: 174px;
}
.section .body .up .tip {
	position: absolute;
	left: 8px;
	top: -5px;
}
/*.section .body .down {
	padding: 0 10px;
}*/
.section .body .item .down {
	padding: 4px;
}
.section .body .down div {
	margin-top: 8px;
}
.section .body .down h3 {
	font-size: 14px;
}
.section .body .down .support,
.section .body .down .price {
	text-align: center;
}
.section .body .down .support span {
	display: inline-block;
	/*padding: 2px;*/
	font-size: 12px;
	border: 1px solid #0086B3;
	width: 56px;
	text-align: center;
}
.section .body .down .support span + span {
	margin-left: 2px;
}
.section .body .down .support span.col1 {
	border: 1px solid #f66464;
	color: #f66464;
}
.section .body .down .support span.col2 {
	border: 1px solid #ff6926;
	color: #ff6926;
}
.section .body .down .support span.col3 {
	border: 1px solid #0cb46a;
	color: #0cb46a;
}
.section .body .down .support span.col4 {
	border: 1px solid #77c9e4;
	color: #77c9e4;
}
.section .body .down .price span,
.section .body .down .price span strong {
	font-size: 12px;
}
.section .body .down .price span.col1 {
	color: #ff6926;
}
.section .body .down .price span.col2 {
	color: #8d8d8d;
}
.section .body .down .price span.col2 + .col1 {
	margin-left: 2px;
}
.section .body .down .link,
.section .body .down .link-now {
	font-size: 14px;
	text-align: center;
}
.section .body .down .link span {
	color: #333333;
}
.section .body .down .link > div {
	text-align: left;
}
.section .body .down .link-now button {
	width: 116px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #7c7c7c;
	background-color: #fff;
}
.section .body .down .link-now button:hover {
	border: 1px solid #ff5d05;
	background-color: #ff5d05;
	color: #fff;
}
.section .body .item-article {
	width: 24%;
	display: inline-block;
	font-size: 0;
	border-left:1px solid #e3e3e3 ;
	border-top:1px solid #e3e3e3 ;
	border-bottom:1px solid #e3e3e3 ;
	
	
}
.section .body .item-article .up {
	padding: 28px 0;
	background-color: #ececec;
	/*height: 114px;*/
	width: 100%;
	line-height: 30px;
}
.section .body .item-article .up > div {
	height: 60px;
	width: 60px;
	margin: auto;
	overflow: hidden;
}
.section .body .item-article:last-child {
	border-right:1px solid #e3e3e3 ;
} 
.section .body .item-article  .icon {
	font-size: 56px;
	line-height: 60px;
	height: 60px;
}
.section .body .item-article  h3 {
	font-size: 24px;
	margin-top: 16px;
	line-height: 30px;
	height: 30px;
}
.section .body .item-article ul {
	width: 225px;
	font-size: 14px;
	text-align: left;
	height: 180px;
}
.section .body .item-article ul li {
	height: 36px;
	line-height: 36px;
}
.section .body .item-article ul li a {
	width: 100%;
	display: inline-block;
}
.section .body .item-article .down {
	text-align: right;
	color: #ececec;
}
.section .body .item-article .down .icon:hover {
	color: #333333;
}
.special {
	text-align: center;
	color: #8e8e8e;
	background-color: #F5F5F5;
	padding: 70px 0;
}
.special .cell {
	display: inline-block;
	text-align: center;
	width: 200px;
}
.special .cell + .cell {
	margin-left: 36px;
}
.special .cell div {
	width: 80px;
	height: 84px;
	text-align: center;
	margin: auto;
}
.special .cell div .icon {
	font-size: 80px;
}

.special .cell h3 {
	font-size: 20px;
}
.special .cell p {
	font-size: 14px;
}
.bottom {
	height: 162px;
	background-color: #1f1f1f;
	padding: 34px 0;
}
.bottom p,
.bottom ul {
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
.bottom ul.nav {
	padding-top: 50px;
	color: #fff;
}
.bottom ul.nav li {
	display: inline-block;
	margin: 0 16px;
}
.bottom ul.nav li a {
	color: #fff;
}
.bottom p {
	color: #8e8e8e;
}
.bottom img.qrcode {
	max-width: 157px;
	min-width: 157px;
}
.login {
	overflow: hidden;
}
.login .container {
	position: relative;
	
}
.form {
	position: absolute;
	background-color: #fff;
	width: 250px;
	border: 1px solid #eeeeee;
	right: 10px;
	top: 100px;
	padding: 30px 40px;
}
.form .tabs {
	font-size: 0;
}
.form .tabs .tab {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	color: #eeeeee;
	border-bottom: 2px solid #eeeeee;
	width: 50%;
	display: inline-block;
	text-align: center;
	padding: 10px 0;
}
.form .tabs .tab.on {
	border-bottom: 2px solid #00af63;
	color: #00af63;
}

.form .content .input {
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	border: 1px solid #cccccc;
	display: block;
	margin-top: 20px;
	width: 100%;
}
.form .content .input-group,
.form .content .tip-both,
.form .content .tip-center,
.form .content .primary {
	margin-top: 20px;
}
.form .content .input-group .input {
	margin-top: 0;
	width: 160px;
	display: inline-block;
}
.form .content .input-group .btn {
	width: 80px;
	float: right;
	height: 32px;
	line-height: 32px;
	border: 1px solid #cccccc;
	font-size: 14px;
	background-color: #fff;
}
.form .content .input-group button.btn,
.form .content .primary,
.form .content .tip-both,
.form .content .tip-center {
	height: 34px;
	line-height: 34px;
}
.form .content .tip-both a {
	float: right;
}
.form .content .primary {
	background-color: #f36f20;
	color: #fff;
	display: block;
	width: 100%;
}
.form .content .tip-center {
	text-align: center;
}
.form .content .tip-center a {
	color: #00b161;
}
.main .content,
.main .sidebar {
	text-align: center;
	
	padding: 60px 0;
	vertical-align: top;
}
.box-right.body.advert{
	vertical-align: top;
}
.main .content {
	width: 980px;
}
.main .sidebar {
	margin-left: 8px;
	width: 196px;
}
.main .sidebar .cell + div {
	margin-top: 20px;
}
.main .sidebar .items {
	border: 1px solid #eeeeee;
	
}
.main .sidebar .items .item,
.main .sidebar .items .item-tip  {
	padding: 20px 16px;
}
.main .sidebar .item-tip p {
	line-height: 24px;
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
}
.main .sidebar .item-tip h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.main .sidebar .item h3 {
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.main .sidebar .item p {
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.main .sidebar .items .item + .item,
.main .sidebar .items .item-tip + div {
	border-top: 1px solid #eeeeee;
}
.main .content {
	text-align: left;
}
.main .content .select-area {
	border: 1px solid #eaeaea;
}
.main .content .select-area .category {
	width: 78px;
	text-align: center;
	display: inline-block;
	background-color: #f8f8f8;
}
.main .content .select-area .condition .inline > * {
	vertical-align: top;
}
.main.products .content .select-area .category-items {
	width: 1110px;
}
.main .content .select-area .category-items {
	width: 900px;
	background-color: #fff;
}
.main .content .select-area .category-items.merge {
	height: 40px;
	overflow: hidden;
}
.main .content .select-area .category-items .put-right {
	margin: 12px 33px 0 20px;
	}
.main .content .select-area .category-items span {
	margin-left: 32px;
	vertical-align: top;
	white-space: nowrap;
}
.main .content .select-area .category-items i {
	display: block;
	line-height: 14px;
	height: 14px;
	border: 1px solid #9d9d9d;
	background-color: #eeeeee;
	width: 14px;
    font-size: 7px;
    text-align: center;
}


.main .content .condition {
	line-height: 40px;
	position: relative;
	background-color: #f8f8f8;
}
.main .content .select-area .total-num {
	padding: 0 20px; 
	line-height: 48px;
}
.main .content .condition .inline {
	border-top: 1px dashed #eaeaea;
}
.main .content .condition .more {
	position: absolute;
	top: 100%;
	left: 50%;
	border-top: 1px solid #fff;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	line-height: 30px;
	padding: 0 17px;
}
.main .content .condition .more .icon {
	margin-left: 8px;
}
.main .content .leading {
	text-align: left;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 30px;
}
.main .content .leading h3 {
	font-size: 26px;
}
.main .content .leading p {
	margin-top: 20px;
}
.main .content .leading p span {
	font-size: 14px;
	color: #8a8a8a;
}
.main .content .leading p span + span {
	margin-left: 30px;
}
.main .content .word {
	text-align: left;
	font-size: 14px;
	padding: 30px;
}
.main .content .footer {
	border-top: 1px solid #dddddd;
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	
	padding-top: 30px;
}
.main .content .footer > div + div {
	margin-top: 20px;
}
.main .content .footer div button {
	background-color: #00B161;
	color: #FFF;
	padding: 8px;
	display: inline-block;
	margin-right: 10px;
}
.main .content ul.tabs {
	font-size: 0;
	border-bottom: 1px solid #dddddd;
	text-align: left;
	
}
.main .content ul.tabs li {
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent transparent transparent transparent;
	display: inline-block; 
	padding: 0 17px;
}
.main .content ul.tabs li.on {
	border-color: #dddddd #dddddd #fff #dddddd;
	position: relative;
	top: 1px;
	
}
.main .content ul.tabs li.on a {
	color: #0cb46a;
}
.main .content .article {
	border: 1px solid #dddddd;
	text-align: left;
	margin-top: 20px;
}
.main .content .article > div {
	text-align: left;
	display: inline-block;
}
.main .content .items {
	margin-top: 70px;
}
.main .content .items .status {
	line-height: 38px;
	height: 38px;
	border: 1px solid #dddddd;
}
.main .content .items .status .put-right {
	border-left: 1px solid #dddddd;
	height: 38px;
	padding: 0 20px;
}
.main .content .items .status .put-right span {
	    vertical-align: top;
    line-height: 38px;
    display: inline-block;
}
.main .content .items .status  .row-left span {
	padding: 0 30px;
	border-right: 1px solid #dddddd;
    margin: 0;
    line-height: 38px;
    display: inline-block;
    vertical-align: top;
}
.main .content .items .show {
	padding-top: 20px;
	text-align: left;
}
.main .content .items .show .product-picture {
	width: 204px;
	line-height: 218px;
	text-align: center;
	vertical-align: top;
}
.main .content .items .show .product-picture img {
	max-height: 204px;
	max-width: 204px;
}
.main .content .items .show .product-content {
	width: 380px;
	padding-top: 30px;
	margin-left: 30px;
}
.main .content .items .show .product-content h3 {
	line-height: 42px;
	font-size: 26px;
}
.main .content .items .show .product-content p {
	line-height: 26px;
	font-size: 13px;
}
.main .content .items .show > .row {
	border: 1px solid #f0f0f0;
	margin-top: 20px;
}
.main .content .items .show > .row > div {
	vertical-align: top;
}
.main .content .items .show .info {
	width: 390px;
	padding-top: 20px;
}
.main .content .items .show .info .title {
	line-height: 40px;
}
.main .content .items .show .info .title h3 {
	display: inline-block;
}
.main .content .items .show .info .address {
	line-height: 30px;
}
/*.main .content .items .show .info .colorpower {
	margin-left: 46px;
}*/
/*.main .content .items .show .link {
	margin-top: 24px;
}*/
.main .content .items .show .link button {
	line-height: 32px;
	width: 116px;
	text-align: center;
	border: 1px solid #f0f0f0;
}
.main .content .items .show .row-right {
	margin-top: 16px;
	border-left: 1px dashed #e5e5e5;
	padding:0 0 0 30px;
	vertical-align: top;
}
.main .content .items .show .row-right .product {
	margin-top: 10px;
}
.main .content .items .show .row-right .product > div + div {
	margin-left: 10px;
}
.main .content .items .show .logo {
	line-height: 186px;
	vertical-align: top;
	margin: 0 20px 0 24px;
	width: 136px;
}
.main .show .row .row-right .hotproduct {
	line-height: 30px;
	border-bottom: 1px solid #ff5b00;
	display: inline-block;
}
.main .show .row-right .product h3 {
	width: 106px;
	text-align: center;
}
.main .content .article .leading {
	height: 158px;
	line-height: 158px;
	width: 230px;
	text-align: center;
	vertical-align: top;
}
.main .content .article .content {
	width: 538px;
	padding: 20px 30px;
}
.main .content .article .content h3 {
	font-size: 18px;
}
.main .content .article .content p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
}
.main .content .article .content .time {
	font-size: 12px;
	margin-top: 18px;
}
.main .content .article .content .time .icon {
	font-size: 12px;
	margin-right: 6px;
}
.main .content .article .more {
	float: right;
}
.main .content .article .more .icon {
	font-size: 40px;
	color: #0cb46a;
	line-height: 158px;
	margin-right: 30px;
}
.main .content .page {
	font-size: 0;
	margin-top: 30px;
	text-align: center;
}
.main .content .page a {
	font-size: 12px;
	min-width: 26px;
    height: 32px;
    padding: 3px 6px;
    margin: 0 0 0 -1px;
    line-height: 32px;
    display: inline-block;
    border: 1px solid #eee;
    color: #999;
    background-color: #fff;
    vertical-align: middle;
}
.main .content .page a.on {
	    background-color: #01af63;
    border: 1px solid #01af63;
    color: #fff;
    font-weight: 400;
}
.main .content .page > i {
	width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-family: "宋体";
    color: #999999;
    vertical-align: middle;
}
.main .content .page a + a {
	position: relative;
	left: -1px;
}
.between .nav {
	margin-top: 34px;
}
.between .nav span {
	line-height: 58px;
	border-bottom: 2px solid #fff;
	padding: 16px 33px;
}
.between .nav span.on {
	border-bottom: 2px solid #0cb46a;
}
/*在线客服*/
.box{
	width: 175px;
	position: fixed;
	right: 0;
	top: 20%;
}
.box .adviser{
	width: 141px;
	height: 285px;
	border: 1px solid #cccccc;
	background-color: #ededed;
}
.box .adviser .row1{
	width: 141px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	border-bottom: 1px solid #cccccc;
	background-color: #e7e7e7;
	font-family: simsun;
	font-size: 14px;
	font-weight: bold;
	color: #28317b;
}
.box .adviser .row2{
	font-size: 14px;
	margin-left: 5px;
	margin-top: 19px;
}
.box .adviser .row2 span{
	width: 100px;
	display: inline-block;
	border-bottom: 1px solid #cccccc;
}
.box .adviser .row2 span.blue{
	color: #0764e2;
}
.box .adviser .row3{
	margin-top: 19px;
	text-align: center;
}
.box .adviser .row3 .weixin{
	max-width: 100px;
	max-height: 90px;
}
.box .seek img{
   vertical-align: text-bottom;
}
.box .seek{
	position: fixed;
	right: 0;
	top: 25%;
}
.serve .box1{
	padding-top: 23px;
	margin:auto;
	width: 1210px;
	font-family: "微软雅黑";
	font-size: 14px;
}
.serve .box1 .left .info i + a{
	margin-left: 9px;
	font-size: 16px;
	color: #333333;
}
.serve .box1 .left .info i{
	margin-left: 25px;
}
.serve .box1 .left .info ul{
	line-height: 42px;
}
.serve .box1 .left .info li > ul li a{
	margin-left: 50px;
	color: #666666;
}
.serve .box1 .left .info li > ul li.on{
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}
.serve .box1 .left {
	padding-top: 15px;
	width: 210px;
	height: 780px;
	border: 1px solid #dddddd;
	background-color: #F3F3F3;
}
.serve .box1 .right{
	vertical-align: top;
	padding-bottom: 20px;
}
.serve .box1 .right .order{
	width: 970px;
}
.serve .box1 .right .order .order-top{
	padding-left: 15px;
	line-height: 41px;
	background-color: #e5e5e5 ;
	color: #333333;
}
.serve .box1 .right .order .order-top .col-1{
	margin-left: 264px;
}
.serve .box1 .right .order .order-top .col-2{
	margin-left: 82px;
}
.serve .box1 .right .order .order-top .col-3{
	margin-left: 74px;
}
.serve .box1 .right .order .content .head{
	line-height: 29px;
	border: 1px solid #d3d3d3;
	background-color: #F5F5F5;
}
.serve .box1 .right .order .content{
	margin-top: 5px;
}
.serve .box1 .right .order .content .head .col-1{
	margin-left: 15px;
	color: #888888;
}
.serve .box1 .right .order .content .head .col-2{
	margin-left: 20px;
	color: #888888;
}
.serve .box1 .right .order .content .head .col-3{
	margin-left: 6px;
}
.serve .box1 .right .order .content .head img{
	margin-left: 22px;
}
.serve .box1 .right .order .content .head .col-4{
	color: #4383f8;
}
.serve .box1 .right .order .content .bot{
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	padding-left: 17px;
	
}
.serve .box1 .right .content .bot-left img{
	width: 50px;
	border-radius: 3px;
}
.serve .box1 .right .content .bot-left span{
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 540px;
	margin-left: 6px;
	color: #666666;
}
.serve .box1 .right .content .bot-right{
	height: 80px;
	padding-top: 5px;
}
.serve .box1 .right .content .bot-right .col-1{
	vertical-align:middle;
	width: 118px;
	height: 65px;
	line-height: 65px;
	color: #666666;
	text-align: center;
	border-left: 1px solid #eae9e9;
}
.serve .box1 .right .content .bot-right .col-2{
	width: 128px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #eae9e9;
}
.serve .box1 .right .content .bot-right .col-2 .wait{
	color: #ff6301;
}

.serve .box1 .right .content .bot-right .col-3{
	vertical-align: middle;
	border-left: 1px solid #eae9e9;
	height: 65px;
	width: 93px;
	text-align: center;
}
.serve .box1 .right .content .bot-right .col-3  .go{
	margin-top: 6px;
	width: 70px;
	height: 28px;
	background-color: #00c69f;
	border-radius: 3px;
	color: #FFFFFF;
}
.serve .box1 .right .content .bot-right .col-3 .up{
	color: #4383f8;
	background-color: #FFFFFF;
}
.serve .box1 .right .content .bot-right span i{
	vertical-align: bottom;
	font-style: normal;
	color: #f07303;
}
/*分页*/
.serve .right .page {
	margin-top: 36px;
	font-size: 0;
	text-align: center;
}
.serve .right .page a {
	font-size: 12px;
	min-width: 26px;
    height: 32px;
    padding: 3px 6px;
    margin: 0 0 0 -1px;
    line-height: 32px;
    display: inline-block;
    border: 1px solid #eee;
    color: #999;
    background-color: #fff;
    vertical-align: middle;
}
.serve .right .page a.on {
	background-color: #01af63;
    border: 1px solid #01af63;
    color: #fff;
    font-weight: 400;
}
.serve .right .page > i {
	width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-family: "宋体";
    color: #999999;
    vertical-align: middle;
}
.serve .right .page a + a {
	position: relative;
	left: -1px;
}
/*分页*/
.bottom {
	
	height: 162px;
	background-color: #1f1f1f;
	padding: 34px 0;
}

.bottom p,
.bottom ul {
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
.bottom ul.nav {
	padding-top: 50px;
	color: #fff;
}
.bottom ul.nav li {
	display: inline-block;
	margin: 0 16px;
}
.bottom ul.nav li a {
	color: #fff;
}
.bottom p {
	color: #8e8e8e;
}
.bottom img.qrcode {
	max-width: 157px;
	min-width: 157px;
}
.serve .box1 .right .content .bot-right .col-6{
	vertical-align: middle;
	border-left: 1px solid #eae9e9;
	height: 65px;
	line-height: 65px;
	width: 93px;
	text-align: center;
}
/*未完成订单*/
.hang .box1 .right .content .bot-right .col-2{
	width: 128px;
	height: 65px;
	line-height: 35px;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #eae9e9;
}

/*我的订单*/

.my_order .box1 .right .content .bot-right .col-2{
	width: 128px;
	height: 65px;
	line-height: 35px;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #eae9e9;
}
.my_order .box1 .right .content .bot-right .col-4{
	width: 128px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #eae9e9;
}
.my_order .box1 .right .content .bot-right .col-8{
	width: 128px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #eae9e9;
}
.my_order .item-list{
	
}
/*已付款订单*/
.my_order .box1 .right .content .bot-right .col-7{
	vertical-align: middle;
	border-left: 1px solid #eae9e9;
	height: 65px;
	width: 93px;
	color: #ff6301;
	text-align: center;
	vertical-align: bottom;
}
.my_order .box1 .right .content .bot-right .col-7 p{
	margin-top: 20px;
	margin-left: 20px;
	width: 60px;
}

/*我的账户*/
.my_account .right .price {
	font-family: "微软雅黑";
	font-size: 16px;
	width: 965px;
	line-height: 64px;
	background-color: #e9f9f1;
}
.my_account .right .price .col-1{
	margin-left: 23px;
	color: #0CB46A;
}
.my_account .right .price .col-2{
	margin-left: 4px;
	color: #F07303;
}
.my_account .right .price .col-3{
	margin-left: 10px;
	color: #0CB46A;
}
.my_account .right .price button{
	width: 116px;
	margin-left: 52px;
	background-color: #00C69F;
	text-align: center;
	line-height: 42px;
	color: #FFFFFF;
	border-radius: 3px;
}
.my_account .right .info {
	width: 965px;
	background-color: #F3F3F3;
}
.my_account .right .title {
	background-color:#E5E5E5;
	height: 44px;
	line-height: 44px;
	padding-left: 16px;
	font-size: 16px;
}
.my_account .right .info .bas{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333333;
	margin-left: 22px;
	padding-top: 22px;
}
.my_account .right .info .info-user{
	margin-top: 20px;
	margin-left: 160px;
}
.my_account .right .info .info-user span{
   color: #666666;
}
.my_account .right .info .info-user input{
	width: 490px;
	height: 34px;
	line-height: 34px;
	padding-left: 13px;
	margin-left: 27px;
	margin-top: 25px;
	border: 1px solid #bfbfbf;
	color: #888888;
}
.my_account .right .info .info-user .col-1{
	margin-left: 30px;
}
.my_account .right .info .info-user .col-2{
	margin-left: 14px;
}
.my_account .right .info .info-user .col-3{
	margin-left: 48px;
}
.my_account .right .info .info-user .col-4{
	margin-left: 42px;
}
.my_account .right .info .info-user .col-5{
	margin-left: 14px;
}
.my_account .right .com .bas{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333333;
	margin-left: 22px;
	padding-top: 22px;
}
.my_account .right .com{
	width: 965px;
	height: 641px;
	margin-top: 7px;
	margin-bottom: 257px;
	background-color: #F3F3F3;
}
.my_account .right .com .com-user{
	margin-top: 20px;
	margin-left: 180px;
}
.my_account .right .com .com-user input{
	width: 490px;
	height: 34px;
	line-height: 34px;
	padding-left: 13px;
	margin-left: 27px;
	margin-top: 25px;
	border: 1px solid #bfbfbf;
	color: #888888;
}
.my_account .right .com .com-user .col-5{
	height: 146px;
}
.my_account .right .com .com-user select{
	width: 138px;
	height: 34px;
	margin-left: 27px;
	margin-top: 25px;
	padding-left: 11px;
	border: 1px solid #dddddd;
}
.my_account .right .com .btn{
	margin-left: 266px;
	margin-top: 76px;
}
.my_account .right .com button{
	width: 500px;
	height: 41px;
	line-height: 41px;
	letter-spacing: 25px;
	text-align: center;
	background-color: #00c69f;
	color: #ffffff;
	font-size: 14px;
	
}
/*修改密码*/
.my_account .right .com .com-user .col-0{
	margin-left: 14px;
}
/*余额变更记录*/
.change .right .balance{
	position: relative;
	width: 965px;
	height: 725px;
	font-family: "微软雅黑";
    margin-top: 7px;
    margin-bottom: 100px;
    background-color: #F3F3F3;
}
.change .right .balance .bas{
	font-size: 16px;
	color: #333333;
	margin-left: 22px;
	padding-top: 22px;
}
.change .right .balance .time{
	margin-top: 38px;
	margin-left: 46px;
	font-size: 14px;
}
.change .right .balance .time .col-1{
	padding-right: 17px;
	font-size: 16px;
}
.change .right .balance .time .col-2{
	padding: 0 9px;
}
.change .right .balance .time input{
	width: 98px;
	height: 28px;
	padding-left: 12px;
	border: 1px solid #bfbfbf;
}
.change .right .balance .time .col-3{
	font-size: 16px;
	padding: 0 20px 0 53px;
}
.change .right .balance .time select{
	width: 98px;
	height: 28px;
	padding-left: 24px;
	border: 1px solid #bfbfbf;
}
.change .right .balance .time button{
	width: 100px;
	height: 36px;
	background-color: #00c69f;
	color: #FFFFFF;
	margin-left: 116px;
}
.change .right .balance .content{
	width: 965px;
	margin-top: 30px;
	font-size: 14px;
}
.change .right .balance .content .title{
	line-height: 44px;
	background-color: #E5E5E5;
}
.change .right .balance .content .title .col-1{
	margin-left: 47px;
}
.change .right .balance .content .title .col-2{
	margin-left: 147px;
}
.change .right .balance .content .title .col-3{
	margin-left: 134px;
}
.change .right .balance .content .title .col-4{
	margin-left: 156px;
}
.change .right .balance .content .title .col-5{
	margin-left: 126px;
}
.change .right .balance .content .title .col-6{
	margin-left: 91px;
}
.change .right .balance .content .text{
	width: 940px;
	border-bottom: 1px solid #d2d2d2;
	line-height: 44px;
}
.change .right .balance .content .text .col-1{
	margin-left: 9px;
}
.change .right .balance .content .text .col-2{
	margin-left: 60px;
}
.change .right .balance .content .text .col-3{
	margin-left: 107px;
}
.change .right .balance .content .text .col-4{
	color: #f07200;
	margin-left: 147px;
}
.change .right .balance .content .text .col-5{
	color: #666666;
	margin-left: 94px;
}
.change .right .balance .content .text .col-6{
	color: #666666;
	margin-left: 88px;
}
.change .right .balance .content .text .on{
	color: #666666;;
}
/*发票申请*/
.invoice .box1 .right .prompt{
	width: 939px;
	height: 169px;
	color: #666666;
	background-color: #ecf7f2;
}
.invoice .box1 .right .prompt .head{
	font-size: 16px;
	color: #0cb46a;
	margin-top: 18px;
	margin-left: 35px;
}
.invoice .box1 .right .prompt .txt{
	margin-left: 35px;
	line-height: 29px;
}.invoice .box1 .right .invoice-info{
	padding: 12px;
}
.invoice .box1 .right .invoice-info span{
	color: #666666;
}

.invoice .box1 .right .invoice-info select{
	width: 138px;
	height: 34px;
	padding-left: 11px;
	border: 1px solid #dddddd;
}
.invoice .box1 .right .invoice-info .col-1{
	margin-left: 114px;
	padding-right: 27px;
}
.invoice .box1 .right .invoice-info .col-2{
	margin-left: 85px;
	padding-right: 27px;
}
.invoice .box1 .right .invoice-info .col-3{
	margin-left: 127px;
	padding-right: 27px;
}
.invoice .box1 .right .invoice-info .col-5{
	padding-right: 29px;
	margin-left: 141px;
}

.invoice .box1 .right .invoice-info .col-7{
	margin-left: 114px;
	padding-right: 23px;
}
.invoice .box1 .right .invoice-info .col-8{
	margin-left: 39px;
}
.invoice .box1 .right .invoice-info .col-1{
	margin-left: 114px;
	padding-right: 27px;
}
.invoice .box1 .right .invoice-info .col-9{
	margin-left: 114px;
	padding-right: 27px;
}
.invoice .box1 .right .invoice-info .col-10{
	margin-left: 25px;
}
.invoice .box1 .right .invoice-info .col-11{
	width: 243px;
}
.invoice .box1 .right .invoice-info .col-12{
	vertical-align: middle;
	
}
.invoice .box1 .right .invoice-info .cicle{
	vertical-align: middle;
    margin-right: 10px;
    width: 14px;
    height: 14px;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    display: inline-block;
}
.invoice .box1 .right .invoice-info .cicle.on{
	background-image: url(../img/ls.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.invoice .box1 .right .invoice-info .pp{
	margin-left: 75px;
}
.invoice .box1 .right .invoice-info .col-13{
	vertical-align: middle;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #050505;
}
.invoice .box1 .right .invoice-info .col-14{
	vertical-align: middle;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #050505;
}
.invoice .box1 .right .invoice-info .col-15{
	vertical-align: middle;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #050505;
}
.invoice .box1 .right .btn button{
	width: 502px;
	height: 42px;
	margin-left: 202px;
	margin-top: 59px;
	background-color: #00c69f;
	color: #FFFFFF;
	letter-spacing: 25px;
}
.invoice .box1 .right .record{
	    width: 965px;
    margin-top: 8px;
    background-color: #F3F3F3;
    padding-bottom: 20px;
}
.invoice .box1 .right .record table{
	width: 940px;
	font-size: 16px;
	margin-left: 10px;
	margin-top: 19px;
	color: #666666;
	border: 1px solid #bfbfbf;
	border-collapse: collapse;
}
/*在线充值*/
.online .right .recharge{
	width: 965px;
    height: 510px;
    background-color: #F3F3F3;
}
.online .right .recharge .bas{
	font-size: 16px;
	padding-top: 15px;
	margin-left: 20px
}
.online .right .recharge .txt{
	width: 940px;
	height: 93px;
	margin-top: 23px;
	padding-top: 10px;
	background-color: #ecf7f2;
}
.online .right .recharge .txt .col-1{
	font-size: 16px;
	margin-left: 25px;
}
.online .right .recharge .txt .col-2{
	color: #666666;
	line-height: 20px;
	margin-left: 25px;
}
.online .right .recharge .meth{
	margin-top: 20px;
	margin-left: 37px;
	font-size: 16px;
}
.online .right .recharge .meth span{
	color: #666666;
}
.online .right .recharge .meth button{
	width: 90px;
	height: 36px;
	font-size: 16px;	
	background-color: #ffffff;
	margin-left: 22px;
	color: #666666;
	border: 1px solid #bfbfbf;
}

.online .right .recharge .prices{
	margin-left: 37px;
	margin-top: 30px;
	font-family: "微软雅黑";
	font-size: 16px;
}
.online .right .recharge .prices span{
	font-size: 16px;
	color: #666666;
	margin-top: 5px;
}
.online .right .recharge .prices .money{
	margin-left: 25px;
	background-color: #FFFFFF;
	border: 1px solid #bfbfbf;
}
.online .right .recharge .prices button{
	vertical-align: top;
	border: 1px solid #bfbfbf;
	color: #666666;
	width: 90px;
	height: 36px;
	font-size: 16px;
	background-color: #FFFFFF;
}
.online .right .recharge button.on{
	background-image: url(../img/xz.png);
	border-style: hidden;
	color: #0cb46a;
}
.online .right .recharge .prices .col-2{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #f66464;
	margin-left: 99px;
	margin-top: 18px;
}
.online .right .recharge .comf{
	font-family: "微软雅黑";
	margin-top: 30px;
}
.online .right .recharge .comf .col-1{
	font-size: 16px;
	color: #666666;
	margin-left: 37px;
	padding-right: 23px;
}
.online .right .recharge .comf .col-2{
	font-size: 18px;
	color: #0cb46a;
}
.online .right .recharge .btn1 button{
	width: 178px;
	height: 42px;
	color: #FFFFFF;
	background-color: #00c69f;
	margin-top: 18px;
	margin-left: 142px;
}
.online .right .record{
	background-color: #f3f3f3;
	padding-bottom: 30px;
}
.online .right .record .tou{
	width: 940px;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 45px;
	padding-left: 22px;
	margin-top: 19px;
}
.online .right .record .title{
	width: 962px;
	line-height: 44px;
	font-size: 14px;
	font-family: "微软雅黑";
	background-color: #E5E5E5;
}
.online .right .record .title .col-1{
	margin-left: 77px;
}
.online .right .record .title .col-2{
	margin-left: 153px;
}
.online .right .record .title .col-3{
	margin-left: 139px;
}
.online .right .record .row{
	font-size: 14px;
	color: #666666;
     width: 930px;
     line-height: 46px;
     border-bottom: 1px solid #bfbfbf;
     margin-left: 22px;
}
.online .right .record .row .col-1{
	margin-left: 24px;
}
.online .right .record .row .col-2{
	margin-left: 86px;
}
.online .right .record .row .col-3{
	margin-left: 105px;
}
.online .right .record .row .col-4{
	margin-left: 157px;
}
.online .right .record .row .col-5{
	margin-left: 150px;
}
/*线下充值*/
.offline .right .bank{
	font-family: "微软雅黑";
	width: 960px;
	padding-bottom: 40px;
	background-color: #F3F3F3;
}
.offline .right .bank .tou{
	font-size: 16px;
	margin-left: 20px;
	line-height: 54px;
}
.offline .right .bank-info{
	width: 940px;
	height: 115px;
	margin-left: 10px;
	background-color: #ecf7f2;
}
.offline .right .bank-info .col-1{
	font-size: 16px;
	color: #0cb46a;
	margin-left: 25px;
	line-height: 53px;
}
.offline .right .bank-info .col-2{
	font-size: 14px;
	color: #666666;
	margin-left: 25px;
}
.offline .right .bank-info .col-3{
	font-size: 14px;
	color: #666666;
	margin-left: 25px;
	margin-top: 13px;
}
.offline .right .bank .moneys{
	margin-top: 27px;
}
.offline .right .bank .moneys .col-1{
	vertical-align: top;
	font-size: 16px;
	color: #666666;
	margin-left: 45px;
}
.offline .right .bank .moneys .cicle{
	vertical-align: middle;
	margin-right: 10px;
	width: 14px;
	height: 14px;
	border: 1px solid #d3d3d3;
	border-radius: 50%;
	
}
.offline .right .bank .moneys .cicle.on{
	background-image: url(../img/ls.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.offline .right .bank div.moneys > div{
	margin-left: 32px;
}
.offline .right .bank .moneys .col-2{
	font-size: 14px;
	color: #F66464;
	margin-top: 9px;
	margin-left: 149px;
}
.offline .right .bank .bank-price{
	margin-top: 30px;
}
.offline .right .bank .bank-price .col-1{
	font-size: 16px;
	color: #666666;
	margin-left: 45px;
	padding-right: 28px;
}
.offline .right .bank .bank-price .col-2{
	font-size: 16px;
	color: #0cb46a;
}
.offline .right .bank .bank-type{
	position: relative;
	margin-top: 25px;
}
.offline .right .bank .bank-type .col-1{
	font-size: 16px;
	color: #666666;
	margin-left: 45px;
	padding-right: 28px;
}

.offline .right .bank .bank-type .photo{
	position: relative;
}
.offline .right .bank .bank-type .photo .dg{
	position: absolute;
	display: none;
	right: 0;
	bottom: 0;
}
.offline .right .bank .bank-type .photo1{
	position: relative;
	margin-left: 41px;
}
.offline .right .bank .bank-type .photo1 .dg{
	position: absolute;
	display: none;
	right: 0;
	bottom: 0;
}

.offline .right .bank .bank-type .on .dg{
	display: block;
}
/*.offline .right .bank .bank-type .photo1{
	position: relative;
	margin-right: 360px;
}
.offline .right .bank .bank-type .photo1.dg{
	position: absolute;
	right: 0;
	bottom: 0;
}*/

.offline .right .bank .txt p{
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
	margin-left: 148px;
}


.offline .right .bank .bank-proof{
	margin-top: 25px;
}
.offline .right .bank .bank-proof .col-1{
	font-size: 16px;
	color: #666666;
	margin-left: 14px;
	padding-right: 28px;
}
.offline .right .bank .bank-proof button{
	width: 120px;
	height: 66px;
	font-size: 24px;
	border: 1px solid #0cb46a;
	text-align: center;
	line-height: 66px;
	color: #0cb46a;
	background-color: #f3f3f3;
	margin-bottom: 24px;
}
.offline .right .bank .bank-proof p{
	margin-left: 148px;
	font-size: 14px;
	color: #0cb46a;
}
.offline .right .bank .bank-proof p + p{
	margin-top: 14px;
}
.offline .right .bank .btn button{
	width: 148px;
	height: 42px;
	font-size: 14px;
	margin-top: 24px;
	margin-left: 148px;
	background-color: #00c69f;
	color: #FFFFFF;
}

.invoice-form {
	padding-bottom: 20px;
}
.offline .box1 .right .primary .input-group,
.offline .box1 .right .primary .input-group label,
.offline .box1 .right .primary .input-group span,
.offline .box1 .right .primary .input-group input {
	line-height: 30px;
}
.offline .box1 .right .primary .input-group span,
.offline .box1 .right .primary .input-group input {
	vertical-align: middle;
}
.offline .box1 .right .primary .input-group {
	margin-top: 10px;
}
.offline .box1 .right .primary .input-group .sub-input {
	margin-top: 0;
}
.offline .box1 .right .primary .input-group span + input[name='money']  {
	margin-left: 30px;
}
.offline .box1 .right .primary .input-group input[type='text'] {
	width: 100px;
}
.offline .input-group .red {
	color: #f66464;
}
.offline .input-group .green {
	color: #0cb46a;
}
.offline .input-group .upload {
	width: 120px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	border: 1px solid #0cb46a;
	color: #0CB46A;
	font-size: 24px;
}
.offline .input-group .btn-offline {
	width: 148px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background-color: #0CB46A;
	color: #fff;
	font-size: 14px;
}
.input-group,
.input-group .form-input .sub-input {
	margin-top: 24px;
}
.input-group .form-input {
	display: inline-block;
}

.input-group label {
	display: inline-block;
	width: 171px;
	padding-right: 27px;
	text-align: right;
	color: #666666;
	vertical-align: top;
	height: 34px;
	line-height: 34px;
}
.invoice .box1 .right .invoice-info span.must {
	color: red;
	vertical-align: middle;
}
.input-group .form-input > img {
	max-width: 180px;
	max-height: 120px;
	border: 1px solid #bfbfbf;
}
.input-group .form-input input[type='text']
{
	width: 488px;
	height: 34px;
	line-height: 34px;
	padding-left: 12px;
	border: 1px solid #bfbfbf;
}
.input-group .form-input input.small {
	width: 240px;
}
.form-border-select {
	position: relative;
	border: 1px solid #c1c1c1;
}
.form-border-select .r-b-cor {
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
}
.form-border-select.on {
	border: 1px solid #0cb46a;
}
.form-border-select.on .r-b-cor {
	display: inline;
	
}
.form-border-select + .form-border-select {
	margin-left: 42px;
}


.table-record {
	width: 100%;
	line-height: 44px;
	font-size: 14px;
	text-align: center;
}
.table-record * {
	font-family: "微软雅黑";
}
.table-record thead {
	background-color: #e5e5e5;
	color: #333333;
	
}
.table-record thead th {
	width: 20%;
}
.table-record tbody {
	background-color: #f3f3f3;
	color: #666666;
	
}
.table-record1 {
	width: 100%;
	line-height: 44px;
	font-size: 14px;
	text-align: center;
}
.table-record1 * {
	font-family: "微软雅黑";
}
.table-record1 thead {
	background-color: #e5e5e5;
	color: #333333;
	
}
.table-record1 thead th {
	width: 16%;
}
.table-record1 tbody {
	background-color: #f3f3f3;
	color: #666666;
	
}
.orange{
	color: #f07200;
}
.table-record1 tbody tr {
	border-bottom: 1px solid #d9d9d9;
}
/**2018.05.25 start**/
.leading {
	height: 48px;
	line-height: 48px;
}
.main-area {
	padding: 20px 18px 0;
	border: 1px solid #e5e5e5;
	margin-bottom: 50px;
}
.order-area .input-group {
	display: inline-block;
}
.order-area .input-group label {
	padding-right: 0px;
	width: 100px;
}
.order-area .input-group .form-input {
	width: 360px;
}
.order-area .input-group, .order-area .input-group .form-input .sub-input {
	margin-top: 10px;
}
.order-area .input-group .form-input input[type='text'] {
	width: 250px;
}
.order-area .input-group .form-input select
{
	width: 262px;
	height: 34px;
	line-height: 34px;
	padding-left: 12px;
	border: 1px solid #bfbfbf;
}
.order-area .input-group .form-input select.small {
	width: 112px;
}
.order-area .input-group .form-input .upload {
	width: 118px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border: 1px solid #bfbfbf;
    color: #777777;
    font-size: 24px;
}
.order-area .input-group .form-input textarea[name='txt'] {
	width: 463px;
	height: 97px;
	font-size: 24px;
	border: 1px solid #bfbfbf;
	color: #777777;
}
.account-info {
	padding: 16px 0;
}
.account-info-view {
	width: 1036px;
    margin: auto;
}
.account-info-view .order-area .input-group label {
	width: 100px;
}
.account-info-view .input-group {
	border-bottom: 1px solid #f0f0f0;
}
.account-info-view .input-group.last {
	border-bottom: 1px solid #fff;
}
.order-area {
	min-height: 600px;
}
.order-area .pay {
	text-align: center;
	padding-top: 20px;
	line-height: 24px;
}
.order-area .pay .money {
	color: #fe7429;
}
.order-area .pay.audit p {
	line-height: 50px;
}
.order-area .pay.result p {
	line-height: 40px;
	font-size: 16px;
}
.order-area .pay.result p.tip {
	line-height: 80px;
	font-size: 36px;
}
.order-area .pay p.auditing {
	line-height: 120px;
}
.order-area .pay .auditing i {
	font-size: 120px;
	color: #0cb46a;
}
.order-area .pay .auditing span {
	font-size: 36px;
}
.order-area hr {
	height: 0;
	border-top: 1px dashed #cccccc;
}
.order-area .area {
	color: #777777;
	line-height: 24px;
	padding: 6px 60px;
}
.order-area .area h4 {
	font-size: 18px;
	line-height: 40px;
}
.order-area .area h5 {
	color: #2b2b2b;
	font-size: 14px;
}
.logo {
	text-align: center;
}
.order-area .area .logo {
	vertical-align: top;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
}
.order-area .area .logo img {
	max-width: 48px;
	max-height: 48px;
	
}
.order-area .area .product > div + div {
	margin-left: 10px
}
.order-area .area .product-desc {
	width: 940px;
}
.order-area .area input[type='text'] {
	width: 148px;
    height: 34px;
    line-height: 34px;
    padding-left: 12px;
    border: 1px solid #bfbfbf;
}
.order-area .area .unit {
	margin-left: 12px;
}
.order-area .area .tip-b {
	color: #000000;
	
}
.order-area .area .p {
	line-height: 36px;
	height: 36px;
}
.order-area .area .btn {
	background-color: #fe7429;
	color: #fff;
	width: 132px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	border-radius: 4px;
	margin-right: 35px;
}
.order-area .area .payment {
	line-height: 30px;
	height: 30px;
	width: 98px;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #777777;
	color: #777777;
}
.order-area .area .payment + .payment {
	margin-left: 24px;
}
.order-area .area .payment.on {
	border: 1px solid #0cb46a;
	color: #0cb46a;
}
.order-area .area .money {
	line-height: 48px;
}
.order-area .area .money span {
	font-size: 20px;
	color: #fe7429;
}
.login{
	height: 610px;
}
/**2018.05.25 end**/

/*订单详情*/
.order_detail .box1 .right{
	margin-left: 25px;
	font-family: "微软雅黑";
	font-size: 14px;
}
.order_detail .box1 .right .title{
	font-size: 16px;
	color: #333333;
	margin-bottom: 19px;
}
.order_detail .box1 .right .product-type{
	line-height: 41px;
	background-color: #e5e5e5;
}
.order_detail .box1 .right .product .col-1{
	width: 340px;
	text-align: center;
}
.order_detail .box1 .right .product .col-2{
	width: 209px;
	text-align: center;
}
.order_detail .box1 .right .product .col-3{
	width: 182px;
	text-align: center;
}
.order_detail .box1 .right .product .col-4{
	width: 232px;
	text-align: center;
}
.order_detail .box1 .right .product .info{
	
	border: 1px solid #eae9e9;
}
.order_detail .box1 .right .product .product-info{
	height: 82px;
	margin-top: 5px;
}
.order_detail .box1 .right .product .col-5{
	width: 340px;

}
.order_detail .box1 .right .product .col-6{
	width: 209px;
	height: 75px;
	line-height: 75px;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-left: 1px solid #eae9e9;
	text-align: center;
	color: #666666;
}
.order_detail .box1 .right .product .col-7{
	width: 182px;
	height: 75px;
	line-height: 75px;
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #eae9e9;
	color: #ff6301;
}
.order_detail .box1 .right .product .col-8{
	width: 232px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	vertical-align: top;
	border-left: 1px solid #eae9e9;
	color: #666666;
}
.order_detail .box1 .right .product .col-8 .orange{
	color: #f07200;
}
.order_detail .box1 .right .product .col-5 .product-img{
	width: 50px;
	margin-left: 16px;
}
.order_detail .box1 .right .product .col-5 .product-txt{
	vertical-align: top;
}
.order_detail .box1 .right .product .col-5 .product-txt span{
	width: 230px;
	line-height: 25px;
	margin-left: 18px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #666666;
}
.order_detail .info .time{
	background-color: #f5f5f5;
}
.order_detail .info .time .data{
	width: 167px;
	height: 38px;
	line-height: 38px;
	text-align: center;

	color: #666666;
}
.order_detail .info .time .number .gray{
	color: #666666;
}
.order_detail .order-info{
	max-width: 968px;
}
.order_detail .right .title1{
	padding-left: 8px;
	margin-top: 12px;
	line-height: 41px;
	font-size: 16px;
	background-color: #e5e5e5;
}
.order_detail .order-box{
	height: 575px;
	background-color: #f5f5f5;
}
.order_detail .order-info .spans{
	width: 480px;
	margin-top: 15px;
}
.order_detail .order-info .spans .gray{
	width: 103px;
	vertical-align: top;
	padding-left: 35px;
	margin-right: 46px;
	text-align: right;
	color: #777777;
}
.order_detail .order-info .spans .gray.red{
	color: #fe0000;
}
.order_detail .order-info .spans .max img{
	max-width: 180px;
	max-height: 120px;
}
.order_detail .order-info .spans .max2 img{
	max-width: 100px;
	max-height: 120px;
}
.remarks{
	margin-top: 45px;
}
.remarks .gray{
	width: 103px;
	vertical-align: top;
	padding-left: 35px;
	margin-right: 46px;
	text-align: right;
	color: #777777;
}
.order_detail .order-info .order-box .txt{
	width: 448px;
	overflow: hidden;
    text-overflow: ellipsis;
     display: -webkit-box; 
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.order_detail .order-bottom{
	width: 968px;
	height: 160px;
	background-color: #F5F5F5;
}
.order_detail .order-bottom .content{
	padding-top: 25px;
	padding-left: 40px;
	line-height: 26px;
	color: #666666;
}
.order_detail .price{
	font-size: 18px;
	margin-top: 50px;
	margin-bottom: 235px;
	text-align: right;
}
.order_detail .price .col-1{
	font-size: 20px;
	color: #f07200;
}
.ch{
	width: 50px;
}
.see-more{
	text-align: center;
	color: #8d8d8d;
	font-size: 21px;
	line-height: 60px;
}
.see-more a{
	color: #8d8d8d;
}