* { margin:0px; padding:0px; box-sizing:border-box; }
img { border:none; }

body {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    float: left;
}
p {
	font-family:Arial, Helvetica, sans-serif; color:#000;
}
.wrapper {
    margin: 0px auto;
    max-width: 855px;
    width: 100%;
}
.header {
    width: 100%;
    margin-top: 20px;
    float: left;
}
.g-recaptcha {
	margin-top: 11px;
	display: inline-block;
}
.head1 {
	float:left;
	width:100%;
}
.head1 h1 {
	float:left;
    font-size: 36px;
    color: rgb(192,192,192);
}
.head1 p a{
    font-family: Arial, Helvetica, Geneva, Sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: rgb(249,136,136);
}
.head1 p {
    float: right;
    color: rgb(249,136,136);
    font-weight: bold;
    margin-top: 14px;
}
.header h5 {
    float: left;
    width: 100%;
    background: rgb(255,255,204);
    text-align: center;
    padding: 10px;
    margin-top: 16px;
}
.content {
    width: 100%;
    float: left;
    margin-top: 5px;
}
h4.con_head {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
}
ul.sale_section {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 13px;
}
.sale_section li {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    margin: 0px 14px;
	font-size:15px;
}
.sale_section li a {
	color: rgb(249,136,136);
}
.inner_content {
    float: left;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #888;
    padding: 3px;
}
.inner_content_left {
	float: left;
	width: 49.8%;
	height: 485px;
	border: 1px solid #888;
	padding: 10px;
}
.inner_content_left p {
    font-size: 14px;
    color: #424141;
}
.inner_content_left ul {
    float: left;
    width: 100%;
    margin-bottom: 17px;
}
.inner_content_right_second li {
    list-style: none;
}
div#captcha {
    display: inline-block;
    margin-top: 10px;
}
.inner_content_left p strong, .inner_content_right_second p strong {
    margin-bottom: 13px !important;
    display: inline-block;
    font-size: 16px;
}
.inner_content_left ul li {
    color: #424141;
    list-style: none;
    font-size: 15px;
    margin-top: 9px;
    line-height: 22px;
    margin-bottom: 17px;
}
.inner_content_right_second ul li {
    color: #424141;
    list-style: none;
    font-size: 16px;
	line-height:19px;
    margin-top: 7px;
}
.inner_content_right {
    float: right;
    width: 49.8%;
    border: 1px solid #888;
    padding: 10px;
    background: rgb(255,204,0);
    height: 485px;
}
#captcha {
    float:left; width:100%;
}
form.formpic {
    float: left;
    width: 100%;
}
.in_con2 {
	margin-top:0px !important;
}
.formpic strong {
    font-size: 15px;
    margin-bottom: 13px;
    display: inline-block;
}
.formpic p {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.formpic p label {
    float: left;
    width: 100%;
    font-size: 14px;
}
.formpic p input, .formpic p textarea {
    width: 100%;
    background: #fff;
    color: #4F4F4F;
    padding: 10px 6px;
    margin-bottom: 13px;
    line-height: 14px;
    border: 1px solid #C4C4C4;
    margin-top: 1px;
    font-weight: bold;
}
.formpic p input:focus, .formpic p input:hover {
    background: #fff;
}
.submit {
    float: left;
}
.submit input[type="submit"] {
    float: left;
    background: #fff;
    padding: 6px;
    border: 1px solid #000;
    width: 102px;
    margin-top: 3px;
    cursor: pointer;
}
.submit input[type="submit"]:hover {
    background: #f2f2f2;
}
.table_list {
    float: left;
    width: 100%;
}
.table_list td {
    padding-top: 21px;
}

.footer {
    float: left;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 20px;
}
.footer ul {
    float: left;
    width: 100%;
    text-align: center;
}
.footer li a:hover {
    opacity: 0.6;
}
.footer li a {
    color: red;
}
.footer li {
    display: inline-block;
    list-style: none;
    margin: 0px 4px;
    font-size: 14px;
}
.mob_head {
	display:none;
}

@media screen and (max-width:885px) {
.wrapper {
    max-width: 737px;
}
}
@media screen and (max-width:767px) {
.wrapper {
    max-width: 570px;
}
.mob_head {
	display:block;
}
.g-recaptcha {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}
.logo {
    float: left;
}
.logo {
    width: 314px;
    margin-top: 13px;
    margin-left: 0px;
}
.call {
    margin-top: 11px;
	float:right;
}
.call strong {
    display: block;
}
.head1 {
    display: none;
}
}
@media screen and (max-width:600px) {
.wrapper {
    max-width: 450px;
}
.inner_content_left {
    width: 100%;
    height: inherit;
    margin-bottom: 3px;
}
.inner_content_right {
    width: 100%;
}
.table_list {
    overflow-x: scroll;
}
}
@media screen and (max-width:480px) {
.wrapper {
    max-width: 320px;
}
.logo {
    width: 248px;
    margin-top: 18px;
}
.logo img {
    width: 100%;
}
}
@media screen and (max-width:350px) {
.wrapper {
    max-width: 300px;
}
.logo {
    width: 228px;
    margin-top: 18px;
}
}