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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-weight: normal;
    vertical-align: baseline;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
    margin: 0;
    font-weight: normal;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}

input,
select,
textarea {
    outline: 0;
}

textarea,
input {
    -webkit-user-modify: read-write-plaintext-only;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

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;
}

.placeholder {
    color: #999;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* custom */

a {
    color: #7e8c8d;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track-piece {
    background-color: #ededed;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: #666;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

* {
    box-sizing: border-box;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    vertical-align: middle;
    outline: none;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

html,
body {
    width: 100%;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    color: #000000;
}

body {
    line-height: 1.2;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    min-height: 100%;
}

html {
    overflow-y: scroll;
}


/*清除浮动*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: inline-block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}


/*隐藏*/

.dn {
    display: none;
}

@font-face {
    font-family: "hkyt";
    src: url("../fonts/hkyt.otf");
}

@font-face {
    font-family: OPPOSans-M;
    /* src: url('../fonts/OPPOSans-R-2.ttf'), */
    /* url('../fonts/OPPOSans-R-2.ttf');  */
}

@font-face {
    font-family: DINAlternate-Bold;
    src: url('../fonts/DIN-Alternate-Bold.ttf'), url('../fonts/DIN-Alternate-Bold.ttf');
}

@media screen and (min-width:1200px) {
    .container {
        width: 1200px;
        margin: 0 auto;
    }
    .more.bt {
        width: 156px;
        height: 56px;
        background: #393EFA;
        border-radius: 4px;
        font-size: 16px;
        text-align: center;
        line-height: 56px;
        color: #FFFFFF;
        margin-top: 30px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        cursor: pointer;
    }
    .more.bt:hover {
        box-shadow: 0px 8px 14px 0px #C9D1F2;
    }
    .page-form {
        display: none;
    }
    .page-form .row {
        width: 900px;
        height: 536px;
        background: #FFFFFF;
        border-radius: 4px;
        position: fixed;
        z-index: 15;
        top: 80px;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        padding: 30px;
        z-index: 999999;
    }
    .page-form .row .title {
        text-align: center;
    }
    .page-form .row .title h4 {
        font-size: 30px;
        color: #000000;
        line-height: 30px;
    }
    .page-form .row .title p {
        font-size: 16px;
        opacity: 0.6;
        color: #000000;
        line-height: 16px;
        margin-top: 20px;
    }
    .page-form .row .main ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .page-form .row .main ul li {
        width: 405px;
        background: #FFFFFF;
        position: relative;
        margin-top: 16px;
    }
    .page-form .row .main ul li.width {
        width: 100%;
    }
    .page-form .row .main ul li span {
        position: absolute;
        left: 18px;
        top: 14px;
        color: #FF7063;
        font-size: 16px;
    }
    .page-form .row .main ul li input {
        width: 100%;
        border: 1px solid #CFCFCF;
        color: #000;
        font-size: 16px;
        padding: 10px 20px 10px 30px;
        border-radius: 4px;
    }
    .page-form .row .main ul li input:focus {
        outline: none;
        border: 1px solid #393EFA;
        background: #F6F6FF;
    }
    .page-form .row .main ul li textarea {
        width: 100%;
        border: 1px solid #CFCFCF;
        color: #000;
        font-size: 16px;
        padding: 18px 20px 17px 30px;
        border-radius: 4px;
        height: 86px;
    }
    .page-form .row .main ul li textarea:focus {
        outline: none;
        border: 1px solid #393EFA;
        background: #F6F6FF;
    }
    .page-form .row .main .tab-btn {
        width: 186px;
        height: 56px;
        background: #393EFA;
        border-radius: 4px;
        outline: none;
        border: none;
        color: #fff;
        text-align: center;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        font-size: 18px;
    }
    .page-form .row .main .bottom {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .page-form .row .main button {
        width: 186px;
        height: 56px;
        background: #FFFFFF;
        border-radius: 4px;
        border: 1px solid #393EFA;
        font-size: 18px;
        color: #393EFA;
        margin-right: 30px;
    }
    .page-form .row .main .tab-btn:hover {
        box-shadow: 0px 8px 14px 0px #C9D1F2;
    }
    #mask_shadow {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 100;
    }
}

@media screen and (min-width:320px) and (max-width:1199px) {
    .container {
        width: 10.12000rem;
        margin: 0 auto;
    }
    .more.bt {
        width: 156px;
        height: 56px;
        background: #393EFA;
        border-radius: 4px;
        font-size: 16px;
        text-align: center;
        line-height: 56px;
        color: #FFFFFF;
        margin-top: 30px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        cursor: pointer;
        display: none;
    }
    .more.bt:hover {
        box-shadow: 0px 8px 14px 0px #C9D1F2;
    }
    .page-form {
        display: none;
    }
    .page-form .row {
        width: 96%;
        height: 72%;
        background: #FFFFFF;
        border-radius: 4px;
        position: fixed;
        z-index: 15;
        top: 2.1333rem;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        padding: 5%;
        z-index: 12;
    }
    .page-form .row .title {
        text-align: center;
        margin-top: .32rem;
    }
    .page-form .row .title h4 {
        font-size: .5867rem;
        color: #000000;
        line-height: .8rem;
    }
    .page-form .row .title p {
        font-size: .3467rem;
        opacity: 0.6;
        color: #000000;
        line-height: .4267rem;
        margin-top: .1067rem;
    }
    .page-form .row .main ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .page-form .row .main ul li {
        width: 49%;
        background: #FFFFFF;
        position: relative;
        margin-top: .2667rem;
    }
    .page-form .row .main ul li.width {
        width: 100%;
    }
    .page-form .row .main ul li span {
        position: absolute;
        left: .2133rem;
        top: .36rem;
        color: #FF7063;
        font-size: .3733rem;
    }
    .page-form .row .main ul li input {
        width: 100%;
        border: 1px solid #CFCFCF;
        color: #000;
        font-size: .3733rem;
        padding: .2667rem .2667rem .2667rem .4267rem;
        border-radius: 4px;
    }
    .page-form .row .main ul li input:focus {
        outline: none;
        border: 1px solid #393EFA;
        background: #F6F6FF;
    }
    .page-form .row .main ul li textarea {
        width: 100%;
        border: 1px solid #CFCFCF;
        color: #000;
        font-size: 14px;
        padding: .2667rem .2667rem .2667rem .4267rem;
        border-radius: 4px;
        height: 2.1867rem;
    }
    .page-form .row .main ul li textarea:focus {
        outline: none;
        border: 1px solid #393EFA;
        background: #F6F6FF;
    }
    .page-form .row .main .tab-btn {
        width: 46%;
        height: 1.1733rem;
        background: #393EFA;
        border-radius: 4px;
        outline: none;
        border: none;
        color: #fff;
        text-align: center;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        font-size: .4rem;
        line-height: 1.1733rem !important;
    }
    .page-form .row .main .bottom {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .page-form .row .main button {
        width: 46%;
        height: 1.1733rem;
        background: #FFFFFF;
        border-radius: 4px;
        border: 1px solid #393EFA;
        font-size: .4rem;
        color: #393EFA;
        margin-right: 2%;
    }
    .page-form .row .main .tab-btn:hover {
        box-shadow: 0px 8px 14px 0px #C9D1F2;
    }
    #mask_shadow {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 9;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
    }
    #mask_shadows {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 3;
    }
}