/*TitleBar样式----------start*/
.titleBar {
    position: relative;
    height: 0.88rem;
    line-height: 0.88rem;
}

.titleBar .backIcon {
    width: 0.44rem;
    height: 100%;
    margin-left: 0.22rem;
    background: url("../img/icon_return_normal.png") center no-repeat;
    background-size: contain;
}

.titleBar .titleText {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    font-size: 0.36rem;
    top: 0;
    left: 0;
    background-color: #222222;
    z-index: -1;
}

/*TitleBar样式----------end*/

/*Step样式----------start*/
.stepBox {
    height: 1.3rem;
    background-color: white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0.24rem;
}
.stepBox.large {
    height: 2.4rem;
    padding-top: 0.65rem;
}

.stepBox .numberBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;;
}

.stepBox .textBox {
    margin-top: 0.16rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.stepBox .step {
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background-color: #cecece;
    border-radius: 0.2rem;
    text-align: center;
    font-size: 0.28rem;
    font-weight: bold;
    color: white;
}

.stepBox .step.light {
    background-color: #f08300;
}

.stepBox .line.light {
    background-color: #f08300;
}
.stepBox .text {
    color: #999999;
    font-size: 0.28rem;
    width: 2.3rem;
    text-align: center;
}

.stepBox .text.light {
    color: #f08300;
}

.stepBox .line {
    width: 1.6rem;
    /*height: 1px;*/
    height: 0.01rem;
    background-color: #cecece;
    margin-left: 0.16rem;
    margin-right: 0.16rem;
}

/*Step样式----------end*/

/*Head样式----------start*/
.head {
    height: 0.64rem;
    line-height: 0.64rem;
    background-color: #ececec;
    font-size: 0.32rem;
    color: #666666;
    padding-left: 0.32rem;
}

/*Head样式----------end*/

/*LabelView样式----------start*/
.labelBox{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.labelBox > .label{
    width: 1.72rem;
    /*height: 0.8rem;
    line-height: 0.8rem;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 0.8rem;
    font-size: 0.32rem;
    color: #666666;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    /*text-align: center;*/
}
.labelBox > .label.right
{
    text-align: right;
}


.labelBox > .content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-left: 0.16rem;
}
/*LabelView样式----------end*/

/*CheckBox样式----------start*/
.checkBoxContainer {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
}
.checkBoxContainer.horizontal
{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.checkBoxContainer.vertical
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.checkBox{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.checkBox .icon{
    width: 0.48rem;
    height: 0.48rem;
    /*border: 1px solid #cecece;*/
    border: 0.01rem solid #cecece;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: inline-block;
}
.checkBox .icon.checked{
    background-image: url("../img/icon_selected_square.png");
    background-size: cover;
    border: none;
}
.checkBox .label{
    margin-left: 0.08rem;
    font-size: 0.32rem;
    color: #666666;
}
/*Radio样式----------end*/

/*Radio样式----------start*/

.radioGroupBox.horizontal{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.radioGroupBox.horizontal > *{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.radioGroupBox.vertical{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.radioBox{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.radioBox .icon{
    width: 0.48rem;
    height: 0.48rem;
    /*border: 1px solid #cecece;*/
    border: 0.01rem solid #cecece;
    border-radius: 0.24rem;
    display: inline-block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.radioBox .icon.checked{
    background-image: url("../img/icon_selected_circle.png");
    background-size: cover;
    border: none;
}
.radioBox .label{
    margin-left: 0.08rem;
    font-size: 0.32rem;
    color: #333333;
    text-align: left;
}
/*Radio样式----------end*/

/*Modal样式----------start*/
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100;
}

.modal .dialog {
    width: 6.4rem;
}

.modal .dialog .title {
    background-color: #ececec;
    height: 0.96rem;
    line-height: 0.96rem;
    color: #333333;
    font-size: 0.36rem;
    text-align: center;
    opacity: 1;
    border-top-left-radius: 0.16rem;
    border-top-right-radius: 0.16rem;
    border-bottom: 0.01rem solid #cecece;
}

.modal  .btnBox {
    padding: auto 0.32rem;
    height: 1.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    background-color: #ececec;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom-left-radius: 0.16rem;
    border-bottom-right-radius: 0.16rem;

}

.modal  .btnBox .btn {
    width: 2.72rem;
}

/*Modal样式----------end*/

/*ProgressDialog样式----------start*/
.progressDialogBox {
    background-color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.16rem;
}
.progressDialogBox span{
    color: white;
    margin-left: 0.16rem;
}
.progressDialogBox img {
    width: 0.31rem;
    height: 0.31rem;
}
/*ProgressDialog样式----------end*/
