﻿body{background:#fff;}
body,form{margin:0;padding:0;font:14px/180% "MicroSoft Yahei","宋体";color:#333;}
*{font-family:"MicroSoft Yahei","宋体";margin:0;padding:0;}/*此地方不要加颜色属性*/
.ul,li{list-style:none;}
a{text-decoration:none;color:#333;}
a:hover{text-decoration:none;color:#f30;}

.width {
    width: 80%;
    margin-left: auto;
    margin-right:auto;
    overflow: hidden;
    min-width:1200px;
}
.width90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    min-width: 1200px;
}
.width100 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    min-width: 1200px;
}

/*位置*/
.pagePosition{
    height:auto;overflow:hidden;
    line-height:30px;
    color:#666;
}
.pagePosition a{color:#666;}

/*背景*/
.grayBg {
    background-color: #faf9f9;
}

/*分页*/
.list_page {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px auto;
    text-align: center;
}

/*表单*/
.bookForm {
    width: 88%;
    height:auto;overflow:hidden;
    margin-left:auto;
    margin-right:auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding:40px 5%;
    margin:20px auto;
    border-radius: 10px;
}

    .bookForm li {
        width: 100%;
        height: auto;
        margin-bottom:20px;
    }
     .bookForm .title{
        font-size: 24px;
        font-weight: bold;
        line-height: 50px;
     }

        .bookForm li h2 {
            font-size: 36px;
            line-height: 50px;
        }

            .bookForm li h2 span {
                color: #bdc0d1;
                font-size: 20px;
                font-family: Arial;
            }

    .bookForm .input {
        width: 94%;
        height: 40px;
        line-height: 40px;
        background: transparent;
        border: 1px solid #eee;
        color: #666;
        padding:0 2%;
        border-radius: 5px;
    }
        .bookForm .select {
        width: 94%;
        height: 40px;
        line-height: 40px;
        background: transparent;
        border: 1px solid #eee;
        color: #666;
        padding:0 2%;
        border-radius: 5px;
    }

    .bookForm .input_text {
        width: 94%;
        height: 100px;
        line-height: 50px;
        background: transparent;
        border: 1px solid #eee;
        color: #666;
        padding:0 2%;
        border-radius: 5px;
    }

    .bookForm .btn {
        width: 98%;
        height: 40px;
        line-height: 40px;
        background-image: linear-gradient(rgba(230, 57, 70, 0.9), rgba(193, 18, 31, 0.9));
        color: #fff;
        text-align: center;
        border: 0;
        border-radius: 5px;
        margin:10px auto;
        transition: all 0.5s;
        cursor: pointer;
    }
    .bookForm .btn:hover{
        background-image: linear-gradient( rgba(193, 18, 31, 0.9),rgba(230, 57, 70, 0.9));
    }

/*验证码*/
.bookYzm {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .bookYzm li {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 10px;
    }

        .bookYzm li input {
            width: 50%;
            height: 40px;
            line-height: 40px;
            border: 1px solid #eee;
            text-indent: 10px;
        }

        .bookYzm li img {
            height: 40px;
        }

        .bookYzm li button {
            width: 150px;
            height: 40px;
            line-height: 40px;
            background-color: #b99129;
            color: #fff;
            text-align: center;
            border: 0;
        }



@media(max-width:768px) {
    .width {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        min-width:300px;
    }

    .width90 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        min-width: 300px;
    }

    .width100 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        min-width: 300px;
    }

    /*位置*/
    .pagePosition {
        height: auto;
        overflow: hidden;
        line-height: 30px;
        color: #666;
    }

        .pagePosition a {
            color: #666;
        }

    /*背景*/
    .grayBg {
        background-color: #faf9f9;
    }

    /*分页*/
    .list_page {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 40px auto;
        text-align: center;
    }

    
}