html,body{
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    background-color: #fdf6e2;
}

#baseStage{
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}

.detail_box{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;

    width: 100%;
    /*height: 100%;*/
    min-height: 100%;
    /*overflow: hidden;*/
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}

.detail_box .detail_List{
    min-height: 100%;
    background-color: #fdf6e3;
}

.theSection{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.theSectionItem{
    position: relative;
}

.inputBox{

}
.inputBox input{
    display: block;
    width: 100%;
}

.dateBox{
    width: 100%;
    height: 1rem;
}

.dateBox .selectText {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
}
.dateBox .selectText:after {
    content: '';
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid #aaa;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0.25rem;
    top: 0rem;
}

/*加载页*/
.loadbox{
    width: 100%;
    height: 100%;
    min-height: 22rem;
    position: relative;
    top: 0;
    left: 0;
}
.loadbox .loadText {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;

}

/*背景页*/
.bgStage{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fef9ea;
}

.bgStage .ab_bg {
    position: relative;
    height: 100%;
    overflow: hidden;
    top: -2rem;
}
.bgStage .ab_title {
    width: 8rem;
    top: 1.5rem;
    left: 4rem;
}
.bgStage .ab_title_tip {
    width: 9rem;
    top: 4rem;
    left: 3.5rem;
}

/*home页*/
.indexStage{
    width: 100%;
    height: 100%;
    padding-top: 7rem;
    display: none;
    overflow: hidden;
}
.indexStage:before{
    content:'';
    display:block;
    width:20rem;
    position:absolute;
    top:21.5rem;
    bottom:0;
    left:-2rem;
    right:0;
    background-color:rgba(216, 195, 119, 0.5);
    border-top-left-radius:10rem 4rem;
    border-top-right-radius:10rem 4rem;
}

.indexStage .choseBox {
    position: relative;
    width: 13rem;
    height: 17rem;
    margin: 0 auto;
    padding: 1.5rem;
    background: transparent url('../images/card_bg.png') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.indexStage .choseBox:before {
    content: '';
    width: 2rem;
    height: 3rem;
    position: absolute;
    top: -1.3rem;
    left: 5.5rem;
    background: transparent url(../images/icon_c.png) 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.indexStage .choseBox .customerInfoBox {
    font-size: 0.7rem;
}
.indexStage .choseBox .customerInfoBox .customerInfoItem {

}
.indexStage .choseBox .customerInfoBox .customerInfoItem {
    margin-bottom: 0.5rem;
    height: 1.3rem;
    font-size: 0.625rem;
}

.indexStage .choseBox .customerInfoBox .customerInfoItem:last-of-type {
    margin-bottom: 0rem;
}

.indexStage .choseBox .customerInfoBox .customerInfoItem label {
    display: inline-block;
    width: 3.1rem;
    color: #757575;
    text-align: justify;
}

.indexStage .choseBox .customerInfoBox .customerInfoItem .formItem {
    display: inline-block;
    width: 6.5rem;
    height: 1rem;
    line-height: 1rem;
    border-bottom: 1px solid #c7a982;
    color: #2a0606;
}

.indexStage .choseBox .customerInfoBox .customerInfoItem .formItem #idCode {
    font-size: 0.6rem;
}


/*select 设置*/
.indexStage .choseBox .customerInfoBox .selectBox {
    position: relative;

}

.indexStage .choseBox .customerInfoBox .selectBox .selectText {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
}
.indexStage .choseBox .customerInfoBox .selectBox .selectText:after {
    content: '';
    display: block;
    width: 0.35rem;
    height: 0.35rem;
    border: 1px solid #573b18;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0.25rem;
    top: 0.2rem;
}
.indexStage .choseBox .customerInfoBox .selectBox .selectText.area {
    padding-left: 1rem;
}
.indexStage .choseBox .customerInfoBox .selectBox .selectText.area:before {
    content: '';
    display: block;
    width: 0.6rem;
    height: 1rem;
    background: transparent url(../images/gen_icon.png) 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0rem;
    top: 0rem;
}

.indexStage .choseBox .customerInfoBox .selectBox select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/*radio设置*/
.indexStage .choseBox .customerInfoBox .radioBox {
    position: relative;
    border:none !important;

}

.indexStage .choseBox .customerInfoBox .radioBox .myRadio {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 100%;
    text-align: right;
    margin-right: 0.5rem;
}

.indexStage .choseBox .customerInfoBox .radioBox .myRadio.checked {

}

.indexStage .choseBox .customerInfoBox .radioBox .myRadio:before {
    content: '';
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    top: 0.2rem;
    left: 0;
    background: transparent url('../images/check_o.png') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.indexStage .choseBox .customerInfoBox .radioBox .myRadio.checked:before {
    background: transparent url('../images/check_x.png') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}



.indexStage .choseBox .btnA {
    width: 10rem;
    height: 2.5rem;
    line-height: 2.1rem;
    font-size: 0.75rem;
    color: #fff;
    left: 1.5rem;
    text-align: center;
    position: absolute;
    bottom: 2rem;
}
.indexStage .choseBox .btnA:after {
    content: '';
    display: block;
    width: 0.35rem;
    height: 0.35rem;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 2.8rem;
    top: 0.8rem;
}


/*纳税类型*/
.choseStage{width: 100%;height: 100%;padding-top: 7rem;}
.choseStage .choseBox{
    width: 13.5rem;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.choseStage .choseBox .topTip{
    font-size: 0.625rem;
}

.choseStage .choseBox .topTip .con {
    font-size: 0.625rem;
    line-height: 1.25rem;
    text-indent: 1.25rem;
    text-align: justify;
    color: #2a0606;
}

.choseStage .choseBox .choseBtnBox{width: 100%;margin-top: 1rem;}
.choseStage .choseBox .choseBtnBox .chose_tip{
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.625rem;
    color: #79582d;
}
.choseStage .choseBox .choseBtnBox .chose_tip .titB {
    width: 4rem;
    height: 1rem;
    float: left;
}
.choseStage .choseBox .choseBtnBox .chose_tip .explain {
    position: relative;
    width: 4rem;
    height: 1rem;
    float: right;
    text-align: right;
    padding-right: 0.8rem;
}
.choseStage .choseBox .choseBtnBox .chose_tip .explain:after {
    content: '';
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    background: transparent url(../images/icon_b.png) 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: 0rem;
    top: 0.1rem;
}
.choseStage .choseBox .choseBtnBox .choseBtnList{
    width: 100%;
    padding: 0.5rem 0;
}
.choseStage .choseBox .choseBtnBox .choseBtnList .choseBtn {
    width: 100%;
    height: 2.2rem;
    line-height: 2rem;
    margin-bottom: 0.6rem;
    font-size: 0.625rem;
    text-align: center;
    color: #79582d;
    background: transparent url(../images/btn_o.png) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.choseStage .choseBox .choseBtnBox .choseBtnList .choseBtn.check {
    color: #ffffff;
    background: #805d31;
    border-radius: 1rem;
    height: 2rem;
    margin-bottom: 0.8rem;
}



/*预约*/
.raxStage{
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: none;
}

.raxStage .choseBox {
    padding-top: 5.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    font-size: 0.75rem;
}

.raxStage .choseBox .choseBlock {
    width: 100%;
    height: auto;
    margin: 0.5rem auto;
    position: relative;
}

.raxStage .choseBox .choseBlock .infoBox {
    width: 100%;
    height: auto;
    border: 1px solid #cdbda3;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    box-shadow: 0 1px 0 0 #cebfa6;
    background-color: #f6ecd7;
}

.raxStage .choseBox .choseBlock .infoBox .infoItem {
    position: relative;
    border-bottom: 1px solid #805d31;
    margin-bottom: 0.5rem;
}

.raxStage .choseBox .choseBlock .infoBox .infoItem .inputBox {
    font-size: 0.625rem;
}

.raxStage .choseBox .choseBlock .infoBox .infoItem .inputBox input {
    display: block;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
}

.raxStage .choseBox .choseBlock .infoBox .infoItem .inputBox h6 {
    display: block;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.75rem;
}

.raxStage .choseBox .choseBlock .infoBox .infoItem .firstName {
}

.raxStage .choseBox .choseBlock .infoBox .infoItem .lastName {
}

.raxStage .choseBox .choseBlock .infoBox .agreeTip {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    line-height: 1rem;
    font-size: 0.57rem;
    padding-left: 1rem;
    text-align: justify;
    color: #573b17;
}

.raxStage .choseBox .choseBlock .infoBox .agreeTip .checkBox {
    position: absolute;
    top: 0.2rem;
    left: -0.5rem;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.15rem;
    border: 1px solid #7f5c30;
    background-color: transparent;
}

.raxStage .choseBox .choseBlock .infoBox .agreeTip .checkBox:before {
    content: '';
    position: absolute;
    top: 0.18rem;
    left: 0.15rem;
    display: block;
    width: 0.45rem;
    height: 0.2rem;
    border: 1px solid transparent;
    border-left-color: #7f5c30;
    border-bottom-color: #7f5c30;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.raxStage .choseBox .choseBlock .infoBox .agreeTip .checkBox.checked {
    border: 1px solid #7f5c30;
    background-color: #7f5c30;
}

.raxStage .choseBox .choseBlock .infoBox .agreeTip .checkBox.checked:before {
    border-left-color: #fff;
    border-bottom-color: #fff;
}


.raxStage .choseBox .choseBlock .titel {
    line-height: 1rem;
    text-align: center;
    color: #573b18;
    font-weight: bold;
}
.raxStage .choseBox .choseBlock .addItem {
    position: absolute;
    right: 0;
    top: 0;
    color: #34170d;
    font-size: 0.625rem;
    padding-left: 0.8rem;
}
.raxStage .choseBox .choseBlock .addItem:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 0.6rem;
    height: 0.6rem;
    background: transparent url(../images/add.png) 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;

}
.raxStage .choseBox .choseBlock .delItem {
    width: 2rem;
    height: auto;
    padding: 0.125rem;
    font-size: 0.625rem;
    text-align: right;
    color: #573b18;
    border-radius: 0.125rem;
    position: absolute;
    top: -1.2rem;
    right:0;
}
.raxStage .choseBox .choseBlock .delItem:before {
    content: '';
	display:block;
    width: 0.5rem;
    height: 0.5rem;
    color: #573b18;
    border: 1px solid #573b18;
    border-radius: 1rem;
    position: absolute;
    top: 0.2rem;
    left:-0.1rem;
}
.raxStage .choseBox .choseBlock .delItem:after {
    content: '+';
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.4rem;
    font-size: 0.7rem;
    text-align: center;
    color: #573b18;
    border: 1px solid transparent;
    border-radius: 1rem;
    position: absolute;
    top: 0.2rem;
    left:-0.1rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.raxStage .choseBox .choseBlock .fuwuBox .fuwuItem {
    margin-bottom: 1.5rem;
    position: relative;
}
.raxStage .choseBox .choseBlock .fuwuBox .fuwuItem h6 {
    font-size:0.625rem;
}

.raxStage .choseBox .choseBlock {
    width: 100%;
    height: auto;
    margin: 0.5rem auto;
    position: relative;
    color: #573b18;
}

.raxStage .choseBox .choseBlock .opinionInfoItem {
    margin-bottom: 0.5rem;
}

.raxStage .choseBox .choseBlock .opinionInfoItem:last-of-type {
    margin-bottom: 0rem;
}

.raxStage .choseBox .choseBlock .opinionInfoItem label {
    display: inline-block;
    width: 3.5rem;
    color: #292a57;
    text-align: justify;
}

.raxStage .choseBox .choseBlock .opinionInfoItem .formItem {
    display: inline-block;
    width: 8rem;
    border-bottom: 1px solid #aaa;
    color: #1d1e48;
}
/*select 设置*/
.raxStage .choseBox .choseBlock .selectBox {
    position: relative;

}

.raxStage .choseBox .choseBlock .selectBox .selectText {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 0.625rem;
}
.raxStage .choseBox .choseBlock .selectBox .selectText:after {
    content: '';
    display: block;
    width: 0.35rem;
    height: 0.35rem;
    border: 1px solid #573b18;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0.25rem;
    top: 0.1rem;
}
.raxStage .choseBox .choseBlock .selectBox .selectText.area {
    padding-left: 1rem;
}
.raxStage .choseBox .choseBlock .selectBox .selectText.area:before {
    content: '';
    display: block;
    width: 0.6rem;
    height: 1rem;
    background: transparent url(../images/icon_a.png) 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0rem;
    top: 0rem;
}

.raxStage .choseBox .choseBlock .selectBox select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0.65rem;
    opacity: 0;
}

/*radio设置*/
.raxStage .choseBox .choseBlock .radioBox {
    position: relative;
    border:none !important;
    padding: 0.5rem 0;
}

.raxStage .choseBox .choseBlock .radioBox .myRadio {
    position: relative;
    display: inline-block;
    width: auto;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.625rem;
    text-align: right;
    margin-right: 1rem;
    padding-left: 1rem;
}

.raxStage .choseBox .choseBlock .radioBox .myRadio.checked {

}

.raxStage .choseBox .choseBlock .radioBox .myRadio:before {
    content: '';
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    top: 0.1rem;
    left: 0;
    background: transparent url('../images/check_o.png') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.raxStage .choseBox .choseBlock .radioBox .myRadio.checked:before {
    background: transparent url('../images/check_x.png') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.raxStage .choseBox .choseBlock .textBox {
    position: relative;
    width: 100%;
    height: 1rem;
}
.raxStage .choseBox .choseBlock .textBox textarea {
    width: 100%;
    height: 100%;
    font-size: 0.625rem;
    line-height: 1rem;
    word-break: break-all;
    resize: none;
    background-color: transparent;
}
.raxStage .choseBox .choseBlock .textBox .textcount {
    width: 4rem;
    height: 1rem;
    position: absolute;
    right: 0;
    bottom: -0.5rem;
    font-size: 0.5rem;
    text-align: right;
}

.raxStage .choseBox .btnsBox {
    width: 100%;
    height: 2rem;
    margin: 0 auto;
    position: relative;
}
.raxStage .choseBox .btnsBox .op_btn {

    width: 100%;
    height: 2rem;
    line-height: 1.8rem;
    font-size: 0.75rem;
    text-align: center;
    color: #ffffff;
    background: #7f5c30;
    border-radius: 1rem;
    height: 1.9rem;
    margin-bottom: 1.1rem;

}




/*弹窗*/
.dialogStage{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0,0,0,0.7);
    display: none;
}
.dialogStage .dialog {
    width: 12rem;
    height: auto;
    min-height: 13rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    -o-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    background-color: transparent;
    display: none;
}
.dialogStage .dialog .dialogBG {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url('../images/dialog/dialog_bg.png') 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;

}
.dialogStage .dialog .dialogPic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.dialogStage .dialog .dialogPic.A {
    width: 2rem;
    height: 5rem;
    background: transparent url('../images/dialog/robot_fail.png') 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.dialogStage .dialog .dialogPic.B {
    width: 1rem;
    height: 2rem;
    background: transparent url('../images/dialog/robot_succ.png') 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.dialogStage .dialog .dialogPic.C {
    width: 3rem;
    height: 2rem;
    background: transparent url('../images/dialog/robot_teach.png') 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.dialogStage .dialog .dialogPic.D {
    width: 2rem;
    height: 4rem;
    background: transparent url('../images/dialog/dialog_bgc.png') 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.dialogStage .dialog .dialogPic.E {
    width: 2rem;
    height: 5rem;
    background: transparent url('../images/dialog/dialog_line.png') 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.dialogStage .dialog .dialogCon {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 1rem 0.75rem;
}
.dialogStage .dialog .dialogCon h3 {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: #292a57;
}
.dialogStage .dialog .dialogCon .theConS {
    width: 100%;
    line-height: 1rem;
    text-align: center;
    position: absolute;
    bottom: 0rem;
    left: 0;
    font-size: 0.5rem;
    color: #292a57;
}

.dialogStage .dialog .dialogBtn {
    width: 6rem;
    height: 1.5rem;
    line-height: 1.5rem;
    position: absolute;
    bottom: 1rem;
    left: 3rem;
    text-align: center;
    color: #fff;
    font-size: 0.75rem;
    background: transparent url(../images/btn_o.png) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.dialogStage .dialog .dialogBtnB {
    width: 1.5rem;
    height: 1.6rem;
    position: absolute;
    bottom: -4rem;
    left: 5.5rem;

    background: transparent url(../images/dialog/dialog_close.png) 0 0 no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;

}


.dialogStage .dialog .dialogBtn img {
    width: 100%;
}


/*提交成功*/

.dialogStage .dialog.succ {

}
.dialogStage .dialog.succ .dialogPic.B {
    width: 5rem;
    height: 8rem;
    top: auto;
    left: auto;
    bottom: 3.7rem;
    right: 4rem;
}

.dialogStage .dialog.succ .dialogCon {
    position: absolute;
    bottom: 0.5rem;
    width: 100%;
    height: 3rem;
    padding: 0;
}

.dialogStage .dialog.succ .dialogCon h3 {
    position: relative;
    font-weight: bold;
    color: #34170d;
}

.dialogStage .dialog.succ .dialogCon .theConS {
    position: relative;
    font-size: 0.625rem;
    font-weight: bold;
    color: #34170d;
}

/*连接失败*/

.dialogStage .dialog.linkFail .dialogBG .A {
    width: 3rem;
    height: 5rem;
    top: 4.5rem;
    left: 2rem;
}
.dialogStage .dialog.linkFail .dialogBG .D {
    width: 9rem;
    height: 3rem;
    top: 2rem;
    left: 1rem;
}

.dialogStage .dialog.linkFail .dialogBG .E {
    width: 6.5rem;
    height: 3.5rem;
    top: 5.8rem;
    left: 4rem;
}
.dialogStage .dialog.linkFail .dialogBG .E:after {
    content: '';
    display: block;
    width: 0.6rem;
    height: 1rem;
    position: absolute;
    top: 2.9rem;
    left: 3.6rem;
    /*background: transparent url(../images/dialog/fire.png) 0 0 no-repeat;*/
    -webkit-background-size: 100%;
    background-size: 100%;

    -webkit-animation: blbl 0.25s;
    -o-animation: blbl 0.25s;
    animation: blbl 0.25s;

    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes blbl {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes blbl {
    from { opacity: 0; }
    to { opacity: 1; }
}

.dialogStage .dialog.linkFail .dialogBtn {
    width: 9rem;
    height: 1.8rem;
    left: 1.5rem;
    font-weight: bold;
    color: #34170d;
}

.dialogStage .dialog.linkFail .dialogCon {
    width: 100%;
    height: 3.5rem;
    padding: 1rem;
}

.dialogStage .dialog.linkFail .dialogCon h3 {
    position: relative;
    font-weight: bold;
    color: #34170d;
}

.dialogStage .dialog.linkFail .dialogCon .theConS {
    position: relative;
    font-size: 0.625rem;
    font-weight: bold;
    color: #34170d;
}


/*注释说明*/

.dialogStage .dialog.bookTip {
    width: 16rem;
    padding: 1rem 0 3rem;
}
.dialogStage .dialog.bookTip .dialogBG {
    background: transparent url(../images/dialog/dialog_bg_t.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.dialogStage .dialog.bookTip .dialogCon {
    font-size: 0.625rem;
    width: 14rem;
    left: 1rem;
}
.dialogStage .dialog.bookTip .dialogCon .theCon {
    font-size: 0.625rem;
    color: #fff;
}
.dialogStage .dialog.bookTip .dialogCon .theCon .tipMsg {
    line-height: 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.625rem;
    text-align: justify;
}
.dialogStage .dialog.bookTip .dialogCon .theCon .tipMsg a {
    color: #f6d8aa;
    padding-left: 0.2rem;
    word-break: break-all;
    font-size: 0.6rem;
}

.dialogStage .dialog.bookTip .dialogCon .picModel {
    position: absolute;
    bottom: -3rem;
    left: 0rem;
    width: 14rem;
    height: 1rem;
}
.dialogStage .dialog.bookTip .dialogPic.C {
    width: 6rem;
    height: 8.5rem;
    top: auto;
    left: auto;
    bottom: 0rem;
    right: 0rem;
}

.dialogStage .dialog.bookTip .dialogBtn {
    bottom: -2.5rem;
    left: 3rem;
    width: 10rem;
    height: 2rem;
    line-height: 1.8rem;
    /* font-weight: bold; */
    color: #573b18;
    background-image: none;
    background-color: #f6d8aa;
    border-radius: 1rem;
    box-shadow: 0 2px 3px 0 #000,0 0 1px 0 #fff inset;
}


/*验证码*/

.dialogStage .dialog.phoneCode {
    width: 12rem;
    height: 12rem;
    min-height: 12rem;
}
.dialogStage .dialog.phoneCode .dialogBG {
}

.dialogStage .dialog.phoneCode .dialogCon {
    font-size: 0.625rem;
    padding: 0.5rem;
}

.dialogStage .dialog.phoneCode .dialogCon h3 {
    line-height: 2.1rem;
    color: #34170d;
    font-weight: bold;
	font-size:1.1rem;
    letter-spacing: 0.1rem;
}
.dialogStage .dialog.phoneCode .dialogCon .theCon {
    font-size: 0.625rem;
    padding: 0.5rem 0;
    color: #220705;
}
.dialogStage .dialog.phoneCode .dialogCon .theCon .phoneNum {
    color: #333;
}

.dialogStage .dialog.phoneCode .dialogCon .inputCon {
    width: 100%;
    height: 2rem;
}
.dialogStage .dialog.phoneCode .dialogCon .inputCon .theCodeLabel {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    display: inline-block;
    color: #220705;
}
.dialogStage .dialog.phoneCode .dialogCon .inputCon .theCode {
    display: inline-block;
    width: 4rem;
    height: 1.6rem;
    line-height: 1.6rem;
    border: 1px solid #cdbda3;
    border-radius: 0.125rem;
    background-color: rgba(255,255,255,0.3);
}
.dialogStage .dialog.phoneCode .dialogCon .inputCon .theCode input {
    display: inline-block;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.25rem;
}
.dialogStage .dialog.phoneCode .dialogCon .inputCon .theCodeBtn {
    display: inline-block;
    width: 4rem;
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    margin-left: 0.5rem;
    outline: none;
    border: 0;
    border-radius: 0.125rem;
    background-color: #805d31;
    color: #fff;
    font-size: 0.625rem;
}
.dialogStage .dialog.phoneCode .dialogCon .inputCon .theCodeBtn.on {
    background-color: #ccc;
    color: #805d31;
}

.dialogStage .dialog.phoneCode .dialogBtn {
    bottom: 1rem;
    left: 1.5rem;
    width: 9rem;
    height: 1.8rem;
    line-height: 1.7rem;
    font-weight: bold;
    color: #34170d;
    background-image: -webkit-linear-gradient( bottom, #fcedd5, #eeca9a);
    background-image: linear-gradient(to bottom, #fcedd5, #eeca9a);
    border: 1px solid #ebe798;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0 2px 5px 0 #c7a982, 0 0 8px 0px #f6d8aa inset;
    box-shadow: 0 2px 5px 0 #c7a982, 0 0 6px 0px #f6d8aa inset;
}






/*分状态*/
.isLoading{

}

.isHome{

}

.isBook{

}

.isMine{

}
