@charset "utf-8";
input,
textarea,
button,
a,
li,
div,
span {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    height: 0;
}

.block {
    display: block;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.pdl-60 {
    padding-left: 60px;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.none {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mg-10 {
    margin: 10px;
}

.mgt--15 {
    margin-top: -15px !important;
}


.mgt-5 {
    margin-top: 5px;
}

.mgt-10 {
    margin-top: 10px;
}

.mgt-15 {
    margin-top: 15px;
}

.mgt-20 {
    margin-top: 20px;
}

.mgt-35 {
    margin-top: 35px;
}

.mgl-10 {
    margin-left: 10px;
}

.mgl-15 {
    margin-left: 15px;
}

.mgr-10 {
    margin-right: 10px;
}

.mgr-15 {
    margin-right: 15px;
}

.mgb-10 {
    margin-bottom: 10px;
}

.mgb-20 {
    margin-bottom: 20px;
}
.mgb-30 {
    margin-bottom: 30px;
}


.pd-0 {
    padding: 0 !important;
}

.pd-10 {
    padding: 10px;
}

.pdl-20 {
    padding-left: 20px;
}

.pdl-0 {
    padding-left: 0 !important;
}

.pdr-0 {
    padding-right: 0 !important;
}

.pdr-20 {
    padding-right: 20px;
}

.pdr-40 {
    padding-right: 40px;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.bdb {
    border-bottom: 1px solid #ddd;
}

.bdt {
    border-top: 1px solid #ddd;
}

.pdt-10 {
    padding-top: 10px !important;
}

.pdt-20 {
    padding-top: 20px !important;
}

.pdb-10 {
    padding-bottom: 10px !important;
}

.pdb-20 {
    padding-bottom: 20px !important;
}


.pdb-35 {
    padding-bottom: 35px !important;
}

.pdl-5 {
    padding-left: 3px !important;
}

.pd-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.border-rt {
    border-right: 1px #eee solid;
}

.font-grey {
    color: #9e9e9e !important;
}

.bac-grey {
    background-color:  #e1e1e1 !important;
}


.font-blue {
    color: #28a6e3;
}

.font-blued 
{color:#0085cf;}

.font-black {
    color: #6a6868;
}

.font-orange {
    color: #ff8a00;
}
.font-oranged{
    color: #f56800;
}

.font-red {
    color: #ff341e;
}

.lh-24 {
    line-height: 24px;
}

.v-align-t {
    vertical-align: top !important;
}

.v-align-m {
    vertical-align: middle !important;
}

.text-lt {
    text-decoration: line-through;
}

#wrapper,
.wrapper {
    position: absolute;
    top: 44px;
    bottom: 0;
    left: 0;
    z-index: 7;
    overflow: hidden;
    width: 100%;
    background-color: #f4f4f4;
}

#scroller,
.scrollbar_inner {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}


/* 公共弹框 */

.confirm_01 {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background: #0085cf;
    margin-top: 20px;
    margin-left: 20px;
    color: #fff;
}


/*style of pageHead*/

.page_head {
    height: 44px;
    background-color: #1aa1e2;
    position: relative;
    z-index: 9;
}

.page_head h1 {
    text-align: center;
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-weight: normal;
    color: #fff;
}

.head_icon {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    z-index: 2;
    top: 6px;
    background-repeat: no-repeat;
    background-position: center center;
}

.head_icon_left {
    left: 10px;
}

.head_icon_right {
    right: 10px;
}

.icon_return {
    background-image: url(/m/uipub/pub-ui/images/icon_return.png);
}

.icon_list {
    background-image: url(/m/uipub/pub-ui/images/icon_list.png);
}

.red_color {
    color: #ff341e;
    padding: 0 3px;
}


/* styles of button*/

.button {
    display: block;
    line-height: 44px;
    height: 44px;
    text-align: center;
    width: 100%;
    border-radius: 3px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "microsoft yahei", "Droid Sans", "Droid Sans Fallback", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3"
}

.button:active {
    outline: 0;
}

.button_darkblue {
    color: #fff;
    border: 1px solid #0085cf;
    background: #0085cf;}

.button_blue {
    color: #fff;
    border: 1px solid #0d93d3;
    background: #1e8be0;
    background: -moz-linear-gradient(top, #31b9fa, #1aa1e2);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#31b9fa), to(#1aa1e2));
    background: -webkit-linear-gradient(top, #31b9fa, #1aa1e2);
    background: -o-linear-gradient(top, #31b9fa, #1aa1e2);
    background: linear-gradient(to bottom, #31b9fa, #1aa1e2);
}

.button_blue:active {
    background: #249ad3;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2), 0 1px 0px rgba(255, 255, 255, 0.9);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2), 0 1px 0px rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2), 0 1px 0px rgba(255, 255, 255, 0.9);
}

.button_yellow {
    color: #603a02;
    border: 1px solid #c7730a;
    background: #ffaf00;
    background: -moz-linear-gradient(top, #ffde00, #ff8b00);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffde00), to(#ff8b00));
    background: -webkit-linear-gradient(top, #ffde00, #ff8b00);
    background: -o-linear-gradient(top, #ffde00, #ff8b00);
    background: linear-gradient(to bottom, #ffde00, #ff8b00);
}

.button_yellow:active {
    background: #ffb200;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2), 0 1px 0px rgba(255, 255, 255, 0.9);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2), 0 1px 0px rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2), 0 1px 0px rgba(255, 255, 255, 0.9);
}

.button-grey {
    display: inline-block;
    line-height: 32px;
    padding: 0 15px;
    border: 1px solid rgb(200, 199, 199);
    border-radius: 4px;
    background: -moz-linear-gradient(top, rgb(246, 246, 246), rgb(221, 219, 219));
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(246, 246, 246)), to(rgb(221, 219, 219)));
    background: -webkit-linear-gradient(top, rgb(246, 246, 246), rgb(221, 219, 219));
    background: -o-linear-gradient(top, rgb(246, 246, 246), rgb(221, 219, 219));
    background: linear-gradient(to bottom, rgb(246, 246, 246), rgb(221, 219, 219));
}

.button-grey:active {
    border: 1px solid rgb(200, 199, 199);
    background: -moz-linear-gradient(top, rgb(221, 219, 219), rgb(246, 246, 246));
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(221, 219, 219)), to(rgb(246, 246, 246)));
    background: -webkit-linear-gradient(top, rgb(221, 219, 219), rgb(246, 246, 246));
    background: -o-linear-gradient(top, rgb(221, 219, 219), rgb(246, 246, 246));
    background: linear-gradient(to bottom, rgb(221, 219, 219), rgb(246, 246, 246));
}

.item_name {
    color: #9e9e9e;
    font-weight: normal;
}

.item_colon {
    padding: 6px 0;
    line-height: 40px;
    color: #9e9e9e;
}

.input_style_1 {
    width: 96%;
    border: 1px solid #c8c7c7;
    display: block;
    border-radius: 4px;
    background: #fff;
    line-height: 38px;
    font-family: "microsoft yahei", "Droid Sans", "Droid Sans Fallback", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input_style_2 {
    width: 96%;
    border-radius: 4px;
    border: none;
    line-height: 38px;
    font-family: "microsoft yahei", "Droid Sans", "Droid Sans Fallback", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3"
}

.input-focus {
    border-color: #128ac3;
}

.hr {
    height: 1px;
    border: none;
    border-top: 1px solid #c8c7c7;
}

.input_style_1::-webkit-input-placeholder,
.input_style_2::-webkit-input-placeholder {
    /*line-height: 2.375em;*/
    text-indent: 10px;
}

.input_style_3 {
    width: 96%;
    border: none;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    border-radius: 4px;
    background: #fff;
    font-family: "microsoft yahei", "Droid Sans", "Droid Sans Fallback", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3"
}

.input_style_3::-webkit-input-placeholder {
    text-indent: 10px;
}

.textarea_style {
    border: 1px solid #c8c7c7;
    border-radius: 4px;
    background: #fff;
    text-indent: 15px;
    padding: 7px 0;
    line-height: 28px;
    width: 95%;
    font-family: "microsoft yahei", "Droid Sans", "Droid Sans Fallback", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3"
}


/*custom style of select*/

.control_select {
    width: 95%;
}

.control_select_short {
    width: 70%;
}

.control_select select {
    font-size: 16px;
    color: #9e9e9e;
    line-height: 40px;
    text-indent: 15px;
    width: 100%;
    height: 40px;
    -webkit-appearance: none;
    border: 1px solid #c8c7c7;
    font-family: "microsoft yahei", "Droid Sans", "Droid Sans Fallback", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3"
}

.control_select label {
    position: relative;
    height: 40px;
    display: block;
}

.control_select label:after {
    position: absolute;
    top: 1px;
    right: 1px;
    display: inline-block;
    content: "\25bc";
    color: #717171;
    font-size: 16px;
    text-align: center;
    width: 40px;
    height: 38px;
    line-height: 40px;
    border-left: 1px solid #c8c7c7;
    pointer-events: none;
    background: -webkit-linear-gradient(top, #d5d5d5, #f1f1f1);
    background: -moz-linear-gradient(top, #d5d5d5, #f1f1f1);
    background: -ms-linear-gradient(top, #d5d5d5, #f1f1f1);
    background: -o-linear-gradient(top, #d5d5d5, #f1f1f1);
    background: linear-gradient(top, #d5d5d5, #f1f1f1);
}

.control_select select:active {
    box-shadow: 0 2px 5px #d8d8d8 inset, 0 3px 8px rgba(0, 0, 0, .4);
}

.control_select select option {
    text-indent: 10px;
    line-height: 32px;
    height: 32px;
}


/*style of pageFooter*/

.page_footer {}

.page_footer .feedback {
    background: #a8a8a8;
    line-height: 32px;
    text-align: right;
    margin-bottom: 10px;
}

.page_footer .feedback a {
    color: #fff;
    padding: 0 10px;
    margin: 0;
}

.page_footer .feedback label {
    color: #fff;
    padding-right: 5px;
}

.page_footer .feedback>a {
    float: left;
    margin-left: 5px;
}

.page_footer p {
    text-align: center;
    line-height: 36px;
    margin: 0;
}

.page_footer p a {
    padding: 10px 15px;
    margin: 0 15px;
    color:#9e9e9e;
}

.footer_a  a {
     padding: 10px 0px !important;
}

.footer-blue {
    color:#0085cf !important;
}


.page_footer p span {
    margin-right: 30px;
}

.page_footer p .red_color {
    color: #ff341e;
}


/*styles of small button*/

.button-list li {
    float: left;
    width: 33.33%;
    margin-bottom: 20px;
}

.button-list div {
    padding-right: 5px;
    height: 46px;
}

.button-list li:nth-child(3n-1) div {
    padding-left: 5px;
    padding-right: 5px;
}

.button-list li:nth-child(3n) div {
    padding-right: 0;
    padding-left: 5px;
}

.button-list button {
    display: block;
    float: left;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    padding: 0;
    border: 1px solid rgb(200, 199, 199);
    line-height: 44px;
    color: #9e9e9e;
    font-size: 16px;
    font-family: "microsoft yahei", "Droid Sans", "Droid Sans Fallback", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3";
    background: -moz-linear-gradient(top, rgb(246, 246, 246), rgb(221, 219, 219));
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(246, 246, 246)), to(rgb(221, 219, 219)));
    background: -webkit-linear-gradient(top, rgb(246, 246, 246), rgb(221, 219, 219));
    background: -o-linear-gradient(top, rgb(246, 246, 246), rgb(221, 219, 219));
    background: linear-gradient(to bottom, rgb(246, 246, 246), rgb(221, 219, 219));
}

.button-list button.on,
.button-list button:active {
    border-color: #128ac3;
    color: #fff;
    background: -moz-linear-gradient(top, rgb(49, 185, 250), rgb(26, 161, 226));
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(49, 185, 250)), to(rgb(26, 161, 226)));
    background: -webkit-linear-gradient(top, rgb(49, 185, 250), rgb(26, 161, 226));
    background: -o-linear-gradient(top, rgb(49, 185, 250), rgb(26, 161, 226));
    background: linear-gradient(to bottom, rgb(49, 185, 250), rgb(26, 161, 226));
}

.tips-info {
    line-height: 26px;
}

.row-p {
    line-height: 32px;
}

.row-p a:nth-child(1) {
    float: left;
}

.row-p a:last-child {
    float: right;
}

.error-tips {
    height: 36px;
    line-height: 36px;
    display: none;
    position: relative;
    text-align: center;
    margin-top: 15px;
    color: #fff;
}

.error-tips span {
    position: relative;
    z-index: 5;
    display: block;
    padding: 0 35px;
    background: #cdcdcd;
    border-radius: 20px;
}


/*.error-tips:before{ content:""; display:block;  width:100%; height:100%; padding:2px 1px; background:#cdcdcd; position:absolute; left:-1px; top:-1px; z-index:1; border-radius:21px;}*/

.error-tips:after {
    content: "";
    display: block;
    background: url(../images/tips-arrow_03.png) no-repeat center center;
    width: 30px;
    height: 14px;
    background-size: 90%;
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -15px;
    z-index: 5;
}

.error-tips-show {
    display: block;
    -webkit-animation: tipsShow .5s .2s ease both;
    -moz-animation: tipsShow .5s .2s ease both;
    -ms-animation: tipsShow .5s .2s ease both;
    -o-animation: tipsShow .5s .2s ease both;
    animation: tipsShow .5s .2s ease both;
}

.data-table-1 th {
    font-weight: 400;
    text-align: right;
    color: #9e9e9e;
}

.data-table-1 td {
    color: #9e9e9e;
    font-weight: bold;
}

.data-table-2 th,
.data-table-2 td {
    color: #6a6868;
}

.data-table-2 th {
    font-weight: normal;
    vertical-align: top;
}

.box-wrap {
    border: 1px solid #c8c7c7;
    padding: 4px 10px;
    border-radius: 4px;
    background: #fff;
}

.section-title {
    color: #9e9e9e;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    text-indent: 8px;
}

.pay-list li {
    padding-left: 40px;
    background: url(../images/icon-pay_off.png) no-repeat 15px center;
    line-height: 30px;
}

.pay-list li.on {
    background-image: url(../images/icon-pay_on.png);
}

.message {
    line-height: 80px;
}

.message input {
    width: 44%;
    margin-right: 2%;
    height: 36px;
    border-radius: 5px;
    border: none;
    border: solid 1px #ccc;
}

.message button {
    width: 22%;
    line-height: 36px;
    border-radius: 5px;
    position: absolute;
    right: 5px;
    margin-top: 22px;
    border: none;
    background: #fff;
    border: solid 1px #ccc;
    font-family: 微软雅黑;
    font-size: 16px;
}

.shake {
    -webkit-animation: shake 1s .2s ease both;
    -moz-animation: shake 1s .2s ease both;
    -ms-animation: shake 1s .2s ease both;
    -o-animation: shake 1s .2s ease both;
    animation: shake 1s .2s ease both;
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-6px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(6px);
    }
}

@-moz-keyframes shake {
    0%,
    100% {
        -moz-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -moz-transform: translateX(-6px);
    }
    20%,
    40%,
    60%,
    80% {
        -moz-transform: translateX(6px);
    }
}

@keyframes shake {
    0%,
    100% {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -moz-transform: translateX(-6px);
        -webkit-transform: translateX(-6px);
        -ms-transform: translateX(-6px);
        -o-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    20%,
    40%,
    60%,
    80% {
        -moz-transform: translateX(6px);
        -webkit-transform: translateX(6px);
        -ms-transform: translateX(6px);
        -o-transform: translateX(6px);
        transform: translateX(6px);
    }
}

@-webkit-keyframes tipsShow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes tipsShow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tipsShow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.nav-box {
    position: absolute;
    z-index: 6;
    left: 0;
    top: 44px;
    width: 100%;
    height: 106px;
    overflow: hidden;
    border-bottom: 1px solid rgb(200, 199, 199);
    background-color: #fff;
}

.nav-short li {
    float: left;
    padding-bottom: 10px;
}

.nav-short a {
    text-align: center;
    display: block;
    line-height: 90px;
}

.nav-short li label {
    width: 60px;
    height: 60px;
    display: block;
    margin: 10px auto 0;
}

.nav-short a h6 {
    margin: 0;
    line-height: 26px;
    font-size: 15px;
    font-weight: 400;
    color: #1aa1e2;
}

.nav-short li:nth-child(4) h6 {
    color: #f09609;
}

@media screen and (min-width:240px) and (max-width:320px) {
    .nav-short li label {
        width: 44px;
    }
    .nav-short h6 {
        font-size: 14px;
    }
}

.move-down {
    -webkit-animation: moveDown .5s 0s ease both;
    -moz-animation: moveDown .5s 0s ease both;
    -ms-animation: moveDown .5s 0s ease both;
    -o-animation: moveDown .5s 0s ease both;
    animation: moveDown .5s 0s ease both;
}

@-webkit-keyframes moveDown {
    0% {
        top: 44px;
    }
    100% {
        top: 155px;
    }
}

@-moz-keyframes moveDown {
    0% {
        top: 44px;
    }
    100% {
        top: 155px;
    }
}

@keyframes moveDown {
    0% {
        top: 44px;
    }
    100% {
        top: 155px;
    }
}

.move-up {
    -webkit-animation: moveUp .5s .2s ease both;
    -moz-animation: moveUp .5s .2s ease both;
    -ms-animation: moveUp .5s .2s ease both;
    -o-animation: moveUp .5s .2s ease both;
    animation: moveUp .5s .2s ease both;
}

@-webkit-keyframes moveUp {
    0% {
        top: 155px;
    }
    100% {
        top: 44px;
    }
}

@-moz-keyframes moveUp {
    0% {
        top: 155px;
    }
    100% {
        top: 44px;
    }
}

@keyframes moveUp {
    0% {
        top: 155px;
    }
    100% {
        top: 44px;
    }
}

.pannel-head {
    border-bottom: 1px solid #c8c7c7;
    font-size: 16px;
    margin: 0;
    padding-left: 10px;
    padding-right: 40px;
    line-height: 38px;
    font-weight: 400;
    position: relative;
    color: #6a6868;
}

.on_next .pannel-head {
    border-top: 1px solid #c8c7c7;
}

.pannel-head:active {
    background: rgba(26, 161, 226, .3);
    border-radius: 4px 4px 0 0;
}

li:last-child .pannel-head {
    border-bottom-color: transparent;
}

.on:last-child .pannel-head {
    border-bottom-color: #c8c7c7;
}

li:last-child .pannel-head:active {
    border-bottom-color: #c8c7c7;
}

.pannel-arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(../images/icon-arror-down_03.png) no-repeat center center;
    background-size: 50%;
    display: block;
}

.on .pannel-arrow {
    background-image: url(../images/icon-arrow-up_03.png);
}

.pannel-body {
    display: none;
    overflow: hidden;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c8c7c7;
}

li:last-child .pannel-body {
    border-bottom: none;
}

.button-white {
    display: inline-block;
    line-height: 32px;
    padding: 0 15px;
    border: 1px solid #c8c7c7;
    border-radius: 4px;
    background: #fff;
    color: #9e9e9e;
    margin: 10px 5px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*.button-white:active{
        color:#fff;border:1px solid #0d93d3;background: #1e8be0;
        background: -moz-linear-gradient(top, #31b9fa, #1aa1e2);
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#31b9fa), to(#1aa1e2));
        background: -webkit-linear-gradient(top, #31b9fa, #1aa1e2);
        background: -o-linear-gradient(top, #31b9fa, #1aa1e2);
        background: linear-gradient(to bottom, #31b9fa, #1aa1e2);
}*/

.button-white.on {
    background-image: url(../images/icon-seclected-02_03.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    border-color: #1aa1e2;
    color: #1aa1e2;
}

@media screen and (min-width:240px) and (max-width:640px) {
    .button-white {
        width: 45%;
        padding: 0;
        margin: 10px 2%;
        text-align: center;
        float: left;
    }
}

@media screen and (min-width:640px) {
    .button-white {
        width: 28%;
        padding: 0;
        margin: 10px 2%;
        text-align: center;
        float: left;
    }
}


/*
@media screen and (min-width: 514px) and (max-width: 768px){
        .button-white{ width:21.5%; padding:0; margin:10px 1.5%; text-align:center; float:left;}
}*/

.on .pannel-body {
    display: block;
    /*-webkit-animation:slideDown .2s .2s ease-in-out both;
        -moz-animation:slideDown .2s .2s ease-in-out both;
        -ms-animation:slideDown .2s .2s ease-in-out both;
        -o-animation:slideDown .2s .2s ease-in-out both;
    animation:slideDown .2s .2s ease-in-out both;*/
}

@-webkit-keyframes slideDown {
    0% {
        height: 0;
        -webkit-transform: translateY(-1px);
    }
    100% {
        height: auto;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slideDown {
    0% {
        height: 0;
    }
    100% {
        height: auto;
    }
}

@keyframes slideDown {
    0% {
        height: 0;
    }
    100% {
        height: auto;
    }
}

.detail_p {
    color: #9e9e9e;
    line-height: 30px;
    padding-left: 10px;
}

.link-list li {
    margin-top: 10px;
    position: relative;
    line-height: 38px;
    padding-left: 10px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background: #fff;
}

.link-list li:active {
    background: #fafafa;
}

.link-list li>a {
    display: block;
    color: #9e9e9e;
    position: relative;
    z-index: 2;
}

.link-list li:after {
    content: ">";
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    color: #9e9e9e;
    text-align: center;
    font-family: "microsoft yahei", "Droid Sans";
}

.tips-bar {
    line-height: 32px;
    background: #e3e3e3;
    padding-left: 15px;
}

.radio {
    background: url(../images/icon-pay_off.png) no-repeat center center;
    background-size: 100%;
    width: 16px;
    height: 16px;
    margin-top: 10px;
    display: inline-block;
}

.on .radio {
    background-image: url(../images/icon-pay_on.png);
}

@media screen and (min-width:240px) and (max-width:320px) {
    .overflow-e {
        width: 11em;
        height: 24px;
        display: block;
        line-height: 24px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media screen and (min-width:320px) and (max-width:390px) {
    .overflow-e {
        width: 16em;
        height: 24px;
        display: block;
        line-height: 24px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media screen and (min-width:390px) and (max-width:480px) {
    .overflow-e {
        width: 22em;
        height: 24px;
        display: block;
        line-height: 24px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media screen and (min-width:480px) and (max-width:960px) {
    .overflow-e {}
}

.data-table-3 h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.data-table-3 p {
    line-height: 26px;
    color: #6a6868;
}

.data-table-4 td {
    text-align: center;
    border-bottom: 1px solid #9e9e9e;
    vertical-align: middle;
    padding: 8px;
}

.data-table-4 tr:last-child td {
    border-bottom: none;
}

.data-table-5 {
    border-left: 1px solid #c8c7c7;
    border-top: 1px solid #c8c7c7;
}

.data-table-5 th,
.data-table-5 td {
    color: #6a6868;
    border-bottom: 1px solid #c8c7c7;
    border-right: 1px solid #c8c7c7;
    padding: 5px;
}

.data-table-5 th {
    font-weight: normal;
    vertical-align: middle;
    text-align: right;
}

.data-table-5 td {
    text-align: left;
    vertical-align: top;
}

.data-table-6 {
    border-left: 1px solid #c8c7c7;
    border-top: 1px solid #c8c7c7;
}

.data-table-6 th,
.data-table-6 td {
    color: #6a6868;
    border-bottom: 1px solid #c8c7c7;
    border-right: 1px solid #c8c7c7;
    padding: 10px 5px;
    background: #fff;
}

.data-table-6 th {
    font-weight: normal;
    vertical-align: middle;
    text-align: right;
}

.data-table-6 td {
    text-align: left;
    vertical-align: top;
}

.data-head_1 {
    background: #1aa1e2;
    line-height: 32px;
    height: 32px;
    font-size: 18px;
    border-radius: 4px;
    color: #fff;
}

.tab_head_1 li {
    float: left;
    width: 19.5%;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    position: relative;
}

.tab_head_1 .on {
    color: #28a6e3;
}

.tab-arrow {
    position: absolute;
    bottom: -0;
    left: 50%;
    margin-left: -10px;
    display: none;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-color: transparent transparent #28a6e3 transparent;
    border-style: dashed dashed solid dashed;
    border-width: 10px;
}

.on .tab-arrow {
    display: block;
}

.tips-footer {
    padding: 10px 10px 0;
    margin-top: 10px;
    border-top: 1px solid #c8c7c7;
    line-height: 24px;
    clear: left;
}

.progress-bg {
    background: #dfdfdf;
    border-radius: 7px;
    height: 14px;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .05);
}

.progress-bg p {
    height: 14px;
}

.progress {
    background: #6fbb15;
    border-radius: 7px;
    height: 14px;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .05);
    display: block;
    position: relative;
    width: 100%;
}

.progress-value {
    position: absolute;
    right: -10px;
    top: -3px;
    font-size: 14px;
}

.pg-green {
    background: #6fbb15;
    color: #2a4707;
}

.pg-orange {
    background: #ff6d02;
    color: #a74701;
}

.animate-width {
    -webkit-animation: animateWidth 1.2s 0 ease both;
    -moz-animation: animateWidth 1.2s 0 ease both;
    -ms-animation: animateWidth 1.2s 0 ease both;
    -o-animation: animateWidth 1.2s 0 ease both;
    animation: animateWidth 1.2s 0 ease both;
}

@-moz-document url-prefix() {
    .animate-width {
        animation: none;
    }
}

@-webkit-keyframes animateWidth {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes animateWidth {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes animateWidth {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.select-box {
    border: 1px solid #c8c7c7;
    border-radius: 4px;
    background: #fff;
    position: relative;
}

.select-box .pannel-arrow {
    right: 0;
    top: 0;
}

.info-list li {
    padding: 10px 60px 10px 10px;
    height: 32px;
    line-height: 32px;
    position: relative;
    border-bottom: 1px solid #9e9e9e;
}

.info-list li p {
    padding-left: 35px;
    height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #6a6868;
}

.info-list .button-grey {
    position: absolute;
    right: 10px;
    top: 9px;
}

.info-list li:nth-child(1) p {
    background: url(../images/icon-myhome_01.png) no-repeat 8px center;
    background-size: auto 90%;
}

.info-list li:nth-child(2) p {
    background: url(../images/icon-myhome_02.png) no-repeat 8px center;
    background-size: auto 90%;
}

.info-list li:nth-child(3) p {
    background: url(../images/icon-myhome_03.png) no-repeat left center;
    background-size: auto 90%;
}

.info-list li:nth-child(4) p {
    background: url(../images/icon-myhome_04.png) no-repeat left center;
    background-size: auto 90%;
}

.tips-arrow-big {
    width: 0;
    height: 0;
    border-width: 20px;
    border-style: solid;
    border-color: transparent transparent #dddbdb transparent;
    display: block;
    margin: -15px auto 5px;
}

.section-footer {
    border-bottom: 1px solid #9e9e9e;
    position: relative;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #9e9e9e;
}

.section-footer a {
    color: #6a6868;
}

.pop-ad {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70px;
    width: 100%;
    padding: 6px 10px;
    box-sizing: border-box;
    z-index: 99;
    vertical-align: middle;
    color: #fff;
    display: table;
}

.pop-ad img {
    display: table-cell;
    width: 58px;
    margin-right: 10px;
}

.pop-ad label,
.pop-ad span {
    display: table-cell;
    vertical-align: middle;
}

.pop-ad .pop-ad-close {
    font-family: "Microsoft YaHei", Arial, SimSun;
    font-size: 22px;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    display: block;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
}

.pop-ad .link-btn {
    line-height: 22px;
    background: #fff;
    border-radius: 5px;
    color: #000;
    padding: 5px 10px;
    display: inline-block;
}

.pop-ad-slideout {
    -webkit-animation: popSlideDown 1s 0 ease both;
    -moz-animation: popSlideDown 1s 0 ease both;
    -ms-animation: popSlideDown 1s 0 ease both;
    -o-animation: popSlideDown 1s 0 ease both;
    animation: popSlideDown 1s 0 ease both;
}

@-webkit-keyframes popSlideDown {
    0% {
        bottom: 0;
    }
    100% {
        bottom: -71px;
    }
}

@-moz-keyframes popSlideDown {
    0% {
        bottom: 0;
    }
    100% {
        bottom: -71px;
    }
}

@-o-keyframes popSlideDown {
    0% {
        bottom: 0;
    }
    100% {
        bottom: -71px;
    }
}

@keyframes popSlideDown {
    0% {
        bottom: 0;
    }
    100% {
        bottom: -71px;
    }
}

.page_head h1 {
    margin-left: 52px;
    margin-right: 52px;
}

.input_style_search {
    width: 100%;
    border: 1px solid #fff;
    display: block;
    background: #fff;
    line-height: 28px;
    margin-top: 6px;
    float: left;
    font-family: "microsoft yahei";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page_head h1 button {
    position: absolute;
    display: block;
    right: 0;
    top: 6px;
    height: 32px;
    padding: 0 5px;
    font-size: 14px;
    border: none;
    border-left: 1px solid #1aa1e2;
    background: #fff;
    font-family: "microsoft yahei";
}

.title-text {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: none;
    border: solid 1px #c8c7c7;
}

.col-4 {
    width: 32%;
}

.button {
    margin-top: 20px;
}

.button span {
    float: left;
    box-sizing: border-box;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #c8c7c7;
    font-size: 16px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f5f5f5), color-stop(0.05, #efeeee), color-stop(1, #dedcdc));
    background-image: -moz-linear-gradient(top, #f5f5f5, #efeeee 5%, #dedcdc);
    background-image: -o-linear-gradient(top, #f5f5f5, #efeeee 5%, #dedcdc);
}

.button span:nth-child(1) {
    margin-right: 2%;
}

.button span:nth-child(2) {
    margin-right: 2%;
}

.button span.active {
    height: 40px;
    border: solid 1px #0277af;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #73cefa), color-stop(0.05, #2fb7f8), color-stop(1, #23abec));
    background-image: -moz-linear-gradient(top, #73cefa, #2fb7f8 5%, #23abec);
    background-image: -o-linear-gradient(top, #73cefa, #2fb7f8 5%, #23abec);
}

.pay-money {
    margin-top: 20px;
    font-size: 16px;
    margin-left: 10px;
}

.pay-money span {
    font-weight: bold;
}

.c-button {
    margin-top: 20px;
    height: 40px;
    border: solid 1px #0277af;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #1ea5e6), color-stop(0.05, #2fb7f8), color-stop(1, #23abec));
    background-image: -moz-linear-gradient(top, #1ea5e6, #2fb7f8 5%, #23abec);
    background-image: -o-linear-gradient(top, #1ea5e6, #2fb7f8 5%, #23abec);
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.c-button:hover {
    margin-top: 20px;
    height: 40px;
    border: solid 1px #0277af;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #039fe9), color-stop(0.05, #0693d7), color-stop(1, #0487c6));
    background-image: -moz-linear-gradient(top, #039fe9, #0693d7 5%, #0487c6);
    background-image: -o-linear-gradient(top, #0487c6, #0487c6 5%, #0487c6);
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.notes {
    margin-top: 20px;
    text-align: right;
    color: #000;
    font-size: 16px;
}

.top-ad {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    width: 100%;
    padding: 6px 10px;
    box-sizing: border-box;
    z-index: 99;
    vertical-align: middle;
    color: #fff;
    display: table;
}

.top-ad img {
    display: table-cell;
    width: 58px;
    margin-right: 10px;
    margin-top: 30px;
    margin-left: 5px;
}

.top-ad label {
    display: table-cell;
    vertical-align: middle;
    margin-top: 48px;
    float: left;
}

.look {
    background: #fff;
    color: #333;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    margin-top: 40px;
}

.mine .close-btn {
    height: 30px;
    position: absolute;
    top: -28px;
    left: -6px;
}

.close-btn {
    height: 30px;
    position: absolute;
    top: -10px;
    left: -20px;
}


/*触屏版流量宣传优化 20150202 by wangxiaa star*/

.wrapper1 {
    top: 0 !important;
}

.wrap,
.wrap1,
.wrap2 {
    background: #68BEDF;
    padding: 30px 20px 15px 30px;
    position: relative;
}

.wrap1 {
    background: #FFB375;
}

.wrap2 {
    background: #A6DEB9;
    padding-right: 10px;
}

.shadow-bg {
    text-align: center;
    background: url(../images/icon-home-bg.png) no-repeat center bottom;
    margin: 0 auto;
}

.optimize-icon {
    width: 160px;
    height: 160px;
    display: inline-block;
}

.icon-free {
    background: url(../images/optimize-icon1.png) no-repeat center center;
    background-size: 140px;
}

.icon-outer {
    width: 180px;
    height: 160px;
    background: url(../images/optimize-icon2.png) no-repeat center center;
    background-size: 180px;
}

.optimize-t {
    font-size: 20px;
    color: #333;
}

.optimize-tt {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 50px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 24px;
    position: absolute;
    left: 10px;
    top: 20px;
}

.bg-c1 {
    background: #2F89AB;
}

.bg-c2 {
    background: #D2702F;
}

.bg-c3 {
    background: #317F4B;
}

.btn-wx {
    line-height: 30px;
    display: inline-block;
    background: #fff;
    border: none;
    font-family: "microsoft yahei";
    border-radius: 5px;
    padding: 0 15px;
}

.btn-wx:active {
    opacity: .9;
}

.btn-blue {
    border-bottom: 4px solid #247795;
    color: #247795;
}

.btn-terra {
    border-bottom: 4px solid #A36534;
    color: #A36534;
}

.optimize-t1 {
    font-size: 16px;
    color: #333;
}

.pdl-35 {
    padding-left: 35px;
}

.pdtb-15 {
    padding: 15px 0;
}

.btn-linka a {
    width: 44%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
}

.btn-linka a:nth-child(1) {
    margin-right: 20px;
}

.btn-linka a:active {
    opacity: .9;
}


/*用户登记地修改
*/

.section-title {
    font-size: 16px;
    color: #000;
    padding: 15px 0 5px 5px;
}

.intpanel {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    height: 33px;
}

.section-intpanel {
    background-color: #fff;
    padding: 10px 0 10px 20px;
}

.labpanel {
    display: inline-block;
    width: 100%;
    height: 33px;
    /* background: url("../images/icon_arrow.png") no-repeat;
    background-size: 25px 13px;
    background-position:right 20px bottom 20px !important;*/
    margin-right: 40px;
    margin-top: 8px;
}

.btnpanel {
    float: right;
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    border: 1px solid #0f7ae0 !important;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
}

.selectpanel {
    /*opacity: 0 !important;*/
    background: url("../images/icon_arrow.png") no-repeat;
    background-size: 25px 13px;
    background-position: right 0px bottom 15px !important;
    -webkit-appearance: none;
    width: 90%;
    height: 33px;
    border: 0;
}

.btn-01 {
    display: inline-block;
    width: 72%;
    height: 40px;
    background: url("../images/volte-btn01.png") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 10px;
}

.btn-03 {
    display: inline-block;
    width: 72%;
    height: 40px;
    background: url("../images/btn-bl.png") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.btn-02 {
    display: inline-block;
    width: 35%;
    height: 32px;
    background: url("../images/volte-btn02.png") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.volte-hand {
    position: absolute;
    display: inline-block;
    height: 30px;
    width: 30px;
    bottom: 0px;
    left: 200px;
    background: url("../images/hand.png") no-repeat;
    background-size: 100% 100%;
}

.volte-intro {
    padding: 5px 20px 10px 20px;
    line-height: 25px;
    text-align: left;
    text-indent: 35px;
    font-size: 16px;
}

.volet-more {
    font-size: 16px;
    color: #00b7ee;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #111;
    opacity: .5;
}

.dialog-wrap {
    position: fixed;
    left: 10%;
    top: 50%;
    margin-top: -200px;
    z-index: 102;
    width: 80%;
    background-color: #fff;
    height: 400px;
}

.dialog-close {
    position: absolute;
    right: 0px;
    top: -38px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-image: url("../images/volte-tk-close.png");
    background-size: 100% 100%;
}

.dialog-con {
    padding: 5px 5px;
    text-align: center;
}

.dialog-table {
    width: 100%;
}

.dialog-table td {
    border: 1px solid #fff;
}

.dialog-sure {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border: 1px solid #24acd9;
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
    padding: 0 20px;
    color: #24acd9;
}

.vo-border {
    border-bottom: 2px dashed #ddd;
    padding-bottom: 10px;
}

.vo-ok {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-image: url("../images/btn-ok.png");
    background-size: 100% 100%;
}

.vo-bz {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    height: 30px;
}

.vo-ok-btn {
    display: inline-block;
    width: 180px;
    height: 35px;
    line-height: 35px;
    background-color: #ff9600;
    color: #fff;
    border-radius: 30px;
}

.vo-bz1 {
    color: #ff9600;
    font-size: 15px;
    margin-top: 30px;
}

.vo-bz2 {
    color: #ff9600;
    font-size: 15px;
}


/* 流量升档我就送 */
.page_date {
    position:absolute;
    top: 50px;
    right:80px;
    color:#000;
    font-size:12px;
}

.page_ascend {
    position:relative;
    background-image: url('../images/bg_ascend.png');
    background-color: #68d3fb;
    background-size: 100% 100%;
    height: 736px;
    width: 100%;
}


.page_ascend_body {
    position: absolute;
    top: 170px;
    left: 50%;
    width: 300px;
    /* height: 300px; */
    background: #fff;
    margin-left: -150px;
    border-radius: 5px;
}

.page_ascend_body_01 {
    width: 100%;
    height: 20px;
    background: #624b3a;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    vertical-align: middle;
    padding-top: 4px;
}

.page_ascend_body_01 ul {
    vertical-align: middle;
    line-height: 30px;
}

.page_ascend_body_01 ul li {
    line-height: 20px;
    list-style: none;
    float: left;
    font-size: 14px;
    text-align: center;
    color: #f6ebbe;
    vertical-align: middle;
    margin-top: 10px;
}

.li_bord {
    border-left: #f6ebbe 1px solid;
    border-right: #f6ebbe 1px solid;
    line-height: 20px;
}

.page_ascend_body_02 ul {
    padding: 5px;
    padding-top:15px;
}

.page_ascend_body_02 ul li {
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.page_ascend_body_02 ul li .money {
    display: inline-block;
    width: 84px;
    color: #af681f;
    text-align: center;
}

.page_ascend_body_02 ul li .content {
    display: inline-block;
    width: 110px;
    color: #624b3a;
}

.page_ascend_body_02 ul li .worth {
    display: inline-block;
    width: 64px;
    color: #eb4654;
}

.li_01 {
    /* background: #f3dbc9; */

    background:url(../images/pic/1.png);
    background-size:100% 100%;
}

.li_02 {
    /* background: #f3f1c9; */
     background:url(../images/pic/2.png);
    background-size:100% 100%;
}

.li_03 {
    /* background: #f3f1c9; */
     background:url(../images/pic/3.png);
    background-size:100% 100%;
}

.li_04 {
    /* background: #c9e2f3; */
     background:url(../images/pic/4.png);
    background-size:100% 100%;
}

.li_05 {
    /* background: #c9e2f3; */
     background:url(../images/pic/5.png);
    background-size:100% 100%;
}

.li_06 {
    /* background: #f3dbc9; */
     background:url(../images/pic/6.png);
    background-size:100% 100%;
}

.page_ascend_body_info {
    position: absolute;
    top: 452px;
    left: 50%;
    width: 300px;
    /* height: 100px; */
    background: #fff;
    margin-left: -150px;
    border-radius: 5px;
    background: #fff;
}

.page_ascend_body_info_02 {
    padding: 8px 10px;
    font-size: 14px;
    color: #af681f;
}

.page_ascend_01_title {
    display: inline-block;
    width: 120px;
    height: 18px;
    background: url(../images/page_title.png);
    background-size: 100% 100%;
}

.page-mask-ascend {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    background: #111;
    opacity: 0.7;
    filter: alpha(opacity=28);
    z-index: 98;
}

.pub-dialog {
    position: fixed;
    left: 50%;
    top: 30%;
    width: 260px;
    padding: 10px 20px;
    background: #fff;
    z-index: 100;
    margin-left: -150px;
    border-radius: 5px;
}

.pub-dialog-title {
    height: 30px;
    line-height: 30px;
    border-bottom: #dcdcdc 2px solid;
    color: #0085cf;
}

.pub-dialog-title1 {
    height: 30px;
    line-height: 30px;
    color: #000;
    text-align:center;
}

.pub-dialog-content {
    color: #000;
    padding: 10px 0;
    font-size: 14px;
}

.pub-dialog-content-01 {
    color: #000;
    padding: 2px 0;
    font-size: 14px;
}

.pub-dialog-btn {
    padding: 10px 0;
    font-size: 14px;
}

.dialog-btn {
    display: inline-block;
    width: 160px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #0085cf;
    color: #fff;
    border-radius: 5px;
}

.cancel {
    width: 110px !important;
}

.sure {
    width: 110px !important;
}

.pub-close {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/pub-close.png);
    background-size: 100% 100%;
    float: right;
    margin-top: 7px;
}

.page-send-words {
    display: inline-block;
    width: 100%;
    height: 30px;
    background-image: url(../images/page-send-words_03.png);
    background-size: 100% 100%;
}


/* 公共页面-系统繁忙 */

.page-sysbusy-img {
    display: inline-block;
    margin-top: 50px;
    width: 250px;
    height: 160px;
    background: url(../images/pub_sys_busy.png);
    background-size: 100% 100%;
}

.page-sysbusy p {
    margin-top: 5px;
}


/* 电子发票 */

.section-invoice-title {
    color: #9e9e9e;
    font-weight: 400;
    line-height: 40px;
    text-indent: 8px;
    font-size: 14px;
    padding: 15px 20px;
}

.rit-icon {
    display: inline-block;
    background-image: url("../images/bg/bg-jt-right.png");
    background-size: 100% 100%;
    width: 20px;
    height: 18px;
    margin-top: 4px;
}

.rit-icon1 {
    display: inline-block;
    width: 15px;
    height: 18px;
    margin-top: 4px;
}

.in-block {
    display: inline-block;
}

.section-invoice-info {
    padding: 20px;
}

.table-invoice {
    border: 1px solid #ddd;
    font-size:13px;
}

.table-invoice tr,
td {
    border: 1px solid #ddd;
}

.table-invoice .opera a{
    display:inline-block;
    width:50px;
    height:28px;
    line-height:28px;
    background:#f5f5f5;
    border:1px solid #ddd;
    border-radius:3px;
    text-align:center;
    color:#28a6e3;
    font-size:12px;
    margin-right:3px;
    padding-left:1px;
    padding-right:1px;
}

.tab-invoice li.active {
    background:#67B3ED;
    color:#fff;
}

.tab-invoice li{
     width: 85px;
    height:30px;
    line-height:30px;
    text-align: center;
    background: #f5f5f5;
    float: left;
    border: #ccc 1px solid;
    cursor:pointer;
}

.icon-lamp-invoice{
     margin-right:6px;
     margin-top:5px;
    display:inline-block;
    background:url(../images/pic/icon_lamp.png);
    background-size:100% 100%;
    background-repeat:no-repeat;
    vertical-align:middle;
    width:20px;
    height:28px;
}

.btn-cancel-col {
    background:#e1e1e1;
    color:#999;
}

.bz-invoice {
    padding-top:30px;
}


.labpanel-invoice {
     display: inline-block;
     position:relative;
    width: 100%;
    height: 30px;
   line-height:30px;
    margin-right: 20px;
}


.selectpanel-invoice {
    background: #f2f2f2;
    background-position: right 0px bottom 15px !important;
    width: 53%;
    height: 30px;
    border: 0;
    margin-top:-5px;
    -webkit-appearance:none;
}

/* 宽带升级 */
.page-sj-bg {
    width:100%;
    height:180px;
    background:url('../images/page-sj-bg.png');
    background-size:100% 100%;
}

.sj-input {
    height:40px !important;
    font-size:16px !important;
}
.sj-btn {
    line-height: 40px;
    background: #0085cf;
    color: #fff;
    padding: 0px 18px;
    display: inline-block;
}

.page-tin {
    height:50px;
    line-height:50px;
}

.page-sj-step {
      width:100%;
    height:40px;
    background:url('../images/page-sj-step.png');
    background-size:100% 100%;
    margin-bottom:10px;
}

.page-sj-detail {
      width:100%;
    background:#e8e8e8;
    background-size:100% 100%;
    border-radius:8px;
}

.page-sj-detile {
    height:40px;
    line-height:40px;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    background:#dedede;
}

.sj-book {
    display:inline-block;
    width:20px;
    height:23px;
    vertical-align:middle;
    background:url('../images/page-sj-book.png') no-repeat;
    background-size:100% 100%;
    margin-left:5px;
    margin-right:3px;
}

.sj-circle {
    width:20px;
    height:20px;
    display:inline-block;
    background:#ff7373;
    border-radius:50%;
    margin-top:2px;
    margin-right:3px;
    text-align:center;
    vertical-align:middle;
    color:#fff;
}

.sj-table th,
td {
    border: 0;
}

.sj-detail td {
    padding:0 !important;
}
.fc-white {
    color: #fff;
}


.page-sj-info {
    width: 100%;
    height: 100%;
    background: url('../images/page-sj-infobg.png') no-repeat center;
    background-size: 100% 100%;
    padding: 20px 0;
    box-sizing: border-box;
    padding-bottom: 65px;
}

.page-sj-infocont {
    background-color: #fff;width: 86%;margin:0px auto;box-sizing: border-box;padding-top: 5px;
}
