﻿@charset "utf-8";
/*消息样式*/
/*header*/
body {
    background-color: #fef6f2;
}
header {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #D00001;
}
.message_head {
    width: 1100px;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
}
.message_head .left {
    width: 600px;
    float: left;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 2px;
}
.message_head .right {
    width: 500px;
    text-align: right;
    float: right;
}
.message_head .right a {
    font-size: 14px;
    margin-left: 6px;
    padding-left: 20px;
    color: #FFFFFF;
}
.message_head .right a:hover {
    color: #CCCCCC;
}
.message_head .right a.a1 {
    background:  url(../img/1.png) 2px 3px no-repeat;
}
.message_head .right a.a2 {
    background:  url(../img/2.png) 2px 3px no-repeat;
}
.message_head .right a.a3 {
    background:  url(../img/3.png) 2px 3px no-repeat;
}
.message_head .right a.a4 {
    background:  url(../img/4.png) 2px 3px no-repeat;
}

/* content */
content {
    width: 800px;
    margin: 0 auto;
}
.content {
    width: 800px;
    height: auto;
    margin: 100px auto;
}

/*content top*/
.content .top {
    text-align: center;
    height: 100px;
    border-bottom: 1px solid #CCCCCC;
}
.content .top h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 2px;
}
.content .top h3 {
    font-weight: bold;
    font-size: 22px;
    color: #D00001;
    line-height: 40px;
}

/*content bottom*/
.content .cont {
    height: 360px;
    margin-top: 30px;
    padding: 20px 30px 0 30px;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    background-color: #FFFFFF;
}

/*content bottom form*/
.content .cont .form {
    width: 360px;
    float: left;
}
.content .cont .form .item {
    height: 46px;
}
.content .cont .form .item .border {
    width: 120px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin-top: 8px;
    float: left;
    font-size: 16px;
}
.content .cont .form .item .border b {
    width: 102px;
    height: 46px;
    display: block;
    float: left;
    text-align: justify;
    text-align-last: justify;
}
.content .cont .form .item label {
    width: 200px;
    height: 46px;
    float: left;
}
.content .cont .form .item label input {
    width: 203px;
    height: 32px;
    margin-top: 6px;
    font-size: 14px;
    padding: 0 3px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
}
.content .cont .form .item label select {
    width: 200px;
    height: 32px;
    margin-top: 6px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
}
/*Layui下拉特殊处理*/
.content .cont .form .item .inSelect {
    width: 198px;
    height: 32px;
    line-height: 32px;
    margin-top: 6px;
    font-size: 14px;
    float: left;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
}
.content .cont .form .item .inSelect span {
   padding-left: 4px;
}
.content .cont .form .item .inSelect .listbox {
    width: 200px;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    margin-top: -12px;
    border-radius: 5px;
}
.content .cont .form .item .inSelect .listbox .option a {
    display: block;
    padding-left: 0px;
    width: 202px;
    background-color: #EEEEEE;
}
.content .cont .form .item .inSelect .listbox .option a:hover{
    border-radius: 5px;
    color: #FFFFFF;
    background-color: #D00001;
}
.content .cont .form .item .inSelect label em {
    float:right;
    width:30px;
    height: 32px;
    background:url(../img/form-select-arrow-down.png) no-repeat center center;
    transition:all .5s;
}
.content .cont .form .item .inSelect label em.open {
    background-image:url(../img/form-select-arrow-up.png);
}
.content .cont .form .item .inSelect label.hover {
    border-color:#D00001;
}
.content .cont .form .item .inSelect label.hover em {
    background-image:url(../img/form-select-arrow-down-on.png);
}
.content .cont .form .item .inSelect label.hover em.open {
    background-image:url(../img/form-select-arrow-up-on.png);
}
.content .cont .form .item .inSelect label.focus {
    border-color:#D00001;
    box-shadow:0 0 5px 0 rgba(30,94,191,.5);
}
.content .cont .form .item .inSelect label.focus em {
    background-image:url(../img/form-select-arrow-down-on.png);
}
.content .cont .form .item .inSelect label.focus em.open {
    background-image:url(../img/form-select-arrow-up-on.png);
}

.content .cont .form .item label input.yzm {
    width: 90px;
    margin-right: 10px;
}
.content .cont .form .item label img {
    width: 100px;
    height: 32px;
    float: right;
    margin-top: 6px;
}
.content .cont .form .item .xing {
    line-height: 30px;
    padding: 8px 0 0 6px;
    color: #D00001;
    float: left;
}
.content .cont .form .item2 {
    text-align: center;
    margin-top: 20px;
}
.content .cont .form .item2 button {
    width: 260px;
    height: 42px;
    margin-left: 40px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 6px;
    background-color: #D00001;
    color: #FFFFFF;
    border: 1px solid #EEE;
    border-radius: 5px;
}
.content .cont .form .item2 button:hover {
    cursor: pointer;
}

/*content bottom 竖线*/
.content .cont .shu {
    width: 1px;
    height: 330px;
    float: left;
    margin-top: 6px;
    background-color: #EEEEEE;
}

/*content bottom desc*/
.content .cont .desc {
    width: 360px;
    line-height: 26px;
    font-size: 14px;
    float: right;
    margin-left: 10px;
    letter-spacing: 1px;
}
.content .cont .desc p {
    margin-bottom: 6px;
    color: #666666;
}

/*footer*/
footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #D00001;
}
footer .foot {
    width: 1100px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 2px;
}
