﻿body {
    background: linear-gradient(0deg,#d9b37f,#f2d9ac,#dfbc89);
}
body,form{margin:0;padding:0;font:14px/180% "Arial","Times New Roman";color:#333;}
* {
    font-family: "Arial","Times New Roman";
    margin: 0;
    padding: 0;
}/*此地方不要加颜色属性*/
.ul,li{list-style:none;}
a{text-decoration:none;color:#333;}
a:hover{text-decoration:none;color:#f30;}

.width {
    width: 1400px;
    margin-left: auto;
    margin-right:auto;
    overflow: hidden;
}
.topWidth {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mt90{margin-top:90px;}
.mt100{margin-top:100px;}
.mt150{margin-top:150px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}
.mtb10{ margin-top:10px; margin-bottom:10px;}
.mtb20{ margin-top:20px; margin-bottom:20px;}
.mtb30 {margin-top: 30px;margin-bottom: 30px;}
.mtb40{ margin-top:40px; margin-bottom:40px;}
.mtb50{ margin-top:50px; margin-bottom:50px;}
.mtb60{ margin-top:60px; margin-bottom:60px;}
.mtb70{ margin-top:70px; margin-bottom:70px;}
.mtb80{ margin-top:80px; margin-bottom:80px;}
.mtb90{ margin-top:90px; margin-bottom:90px;}
.mtb100{ margin-top:100px; margin-bottom:100px;}
.mtb110{ margin-top:110px; margin-bottom:110px;}

h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:14px;}

/*验证码*/
.bookYzm {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin:10px auto;
}
.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(min-width:721px) and (max-width:1280px){
    .width {
        width: 1100px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

    .topWidth {
        width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width:720px){
    .width {
        width: 94%;
    }

    .topWidth {
        width: 94%;
    }
    .mt150{margin-top:80px;}
}