.inner{
    width:1200px;
    margin:0 auto;
}
li{
  list-style: none;  
}
a{
    text-decoration: none;
}
*{
    margin: 0;
    padding: 0;
}
.cf:after{display:block;visibility:hidden;clear:both;content:""}

/*cont1 s*/
#cont1{
    padding:100px 0 40px 0;
}

#cont1 .inner .c1{
    width:100%;
    height:60px;
    border-top:2px solid #aaa;
    border-bottom:1px solid #dedede;
}
#cont1 .inner p{
    display:block;
    width:130px;
    height:60px;
    text-align:center;
    border-right:1px solid #dedede;
    float:left;
    font-size:15px;
    line-height:60px;
    font-weight:600;
    color:#555;
}
#cont1 .inner .c1 .check{
    float:left;
}
#cont1 .inner .c1 .check label{
    display:inline-block;
    width:150px;
    margin:20px 0 0 0;
}
#cont1 .inner .c1 .check label:first-child{
    margin:20px 0 0 30px;
}

#cont1 .inner .c2{
    width:100%;
    height:60px;
    border-bottom:1px solid #dedede;
}

.title_name{
    float:left;
    width:80%;
    height:35px;
    margin:18px 0 0 30px;
}

.person_name{
    width:10%;
    height:35px;
    margin:18px 0 0 30px !important;
}

.phone{
    width:10%;
    height:35px;
    margin:18px 10px 0 30px;
}
.phone2{
    width:10%;
    height:35px;
    margin:18px 10px 0 10px;
}

.email{
    width:15%;
    height:35px;
    margin:10px 10px 0 30px;
}
.email2{
    width:15%;
    height:35px;
    margin:10px 10px 0 10px;
}

.date{
    float:left;
    width:15%;
    height:35px;
    margin:18px 10px 0 30px;
}
.date_btn{
    display:block;
    float:left;
    margin:15px 0 0 0;
    opacity:0.7;
    transition:all 0.2s;
    -webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
}
.date_btn:hover{
    opacity:1;
}

#cont1 .inner .c2 .check{
    float:left;
}
#cont1 .inner .c2 .check label{
    display:inline-block;
    width:80px;
    margin:20px 0 0 0;
}
#cont1 .inner .c2 .check label:first-child{
    margin:20px 0 0 30px;
}

/*
.check {position: relative; margin:0 0 0 30px;}
.check input[type="radio"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0;}
.check input[type="radio"] + label { display: inline-block; position: relative; padding-left: 35px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }
.check input[type="radio"] + label:before { content: ''; position: absolute; left: 0; top: -4px; width: 21px; height: 21px; text-align: center; background: #fafafa; border: 1px solid #cacece; border-radius: 100%; box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); }
.check input[type="radio"] + label:active:before, .checks input[type="radio"]:checked + label:active:before { box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1); }
.check input[type="radio"]:checked + label:before { background: #E9ECEE; border-color: #adb8c0; }
.check input[type="radio"]:checked + label:after { content: ''; position: absolute; top: 1px; left: 5px; width: 13px; height: 13px; background: #99a1a7; border-radius: 100%; box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3); }
*/

#cont1 .inner .info{
    width:100%;
    height:500px;
    border-bottom:1px solid #dedede;
}
#cont1 .inner .info p{
    height:500px;
    line-height:500px;
}
#cont1 .inner .info div{
    float:left;
    margin:17px 0 0 30px;
    width:85%;
    height:450px;
    border:3px solid #ccc;
}

.red{
    font-size:15px;
    color:red;
    margin:20px 0 0 0;
}

.btns{
    float:right;
}
.btns a{
    display:inline-block;
    padding:12px 18px;
    background-color:#333;
    font-size:14px;
    color:#fff;
    font-weight:600;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
}
.btns a:nth-child(2){
    background-color:#ccc;
    color:#222;
}
.btns a:nth-child(1):hover{
    background-color:#555;
}
.btns a:nth-child(2):hover{
    background-color:#dedede;
}
/*cont1 e*/



