@charset "utf-8";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-family: "Helvetica Neue",Helvetica,"Microsoft YaHei",Arial,Verdana,"Tohoma",Sans-serif,"Hiragino Sans GB","STHeitiSC-Light";
}
html{
    /*height: 100%;*/}
body {
    line-height: 1;
    min-height:100%;
    -webkit-text-size-adjust:100%;/*iPhone 和 Android 的浏览器纵向 (Portrate mode) 和橫向 (Landscape mode) 模式皆有自动调整字体大小的功能。控制它的就是 CSS 中的 -webkit-text-size-adjust。text-size-adjust 设为 none 或者 100% 关闭字体大小自动调整功能.*/
    -webkit-tap-highlight-color:transparent;/*比如在图片或者链接上，希望不出现被选中的颜色，可以怎么做呢？其实我们可以将属性-webkit-tap-highlight-color的值设置为透明就可以实现。当然也可以设置成其他颜色，也支持rgba*/
}
*:not(input,textarea) {
    -webkit-touch-callout: none;/*长按屏幕时会禁止设备弹出列表按钮*/
    -webkit-user-select: none;/*之所以放在这里是因为如果放到body中会导致个别Android机型（Google  Nexus，Android 4.2.2）输入框无法输入*/
}
*:focus {
outline:0;
-webkit-tap-highlight-color:transparent
}/*防止获取焦点时，出现边框*/
input:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
}
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
select{-webkit-appearance:none;/*用来改变按钮和其他控件的外观,加上这个以后，select的高度就可以改变了。所以，当然也可以用于其他浏览器控件中*/
}
textarea {  -webkit-appearance: none;}
.alignleft{text-align: left!important;}
.alignright{text-align: right!important;}

ol,ul {list-style: none;}
a {text-decoration: none;}
blockquote,q {quotes: none;}
a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}
blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 62.5%;
}
@media screen and (min-width:320px) {
    html {
        font-size:62.5%;
    }
}
@media screen and (min-width:360px) {
    html {
        font-size:70.3%;
    }
}
@media screen and (min-width:375px) {
    html {
        font-size:73.25%;
    }
}
@media screen and (min-width:414px) {
    html {
        font-size:81%;
    }
}
@media screen and (min-width:425px) {
    html {
        font-size:83%;
    }
}
@media screen and (min-width:480px) {
    html {
        font-size:94%
    }
}
@media screen and (min-width:560px) {
    html {
        font-size:109.4%;
    }
}
@media screen and (min-width:640px) {
    html {
        font-size:125%;
    }
}
body{
    background-color: #f5f5f5;
    min-width: 320px;
}

/*input中的placeholder文本样式*/
::-webkit-input-placeholder { color:#999; }
::-moz-placeholder { color:#999; } /* firefox 19+ */
:-ms-input-placeholder { color:#999; } /* ie */
input:-moz-placeholder { color:#999; }


.clearfix {
    *zoom:1;
}
.clearfix:after{
    content: "";
    display: block;
    clear: both;
}

.clear_border {
    border: none !important;
}
.clear_bg {
    background: none !important;
}
.margin_left {
    margin-left: 0px !important;
}
.color_r {
    color: #f7350a !important;/*红色*/
}
.color_r2 {
    color: #f7350a !important;/*红色加粗*/
    font-weight: bold;
}
.color_w {
    color: #fff !important;/*白色*/
}
.color_d {
    color: #000 !important;/*黑色*/
}
.color_g {
    color: #b0b0b0 !important;/*灰色*/
}
.color_g2 {
    color: #378001 !important;/*绿色*/
}
.color_y {
    color: #ff5400 !important;/*橘黄色*/
}
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0.8;
    filter: alpha(opacity: 50);
}
.reveal-modal-bg2 {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 100;
    top: 0;
    left: 0;
    opacity: 0.7;
    filter: alpha(opacity: 70);
}
.margin {
    margin: 0;
}
.puff_left {
    float: left !important;
}
.puff_right {
    float: right !important;
}
.margin_top {
    margin-top: 0px !important;
}
.color_border {
    border: 1px #ff6600 solid !important;
}
.text_c {
    text-align: center !important;
}
.text_r {
    text-align: right !important;
}
.dis_none {
    display: none;
}
/*橙色*/
.bg_01 {
    background-color: #ca0b0b !important;/*红色*/
}
.bg_02 {
    background-color: #ffe79d !important;/*浅黄色*/
}
.bg_03 {
    background-color: #ff8712 !important;/*菊黄色*/
}
.bg_04 {
    background: #666 !important;/*灰色*/
    color: #fff !important;
}
.bg_05{
	background: #5bc0de!important;/*浅蓝色*/
}
.bg_06{background: #fff!important;}/*白色*/
.red{color: red;}



.chk_3{
    display: none;
}

/*******STYLE 3*******/

.chk_3 + label {
    background-color: #fafbfa;
    padding: .25rem;
    border-radius: 50px;
    display: inline-block;
    position: relative!important;
    top:0.75rem!important;
    /*margin-right: 0px;*/
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    width: 3.7rem;
    height: 1.65rem;
}

.chk_3  + label:after {
    content: ' ';
    position: absolute;
    top: 0;
    -webkit-transition: box-shadow 0.1s ease-in;
    transition: box-shadow 0.1s ease-in;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    box-shadow: inset 0 0 0 0 #eee, 0 0 1px rgba(0,0,0,0.4);
}

.chk_3  + label:before {
    content: ' ';
    position: absolute;
    background: white;
    top: 1px;
    left: 1px;
    z-index: 999999;
    width: 2rem;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    height: 2rem;
    border-radius: 100%;
    box-shadow: 0 3px 1px rgba(0,0,0,0.05), 0 0px 1px rgba(0,0,0,0.3);
}

.chk_3:active + label:after {
    box-shadow: inset 0 0 0 20px #eee, 0 0 1px #eee;
}

.chk_3:active + label:before {
    width: 37px;
}

.chk_3:checked:active + label:before {
    width: 37px;
    left: 20px;
}

.chk_3  + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.chk_3:checked + label:before {
    content: ' ';
    position: absolute;
    left: 2.2rem;
    border-radius: 50rem;
}

.chk_3:checked + label:after {
    content: ' ';
    font-size: 1.5em;
    position: absolute;
    background: #4cda60;
    box-shadow: 0 0 1px #4cda60;
}

h2.style{
    line-height: 2rem;
    color: #333;
    font-size: 1.4rem;
    text-align: left;
    padding:.5rem 1rem;
    background: #fff;
}
.wrong-a{
    line-height: 2.5rem;
    font-size: 1rem;
    color: #d9534f;
    display: block;
}