html {
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    font-family: Helvetica;
    -webkit-overflow-scrolling: touch
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
ul,
ol,
pre,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-indent: 0;
}

a,
button,
input,
textarea,
select {
    background: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    outline: none;
    -webkit-appearance: none;
}

em {
    font-style: normal
}

li {
    list-style: none
}

a {
    text-decoration: none;
    color: #333;
}

img {
    border: none;
    vertical-align: top;
}

table {
    border-collapse: collapse;
}

textarea {
    resize: none;
    overflow: auto;
}

body {
    background: #f2f2f2;
    color: #333;
}

.container {
    padding-bottom: 2.2rem;
}

.mutil-swiper {
    width: 100%;
}

.mutil-swiper .swiper-container {
    width: 100%;
    height: 100%;
}

.mutil-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.mutil-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.mutil-swiper .swiper-pagination-bullet {
    /*width: .1rem;
	height: .1rem;*/
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, .6);
    opacity: 1;
}

.mutil-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.act_box {
    background: #fff;
    margin: .5rem;
    border-radius: .2rem;
}

.act_box .title {
    font-size: .7rem;
    padding: .5rem 0;
    border-bottom: 1px solid #f3f3f3;
    text-align: center;
    position: relative;
}

.act_box .title span {
    display: inline-block;
    position: relative;
    color: #f7941e;
    z-index: 2;
    font-weight: 500;
    background: #fff;
}

.act_box .draw_expl_line {
    position: absolute;
    z-index: 1;
    top: -1px;
    right: 30%;
    bottom: 0;
    left: 30%;
    overflow: hidden;
    height: 0;
    margin: auto;
    border-bottom: 1px solid #f7941e;
}

.item_box {
    display: flex;
}

.act_item {
    overflow: hidden;
    position: relative;
}

.act_item:last-child {
    border-bottom: none;
}

.act_item img {
    width: 100%;
    max-height: 8rem;
    vertical-align: top;
}

.act_item .goonds_name {
    font-size: .6rem;
    padding: .5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item_box .section_list {
    flex: 1;
    width: 49%;
}
.article_item{
    display: flex;
    align-items: center;
    padding: .5rem;
}
.article_item img{
    width: 2.5rem;
    margin-right: .5rem;
}
.article_item .article_title{
    font-size: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.model {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99998
}

.window {
    position: absolute;
    top: 30%;
    left: 5%;
    right: 5%;
    background: #fff;
    border-radius: 5px;
    z-index: 99999;
    font-size: .3rem;
    overflow: hidden;
}

.window .w_title {
    border-bottom: 1px solid #E9E9E9;
    text-align: center;
    font-size: .32rem;
    line-height: .8rem;
}

.window .w_body {
    padding: 1.2% 3%;
}

.window .w_body input {
    margin: .15rem 0;
    background: #E9E9E9;
    padding: .15rem;
    border-radius: 5px;
    border: none;
    width: 94%;
}

.w_bottom {
    display: flex;
}

.w_bottom span {
    flex: 1;
    text-align: center;
    background: #999;
    color: #fff;
    height: .9rem;
    line-height: .9rem;
    font-size: .32rem;
}

.w_bottom span.cur {
    background: #f7941e;
    color: #fff;
}

.payment_item{
    line-height: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    font-size: .3rem;
    justify-content: center;

}
.payment_item img{
    width: .5rem;
    height: .5rem;
    margin-right: .2rem;
}


.header {
    width: 100%;
    background: url(https://gmt.zjrhjt.com/static/carbg.png) center 0 #f37d0f;
    background-repeat: repeat-y;
    background-size: 100% 60%;
}

.header .head-top {
    display: flex;
    align-items: center;
    padding: .3rem 0;
}

.head-top .header-icon {
    border: 1px solid #fff;
    background-color: #f37d0f;
    margin-left: .2rem;
    box-sizing: border-box;
    width: 1.2rem;
    height: 1.2rem;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
}

.head-top .header-icon img {
    width: 100%;
    height: 100%;
}

.head-top .header-name {
    flex: 1;
}

.head-top .header-name span {
    margin-left: .2rem;
    font-size: .32rem;
    line-height: .5rem;
    color: #fff;
    display: block;
}

.head-top .header-name .uid {
    font-size: .28rem;
}

.head-top .header-vip {
    text-align: center;
    margin-right: .15rem;
    color: #fff;
    font-size: .28rem;
}

.head-top .header-vip .icon-vip {
    width: .6rem;
    height: .6rem;
}

.header .assets {
    display: flex;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    padding: .15rem 0;
}

.header .assets div {
    flex: 1;
    text-align: center;
    font-size: .3rem;
}

.header .assets div span {
    display: block;
    font-size: .3rem;
}

.header .assets .fg {
    border-right: 1px solid #fff;
    margin-top: .1rem;
    margin-bottom: .1rem;
}
.my_list{
    background: #fff;
    margin-top:.2rem;
}
.my_list .my_tiem{
    display: flex;
    font-size: .32rem;
    line-height: 1rem;
    padding: 0 .2rem;
    border-bottom: 1px solid #E9E9E9;
    align-items:center;
}
.my_list .my_tiem a{
    flex: 1;
}
.my_list .my_tiem img{
    width: .35rem;
    height: .35rem;
}
.copyright{
	font-size: .3rem;
	padding:.2rem 0 .1rem 0;
	text-align: center;
	color: #555;
	line-height: .5rem;
}


.nav_top {
    position: fixed;
    width: 100%;
    display: flex;
    top: 0;
    left: 0;
    background: #fff;
    color: #333;
    z-index: 9;
    box-shadow:0px 0px 6px -2px rgba(140,163,191,0.5);
}
.nav_item {
    flex: 1;
    text-align: center;
    line-height: .8rem;
    font-size: .28rem;
}
.nav_item.cur {
    color: #f7941e;
    border-bottom: 2px solid #f7941e;
    font-weight: 600;
}

.nav_cat{
    background: #fff;
    margin-bottom: .2rem;
    padding: .2rem 0;
    overflow: hidden;
    white-space:nowrap;
}

.nav_cat a{
    float: left;
    width: 23.33%;
    text-align: center;
    font-size: .35rem;
    color: #333;
    padding: 0 5%;
}
.nav_cat a img{
    width: 100%;
}
.nav_cat .cur{
    color: #f7941e;
}