/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
/*h1,h2,h3,h4,h5,h6,small{font-size:100%;}*/
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
/*h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}*/
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 Helvetica,\5b8b\4f53;color:#333;outline:0;-webkit-tap-highlight-color:rgba(255,255,255,0)}
body{background:#fff;}
a,a:hover{color:#333;}
.clearfix:after { content: "\200B";display: block;height: 0;clear: both}
.clearfix {*zoom: 1}
/*蒙层*/
.app-dialog {
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: (opacity=50);
    -moz-opacityalpha: 0.5;
    /*opacity: 0.5;*/
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    display: none;
    z-index: 1000;
}
/*蒙层*/
.app-dialog1 {
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: (opacity=50);
    -moz-opacityalpha: 0.5;
    /*opacity: 0.5;*/
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    display: none;
    z-index: 1000;
}


.fl{
    float: left;
}
.fr
{
    float: right;
}
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #dddddd;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #dddddd;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #dddddd;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #dddddd;
}
.cue
{
    clear: both;font-size: .2rem;height: .4rem;line-height: .3rem;color:red;display: none;text-align: left;
}
.success {
    position: relative;
    margin: 0 auto;
    margin-top: 4.33333333rem;
    width: 8rem;
    min-height: 5.26666667rem;
    height: auto;
    padding-bottom: 0.26666667rem;
    background-color: #fff;
    color: #898989;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

}

.success .d-title {
    width: 6rem;
    margin: 0 auto;
    height: auto;
    line-height: 0.93333333rem;
    height: 0.93333333rem;
    font-size: 0.52666667rem;
    padding-top: 0.2rem;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
}

.success .d-content {
    width: 5.66666667rem;
    margin: 0 auto;
    height: auto;
    min-height: 2rem;
    line-height: 0.53333333rem;
    font-size: 0.4rem;
    text-align: left;
    padding-top: 0.36666667rem;
}

.success .d-content .indent {
    text-indent: 2em;
}

.success .d-content span {
    display: block;
    margin-top: 0.26666667rem;
}

.success .btn-ok {
    margin: 0 auto;
    width: 95%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.42666667rem;
    color: #ffffff;
    display: block;
    text-align: center;
    background-color: #fd7651;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 0.45333333rem;
    font-weight: bold;
}

.success .btn-ok1 {
    margin-left: .2rem;
    width: 45%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.42666667rem;
    color: #ffffff;
    display: block;
    text-align: center;
    background-color: #fd7651;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 0.45333333rem;
    font-weight: bold;
}
.success .btn-cancel {
    margin-left: .3rem;
    width: 45%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.42666667rem;
    color: #ffffff;
    display: block;
    text-align: center;
    background-color: #fd7651;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 0.45333333rem;
    font-weight: bold;
}
.redtitle {
    position: absolute;
    top: -0.33333333rem;
    left: 1.46666667rem;
    background-color: #fd7651;
    width: 5.06666667rem;
    height: 0.66666667rem;
    line-height: 0.66666667rem;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 0.37333333rem;
}
.btn-go {
    display: block;
    width: 2rem;
    height: 0.6rem;
    margin-left: 5.33333333rem;
}
.btn-go .btn-go-than {
    display: block;
    height: 0.39rem;
    width: 0.29rem;
    background-size: contain;
    background-image: url(../../images/gzxt_button_jiaoxian00.png);
    background-repeat: no-repeat;
    /*display: inline-block;*/
    vertical-align: middle;


}
.btn-go .btn-go-txt {
    display: block;
    padding-right: .1rem;
    font-size: 0.37333333rem;
    color: #fd7651;


}
.Close {
    position: absolute;
    right: 0.2rem;
    top: 0rem;
    display: block;
    height: 0.7rem;
    width: 0.7rem;
    background-size: contain;
    background-image: url(../../images/gzxt_button_cha.png);
    background-repeat: no-repeat;
    margin-top: 0.16rem;
}

.touch-callout {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
#data-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#data-loading .spin-loading {
    position: relative;
    margin: 0px auto;
    margin-top: 7rem;
    width: 48px;
    height: 48px;
    display: block;
    opacity: 1;
    color: #ffffff;
}

input{
    -webkit-appearance: none;
}

