html {
	font-size: 62.5%
}

@media only screen and (min-width: 481px) {
	html {
		font-size: 94%!important
	}
}

@media only screen and (min-width: 561px) {
	html {
		font-size: 109%!important
	}
}

@media only screen and (min-width: 641px;
max-width: 641px) {
	html {
		font-size: 125%!important
	}
	body {
		max-width: 640px;
	}
}




li,
ol {
	list-style: none;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input,
textarea {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	line-height: 0px;
	overflow: hidden;
	zoom: 1;
	font-size: 0px;
	content: '.';
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

body,
html {
	background-color: #fff;
	height: 100%;
	max-width: 900px;
	padding: 0;
	overflow-x: hidden;
	margin: auto;
	font-family: "Microsoft Yahei", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.nav {
	position: fixed;
	display: inline-block;
	border: none;
	width: 900px;
	height: 60px;
	margin: auto;
	background: #282828;
	z-index: 999;
}

.logo_box {
	float: left;
	padding-right: 30px;
}

.nav .logo {
	display: block;
	width: 130px;
	height: 30px;
	padding: 12px 0 0 10px;
}

.nav .logo img {
	display: block;
	width: 100%;
}

.nav .btn-nav {
	position: fixed;
	top: 1rem;
	right: 1rem;
	background: transparent;
	border: none;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	z-index: 99999;
}

.btn-nav:focus {
	outline: 0;
}

.nav_clear {
	height: 60px;
}




.icon-bar {
	display: block;
	margin: 5px 0;
	width: 35px;
	height: 5px;
	background-color: #fff;
}

.btn-nav:hover .icon-bar {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #00aeef;
}

.nav-content {
	position: fixed;
	top: 60px;

	right: 0;
	background: rgba(0, 0, 0, 0.7);

	display: block;
	height: 100%;
	width: 28%;
	z-index: 998;
	overflow: auto;
	
}

.nav-list {
	width: 100%;
	position: absolute;
	top: 60px;
}

.item-anchor:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	left: 0;
	bottom: 0;
	z-index: 9;
	background: transparent;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.item-anchor {
	color: #fff;
	text-align: right font-size:1.5rem;
	text-transform: uppercase;
	position: relative;
	padding: 5px;
	margin-right: 10px;
}

.item-anchor:hover,
.item-anchor:focus {
	border-color: #00aeef;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.item-anchor:hover:after,
.item-anchor:focus:after {
	width: 100%;
	background: #00aeef;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.nav-item {
	
	font-size: 1.5rem;
	height: 40px!important;
	line-height: 40px!important;
width: 100%;
	text-align: right!important;
}
.nav-list .nav-list .nav-item:nth-of-type(11),.nav-item:nth-of-type(12),.nav-item:nth-of-type(13),.nav-list .nav-item:nth-of-type(14),.nav-list .nav-item:nth-of-type(15),.nav-list .nav-item:nth-of-type(16), .nav-item:nth-of-type(17), .nav-item:nth-of-type(18){display: none!important; }
.hairline-bottom {
	position: relative;
	border: none;
}

.hairline-bottom::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #f7f7f7;
	width: 100%;
	-webkit-transform: scale(1, .3);
	transform: scale(1, .3);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	z-index: 1;
}

.animated {
	display: block;
	margin: 0 auto;
}

.animated:hover .icon-bar,
.animated:focus .icon-bar {
	background-color: #00aeef;
}

.animated:focus {
	cursor: pointer;
	z-index: 9999;
}

.middle {
	margin: 0 auto;
}

.icon-bar {
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	z-index: 999999;
}

.animated .icon-bar {
	z-index: 999999;
	background-color: #00aeef;
}

.animated .top {
	-webkit-transform: translateY(10px) rotateZ(45deg);
	-moz-transform: translateY(10px) rotateZ(45deg);
	-ms-transform: translateY(10px) rotateZ(45deg);
	-o-transform: translateY(10px) rotateZ(45deg);
	transform: translateY(10px) rotateZ(45deg);
}

.animated .bottom {
	-webkit-transform: translateY(-11px) rotateZ(-45deg);
	-moz-transform: translateY(-11px) rotateZ(-45deg);
	-ms-transform: translateY(-11px) rotateZ(-45deg);
	-o-transform: translateY(-11px) rotateZ(-45deg);
	transform: translateY(-11px) rotateZ(-45deg);
}

.animated .middle {
	width: 0;
}

@keyframes showNav {
	from {
		top: -100%;
	}
	to {
		top: 0;
	}
}

@-webkit-keyframes showNav {
	from {
		top: -100%;
	}
	to {
		top: 0;
	}
}

@-moz-keyframes showNav {
	from {
		top: -100%;
	}
	to {
		top: 0;
	}
}

@-o-keyframes showNav {
	from {
		top: -100%;
	}
	to {
		top: 0;
	}
}

.showNav {
	-webkit-animation: showNav 1s ease forwards;
	-moz-animation: showNav 1s ease forwards;
	-o-animation: showNav 1s ease forwards;
	animation: showNav 1s ease forwards;
}

@keyframes hideNav {
	from {
		top: 0;
	}
	to {
		top: -100%;
	}
}

@-webkit-keyframes hideNav {
	from {
		top: 0;
	}
	to {
		top: -100%;
	}
}

@-moz-keyframes hideNav {
	from {
		top: 0;
	}
	to {
		top: -100%;
	}
}

@-o-keyframes hideNav {
	from {
		top: 0;
	}
	to {
		top: -100%;
	}
}

.hideNav {
	-webkit-animation: hideNav 1s ease forwards;
	-moz-animation: hideNav 1s ease forwards;
	-o-animation: hideNav 1s ease forwards;
	animation: hideNav 1s ease forwards;
}

.hidden {
	display: none;
}







.w_640 {
	max-width: 900px;
	margin: 0 auto;
}

.w_640 img,
.w_img {
	width: 100%;
}

.w_img img {
	
	display: block;
	width: 100%;
}

.nwap {
	width: 100%;
	margin: 0 auto;
}

.nwap ul li {
	list-style: none;
	width: 50%;
	float: left;
}

.main {
	width: 100%;
	background-color: #fff;
}

.main_col1 {
	width: 100%;
	margin-bottom: 10px;
}

.main_col1 li {
	display: block;
	height: auto;
	width: 45%;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
	margin-top: 10px;
}

.main_col1 li a {
	color: #FFFFFF;
}

.propic {
	width: 100%;
	height: 100%;
}

.propic img {
	width: 100%;
	height: 100px;
}

.protle {
	width: 100%;
	line-height: 100%;
	background-color: #0059AB;
	padding-top: 5%;
	padding-bottom: 5%;
}

.buybtm {
	width: 10%;
	float: right;
	padding: 5px;
	text-align: center;
	background-color: #fe5f01;
	margin-right: 2%;
	margin-top: 10%;
}

.buybtm a {
	color: #FFFFFF;
}



.slider-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.09375rem;
    height: .9375rem;
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.slider-item{
	display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	    -webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
	    color: #000;
	    height:30px;
	    position: relative;
	}
.info-user-name {
    margin-left: 5px;
    width: 24%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.info-telno{
    display: block;
  font-size: 15px;
    color: inherit;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    color: #555;
}
.info-add-time {
    display: block;
    font-size: 15px;
    color: inherit;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    color: #555;
	text-align: right;
}
input,
textarea {
	font-family: "Microsoft Yahei";
	font-size: 13px;
}

.ind-text {
	font-size: 17px;
	padding: 20px 20px;
	text-align: center
}

.ind-text i {
	display: block;
	margin: 10px auto;
	border: 1px solid blue;
	width: 200px;
}

.ind-text span {
	font-size: 12px;
}
.bdbox ul li input::-webkit-input-placeholder  {
	
	    color: #999;
		
}
.bdbox ul li .input {
	width: 80%;
	webkit-box-flex: 8;
	    -webkit-flex: 8;
	    -ms-flex: 8;
	    flex: 8;
	    display: block;
	    height:44px!important;
	    line-height:44px!important;
	    padding: 0;
	    font-size: 1rem;
	    line-height: 2.375rem;
	    color: #999;
		-webkit-box-sizing: border-box;
		    box-sizing: border-box;
		    width: 100%;
		    height: 38px;
		    margin: 0;
		    padding-left: 8px;
		    padding-right: 36px;
		    border: 1px solid #f1f1f1;
		    line-height: 20px;
		    color: #999;
			
		    outline-width: 0;
		    outline-style: none;
		    outline-color: transparent;
		    -webkit-box-shadow: none;
		    box-shadow: none;
			border-radius: 3px;
		    text-shadow: none;
		    -webkit-user-select: text;
		    -moz-user-select: text;
		    -ms-user-select: text;
		    user-select: text;
		    background-color: transparent;
		    -webkit-appearance: none;
}

.slider-multi-title:before {
    position: absolute;
    display: block;
    content: "";
	left: -1.25rem;
    width: .625rem;
    height: .0625rem;
    top: .75rem;
    background-image: -webkit-gradient(linear,left top,left bottom,from(0),color-stop(#555),color-stop(50%,#555),color-stop(0,transparent));
    background-image: linear-gradient(0,#555,#555 50%,transparent 0);
    background-image: -webkit-linear-gradient(90deg,#555,#555 50%,transparent 0);
    background-size: 100% .0625rem;
    background-repeat: no-repeat;
    background-position: bottom;
}

.slider-multi-title:after {
    position: absolute;
    display: block;
    content: "";
	right: -1.25rem;
    width: .625rem;
    height: .0625rem;
    top: .75rem;
    background-image: -webkit-gradient(linear,left top,left bottom,from(0),color-stop(#555),color-stop(50%,#555),color-stop(0,transparent));
    background-image: linear-gradient(0,#555,#555 50%,transparent 0);
    background-image: -webkit-linear-gradient(90deg,#555,#555 50%,transparent 0);
    background-size: 100% .0625rem;
    background-repeat: no-repeat;
    background-position: bottom;
}
.slider-multi-title {
    position: relative;
	text-align: center;
    white-space: nowrap;
    font-size: 18px;
	text-align: center;
	height: 60px;
	line-height: 60px;
    font-weight: 600;
    background-color: #f8f8f8;
    color: #000;
}
.dowebok{
	height: 30px;
	background: #f8f8f8 !important;
	margin-bottom: 10px;
}
.dowebok ul li{
	text-align: center;
	line-height: 30px;
	color: #B51118;
	margin-left: 25px;
	padding-right: 25px;
	font-size: 16px;
}
.bdbox ul li label {
display: block;
-webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
    line-height:44px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
    font-size: 14px;
    font-weight: 500;
    color: #666;
	
}
#labelprice{
	width: 75%;
	float: left;
	overflow: hidden;
	}
	#labelprice label{
		/* width: 50%; */
		height:32px;
		padding: 0 5px;
		box-sizing: border-box;
		overflow: hidden;
		float: left;
		}
.bdbox ul li label  i{
    margin-left: .0625rem;
    color: red;
}
.bdbox ul li{
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: .75rem;
      padding: 0 1rem;
      font-size: 1rem;
      text-align: left;
}
.code {
	text-align: center;
	margin: 0 auto;
}

.code:last-child {
	margin-top: 10px;
}






