﻿body {
    margin: 0;
    padding: 0;
    /* Location of the image */
    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;
    /* Background image doesn't tile */
    background-repeat: no-repeat;
    /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
    background-attachment: fixed;
    /* This is what makes the background image rescale based
     on the container's size */
    background-size: cover;
    /* Set a background color that will be displayed
     while the background image is loading */
    font-family: Arial, 'SimSun';
    background-color: #ffffff;
    
    /*filter: progid:DXImageTransform.Microsoft.Gradient("gradientType=0,startColorStr=#FFFF00,endColorStr=#009900");*/
}

div#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 60px;
    background-image: url('images/index_footer_bgcenter.png');
    background-repeat:repeat-x;
}

div#main {
    height: 500px;
    /*padding-bottom: 60px;*/
}

img{border:none;}

div#footer-left {
    float: left;
    width: 50%;
    height: 60px;
    background-image: url('images/index_footer_bg_left.png');
    background-repeat: no-repeat;
}

div#footer-right {
    position: relative;
    margin-right: 0;
    padding: 0;
    float: right;
    width: 49%;
    height: 60px;
    background-image: url('images/index_footer_bg_right.png');
    background-position: right;
    background-repeat: no-repeat;
}

ul#footer-top-menu {
    padding: 0;
    margin: 0;
    padding-left: 15%;
    line-height: 30px;
    height: 30px;
    width: 100%;
    font-size: 12px;
    list-style: none;
}

    ul#footer-top-menu li {
        float: left;
        width: 90px;
    }

        ul#footer-top-menu li em {
            margin-left: 15px;
        }

ul#footer-below-menu {
    margin: 0;
    padding-left: 15%;
    line-height: 30px;
    height: 30px;
    width: 100%;
    font-size: 12px;
    list-style: none;
    color: #835812;
    float: left;
}

    ul#footer-below-menu li {
        float: left;
        margin-right: 20px;
    }

div#footer-right-content {
    width: 80%;
    float: right;
    margin-right: 10%;
    height: 60px;
    padding-left: 20px;
}

div#weiboweixin {
    margin: 0;
    /*padding-right: 200px;*/
    line-height: 30px;
    height: 30px;
    width: 100%;
    font-size: 12px;
    display: inline-block;
}

    div#weiboweixin span {
        line-height: 30px;
        height: 30px;
        display: block;
        float: left;
    }

    div#weiboweixin img {
        margin: 3px 5px;
    }

div#copyright {
    margin: 0;
    margin-right: 5%;
    line-height: 30px;
    height: 30px;
    width: 100%;
    font-size: 12px;
}

a {
    text-decoration: none;
    color: black;
}
    a:hover {
        color:#957f48;
    }
div#menu {
    margin: 0;
    /*padding-top: 118px;*/
    width: 200px;
    /*height: 535px;*/
    margin-left: 60px;
    float: left;
}

.menub {
    background-image: url('images/01Index_02.png');
    background-repeat: repeat-y;
    width: 200px;
    margin: 0;
}

.logoImg {
    margin-top: 20px;
    margin-left: 25px;
    margin: 20px 0 20px 25px;
}


.menufloat {
    background-image: url('images/01Index_04.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 200px;
    height: 129px;
    margin: 0;
    font-family: "SimSun";
    float: left;
}

div#right {
    margin-left: 60px;
    width: 60%;
    float: left;
    /*display: table;*/
    position: relative;
}

div#menu div#bookbtn {
    font-size: 16px;
    font-family: "SimSun";
    font-weight: bold;
    margin: 0 18px;
    width: 164px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #000;
    background-image: url('images/menu_button_bg.png');
}

div#menu div#btnReturn {
    width: 164px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
    background-image: url('images/menu_btn_bg.png');
    background-repeat: no-repeat;
    color: black;
    padding-bottom: 8px;
    margin-top: 8px;
}

    div#menu div#btnReturn a {
        color: black;
    }

ul#mainmenu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

    ul#mainmenu li {
        padding-left: 30px;
        width: 100%;
        height: 34px;
        line-height: 34px;
        background-image: url('images/sanjiao.png');
        background-position: 20px 13px;
        background-repeat: no-repeat;
        cursor: pointer;
        font-size: 12px;
    }

        ul#mainmenu li.active {
            background-image: url('images/01checked_03.png');
            background-position: 0 0;
            color: black;
        }


        ul#mainmenu li:hover {
            padding-left: 30px;
            width: 100%;
            height: 34px;
            line-height: 34px;
            background-image: url('images/sanjiao.png');
            background-position: 20px 13px;
            background-repeat: no-repeat;
            cursor: pointer;
            text-decoration: none;
        }

        ul#mainmenu li a:hover {
            color: #957f48;
        }


ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

    ul.menu li {
        padding-left: 30px;
        width: 100%;
        height: 34px;
        line-height: 34px;
        background-image: url('images/sanjiao.png');
        background-position: 20px 13px;
        background-repeat: no-repeat;
        cursor: pointer;
        font-size: 12px;
    }

        ul.menu li.active {
            background-image: url('images/menuitem_active_bg.png');
            background-position: 0 0;
            color: black;
        }

        ul.menu li:hover {
            padding-left: 30px;
            width: 100%;
            height: 34px;
            line-height: 34px;
            background-image: url('images/sanjiao.png');
            background-position: 20px 13px;
            background-repeat: no-repeat;
            cursor: pointer;
            font-size: 12px;
            color: #000;
            text-decoration: none;
            /*background-image: url('images/menuitem_active_bg.png');*/
        }

        ul.menu li a:hover {
            color: #957f48;
        }

        ul.menu li a:hover {
            color: #957f48;
        }

ul.submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: "SimSun";
}

    ul.submenu li {
        padding-left: 30px;
        width: 100%;
        height: 34px;
        line-height: 34px;
        background-image: url('images/sanjiao.png');
        background-position: 20px 13px;
        background-repeat: no-repeat;
        cursor: pointer;
        font-size: 12px;
        font-family: "SimSun";
    }

        ul.submenu li.active {
            background-image: url('images/menuitem_active_bg.png');
            background-position: 0 0;
            color: black;
            font-family: "SimSun";
        }

        ul.submenu li:hover {
            padding-left: 30px;
            width: 100%;
            height: 34px;
            line-height: 34px;
            background-image: url('images/sanjiao.png');
            background-position: 20px 13px;
            background-repeat: no-repeat;
            cursor: pointer;
            font-size: 12px;
            color: #000;
            text-decoration: none;
            /*background-image: url('images/menuitem_active_bg.png');*/
            font-family: "SimSun";
        }

        ul.submenu li a:hover {
            font-family: "SimSun";
            color: #957f48;
        }

        ul.submenu li a:hover {
            font-family: "SimSun";
            color: #957f48;
        }

ul.submenu2 {
    font-family: "SimSun";
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    display: none;
    font-family: ' SimSun';
    /*position: absolute;*/
    /*margin-top: -10px;*/    
}

    ul.submenu2 li {
        font-family: "SimSun";
        padding-left: 15px;
        /*width: 170%;*/
        height: 34px;
        line-height: 34px;
        background-image: url('images/sanjiao.png');
        background-position: 5px 13px;
        background-repeat: no-repeat;
        cursor: pointer;
        font-size: 12px;
    }

        ul.submenu2 li.active {
            font-family: "SimSun";
            background-image: url('images/menuitem_active_bg.png');
            background-position: 0 0;
            color: black;
        }

        ul.submenu2 li:hover {
            font-family: "SimSun";
            padding-left: 15px;
            /*width: 170%;*/
            height: 34px;
            line-height: 34px;
            background-image: url('images/sanjiao.png');
            background-position: 5px 13px;
            background-repeat: no-repeat;
            cursor: pointer;
            font-size: 12px;
            color: #000;
            text-decoration: none;
            display: block;
            /*background-image: url('images/menuitem_active_bg.png');*/
        }
        ul.submenu2 li a {
            font-family: "SimSun";
        }
        ul.submenu2 li a:hover {
            font-family: "SimSun";
            color: #957f48;
        }
         ul.submenu2 li a {
             font-family: "SimSun";
              color: #957f48;
            width: 100px;
         }
        ul.submenu2 li a:hover {
            font-family: "SimSun";
            color: #957f48;
            width: 100px;
        }

div#Headlogin {
    font-family: arial, sans-serif;
    width: 700px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: black;
    text-align: right;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

    div#Headlogin span.language {
        margin-left: 20px;
        margin-right: 0;
    }

    div#Headlogin span.cmd {
        margin-left: 10px;
        margin-right: 10px;
        cursor: pointer;
    }

    div#Headlogin a {
        color: #000;
        text-decoration: none;
    }



div.pagerWrap {
    width: 100%;
    margin: 10px auto;
    text-align: center;
}

ul#pager {
    width: 80%;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

    ul#pager li {
        display: inline-block;
        width: 24px;
        height: 24px;
        line-height: 24px;
        border-radius: 12px;
        background-color: #eee;
        margin: 5px;
    }

        ul#pager li.active {
            background-color: #aaa;
        }

.pageIndex:hover {
    color: #ffffff;
}


#mainContent {
    width: 740px;
    min-height: 500px;
    border: 1px solid rgb(218, 217, 217);
    background-color: rgb(255, 255, 255);
    position: absolute;
    margin-bottom: 80px;
    padding-bottom: 20px;
    clear: both;
}

ul {
    list-style: none;
}

.date {
    background-image: url('/Content/images/jm_11.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    border: 1px solid #ABADB3;
    height: 20px;
}

div.return {
    float: right;
    padding-right: 10px;
}

    div.return a {
        color: #957f48;
        font-size: 14px;
        text-align: right;
        margin-right: 5px;
        margin-top: 10px;
    }


div#qrcode {
    width: 200px;
    position:absolute;
    top: -205px;
}

    div#qrcode img {
        width: 100%;
    }

div#qrmobile {
    position: absolute;
    top: -210px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
}

.indent {
    margin-left: 30px;
}

.wrapLayOut {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(/Content/images/black-out-bg.png) 0 0 repeat;
    z-index: 999999999999;
}

.clickNone {
    width: 100%;
    height: 100%;
}
/*注册弹出层*/
.regLayOut {
    position: absolute;
    top: 50%;
    margin-top: -315px;
    left: 50%;
    margin-left: -360px;
    background: #ffffff;
    overflow: hidden;
    width: 720px;
    height: 510px;
    z-index: 9999;
}

.layOutCon {
    position: relative;
    overflow: hidden;
}

.regLayOut div.layOutCon {
    padding: 30px 50px 10px 30px;
    overflow: hidden;
}

.clickClose {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url(/Content/images/span-close.png) center center no-repeat;
    z-index: 9999999999999999999;
}

    .clickClose:hover {
        background: url(/Content/images/span-close2.png) center center no-repeat;
    }

.layOutCon h4 {
    font-weight: normal;
    line-height: 32px;
    color: #7d5316;
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
}

.regUl {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .regUl li {
        overflow: hidden;
        line-height: 34px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .regUl li label {
            display: inline-block;
            width: 70px;
            line-height: 34px;
            padding-left: 5px;
            color: #333333;
            font-size: 12px;
        }

            .regUl li label.must {
                background: url(/Content/images/xing-bg.png) 60px center no-repeat;
            }

.regText {
    line-height: 30px;
    height: 30px;
    padding: 0 10px 0 10px;
    border: 1px solid #cccccc;
    background: #ffffff;
    font-size: 14px;
    color: #333333;
    font-family: "SimSun";
    width: 220px;
}

.regTips {
    color: #888888;
    font-size: 12px;
    padding-left: 15px;
    line-height: 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.getCode {
    height: 34px;
    line-height: 34px;
    margin-left: 15px;
    text-align: center;
    width: 105px;
    color: #ffffff;
    font-size: 14px;
    font-family: "SimSun";
    border: none;
    cursor: pointer;
    background: #f18600;
}

    .getCode:hover {
        background: #e07d00;
    }

.rebBtn {
    height: 34px;
    line-height: 34px;
    margin-left: 75px;
    text-align: center;
    width: 120px;
    color: #ffffff;
    font-size: 14px;
    font-family: "SimSun";
    border: none;
    cursor: pointer;
    background: #936e37;
}

    .rebBtn:hover {
        background: #896733;
    }

/*登录弹出层*/
.loginLayOut {
    position: absolute;
    top: 50%;
    margin-top: -180px;
    left: 50%;
    margin-left: -360px;
    background: #ffffff;
    overflow: hidden;
    width: 720px;
    height: 360px;
    z-index: 9999;
}

    .loginLayOut div.layOutCon {
        padding: 70px 0 0 60px;
        overflow: hidden;
    }

.logoLeft {
    float: left;
    width: 280px;
    overflow: hidden;
    margin-top: -30px;
}

    .logoLeft h3 {
        color: #7d5316;
        font-size: 24px;
        font-weight: normal;
        line-height: 24px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .logoLeft ul {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        .logoLeft ul li {
            overflow: hidden;
            padding-bottom: 15px;
            border-right: 1px solid #cccccc;
        }

.logoText {
    border: 1px solid #cccccc;
    line-height: 22px;
    height: 22px;
    background: #ffffff;
    padding: 5px 10px 5px 35px;
    width: 200px;
    font-family: "SimSun";
    font-size: 12px;
    color: #333333;
}


.userNum {
    background: url(/Content/images/icon-usernum.png) 7px center no-repeat;
}

.userPassword {
    background: url(/Content/images/icon-password.png) 8px center no-repeat;
}

.userBtn {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: none;
    cursor: pointer;
    background: #BE8A15;
    color: #ffffff;
    font-family: "SimSun";
    font-size: 14px;
    margin-right: 15px;
}

    .userBtn:hover {
        background: #866432;
    }

.forgotLink {
    color: #8c1b0f;
}

    .forgotLink:hover {
        color: #8c1b0f;
    }

.logoRight {
    float: right;
    text-align: center;
    width: 250px;
    padding-right: 70px;
}

    .logoRight h4 {
        color: #875f23;
        font-size: 12px;
        border: none;
        line-height: 18px;
        margin: 0;
        padding: 20px 0;
    }

    .logoRight h5 {
        font-weight: normal;
        color: #666666;
        line-height: 36px;
    }

        .logoRight h5 a {
            display: block;
            line-height: 36px;
            text-align: center;
            color: #ffffff;
            font-size: 14px;
            background: #BE8A15;
            margin-top: 30px;
        }

            .logoRight h5 a:link {
                text-decoration: none;
                background: #761521;
            }

            .logoRight h5 a:hover {
                text-decoration: none;
                background: #761521;
            }

.showError {
    display: block;
    line-height: 20px;
    height: 20px;
    color: #ff0000;
    font-size: 12px;
}
/*取消订单弹出层*/
.cancelLayOut {
    position: absolute;
    top: 50%;
    margin-top: -165px;
    left: 50%;
    margin-left: -215px;
    background: #ffffff;
    overflow: hidden;
    width: 430px;
    height: 330px;
    z-index: 9999;
}

    .cancelLayOut div.layOutCon {
        overflow: hidden;
    }

        .cancelLayOut div.layOutCon h3 {
            font-weight: normal;
            padding-left: 40px;
            height: 62px;
            line-height: 62px;
            border-bottom: 1px solid #cccccc;
            color: #333333;
            font-size: 20px;
        }

.calcelUl {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 25px 0 0 0;
}

    .calcelUl li {
        overflow: hidden;
        padding-bottom: 14px;
    }

        .calcelUl li label {
            display: inline-block;
            width: 115px;
            text-align: right;
            color: #333333;
            font-size: 12px;
            line-height: 34px;
            padding-right: 5px;
        }

.cancelText {
    border: 1px solid #cccccc;
    line-height: 30px;
    height: 30px;
    background: #ffffff;
    padding: 5px 10px 5px 35px;
    width: 220px;
    font-family: "SimSun";
    font-size: 12px;
    color: #333333;
}

.calcelUl li.must {
    background: url(/Content/images/xing-bg.png) 400px 15px no-repeat;
}

.cancelBtn {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: none;
    cursor: pointer;
    background: #936e37;
    color: #ffffff;
    font-family: "SimSun";
    font-size: 14px;
    margin-left: 120px;
    margin-top: 10px;
}

    .cancelBtn:hover {
        background: #806030;
    }
/*忘记密码*/
.forgotLayOut {
    position: absolute;
    top: 50%;
    margin-top: -275px;
    left: 50%;
    margin-left: -360px;
    background: #ffffff;
    overflow: hidden;
    width: 720px;
    height: 550px;
    z-index: 9999;
}

    .forgotLayOut div.layOutCon {
        overflow: hidden;
    }

        .forgotLayOut div.layOutCon h3 {
            width: 625px;
            margin: 0 auto;
            margin-top: 20px;
            margin-bottom: 55px;
            font-weight: normal;
            height: 62px;
            line-height: 62px;
            border-bottom: 1px solid #cccccc;
            color: #7d5316;
            font-size: 24px;
        }

.stepflex {
    width: 480px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 30px;
    height: 50px;
    background: url(/Content/images/step-sprit-bg3.png) center 8px no-repeat;
}

.normal dt {
    background: url(/Content/images/step-sprit-bg1.png) center center no-repeat;
}

.doing dt {
    background: url(/Content/images/step-sprit-bg2.png) center center no-repeat !important;
}

.doing dd,
.lastdoing dd {
    color: #664a3e !important;
    border-top: 5px solid #ab8070 !important;
}

.last dt {
    background: url(/Content/images/step-sprit-bg4.png) center center no-repeat;
}

.lastdoing dt {
    background: url(/Content/images/step-sprit-bg5.png) center center no-repeat !important;
}

.stepflex dl {
    float: left;
    width: 160px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    padding-top: 8px;
    position: relative;
}

    .stepflex dl dt {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -12px;
        width: 23px;
        height: 23px;
        line-height: 23px;
        text-align: center;
        color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
    }

    .stepflex dl dd {
        height: 20px;
        /*line-height: 20px;*/
        padding-top: 15px; /*17px*/
        text-align: center;
        /*overflow: hidden;*/
        color: #666666;
        border-top: 5px solid #dbc9c2;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
    }

ul.regForm li {
    list-style: none;
    margin-bottom: 5px;
}

    ul.regForm li label {
        width: 80px;
    }

    ul.regForm li input {
        width: 300px;
    }

    ul.regForm li span {
        margin-left: 10px;
        color: #999;
        font-size: 90%;
    }

.forgotUl {
    width: 480px;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

    .forgotUl li {
        overflow: hidden;
        position: relative;
        padding-bottom: 25px;
    }

        .forgotUl li input.cancelText {
            width: 200px !important;
            padding-left: 10px !important;
        }

        .forgotUl li label {
            display: inline-block;
            width: 120px;
            text-align: right;
            color: #333333;
        }

.forgotGetCode {
    width: 100px;
    height: 34px;
    line-height: 34px;
    border: none;
    font-family: "SimSun";
    color: #ffffff;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    background: #f39d31;
    margin-left: 10px;
}

.forgotResult {
    width: 400px;
    margin: 0 auto;
    padding: 30px 20px 30px 145px;
    overflow: hidden;
    border: 1px solid #cccccc;
}

    .forgotResult h1 {
        padding: 15px 0 15px 0;
        border-bottom: 1px dashed #c8c8c8;
        line-height: 25px;
        color: #333333;
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 20px;
    }

    .forgotResult h2 {
        line-height: 24px;
        padding-left: 25px;
        background: url(/Content/images/order-tips.png) 0 4px no-repeat;
        color: #444444;
        font-size: 12px;
        font-weight: normal;
    }

.successful {
    background: #ffffff url(/Content/images/successful-bg.png) 32px center no-repeat;
}

.failure {
    background: #ffffff url(/Content/images/failure-bg.png) 32px center no-repeat;
}

    .failure h1 {
        color: #ff0000 !important;
    }

#support-yinli {
    clear: both;
    color: #835812;
}

#footer-top-menu .one {
    width: 130px;
}

#footer-top-menu em {
    overflow: hidden;
    list-style: none;
    width: 15px;
    /*margin-left: 15px;*/
}

.alpha {
    /*background-image: url(/Content/images/bg_bottom_02.png);*/
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
    /*background-color: #fff;*/
    /*margin-top:200px;*/
    /*border: 1px solid #000;*/
    position: fixed;
    bottom: 60px;
    z-index: -9999999;
}

    .alpha img {
        height: 300px;
        width: 100%;
    }

    ul#footer-below-menu {
        position: relative;
        top: -2px;
    }

    @media screen and (max-width:1280px) {
    div#footer-right-content {
        width: 90%;
        margin-right: 30px;
    }

    ul#footer-top-menu {
        padding-left: 8%;
    }

    ul#footer-below-menu {
        padding-left: 8%;
    }
}