blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    padding: 0;
    margin: 0
}

body {
    font-size: 12px;
    font-family: "Microsoft YaHei", Arial, "\5B8B\4F53", Helvetica, sans-serif;
    -webkit-tap-highlight-color: transparent
}

html {
    color: #333;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

audio,
canvas,
video {
    display: inline-block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

abbr,
acronym,
fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

q:after,
q:before {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input {
    outline: 0
}

a {
    text-decoration: none;
    color: #333
}

img {
    border: 0
}

.clear:after,
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "\20";
    clear: both;
    height: 0
}

body,
html {
    background: #eeeef2
}

.wrapper {
    width: 1000px;
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.fl {
    float: left
}

.fr {
    float: right
}

.flex-c {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.red {
    color: red !important
}

.blue {
    color: #0048ff !important
}

.blue2 {
    color: #008aff !important
}

.yellow {
    color: #f7e18a !important
}

.orange {
    color: #ff6000 !important
}

.green {
    color: #2aa200 !important
}

img {
    vertical-align: middle
}

#container {
    display: table;
    position: absolute;
    width: 100%;
    z-index: 20;
    text-align: center;
    cursor: context-menu
}

.main {
    padding-top: 6%
}

.title {
    text-align: center;
    margin-bottom: 45px
}

.clear {
    margin: 0 auto;
    width: 730px
}

.clear .left {
    float: left
}

.clear .right {
    float: right
}

.logo {
    width: 220px;
    text-align: center;
    margin-bottom: 22px
}

.url {
    width: 220px;
    text-align: center;
    color: #060400;
    font-size: 16px;
    margin-bottom: 20px
}

.url span {
    color: #f70925
}

.go {
    margin-bottom: 20px;
    display: block;
    width: 260px;
    height: 71px;
    background: url("../images/go.png")
        /*tpa=https://www.833255.com/images/go.png*/
        no-repeat
}

.btn1 {
    display: block;
    width: 220px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #eeeef2;
    background: #cd3216;
    border-radius: 14px;
    margin-bottom: 17px
}

.btn2 {
    display: block;
    border: 1px solid #d07102;
    width: 218px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    color: #d07102;
    border-radius: 14px;
    margin-bottom: 35px
}

@media screen and (max-width:660px) {
    .main {
        padding-top: 28%
    }

    .title {
        margin-bottom: 2%
    }

    .title img {
        width: 80%
    }

    .clear {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .clear .left {
        float: none;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .clear .right {
        float: none;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .logo {
        height: 95px;
        line-height: 95px;
        width: 100%;
        margin-bottom: 2%
    }

    .logo img {
        width: 50%
    }

    .url {
        width: 100%;
        margin-bottom: 5%;
        font-size: 14px
    }

    .go {
        width: 183px;
        height: 50px;
        background-size: 183px 50px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5%
    }

    .btn1 {
        width: 160px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3%;
        font-size: 14px
    }

    .btn2 {
        width: 160px;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px
    }
}