﻿html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
a,
p,
span,
strong,
b,
input,
textarea,
button,
table,
tr,
td,
th,
em,
i,
var,
div,
img {
    margin: 0;
    padding: 0;
}

html,
body {
    /*-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;*/
    /*-webkit-overflow-scrolling: touch;*/
    /*touch-action: auto;*/
    overflow-x: hidden;
    -webkit-appearance: none;
    max-width: 750px;
    font-size: 0;
    /*margin:  0 auto;*/
    font-family: "Microsoft YaHei", "微软雅黑", \5FAE\8F6F\96C5\9ED1, "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
    background-color: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
}

li {
    list-style: none;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    resize: none;
}

em,
i {
    font-style: normal;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

b,
strong {
    display: block;
}

a {
    display: block;
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

input,
textarea,
button {
    outline: none;
}

button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    box-sizing: border-box;
    line-height: 1.3;
}

p {
    text-align: justify;
    word-wrap: break-word;
    word-break: normal;
    font-size: 0.24rem;
    line-height: 1.6;
    color: #808080;
    margin-bottom: .2rem;
}
p.no_margin{
    margin-bottom: 0;

}

p img {
    display: inline-block;
}

img {
    display: block;
    max-width: 100%;
}

.clear-float:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

input[type='text'],
input[type='password'],
input[type='submit'],
input[type='button'],
textarea,
button {
    background-color: transparent;
    border: none;
    /*-webkit-appearance: none;*/
    -webkit-appearance: none;
    appearance: none;
    /*-webkit-tap-highlight-color: rgba(255, 255, 255, 0);*/
}


/*弹窗*/

.pop-wrap {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.pop-wrap var {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.pop-wrap .pop-cont {
    width: 6.9rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar-thumb {
    display: none;
}

input,
button {
    border: none;
    background-color: transparent;
    box-sizing: border-box;
    outline: none;
}

@font-face {
    font-family: 'Gilroy_Bold';
    src: url('../fonts/Gilroy_Bold.eot');
    src: url('../fonts/Gilroy_Bold.otf')format('otf'), url('../fonts/Gilroy_Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy_Bold.woff') format('woff'), url('../fonts/Gilroy_Bold.ttf') format('truetype'), url('../fonts/Gilroy_Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Medium';
    src: url('../fonts/Gilroy-Medium.eot');
    src: url('../fonts/Gilroy-Medium.otf')format('otf'), url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype'), url('../fonts/Gilroy-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN-BOLD';
    src: url('../fonts/DIN-BOLD.eot');
    src: url('../fonts/DIN-BOLD.otf')format('otf'), url('../fonts/DIN-BOLD.eot?#iefix') format('embedded-opentype'), url('../fonts/DIN-BOLD.woff') format('woff'), url('../fonts/DIN-BOLD.ttf') format('truetype'), url('../fonts/DIN-BOLD.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rajdhani-Bold';
    src: url('../fonts/Rajdhani-Bold.eot');
    src: url('../fonts/Rajdhani-Bold.otf')format('otf'), url('../fonts/Rajdhani-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Rajdhani-Bold.woff') format('woff'), url('../fonts/Rajdhani-Bold.ttf') format('truetype'), url('../fonts/Rajdhani-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RAJDHANI-SEMIBOLD';
    src: url('../fonts/RAJDHANI-SEMIBOLD.eot');
    src: url('../fonts/RAJDHANI-SEMIBOLD.otf')format('otf'), url('../fonts/RAJDHANI-SEMIBOLD.eot?#iefix') format('embedded-opentype'), url('../fonts/RAJDHANI-SEMIBOLD.woff') format('woff'), url('../fonts/RAJDHANI-SEMIBOLD.ttf') format('truetype'), url('../fonts/RAJDHANI-SEMIBOLD.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.w1200 {
    padding: 0 0.4rem;
}

@-webkit-keyframes dot-jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes dot-jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@-webkit-keyframes fadeInLefts {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-4rem);
        transform: translateX(-4rem)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLefts {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-4rem);
        -ms-transform: translateX(-4rem);
        transform: translateX(-4rem)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes z-scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8;
    }

    25% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0.6;
    }

    75% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0;
    }
}

.law_pop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.law_pop .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

.law_pop .cnt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6.7rem;
    margin: auto;
    padding: 0.7rem 0.3rem 0.5rem;
    background: #fff;
    z-index: 5;
    overflow: auto;
}

.law_pop .close_btn {
    position: absolute;
    top: 0.2rem;
    right: 0.17rem;
    width: 0.5rem;
    height: 0.6rem;
    background: url(../images/ico5.png) no-repeat center/cover;
    cursor: pointer;
}

.law_pop .c_h2 {
    margin-bottom: 0.3rem;
}

.law_pop h4 {
    font-size: 0.26rem;
    color: #3e444d;
    line-height: 0.36rem;
    margin-bottom: 0.2rem;
}

.law_pop p {
    margin-bottom: 0.3rem;
}


