﻿.title1{ width:100%; height:1px; background:#E8D8C0; position:relative; margin-top:40px;}
.content{ width:1200px; height:auto; border-radius:5px; margin:0 auto; border:1px solid #e8d8c0; overflow:hidden;}
.content .content_box{ width:960px; height:380px;  margin:0 auto; margin-top:50px; overflow:hidden; border-radius:5px; background:#711512; }
.content p{ padding:0 20px;}
.content img{ margin:0 auto; margin-top:25px; display:block;}
h2.title2{ margin:0 auto; margin-top:15px; width:1200px; font-weight:400; font-size:18px; margin-bottom:15px;}
input[type="submit"], input[type="reset"], input[type="button"], input[type="password"], input[type="text"], input[type="search"], input[type="number"], button,textarea {
    -webkit-appearance: none;
    outline: none;}
input, textarea, select, button {
    text-rendering: auto;
    color:red;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
	text-align:center;
    display: inline-block;
    margin: 0em;}
input::-webkit-input-placeholder{ color:#aeaeae; } 
input {
transition: all 0.30s ease-in-out;
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
border: #711512 1px solid;
border-radius: 4px;}
   
.content_box input{ height:50px; width:400px;  margin-top:70px; margin-left:280px;} 
 input:focus {
box-shadow: 0 0 5px rgba(113,21,18,1);
-webkit-box-shadow: 0 0 5px rgba(113,21,18,1);
-moz-box-shadow: 0 0 5px rgba(113,21,18,1);
}
.content_box .postmain{ width:290px; height:40px; margin:0 auto; margin-top:30px;}
 .postmain a{ display:inline-block; background:#c97a22; width:120px; height:100%;line-height:40px; text-align:center; color:#ffffff; font-size:20px;}
 .postmain a.yuyue{ margin-right:50px; background:#8fc31f;}


.demo1{ width:960px; height:480px; background:#ffffff; border:20px solid #920305; position:fixed; left:50%; bottom:50%; margin-left:-500px; margin-bottom:-260px; z-index:10; box-shadow:0 0 5px #000000;} 
.demo1 .close{ display:inline-block; padding:5px 15px; background:#920305; margin-top:30px; color:#ffffff; float:right; margin-right:30px; font-size:24px;}
.demo1 img{ display:block; margin:0 auto; margin-top:70px;}
.demo1 a.back{ display:block; height:40px; width:120px; background:#8fc31f; margin:0 auto; margin-top:40px; color:#ffffff; font-size:20px; line-height:40px; text-align:center; border-radius:5px;}