.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.left{
	float: left;
}
.right{
	float:right;
}
.textleft{
    text-align: left;
}
.textright{
    text-align: right;
}
.textcenter{
    text-align: center;
}
.show{
    display: block;
}
.hide{
    display: none;
}




.page_index{
	position: absolute;
    width: 100%;
    left: 0%;
    background-color: #efeff4;
    z-index: 1;
}
.page_2rd{
	position: fixed;
    width: 100%;
    left: 100%;
    background-color: #efeff4;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 2;
    top: 0rem;
    bottom: 0rem;
}
.page_3th{
	position: fixed;
    width: 100%;
    left: 300%;
    height: 100%;
    background-color: #efeff4;
    overflow: auto;
    z-index: 3;
}
.page_4th{
	position: fixed;
    width: 100%;
    left: 400%;
    height: 100%;
    background-color: #efeff4;
    overflow: auto;
    z-index: 4;
}
.page_5th{
	position: fixed;
    width: 100%;
    left: 500%;
    height: 100%;
    background-color: #efeff4;
    overflow: auto;
    z-index: 5;
}
.page_dialog{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 10;
    display: none;
}
.page_dialog .dialog_bg{
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}
.page_dialog .dialog_bg .message_container{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.page_dialog .dialog_bg .message_container.for_Opt{
    vertical-align: bottom;
    padding-bottom: 1rem;
}

.page_dialog .dialog_bg .message{
    display: inline-block;
    padding: 1rem 2rem;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 1rem;
    max-width: 12rem;
}
.page_dialog .dialog_bg .loading{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 35px;
    background-image: url(../img/ico/css-loading.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    -webkit-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
}
.message_container .opt {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.message_container .opt a{
    display: block;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.8rem;
    background-repeat: no-repeat;
    background-position: center .3rem;
    border-bottom: solid 1px #f2f2f2;
}
.message_container .opt a:last-child{
    border-bottom: none;
}
.message_container .opt_cancel{
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-top: 1rem;
    padding: .5rem 1rem;
}
.message_container .opt_cancel>a{
    display: block;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.8rem;
    background-repeat: no-repeat;
    background-position: center .3rem;
    color: #25C5BE;
}
@-webkit-keyframes rotating {
    from {
    -webkit-transform:rotate(0deg)
    }
    to {
        -webkit-transform:rotate(360deg)
    }
}


/*color*/
.radiolabel{
    color: #aaa;
    font-size: 1.4rem;
}
.red{
    color: #FF7081;
}
.green{
    color: #33E1A6;
}
.blue{
    color: #46c9d8;
}
.grey{
    color: #999;
}
.yellow{
    color:#FFC000;
}
.color999{
    color:#999;
}
.color444{
    color:#444;
}
.color333{
    color:#333;
}
.color666{
    color:#666;
}
.color_text{
    color:#4e4e4e;
}

/* header */
.page_header{
	background: #f04155;
	height: 5rem;
	line-height: 5rem;
    position: relative;
}

.page_header h1{
    position: absolute;
    left: 50%;
    margin-left: -4rem;
    color: white;
    letter-spacing: .2rem;
}

.page_header h3{
    display: inline-block;
    width: 24rem;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -12rem;
    color: white;
    font-size: 2.4rem;
    font-family: 黑体;
    letter-spacing: .2rem;
    font-weight: initial;
}

.btn{
	display: block;
    width: 90%;
    margin: .5rem auto;
    height: 4.6rem;
    background-color: #33E1A6;
    font-size: 1.8rem;
    font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
    color: #fff;
    letter-spacing: .5rem;
    cursor: pointer;
    text-align: center;
    line-height: 4.6rem;
    border-radius: .5rem;
}
.btn:hover{
    background-color: #43F8BA;
}


.btn_scan{
	background: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(../img/ico/ico_scan_white.png);
	width: 2.4rem;
	height: 2.4rem;
}

.btn_search{
	background: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(../img/ico/ico_search.png);
	width: 2.4rem;
	height: 2.4rem;	
}

.btn_goback{
	background: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(../img/ico/ico_goback.png);
	width: 2.4rem;
	height: 2.4rem;
}
.btn_sendcode{
    height: 4rem;
    padding: 0rem 1rem;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    background-color: #1AAD19;
    color: white;
    cursor: pointer;
}


label.grouptitle{
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 1.5rem;
    display: block;
    text-indent: 2rem;
    color: #999;
}
.group{
	margin: 0rem 0rem;
	background-color: #fff;
    width: 100%;
    overflow: hidden;
}
.group>sec{
	display: block;
    background-color: #fff;
    line-height: 4rem;
    padding: 1rem 2rem;
    padding-left: 11rem;
    font-size: 1.4rem;
    position: relative;
    text-align: left;
    text-indent: 0rem;
    overflow: hidden;
}
.group>sec:first-child {
    border-radius: .5rem;
}
.group>sec:last-child {
    border-radius: .5rem;
}
.group>sec>label:first-child{
    position: absolute;
    left: 2rem;
    width: 9rem;
    color: #444;
}
.group>sec>input{
    height: 4rem;
    line-height: 4rem;
    font-size: 1.4rem;
    width: 100%;
}

.group>tab{
    height: 5rem;
    display: block;
    line-height: 5rem;
    text-indent: 5rem;
    font-size: 1.5rem;
    color: #4e4e4e;
    letter-spacing: .1rem;
    position: relative;
}
.group>tab.selected{
    color: #222;
}
.group>tab i{
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 1.8rem;
    left: 2rem;
}
.group>tab:after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 1.8rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../img/ico/ico_gonext.png);
    background-size: contain;
}

.group>sec>tab{
    height: 4rem;
    display: block;
    line-height: 4rem;
    font-size: 1.4rem;
    color: #999;
    position: relative;
}
.group>sec>tab:after{
    content: "";
    position: absolute;
    right: 0rem;
    top: 1rem;
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url(../img/ico/ico_gonext.png);
    background-size: contain;
}
.group>sec>textarea{
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    line-height: 3rem;
    font-family: sans-serif;
    color: #999;
}

.group input[type="radio"]{
    width: 1.4rem;
    height: 1.4rem;
}

.group.rightstyle>sec>label:first-child {
    text-align: left;
}
.group.rightstyle>sec>input{
    text-align: right;
    width:80%;
}
.group.rightstyle>sec>textarea{
    text-align: right;
}
.group.rightstyle>sec {
    text-align: right;
}
.group.rightstyle>sec>tab{
    padding-right: 3rem;
}
.group select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    direction: rtl;
    color: #444;
    font-size: 1.4rem;
    background-image: url(../img/ico/ico_gonext.png);
    background-repeat: no-repeat;
    background-position: 100% center;
    padding-right: 3rem;
    background-color: transparent;
}
.group select option {
    direction: rtl;
    background: transparent;
}
/* iOS 7 checkbox Style */
checkbox {
    display: block;
    text-align: right;
}
checkbox .checkbox-wrapper {
    width: 58px;
    height: 32px;
    position: relative;
    display: inline-block;
    background: #ffffff;
    border-radius: 16px;
    transition: all .2s ease-in-out;
    box-shadow: 0px 0px 0px 2px #ddd;
}
checkbox .checkbox {
    display: none;
}
checkbox .checkbox-label {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    transition: all .2s ease-in-out;
}
checkbox .checkbox:checked + .checkbox-wrapper {
    background: #0bd318;
    box-shadow: 0px 0px 0px 2px #0bd318;
}
checkbox .checkbox:checked + .checkbox-wrapper .checkbox-label {
    left: 26px;
}


cutoff{
	width: 94%;
    margin: 0 auto;
    height: 0px;
    border-top: solid 1px #f2f2f2;
    display: block;
}
remark{
	display: block;
    line-height: 4rem;
    text-align: left;
    color: #999;
}
remark.error{
    color: #FF8C00;
}

p.word{
    display: block;
    text-align: center;
    line-height: 5rem;
    padding: 0rem 1rem;
    background-color: #fff;
}
p.word .ico_success{
    width: 3rem;
    height: 3rem;
    background-image: url(../img/ico/ico_success_big.png);
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    margin-right: 1rem;
    background-repeat: no-repeat;
}

.componment{
    display: none;
}
.componment.active{
    display: block;
}
.componment opt{
    line-height: 5rem;
    font-size: 1.4rem;
    display: block;
    padding-left: 2rem;
    border-bottom: solid 1px #F2F0F0;
    background-color: #fff;
    cursor: pointer;
}
.componment opt.selected{
    background-image: url(../img/ico/ico_yes.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
}
.componment opt:hover{
    /*background-color: #e2e2e2;*/
}
.componment>label{
    display: block;
    background-color: #DFDFDF;
    height: 2.5rem;
    line-height: 2.5rem;
    padding-left: 2rem;
    color: #999;
    font-size: 1.4rem;
}
.componment>div.cancel{
    position: fixed;
    display: block;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.6rem;
    top: 0rem;
    left: 0rem;
    width: 100%;
    text-align: left;
    text-indent: 4rem;
    background-color: #f04155;
    border-bottom: solid 1px #E6374B;
    box-shadow: 0px 2px 2px rgba(163, 15, 32, 0.6);
    color: #fff;
}
.componment>div.cancel:before{
    content: "";
    height: 1rem;
    width: 1rem;
    display: block;
    position: absolute;
    left: 2rem;
    top: 2rem;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}








/* tailer */
.page_tailer{
	position: fixed;
	z-index: 1;
	margin: 0 auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 5rem;
    background: #fff;
    box-shadow: 0px 0px 5px #A1A1A1;
}

.page_tailer li{
	display: block;
	float: left;
	height: 5rem;
	width: 20%;
}
.page_tailer li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1rem;
	background-size: 2rem;
	background-repeat: no-repeat;
	background-position: 50% .8rem; 
	line-height: 7.5rem;
}

.ico_home{
	background-image: url(../img/ico/ico_home.png);
}
.page_tailer li.active .ico_home{
    background-image: url(../img/ico/ico_home_active.png);
}
.ico_gong{
	background-image: url(../img/ico/ico_gong.png);
}
.page_tailer li.active .ico_gong{
    background-image: url(../img/ico/ico_gong_active.png);
}
.ico_xu{
	background-image: url(../img/ico/ico_xu.png);
}
.page_tailer li.active .ico_xu{
    background-image: url(../img/ico/ico_xu_active.png);
}
.ico_user{
	background-image: url(../img/ico/ico_user.png);
}
.page_tailer li.active .ico_user{
    background-image: url(../img/ico/ico_user_active.png);
}
.ico_star{
    background-image: url(../img/ico/ico_star.png);
}
.ico_my_gong{
    background-image: url(../img/ico/ico_gong_active.png);
}
.ico_my_xu{
    background-image: url(../img/ico/ico_xu_active.png);
}
.ico_my_baojia{
    background-image: url(../img/ico/ico_baojia_active.png);
}
.ico_pub_gong{
    background-image: url(../img/ico/ico_pub_gong.png);
}
.ico_pub_xu{
    background-image: url(../img/ico/ico_pub_xu.png);
}
.ico_more{
    background-image: url(../img/ico/ico_more.png);
}
.ico_apply{
    background-image: url(../img/ico/ico_apply.png);
}


.i_pub{
	display: block;
	overflow: hidden;
    width: 4rem;
    height: 4rem;
    border-radius: 2.3rem;
    border: solid 3px #fff;
    box-shadow: 0px 0px 2px #D4D4D4;
    background: #F04155;
    position: absolute;
    top: -1.6rem;
    left: 50%;
    margin-left: -2.3rem;
    color: #fff;
    font-size: 3rem;
    line-height: 3.7rem;
    text-align: center;
    z-index: 2;
    background-image: url(../img/ico/ico_plus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    transition: all .2s ease-in-out;
}

.i_pub.open{
	transition: all .2s ease-in-out;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
}

.i_pub_gong{
	display: block;
	overflow: hidden;
    width: 2rem;
    height: 2rem;
    border-radius: 2.3rem;
    border: solid 3px #fff;
    box-shadow: 0px 0px 2px #828282;
    background: #F04155;
    position: absolute;
    top: -1rem;
    left: 50%;
    margin-left: -1rem;
    color: #fff;
    font-size: 1.1rem;
    line-height: 4rem;
    text-align: center;
    z-index: 1;
    transition: all .1s ease-in-out;
}

.i_pub_gong.open{
	width: 4rem;
    height: 4rem;
    top: -8rem;
    margin-left: -6rem;
    transition: all .1s ease-in-out;
}

.i_pub_xu{
	display: block;
	overflow: hidden;
    width: 2rem;
    height: 2rem;
    border-radius: 2.3rem;
    border: solid 3px #fff;
    box-shadow: 0px 0px 2px #828282;
    background: #F04155;
    position: absolute;
    top: -1rem;
    left: 50%;
    margin-left: -1rem;
    color: #fff;
    font-size: 1.1rem;
    line-height: 4rem;
    text-align: center;
    z-index: 1;
    transition: all .2s ease-in-out;
}

.i_pub_xu.open{
	width: 4rem;
    height: 4rem;
    top: -8rem;
    margin-left: 1rem;
    transition: all .2s ease-in-out;
}


/*加减积分*/
.score{
    position: fixed;
    top: 120%;
    left: 50%;
    margin-left: -2rem;
    margin-top: -2rem;
    width: 4rem;
    height: 4rem;
    line-height: 6rem;
    text-align: center;
    overflow: hidden;
    z-index: 11;
    background-color: #FFF041;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    text-shadow: 1px 0px 0px #766D03;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.score.in{
    top: 50%;
    left: 50%;
    margin-left: -3rem;
    margin-top: -3rem;
    width: 6rem;
    height: 6rem;
    opacity: 1;
    transition: all .5s ease-in-out;
}
.score.out{
    top: 50%;
    left: 50%;
    margin-left: -6rem;
    margin-top: -6rem;
    width: 12rem;
    height: 12rem;
    opacity: 0;
    transition: all .4s ease-in-out;
}

/* 消息提醒tips */
.tips{
    position: fixed;
    top: -6rem;
    z-index: 1;
    opacity: 0;
    width: 100%;
    text-align: center;
    transition: all .4s ease-in;
}
.tips .tipscontent{
    display: inline-block;
    background-color: #FFFFFF;
    line-height: 3rem;
    padding: 0rem 1rem;
    border-radius: .4rem;
    color: #3C3C3C;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    font-size: 1.2rem;
}
.tips.show{
    top: 2rem;
    opacity: 1;
    transition: all .4s ease-in;
}
.tips a{
    color: #3093ed;
}


/*拟APP图片显示*/
.page_image_player{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 11;
    display: block;
    background-color: #000;
    opacity: 0;
    transition: all .3s ease-in;
}
.page_image_player.show{
    opacity: 1;
    transition: all .3s ease-in;
}
.page_image_player_bg{
    width: 100%;
    height: 100%;

    display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    
}
.page_image_player_bg img{
    max-width: 100%;
}

.ml1{
    margin-left: 1rem;
}
.mr1{
    margin-right: 1rem;
}
.mt1{
    margin-top: 1rem;
}
.mb1{
    margin-bottom: 1rem;
}
.pl1{
    padding-left: 1rem;
}
.pr1{
    padding-right: 1rem;
}
.pt1{
    padding-top: 1rem;
}
.pb1{
    padding-bottom: 1rem;
}
.ml2{
    margin-left: 2rem;
}
.mr2{
    margin-right: 2rem;
}
.mt2{
    margin-top: 2rem;
}
.mb2{
    margin-bottom: 2rem;
}
.pl2{
    padding-left: 2rem;
}
.pr2{
    padding-right: 2rem;
}
.pt2{
    padding-top: 2rem;
}
.pb2{
    padding-bottom: 2rem;
}