body {
    margin: 0;
    padding: 0;
    font-family: "方正准雅宋";
}

.banner {
    width: 100%;
    height: 100%;
}
/*登录页面样式*/
.login_bg {
    z-index: -1;
    width: 100%;
    min-height: 100%;
    text-align: center;
    /*background: #fff;
    margin-top: 2rem;*/
}

#logo {
    margin: 9% auto;
    width: 30.25%;
    height: 100px;
}

img {
    width: 100%;
}

form {
    width: 86%;
    margin: 0 auto;
    text-align: left;
}

    form div.userName, form div.passWord {
        border-bottom: 1px solid #c1c1c1;
        padding: 6% 0 6% 3%;
        height: 22%;
        /*background: #ffffff;*/
    }

    form div.userName {
        border-bottom: 1;
        /*-webkit-border-top-left-radius: 0.45em;
    -webkit-border-top-right-radius: 0.45em;
    -moz-border-radius-topleft: 0.45em;
    -moz-border-radius-topright: 0.45em;
    border-top-left-radius: 0.45em;
    border-top-right-radius: 0.45em;*/
    }

.userName img, .passWord img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.passWord span {
    color: #9f3e2a;
    display: block;
    float: right;
    font-weight: bold;
}

form div.userName input, form div.passWord input {
    /*width: 50%;*/
    height: 80%;
    border: none;
    background: transparent;
    font-size: 1em;
    /*font-family: "Microsoft YaHei";*/
    color: #fff;
    letter-spacing: 1px;
    padding-left: 2px;
    outline:none;
}

.choose_box {
    height: 4.5em;
    line-height: 4.5em;
    padding: 0 5px;
}

    .choose_box div {
        float: left;
    }

    .choose_box a {
        float: right;
    }

.login_btn {
    margin-top: 25px;
    margin-bottom:25px;
    width: 100%;
    float: left;
    height: 2.6rem;
    /*padding: 3% 0;*/
    line-height: 2.3rem;
    /*background: #b83c24;*/
    border: 0;
    font-size: 1.2em;
    font-weight:bold;
    color: #b83c24;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    text-align: center;
    display: inline-block;
    background: -webkit-linear-gradient(right, #febc60 , #ff964a);
    background: -o-linear-gradient(right, #febc60, #ff964a);
    background: -moz-linear-gradient(right,#febc60, #ff964a);
    background: linear-gradient(to right,#febc60 ,#ff964a);
}

.getcode_btn {
    margin-top: 4px;
    margin-bottom: 4px;
    width: 100%;
    float: left;
    height: 1.8rem;
    /*padding: 3% 0;*/
    line-height: 1.5rem;
    /*background: #b83c24;*/
    border: 0;
    font-size: 0.8em;
    font-weight: 800;
    color: #b83c24;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    text-align: center;
    display: inline-block;
    background: -webkit-linear-gradient(right, #febc60, #ff964a);
    background: -o-linear-gradient(right, #febc60, #ff964a);
    background: -moz-linear-gradient(right,#febc60, #ff964a);
    background: linear-gradient(to right,#febc60,#ff964a);
}

a.login_btn.cannle_btn.getcode_btn,
a.login_btn.cannle_btn.getcode_btn:hover,
a.login_btn.cannle_btn.getcode_btn:visited {
    background: #ccc;
    color: #666;
}

a.login_btn.getcode_btn,
a.login_btn.getcode_btn:hover,
a.login_btn.getcode_btn:visited {
    text-decoration: none;
    color: #FFFFFF;
}




a.zcdyButton.grayBtn,
a.zcdyButton.grayBtn:hover,
a.zcdyButton.grayBtn:visited {
    text-decoration: none;
    background: #ccc;
    color: #000;
    display: block;
    float: left;
    border-radius: 5px;
    height: 1.6rem;
    line-height: 1.6rem;
    font-size:0.8rem;
    margin-top:5px;
    width:5rem;
    text-align:center;
}
p.zzsm {
    clear: both;
    font-size: 0.68rem;
    color: #fff;
    text-align: left;
}

.other_login {
    width: 80%;
    height: 15px;
    position: absolute;
    margin: 0 10%;
    margin-top: 5rem;
}

    .other_login .other_login span {
        display: inline-block;
        vertical-align: middle;
    }

    .other_login span {
        width: 40%;
        font-size: 0.8em;
        letter-spacing: 1px;
        color: #909093;
    }

.other_choose {
    width: 100%;
    top: 83.5%;
    position: absolute;
    margin: 0 13%;
}

.login_bg .other_choose a {
    display: block;
    float: left;
    width: 25%;
}
.login_bg .tx {
        width: 64px;
        margin: 0 auto;
        margin-bottom: 30px;
        /*background: #f6f6f6;*/
        border-radius: 100%;
        padding: 5px 5px 2px 5px;
        margin-top:-56px;
    }

.banner {
    max-width:100%;
}
.other_choose a:nth-child(2) {
    left: 42%;
}

.other_choose a:nth-child(3) {
    left: 80%;
}

.other_choose a img {
    width: 40px;
    padding: 14% 0;
}

/*通用主体外部*/
.mainArea {
    width: 100%;
    /*min-height: 500px;
    background-color: #fff;*/
}

    /*通用主体内部*/
    .mainArea .mainIn {
        width: 80%;
        /*min-height: 500px;*/
        margin: 0 auto;
    }

        /*在线预约通道主体*/
        .mainArea .mainIn.zxyytd {
            width: 70%;
            /*min-height: 500px;*/
            margin: 100px auto;
            font-size: 1.2rem;
            color: #222;
        }



            .mainArea .mainIn.zxyytd span {
                display: block;
                margin: 0 auto 56px auto;
            }


            /*在线预约通道按钮*/

            .mainArea .mainIn.zxyytd a {
                display: block;
                /*width: 390px;*/
                height: 60px;
                margin: 32px auto 0 auto;
                border-radius: 7px;
                font-size: 1.2rem;
                padding: 16px 0 0 16px;
                box-sizing: border-box;
            }

                .mainArea .mainIn.zxyytd a .bottonLeft {
                    width: 46px;
                    height: 30px;
                    float: left;
                    box-sizing: border-box;
                }

                .mainArea .mainIn.zxyytd a .bottonRight {
                    /*width: 306px;*/
                    height: 27px;
                    padding-left: 12px;
                    line-height: 27px;
                    float: left;
                    box-sizing: border-box;
                }


                /*在线预约通道普通游客按钮*/
                .mainArea .mainIn.zxyytd a.ptyk,
                .mainArea .mainIn.zxyytd a.ptyk:visited {
                    background-color: #9f3e2a;
                    color: #fff;
                    box-shadow: 0 5px 7px rgba(158,62,39,0.3);
                }

                    .mainArea .mainIn.zxyytd a.ptyk:hover {
                        background-color: #ae4636;
                        color: #fff;
                    }

                  /*  .mainArea .mainIn.zxyytd a.ptyk .bottonRight {
                        background: url("/images/bigBottonArrow.png") right center no-repeat;
                    }*/

                    .mainArea .mainIn.zxyytd a.ptyk .bottonLeft {
                        background: url("/images/ptykIco.png") no-repeat;
                    }

                    /*个人信息游客按钮*/
                .mainArea .mainIn.zxyytd a.ptyk1,.mainArea .mainIn.zxyytd a.ptyk2,
                .mainArea .mainIn.zxyytd a.ptyk1:visited,.mainArea .mainIn.zxyytd a.ptyk2:visited {
                    background-color: #a7a7a7;
                    color: #fff;
                    box-shadow: 0 5px 7px rgba(173, 173, 173, 0.3);
}
                .mainArea .mainIn.zxyytd a.ptyk1 .bottonLeft {
                        background: url("/images/ptykIco01.png") no-repeat;
                    }

                .mainArea .mainIn.zxyytd a.ptyk2 .bottonLeft {
                        background: url("/images/ptykIco02.png") no-repeat;
                    }

                    /*在线预约通道团体游客按钮*/
                .mainArea .mainIn.zxyytd a.tsyk1,
                .mainArea .mainIn.zxyytd a.tsyk1:visited {
                    background-color: #d1a158;
                    color: #fff;
                    box-shadow: 0 5px 7px rgba(158,62,39,0.3);
                }

                    .mainArea .mainIn.zxyytd a.tsyk1 .bottonLeft,.mainArea .mainIn.zxyytd1 a.tsyk1 .bottonLeft {
                        background: url("../images/qtykIco.png") no-repeat;
                    }



                /*在线预约通道特殊游客按钮*/
                .mainArea .mainIn.zxyytd a.tsyk,
                .mainArea .mainIn.zxyytd a.tsyk:visited {
                    background-color: #a79973;
                    color: #fff;
                    box-shadow: 0 5px 7px rgba(167,153,115,0.3)
                }

                    .mainArea .mainIn.zxyytd a.tsyk:hover {
                        background-color: #af9f79;
                        color: #fff;
                    }

                    .mainArea .mainIn.zxyytd a.tsyk .bottonRight {
                        background: url("../images/bigBottonArrow.png") right center no-repeat;
                    }

                    .mainArea .mainIn.zxyytd a.tsyk .bottonLeft,.mainArea .mainIn.zxyytd1 a.tsyk .bottonLeft {
                        background: url("../images/tsykIco.png") no-repeat;
                    }


.mainzhC {
    width: 90%;
    margin: 50px auto;
}


    .mainzhC input,
    .mainzhC select {
        border: 0;
    }

    .mainzhC .zhCshm {
        margin: 0
    }

    .mainzhC .zhCtmu {
        margin: 0 0 20px 0 ;
      
    }

        .mainzhC .zhCtmu .zdName {
            width:5rem;
            text-align: right;
            font-size: 1rem;
            color: #fff;
            display: block;
            float: left;
            height: 2rem;
            line-height: 2rem;
            border-bottom: solid 1px #ddd;
        }


            .mainzhC .zhCtmu .zdName.noLine,
            .mainzhC .zhCtmu .zdMain.noLine {
                border-bottom: 0;
            }


            .mainzhC .zhCtmu .zdMain {
                text-align: right;
                font-size: 0.8rem;
                color: #fff;
                display: block;
                float: left;
                height: 2rem;
                line-height: 2rem;
                border-bottom: solid 1px #ddd;
            }

            .mainzhC .zhCtmu .zdMain input,
            .mainzhC .zhCtmu .zdMain select {
                width: 100%;
                color: #fff;
            }




    .mainzhC .zhCtmu {
        width: 100%;
        clear: both;
    }






.My {
    width:100%;
    margin:0 auto;
    text-align:center;
}
    .My a {
        color:#888;
        text-decoration:underline;
        cursor:pointer;
    }
        .My a:hover {
            color:#9f3e2a;
        }

/*苹果5屏幕效果*/
@media only screen and (max-width:480px), only screen and (max-device-width:480px) {

    /*在线预约通道主体*/
    .mainArea .mainIn.zxyytd {
        width: 70%;
        /*min-height: 500px;*/
        margin: 100px auto;
        font-size: 1rem;
        color: #222;
        text-align: center;
    }

        .mainArea .mainIn.zxyytd a {
            display: block;
            /*width: 390px;*/
            height: 60px;
            margin: 32px auto 0 auto;
            border-radius: 7px;
            font-size: 1rem;
            padding: 16px 0 0 16px;
            box-sizing: border-box;
        }
}
