a, body, dd, div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, img, input, li, ol, option, p, select, span, strong, table, td, textarea, th, ul, var {
    margin: 0;
    padding: 0
}

body, html {
    font-family: "Microsoft YaHei", Arail, Tabhoma, sans-serif;
    font-size: 12px;
    text-align: left
}

ol, ul {
    list-style: none
}

img {
    border: 0;
    display: block;
    max-width: 100%
}

input, select, textarea, button {
    outline: 0
}

textarea {
    resize: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

em, strong, th, var {
    font-weight: 400;
    font-style: normal
}

a, a:active, a:hover, a:link, a:visited {
    text-decoration: none
}

html {
    -webkit-tap-highlight-color: transparent
}

.main {
    display: none
}

.main .top {
    position: relative
}

.main .top .title {
    position: absolute;
    background: rgba(62, 104, 151, 0.8);
    width: 100%;
    padding-top: .12rem
}

.main .top .title .content {
    width: 13rem;
    margin: 0 auto;
    padding: 0;
}

.main .top .title .content .header {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start
}

.main .top .title .content .header .logo {
    width: 5.56rem;
    height: .76rem
}

.main .top .title .content .header .search {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-alin-items: flex-start
}

.main .top .title .content .header .search .left {
    margin-right: .2rem
}

.main .top .title .content .header .search .left ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: .2rem
}

.main .top .title .content .header .search .left ul li {
    color: #fff;
    font-size: .14rem;
    margin-right: .1rem
}

.main .top .title .content .header .search .left ul li a {
    color: #fff
}

.main .top .title .content .header .search .right{
    position: relative;
    right: -.8rem;
}
.main .top .title .content .header .search .right img {
    width: .95rem;
    height: .99rem
}

.main .top .title .content .header .search .right form{
    position: absolute;
    left: -41%;
    bottom: -50%;
}

.main .top .title .content .header .search .right form input[type="text"]{
    width: 2.23rem;
    height: .34rem;
    font-size: .12rem;
    text-indent: 1em;
    border-radius: 5px;
    border: 0;
}

.main .top .title .content .header .search .right form input[type="submit"]{
    position: absolute;
    right: .13rem;
    top: 50%;
    background-color: transparent;
    background-image: url(../img/search.png);
    width: .22rem;
    height: .22rem;
    background-size: 100% 100%;
    border: 0;
    margin-top: -.11rem;
}

.main .top .title .content .ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center
}

.main .top .title .content .ul li {
    margin-right: .2rem
}

.main .top .title .content .ul li a {
    display: inline-block;
    padding: .19rem .5rem;
    font-weight: bold;
    color: #fff;
    font-size: .18rem
}

.main .top .title .content .ul .cur {
    background: #be252e
}

.main .top img {
    width: 100%
}

.main .bottom {
    background: #383838;
    padding-bottom: .7rem
}

.main .bottom .msg {
    width: 13rem;
    margin: 0 auto;
    padding-top: .16rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.main .bottom .msg .list {
    float: left;
    margin-right: .22rem
}

.main .bottom .msg .list p {
    font-size: .19rem;
    color: #fff;
    margin-bottom: .07rem
}

.main .bottom .msg .code {
    float: right
}

.main .bottom .msg .code div {
    display: inline-block;
    margin-left: .3rem;
    text-align: center
}

.main .bottom .msg .code div img {
    width: .86rem;
    height: .87rem
}

.main .bottom .msg .code div span {
    display: block;
    font-size: .12rem;
    color: #fff;
    margin-top: .04rem
}

.main .bottom .c {
    background: #222;
    margin-top: .15rem
}

.main .bottom .c .con {
    width: 13rem;
    margin: 0 auto;
    padding: .1rem 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center
}

.main .bottom .c .con p {
    font-size: .13rem;
    color: #bebdbd
}

.main .bottom .c .con div {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center
}

.main .bottom .c .con div img {
    margin: 0 .07rem;
    width: .2rem;
    height: .22rem
}

.clear {
    clear: both
}
